This website requires JavaScript.
Explore
Help
Sign in
forge
/
linux-pinenote
Watch
1
Star
0
Fork
You've already forked linux-pinenote
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e4d26f4b08
linux-pinenote
/
arch
/
arm
/
mach-lpc32xx
/
include
/
mach
/
gpio.h
7 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
gpio/lpc32xx: Add device tree support This patch adds device tree support for gpio-lpc32xx.c. To register the various GPIO banks as (struct) gpio_chips via the same DT gpio-controller, we utilize the adjusted of_xlate API to manipulate the actually used struct gpio_chip. Signed-off-by: Roland Stigge <stigge@antcom.de> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2012-05-18 10:19:52 +02:00
#
ifndef __MACH_GPIO_H
#
define __MACH_GPIO_H
#
include
"gpio-lpc32xx.h"
#
endif
/* __MACH_GPIO_H */
Reference in a new issue
Copy permalink