> -----Original Message----- > From: Wei Yongjun <weiyongjun@xxxxxxxxxxxxxxx> > Sent: Wednesday, September 7, 2022 2:05 PM > To: Kumaravel Thiagarajan - I21417 > <Kumaravel.Thiagarajan@xxxxxxxxxxxxx>; Arnd Bergmann > <arnd@xxxxxxxx>; Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: Wei Yongjun <weiyongjun1@xxxxxxxxxx>; linux-gpio@xxxxxxxxxxxxxxx; > kernel-janitors@xxxxxxxxxxxxxxx > Subject: [PATCH -next 4/5] misc: microchip: pci1xxxx: Add missing > MODULE_DEVICE_TABLE > > > This patch adds missing MODULE_DEVICE_TABLE definition which generates > correct modalias for automatic loading of this driver when it is built as an > external module. I noticed during testing that my auxiliary device's drivers were not getting loaded automatically whereas the auxiliary bus driver for the PIO function was getting loaded automatically. Neither did I expect it to load automatically nor did know this was the cause :) Thanks for your patch. > Add this tag -> Fixes: 7d3e4d807df2 ("misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary device enumerated by the auxiliary bus driver.")? > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > --- Thank You. Regards, Kumaravel