[U-Boot] FW: FW: [PATCH v3] AT91: pio: Add PIO3 features

2011-12-21 Thread Xu, Hong
Hi Wolfgang, Any suggestion or feedback? BR, Eric -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Xu, Hong Sent: Wednesday, December 14, 2011 2:24 PM To: w...@denx.de; albert.u.b...@aribaud.net Cc: u-boot@lists.denx.de; Lin, JM

[U-Boot] FW: FW: [PATCH v3] AT91: pio: Add PIO3 features

2011-12-13 Thread Xu, Hong
...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Xu, Hong Sent: Wednesday, December 07, 2011 9:28 AM To: albert.u.b...@aribaud.net; u-b...@emk-elektronik.de Cc: u-boot@lists.denx.de Subject: [U-Boot] FW: [PATCH v3] AT91: pio: Add PIO3 features Ping again ... BR, Eric

[U-Boot] FW: [PATCH v3] AT91: pio: Add PIO3 features

2011-12-06 Thread Xu, Hong
Ping again ... BR, Eric -Original Message- From: Xu, Hong Sent: Tuesday, November 29, 2011 9:55 AM To: 'albert.u.b...@aribaud.net' Cc: 'u-boot@lists.denx.de'; 'w...@denx.de' Subject: FW: [U-Boot] [PATCH v3] AT91: pio: Add PIO3 features Hi Albert, It's seems Reinhard is in hibernate

[U-Boot] FW: [PATCH v3] AT91: pio: Add PIO3 features

2011-11-28 Thread Xu, Hong
* More peripheral multiplexing * Pull-down, Schmitt trigger, Debouncer * More irq trigger mode (may be not interesting in U-Boot) Signed-off-by: Hong Xu hong...@atmel.com --- Change for v3 * CONFIG_CPU_HAS_PIO3 - ATMEL_CPU_HAS_PIO3 PIO3 is a feature of CPU, not a configuration item arch/arm

Re: [U-Boot] [PATCH V3] AT91 Fix: return value of get_tbclk

2010-09-01 Thread Xu, Hong
Hi, -Original Message- From: Jens Scharsig [mailto:js_at...@scharsoft.de] Sent: Thursday, September 02, 2010 1:37 AM To: Reinhard Meyer Cc: Xu, Hong; u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH V3] AT91 Fix: return value of get_tbclk Am 2010-09-01 09:30, schrieb Reinhard

Re: [U-Boot] [PATCH v2] AT91: add RTT and GPBR based RTC

2010-08-25 Thread Xu, Hong
Hi Reinhard, -Original Message- From: Reinhard Meyer [mailto:u-b...@emk-elektronik.de] Sent: Wednesday, August 25, 2010 10:23 AM To: Xu, Hong Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH v2] AT91: add RTT and GPBR based RTC Dear Xu, Hong, Some of Atmel's ARM926EJS

Re: [U-Boot] Non-experimental U-Boot compilation

2010-08-24 Thread Xu, Hong
Hi, Dear all, I am using the AT91SAM9G20EK kit and want to port Linux on this. Actually Atmel has already done this, see http://www.linux4sam.org the AT91SAM9260ek configuration as it seems the closest. The problem is after building the U-boot with the sources for this board,

Re: [U-Boot] [PATCH v2] AT91: add RTT and GPBR based RTC

2010-08-24 Thread Xu, Hong
Hi Reinhard, -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Reinhard Meyer Sent: Friday, August 20, 2010 10:00 PM To: u-boot Subject: [U-Boot] [PATCH v2] AT91: add RTT and GPBR based RTC adds kernel compatible RTC

Re: [U-Boot] [PATCH V3] AT91 Fix: return value of get_tbclk

2010-08-18 Thread Xu, Hong
Hi Alex, -Original Message- From: Alexander Stein [mailto:alexander.st...@systec-electronic.com] Sent: Monday, August 09, 2010 2:35 PM To: u-boot@lists.denx.de Cc: Jens Scharsig; Xu, Hong Subject: Re: [U-Boot] [PATCH V3] AT91 Fix: return value of get_tbclk Hello, Am Samstag

Re: [U-Boot] [PATCH v3 1/3] at91: Defined main clock frequency on esd at91 boards

2010-08-18 Thread Xu, Hong
-Original Message- From: Daniel Gorsulowski [mailto:daniel.gorsulow...@esd.eu] Sent: Monday, August 09, 2010 5:17 PM To: u-boot@lists.denx.de Cc: Xu, Hong; Daniel Gorsulowski Subject: [PATCH v3 1/3] at91: Defined main clock frequency on esd at91 boards Autodetection

Re: [U-Boot] [PATCH v5 2/3] at91: Update meesc board to new SoC access

