From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hong Xu Date: Mon, 06 Feb 2012 16:14:52 +0800 Subject: [U-Boot] [PATCH V4] AT91: pio: Add PIO3 features In-Reply-To: <1327986871-1766-1-git-send-email-hong.xu@atmel.com> References: <1327986871-1766-1-git-send-email-hong.xu@atmel.com> Message-ID: <4F2F8BFC.1050203@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang and Albert, How to move on? Thanks BR, Eric On 01/31/2012 01:14 PM, Hong Xu wrote: > This patch adds the support for new PIO controller introduced by some > AT91 SoCs. > > New features include > * More peripheral multiplexing > * Pull-down, Schmitt trigger, Debouncer > * More irq trigger mode (may be not interesting in U-Boot) > > Signed-off-by: Hong Xu > Acked-by: Remy Bohmer > --- > Changes since V3 > Add Acked-by from Remy Bohmer > > arch/arm/include/asm/arch-at91/at91_pio.h | 48 ++++++++++- > drivers/gpio/at91_gpio.c | 130 +++++++++++++++++++++++++++- > 2 files changed, 171 insertions(+), 7 deletions(-) > [...]