From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] at91: remove legacy GPIO API (part 1)
Date: Fri, 29 Nov 2013 12:13:42 +0100 [thread overview]
Message-ID: <1385723626-1586-1-git-send-email-andreas.devel@googlemail.com> (raw)
In-Reply-To: <1383051191-29363-1-git-send-email-andreas.devel@googlemail.com>
This series adds new macros to name a GPIO, it uses again a single number
(as the legacy at91_pio api does).
It converts the at91-nand and the at91-led stuff to use these new GPIO
numbers. But it is not the whole thing at once, I have another RFC to add new
portmux API which is more close to the hardware, it will work with a port number
plus mask. This will be sent soon, but too late for 2014.01.
This series however had an RFC in the MW and will therefore end up in
the 2014.01 release.
For all waiting on this change, I hopefully merge it next week and send
another PR to Albert.
Andreas Bie?mann (4):
at91: add new gpio pin definitions
at91: redefine legacy GPIO PIN_BASE
at91: nand: switch atmel_nand to generic GPIO API
at91: switch coloured LED to gpio API
arch/arm/cpu/arm926ejs/at91/led.c | 16 +++++++---------
arch/arm/include/asm/arch-at91/gpio.h | 26 ++++++++++++++++++++++++--
board/BuS/vl_ma2sc/vl_ma2sc.c | 5 +++--
board/egnite/ethernut5/ethernut5.c | 3 ++-
board/esd/meesc/meesc.c | 5 +++--
board/esd/otc570/otc570.c | 5 +++--
board/eukrea/cpu9260/cpu9260.c | 5 +++--
board/ronetix/pm9261/led.c | 14 +++++++-------
board/ronetix/pm9261/pm9261.c | 5 +++--
board/ronetix/pm9263/led.c | 10 +++++-----
board/ronetix/pm9263/pm9263.c | 5 +++--
board/ronetix/pm9g45/pm9g45.c | 5 +++--
drivers/gpio/at91_gpio.c | 4 +---
drivers/mtd/nand/atmel_nand.c | 8 +++-----
include/configs/at91sam9n12ek.h | 4 ++--
include/configs/cpu9260.h | 4 ++--
include/configs/ethernut5.h | 2 +-
include/configs/meesc.h | 4 ++--
include/configs/otc570.h | 4 ++--
include/configs/pm9261.h | 10 +++++-----
include/configs/pm9263.h | 8 ++++----
include/configs/pm9g45.h | 8 ++++----
include/configs/vl_ma2sc.h | 4 ++--
23 files changed, 94 insertions(+), 70 deletions(-)
--
1.7.10.4
next prev parent reply other threads:[~2013-11-29 11:13 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-29 12:53 [U-Boot] [RFC PATCH 0/3] at91: remove legacy gpio API Andreas Bießmann
2013-10-29 12:53 ` [U-Boot] [RFC PATCH 1/3] at91: add new gpio pin macros Andreas Bießmann
2013-10-30 9:56 ` Bo Shen
2013-10-30 10:39 ` Andreas Bießmann
2013-10-30 17:19 ` Jens Scharsig
2013-10-30 18:59 ` Andreas Bießmann
2013-10-31 5:04 ` Heiko Schocher
2013-10-29 12:53 ` [U-Boot] [RFC PATCH 2/3] at91sam9263ek: remove ATMEL_LEGACY Andreas Bießmann
2013-10-29 12:53 ` [U-Boot] [RFC PATCH 3/3] at91: use generic gpio API for AT91_LED Andreas Bießmann
2013-11-29 11:13 ` Andreas Bießmann [this message]
2013-11-29 11:13 ` [U-Boot] [PATCH 1/4] at91: add new gpio pin definitions Andreas Bießmann
2013-12-02 5:27 ` Bo Shen
2013-12-09 12:35 ` [U-Boot] [U-Boot,1/4] " Andreas Bießmann
2013-11-29 11:13 ` [U-Boot] [PATCH 2/4] at91: redefine legacy GPIO PIN_BASE Andreas Bießmann
2013-12-09 12:36 ` [U-Boot] [U-Boot,2/4] " Andreas Bießmann
2013-11-29 11:13 ` [U-Boot] [PATCH 3/4] at91: nand: switch atmel_nand to generic GPIO API Andreas Bießmann
2013-12-02 7:01 ` esw at bus-elektronik.de
2013-12-06 19:16 ` Scott Wood
2013-12-09 12:38 ` [U-Boot] [U-Boot,3/4] " Andreas Bießmann
2013-11-29 11:13 ` [U-Boot] [PATCH 4/4] at91: switch coloured LED to gpio API Andreas Bießmann
2013-12-09 12:38 ` [U-Boot] [U-Boot,4/4] " Andreas Bießmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1385723626-1586-1-git-send-email-andreas.devel@googlemail.com \
--to=andreas.devel@googlemail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox