
On Fri, 12 Aug 2011 19:10:53 -0500 Joe Hershberger joe.hershberger@ni.com wrote:
Common GPIO API used by cmd_gpio should be available to any arch
Signed-off-by: Joe Hershberger joe.hershberger@ni.com Cc: Joe Hershberger joe.hershberger@gmail.com Cc: Mike Frysinger vapier@gentoo.org
Changes for v4:
- Split out of patch 1/2
Changes for v5:
- Moved asm/arch/gpio.h include to asm/gpio.h
Changes for v6:
arch/arm/include/asm/gpio.h | 38 +------------------------------------- arch/powerpc/include/asm/gpio.h | 2 ++ include/asm-generic/gpio.h | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 37 deletions(-) create mode 100644 arch/powerpc/include/asm/gpio.h create mode 100644 include/asm-generic/gpio.h
applied 4 out of 4 patches.
Wolfgang, technically this is a multi-domain patchseries, and I've overstepped my boundaries for the sake of expediency in adding the GPIO feature to 83xx-land. If this is a problem, and you'd like to apply patches 1 and 2 independently of mpc83xx, please let me know and I'll back the entire series off the mpc83xx tree. Fwiw, I build-tested a couple of ARM boards, including davinci.
Please let me know before I send a pull request when the next branch is made available, or, of course, when the window for the next release opens.
Kim