[+ GPIO maintainers] > PIO function's auxiliary bus driver enumerates separate child devices for > GPIO controller and OTP/EEPROM interface. This gpio driver implemented > based on the gpio framework is loaded for the gpio auxiliary device. > > Signed-off-by: Kumaravel Thiagarajan <kumaravel.thiagarajan@xxxxxxxxxxxxx> > --- > MAINTAINERS | 1 + > drivers/misc/mchp_pci1xxxx/Makefile | 2 +- > .../misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c | 163 ++++++++++++++++++ Why doesn't this file live in the GPIO subsystem? Seems like this haven't got a proper review from the GPIO people (probably due to the "misc:" subject). Maybe even GPIO_REGMAP could be used. -michael