gpio: Add driver for Synopsys DesignWare GPIO devices
[DL: captilize commit message title; fixed some whitespaces; changed the __initconfig_gpio_* from level 0 to level 1, which is the level of pure_init; and added include path to board.h; ] Change-Id: I7eea6a6ca9e4b7cf8d1ccabb57f07f786da93ef0 Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com> Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
1e39d6274b
commit
77a78f0827
7 changed files with 464 additions and 0 deletions
|
@ -11,3 +11,4 @@ obj-$(CONFIG_PCI) += pci/
|
|||
obj-$(CONFIG_BLUETOOTH) += bluetooth/
|
||||
obj-$(CONFIG_UART_SIMPLE) += simple/
|
||||
obj-$(CONFIG_SPI) += spi/
|
||||
obj-$(CONFIG_GPIO) += gpio/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue