]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
drivers: gpio: add driver for Microchip PIC32 GPIO controller.
authorPurna Chandra Mandal <purna.mandal@microchip.com>
Thu, 28 Jan 2016 10:00:13 +0000 (15:30 +0530)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 1 Feb 2016 21:14:00 +0000 (22:14 +0100)
commit386d934e0b2dbe64d4b156eb64b819bdd5c7c121
tree030b5b13aab4e0c404336177540f77200ae05159
parent5f266c60bf036a4adad2b69c1597ff49104959da
drivers: gpio: add driver for Microchip PIC32 GPIO controller.

In PIC32 GPIO controller is part of PIC32 pin controller.
PIC32 has ten independently programmable ports and each with multiple pins.
Each of these pins can be configured and used as GPIO, provided they
are not in use for other peripherals.

Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/pic32_gpio.c [new file with mode: 0644]