2010-08-18 Thread Xu, Hong
Hi Daniel, -Original Message- From: Daniel Gorsulowski [mailto:daniel.gorsulow...@esd.eu] Sent: Monday, August 09, 2010 5:17 PM To: u-boot@lists.denx.de Cc: Xu, Hong; Daniel Gorsulowski Subject: [PATCH v5 2/3] at91: Update meesc board to new SoC access * convert meesc board

Re: [U-Boot] [PATCH v3 3/3] at91: Enabeling USB host on meesc board

2010-08-18 Thread Xu, Hong
Hi Daniel, -Original Message- From: Daniel Gorsulowski [mailto:daniel.gorsulow...@esd.eu] Sent: Monday, August 09, 2010 5:17 PM To: u-boot@lists.denx.de Cc: Xu, Hong; Daniel Gorsulowski Subject: [PATCH v3 3/3] at91: Enabeling USB host on meesc board There was an redesign, so

Re: [U-Boot] [PATCH v2a] AT91: add SD/MMC support

2010-08-15 Thread Xu, Hong
Hi Alex, Thanks to Reinhard, his previous work does well on SAM9260 SAM9G20 SAM9XE SAM9RL (I tested all of them). Since he said he'll provide a more fancy one, I'm just on hold :-) For your issue, could you try (If you're using the original EK board from Atmel) Remove R42 - or - In

Re: [U-Boot] [PATCH] AT91: remove superfluous test in spi driver

2010-08-09 Thread Xu, Hong
make the decision Signed-off-by: Reinhard Meyer i...@emk-elektronik.de Acked-By: Hong Xu hong...@atmel.com BR, Eric drivers/spi/atmel_spi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/spi/atmel_spi.c b/drivers/spi/atmel_spi.c index 317c0b4..1a650ee

Re: [U-Boot] [PATCH-V2 1/3] at91: Defined main clock frequency on esd at91 boards

2010-07-19 Thread Xu, Hong
Hi Daniel, -Original Message- From: Daniel Gorsulowski [mailto:daniel.gorsulow...@esd.eu] Sent: 2010?7?16? 14:22 To: u-boot@lists.denx.de Cc: Xu, Hong; Daniel Gorsulowski Subject: [PATCH-V2 1/3] at91: Defined main clock frequency on esd at91 boards Autodetection is undesired

Re: [U-Boot] [PATCH-V2 3/3] at91: Enabeling USB host on meesc board

2010-07-19 Thread Xu, Hong
Hi Daniel, -Original Message- From: Daniel Gorsulowski [mailto:daniel.gorsulow...@esd.eu] Sent: 2010?7?16? 14:23 To: u-boot@lists.denx.de Cc: Xu, Hong; Daniel Gorsulowski Subject: [PATCH-V2 3/3] at91: Enabeling USB host on meesc board There was an redesign, so USB is available

Re: [U-Boot] [PATCH-V2 2/3] at91: Update meesc board to new SoC access

2010-07-19 Thread Xu, Hong
Hi Daniel, -Original Message- From: Daniel Gorsulowski [mailto:daniel.gorsulow...@esd.eu] Sent: 2010?7?16? 14:23 To: u-boot@lists.denx.de Cc: Xu, Hong; Daniel Gorsulowski Subject: [PATCH-V2 2/3] at91: Update meesc board to new SoC access * convert meesc board to use c stucture

[U-Boot] 答复: [PATCH] AT91SAM9260/9XE: a dd support for MultiMedia Card Interfac e (MCI)

2010-07-05 Thread Xu, Hong
. BR, Eric -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: 2010-7-5 (星期一) 17:59 To: Xu, Hong Cc: reinhard.me...@emk-elektronik.de; u-boot Subject: Re: [U-Boot] [PATCH] AT91SAM9260/9XE: add support for MultiMedia Card Interface (MCI) Dear Eric Xu, In message 4c31770b

Re: [U-Boot] [PATCH] AT91SAM9260/9XE: add support for MultiMedia Card Interface (MCI)

2010-07-05 Thread Xu, Hong
[mailto:w...@denx.de] Sent: 2010-7-5 (星期一) 20:46 To: Xu, Hong Cc: reinhard.me...@emk-elektronik.de; u-boot Subject: Re: 答复: [U-Boot] [PATCH] AT91SAM9260/9XE: add support for MultiMedia Card Interface (MCI) Dear Xu, Hong, In message 0f5f73e36031fd46ad3f2e6948f0c0a0205...@frimb01.corp.atmel.com you

[U-Boot] AT91: Apply for the owner of AT91 custodian tree

2010-06-25 Thread Xu, Hong
Dear Wolfgang, We noticed that the AT91 custodian tree has been left orphaned for a period of time. We're going to take care of AT91 custodian tree and continue bug fixing, patch review, and new board support. Thanks. BR, hong ___ U-Boot mailing