This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-05 20:54:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
75eba2c45e
u-boot
/
arch
/
arm
/
include
/
asm
/
gpio.h
5 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
gpio: do not include <asm/arch/gpio.h> for UniPhier I implemented a GPIO driver based on Driver Model for the UniPhier SoC family, but I could not find any good reason why such SoC specific GPIO headers are needed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
2016-02-16 08:03:49 +00:00
#
ifndef CONFIG_ARCH_UNIPHIER
GPIO: Tegra2: add GPIO driver for Tegra2 Signed-off-by: Tom Warren <twarren@nvidia.com>
2011-06-17 06:27:28 +00:00
#
include
<asm/arch/gpio.h>
gpio: do not include <asm/arch/gpio.h> for UniPhier I implemented a GPIO driver based on Driver Model for the UniPhier SoC family, but I could not find any good reason why such SoC specific GPIO headers are needed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
2016-02-16 08:03:49 +00:00
#
endif
gpio: Replace ARM gpio.h with the common API in include/asm-generic ARM boards should use the generic GPIO API This means changing gpio to unsigned type Remove the unused gpio_toggle() function which is not part of the API Comment that free should not modify pin state Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Joe Hershberger <joe.hershberger@gmail.com> fixed merge conflict in da8xx_gpio.c, tegra2_gpio.c, and extended to the new mxs_gpio.c. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
2011-11-11 21:55:36 +00:00
#
include
<asm-generic/gpio.h>
Reference in a new issue
Copy permalink