From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Fri, 01 Jun 2012 17:12:56 +0800 Subject: [U-Boot] [PATCH v3] ATMEL/PIO: Enable new feature of PIO on Atmel device In-Reply-To: <4FC48390.4040108@gmail.com> References: <1337565000-11245-1-git-send-email-voice.shen@atmel.com> <4FC32CAE.7020205@atmel.com> <4FC48390.4040108@gmail.com> Message-ID: <4FC88798.3030900@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/29/2012 16:06, Andreas Bie?mann wrote: > Dear Bo Shen, > > On 28.05.2012 09:43, Bo Shen wrote: >> 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 > > Acked-by: Andreas Bie?mann Ping > thats all I can do since this is ARM related. > > best regards > > Andreas Bie?mann >