From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Mon, 28 May 2012 15:43:42 +0800 Subject: [U-Boot] [PATCH v3] ATMEL/PIO: Enable new feature of PIO on Atmel device In-Reply-To: <1337565000-11245-1-git-send-email-voice.shen@atmel.com> References: <1337565000-11245-1-git-send-email-voice.shen@atmel.com> Message-ID: <4FC32CAE.7020205@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 All, On 5/21/2012 9:50, Bo Shen wrote: > Enable new PIO feature supported by Atmel SoC. > Using CPU_HAS_PIO3 micro to enable PIO new feature. > > Signed-off-by: Bo Shen > --- > Changes since v1: > - remove the legacy interface. > Changes since v2: > - keep the legacy interface, don't touch it. > > arch/arm/include/asm/arch-at91/at91_pio.h | 45 ++++++++++- > drivers/gpio/at91_gpio.c | 125 ++++++++++++++++++++++++++++- > 2 files changed, 167 insertions(+), 3 deletions(-) > Ping Best Regards Bo Shen