diff options
author | Kumaravel Thiagarajan <kumaravel.thiagarajan@microchip.com> | 2022-08-25 01:30:44 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-02 14:49:08 +0200 |
commit | 7d3e4d807df2a216b9aa2944372f2b3f6ef3f205 (patch) | |
tree | 0dad28c589e2b1ba1e7bd4b8ec3d5dfea5b1a079 /MAINTAINERS | |
parent | 393fc2f5948fd340d016a9557eea6e1ac2f6c60c (diff) | |
download | linux-7d3e4d807df2a216b9aa2944372f2b3f6ef3f205.tar.gz |
misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary device enumerated by the auxiliary bus driver.
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@microchip.com>
Link: https://lore.kernel.org/r/20220824200047.150308-3-kumaravel.thiagarajan@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 992e6f80c4ee..45716318e342 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13428,6 +13428,7 @@ L: linux-gpio@vger.kernel.org S: Supported F: drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gp.c F: drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gp.h +F: drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c MICROCHIP OTPC DRIVER M: Claudiu Beznea <claudiu.beznea@microchip.com> |