[U-Boot] [PATCH v6 1/4] gpio: Move common gpio.h to include/asm-generic

Kim Phillips kim.phillips at freescale.com
Wed Sep 14 03:08:03 CEST 2011


On Fri, 12 Aug 2011 19:10:53 -0500
Joe Hershberger <joe.hershberger at ni.com> wrote:

> Common GPIO API used by cmd_gpio should be available to any arch
> 
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
> Cc: Joe Hershberger <joe.hershberger at gmail.com>
> Cc: Mike Frysinger <vapier at 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



More information about the U-Boot mailing list