Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | gpio: do not include <asm/arch/gpio.h> for UniPhier | Masahiro Yamada | 2016-02-29 | -0/+2 |
| | | | | | | | | | 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> | |||
* | gpio: Replace ARM gpio.h with the common API in include/asm-generic | Joe Hershberger | 2012-01-09 | -37/+1 |
| | | | | | | | | | | | | | | | | 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> | |||
* | GPIO: Tegra2: add GPIO driver for Tegra2 | Tom Warren | 2011-07-04 | -0/+38 |
Signed-off-by: Tom Warren <twarren@nvidia.com> |