Re: [U-Boot] U-Boot

2018-02-27 Thread Yang, Wenyou
On 2018/2/28 0:55, Mariano Coromac wrote: Hmmm, by sequential number do you mean the Specification Version? This one is correct. Here's my eMMC info. => mmc info Device: sdio-host@a000 Manufacturer ID: eb OEM: 10d Name: eMMC Tran Speed: 5200 Rd Block Len: 512 MMC version 5.0 High

Re: [U-Boot] U-Boot

2018-02-26 Thread Yang, Wenyou
Hi Mariano, On 2018/2/27 1:09, Mariano Coromac wrote: Hello Again, I have been working with UBoot but now when I try to boot my Linux kernel image that's inside my eMMC it displays the following: => boot CMD_SEND:0         ARG             0x         RET             -110 mmc_init:

Re: [U-Boot] [RFC 0/5] sf: Update spi-nor framework

2018-01-04 Thread Yang, Wenyou
On 2018/1/4 18:34, Prabhakar Kushwaha wrote: Thanks Jagan Dear Yang Wenyou, -Original Message- From: Jagan Teki [mailto:jagannadh.t...@gmail.com] Sent: Thursday, January 04, 2018 3:57 PM To: Prabhakar Kushwaha <prabhakar.kushw...@nxp.com> Cc: Yang, Wenyou <wenyou.y...@micr

Re: [U-Boot] [RFC 0/5] sf: Update spi-nor framework

2018-01-03 Thread Yang, Wenyou
Hi, On this topic, Cyrille has a patches here, as a reference. https://lists.denx.de/pipermail/u-boot/2017-July/299409.html On 2017/12/11 13:57, Prabhakar Kushwaha wrote: SPI-NOR framework currently supports- - (1-1-1, 1-1-2, 1-1-4) read protocols - read latency(dummy bytes) are hardcoded

Re: [U-Boot] [PATCH 2/2] i2c: at91_i2c: remove the .probe_chip function

2017-11-29 Thread Yang, Wenyou
On 2017/11/29 11:25, Alan Ott wrote: The .probe_chip function is supposed to probe an i2c device on the bus to determine whether a device is answering to a particular address. at91_i2c_probe_chip() did not do anything resembling this and always returned 0. It looks as though

Re: [U-Boot] [PATCH 1/2] i2c: at91_i2c: Wait for TXRDY after sending the first byte

2017-11-29 Thread Yang, Wenyou
On 2017/11/29 11:25, Alan Ott wrote: The driver must wait for TXRDY after each byte is pushed into the i2c FIFO before pushing the next byte. Previously this was not done for the first byte, causing a race condition with zeros sometimes being sent for the next byte (which is typically the

Re: [U-Boot] [PATCH 2/4] spi: Drop CONFIG_ATMEL_DATAFLASH_SPI

2017-10-11 Thread Yang, Wenyou
Hi Tuomas, On 2017/10/11 2:59, Tuomas Tynkkynen wrote: Last user of this option went away in commit: fdc7718999 ("board: usb_a9263: Update to support DT and DM") It is okay for me. Acked-by: Wenyou Yang Signed-off-by: Tuomas Tynkkynen

Re: [U-Boot] [U-Boot, 1/5] ARM: at91: Move CONFIG_AT91FAMILY option to Kconfig

2017-09-13 Thread Yang, Wenyou
Hi Tom On 2017/9/13 20:25, Tom Rini wrote: On Fri, Aug 04, 2017 at 09:20:01AM +0800, Wenyou Yang wrote: From: Wenyou Yang Move the CONFIG_AT91FAMILY option from include/mach/.h header file to Kconfig. Signed-off-by: Wenyou Yang Can you

Re: [U-Boot] [PATCH 0/7] board: atmel: Convert to support DM_VIDEO

2017-09-01 Thread Yang, Wenyou
support for LCD/video. It is based on the patch series: [PATCH v2 0/3] board: atmel: Set the ethernet mac address from eeprom https://lists.denx.de/pipermail/u-boot/2017-July/300527.html Do you have any comments on this patch set? Best Regards, Wenyou Yang Wenyou Yang (7

Re: [U-Boot] [PATCH 0/2] misc: i2c_eeprom: Add compatibles

2017-09-01 Thread Yang, Wenyou
Hi, Can be accepted? On 2017/7/31 11:25, Wenyou Yang wrote: Add the compatibles to support the I2C EEPROM 24AA02E48 and AT24MAC402 respectively. - microchip,24aa02e48 - atmel,24mac402 Wenyou Yang (2): misc: i2c_eeprom: Add compatible for 24AA02E48 misc: i2c_eeprom: Add compatible

Re: [U-Boot] [PATCH] misc: Kconfig: Add SPL_I2C_EEPROM option

2017-09-01 Thread Yang, Wenyou
Hi, Do you have any comments? On 2017/8/3 9:00, Wenyou Yang wrote: This option is an SPL-variant of the I2C_EEPROM option to enable the driver for generic I2C-attached EEPROMs for SPL. Signed-off-by: Wenyou Yang --- drivers/misc/Kconfig | 8

Re: [U-Boot] [PATCH v3 0/8] sf: improve support of (Q)SPI flash memories

2017-08-29 Thread Yang, Wenyou
On 2017/8/30 13:41, Bin Meng wrote: On Wed, Aug 30, 2017 at 1:27 PM, Yang, Wenyou <wenyou.y...@microchip.com> wrote: On 2017/8/30 11:43, Bin Meng wrote: On Wed, Aug 30, 2017 at 11:25 AM, Yang, Wenyou <wenyou.y...@microchip.com> wrote: On 2017/8/26 14:34, Jagan Teki wrote:

Re: [U-Boot] [PATCH v3 0/8] sf: improve support of (Q)SPI flash memories

2017-08-29 Thread Yang, Wenyou
On 2017/8/30 11:43, Bin Meng wrote: On Wed, Aug 30, 2017 at 11:25 AM, Yang, Wenyou <wenyou.y...@microchip.com> wrote: On 2017/8/26 14:34, Jagan Teki wrote: Hi, Thanks for the changes. On Tue, Jul 25, 2017 at 12:30 PM, Wenyou Yang <wenyou.y...@microchip.com> wrote: This serie

Re: [U-Boot] [PATCH v3 0/8] sf: improve support of (Q)SPI flash memories

2017-08-29 Thread Yang, Wenyou
On 2017/8/26 14:34, Jagan Teki wrote: Hi, Thanks for the changes. On Tue, Jul 25, 2017 at 12:30 PM, Wenyou Yang wrote: This series of patches are based and have been tested on the 'master' branch of the u-boot.git tree. Tests were passed with a sama5d2 xplained

Re: [U-Boot] [PATCH v3 0/8] sf: improve support of (Q)SPI flash memories

2017-08-29 Thread Yang, Wenyou
Hi Jagan, On 2017/8/26 14:34, Jagan Teki wrote: Hi, Thanks for the changes. On Tue, Jul 25, 2017 at 12:30 PM, Wenyou Yang wrote: This series of patches are based and have been tested on the 'master' branch of the u-boot.git tree. Tests were passed with a sama5d2

Re: [U-Boot] [PATCH v3 0/8] sf: improve support of (Q)SPI flash memories

2017-08-24 Thread Yang, Wenyou
Hi, This patch set has been here for a long time, could you have a look and take it? Best Regards, Wenyou Yang On 2017/7/25 15:00, Wenyou Yang wrote: This series of patches are based and have been tested on the 'master' branch of the u-boot.git tree. Tests were passed with a sama5d2

Re: [U-Boot] [PATCH v2 0/6] board: atmel: Add new board SAMA5D27-SOM1-EK board.

2017-08-24 Thread Yang, Wenyou
Hi, Do you have comments on this patch series? Best Regards, Wenyou Yang On 2017/7/31 14:57, Wenyou Yang wrote: The SAMA5D27-SOM1-EK board embeds a SAMA5D27 SOM1 module, which includes a SAMA5D27-SiP chip and QSPI flash, Phy and MAC EEPROM. The SAMA5D27 SiP integrates the SAMA5D2 with 1Gbit

Re: [U-Boot] SAMA5D2 series

2017-08-24 Thread Yang, Wenyou
Hi Andy, On 2017/8/24 14:52, Andy Pont wrote: Hello Wenyou, We are looking at using one of the SAMA5D2 family in an upcoming design and I have a couple of questions... In a recent U-Boot patch set you mentioned the SAMA5D27 SOM1 SiP module. Is this something that is available yet as I can't

Re: [U-Boot] [PATCH 0/5] configs: at91: Remove value of CONFIG_SYS_EXTRA_OPTIONS option

2017-08-22 Thread Yang, Wenyou
Hi Please comment this patch series. On 2017/8/4 9:20, Wenyou Yang wrote: The CONFIG_SYS_EXTRA_OPTIONS option is deprecated, remove the value of this option from the board default config files. Wenyou Yang (5): ARM: at91: Move CONFIG_AT91FAMILY option to Kconfig ARM: at91: Add the SoC

Re: [U-Boot] [PATCH 0/5] configs: at91: Remove value of CONFIG_SYS_EXTRA_OPTIONS option

2017-08-17 Thread Yang, Wenyou
Hi All, Do you have any comments on this patch set? Best Regards, Wenyou Yang On 2017/8/4 9:20, Wenyou Yang wrote: The CONFIG_SYS_EXTRA_OPTIONS option is deprecated, remove the value of this option from the board default config files. Wenyou Yang (5): ARM: at91: Move CONFIG_AT91FAMILY

Re: [U-Boot] board: atmel: Enable to use new timer driver

2017-08-15 Thread Yang, Wenyou
Hi Tom, On 2017/8/14 0:00, Tom Rini wrote: On Fri, Aug 04, 2017 at 08:39:33AM +0800, wenyou.y...@microchip.com wrote: Use the Atmel PIT timer driver which supports the driver model and device tree. Signed-off-by: Wenyou Yang As-is this breaks:

Re: [U-Boot] [PATCH v3 0/8] sf: improve support of (Q)SPI flash memories

2017-08-10 Thread Yang, Wenyou
Hi All, Do you have some comment on it? On 2017/7/25 15:00, Wenyou Yang wrote: This series of patches are based and have been tested on the 'master' branch of the u-boot.git tree. Tests were passed with a sama5d2 xplained board which embeds both SPI and QSPI controllers. The following tests

Re: [U-Boot] board: sama5d2_xplained: Make SPL work on spiflash

2017-08-07 Thread Yang, Wenyou
Hi Tom, On 2017/8/7 21:55, Tom Rini wrote: On Thu, Jul 20, 2017 at 04:28:47PM +0800, wenyou.y...@microchip.com wrote: Because before switching to a lower clock source, we must switch the clock source first instead of last. So before configuring the PMC_MCKR register, invoke

Re: [U-Boot] board: ethernut5: Update to support DT and DM

2017-08-07 Thread Yang, Wenyou
On 2017/8/7 21:55, Tom Rini wrote: On Fri, Jul 21, 2017 at 02:30:57PM +0800, wenyou.y...@microchip.com wrote: Add the dts files to support deivce tree, update the configuration files to support the device tree and driver model. The peripheral clock and pins configuration are handled by the

Re: [U-Boot] [PATCH] misc: Makefile: Add condition on build i2c_eeprom

2017-08-02 Thread Yang, Wenyou
Hi Tom, On 2017/8/2 23:31, Tom Rini wrote: On Wed, Aug 02, 2017 at 03:47:58PM +0800, Wenyou Yang wrote: The i2c_eeprom isn't always necessary when building for SPL, add the condition on build i2c_eeprom. Signed-off-by: Wenyou Yang --- drivers/misc/Makefile | 6

Re: [U-Boot] [PATCH v3 0/8] sf: improve support of (Q)SPI flash memories

2017-07-31 Thread Yang, Wenyou
Hi, Do you have comments? Best Regards, Wenyou Yang On 2017/7/25 15:00, Wenyou Yang wrote: This series of patches are based and have been tested on the 'master' branch of the u-boot.git tree. Tests were passed with a sama5d2 xplained board which embeds both SPI and QSPI controllers. The

Re: [U-Boot] [PATCH 6/6] board: atmel: Add SAMA5D27 SOM1 EK board

2017-07-30 Thread Yang, Wenyou
Hi Simon, On 2017/7/28 12:20, Simon Glass wrote: Hi Wenyou, On 20 July 2017 at 02:13, Wenyou Yang wrote: From: Wenyou Yang The SAMA5D27-SiP (System in Package) integrates the SAMA5D2 with 1Gbit DDR2-SDRAM in a single package. The SAMA5D27

Re: [U-Boot] [PATCH 2/6] ARM: at91: spl: Add mck function to lower rate while switching

2017-07-30 Thread Yang, Wenyou
Hi Simon, On 2017/7/28 12:20, Simon Glass wrote: Hi Wenyou, On 20 July 2017 at 02:12, Wenyou Yang wrote: Refer to the commit 70f8c8316ad(PMC: add new mck function to lower rate while switching) from AT91Bootstrap. While switching to a lower clock source, we must

Re: [U-Boot] [PATCH] atmel, at91: fix taurus board

2017-06-28 Thread Yang, Wenyou
On 2017/6/28 17:24, Heiko Schocher wrote: since commit: f8b7fff1d5c5 "serial: atmel_usart: Add clk support" taurus board comes not up anymore. Fix it. Signed-off-by: Heiko Schocher Thank you. Acked-by: Wenyou Yang ---

Re: [U-Boot] [PATCH v2 2/2] atmel, at91: fix smartweb board

2017-06-25 Thread Yang, Wenyou
On 2017/6/24 2:13, Heiko Schocher wrote: since commit: f8b7fff1d5c5 "serial: atmel_usart: Add clk support" smartweb board comes not up anymore. Fix it. Signed-off-by: Heiko Schocher Acked-by: Wenyou Yang --- Changes in v2: None

Re: [U-Boot] at91: smartweb board fails with current HEAD

2017-06-22 Thread Yang, Wenyou
Hello Wolfgang, On 2017/6/22 15:07, Wolfgang Denk wrote: Dear Wenyou, In message you wrote: After supporting the driver model and device tree, the size of SPL is beyond 4K. SPL is not suitable in 4K internal SRAM If you

Re: [U-Boot] spi: Drop atmel_dataflash_spi.c

2017-06-06 Thread Yang, Wenyou
On 2017/6/6 19:11, Tom Rini wrote: On Tue, Jun 06, 2017 at 09:07:51AM +, wenyou.y...@microchip.com wrote: Hi Tom, On Mon, Jun 05, 2017 at 09:32:28PM +0200, Stelian Pop wrote: Hi everybody, The problem here is that you need to remove the boards in question as well. I see the baord

Re: [U-Boot] [PATCH 8/8] sf: add driver for Atmel QSPI controller

2017-05-21 Thread Yang, Wenyou
On 2017/5/19 22:59, Cyrille Pitchen wrote: This patch adds support to the Atmel Quad SPI controller. Signed-off-by: Cyrille Pitchen Acked-by Wenyou Yang Best Regards, Wenyou Yang --- drivers/spi/Kconfig | 7 +

Re: [U-Boot] [PATCH 6/8] sf: add new option to support SPI flash above 16MiB

2017-05-21 Thread Yang, Wenyou
On 2017/5/19 22:59, Cyrille Pitchen wrote: The patch provides an alternative method to support SPI flash size greater than 16MiB (128Mib). Indeed using the Base Address Register (BAR) is stateful. Hence, once the BAR has been modified, if a spurious CPU reset occurs with no reset/power off at

Re: [U-Boot] [PATCH 7/8] sf: add support to Microchip SST26 QSPI memories

2017-05-21 Thread Yang, Wenyou
On 2017/5/19 22:59, Cyrille Pitchen wrote: This patch adds support to Microchip SST26 QSPI memories. Erase blocks are protected at power up and must be unlocked first before being erased then programmed. Also, the erase block sizes are not uniform. The memory layout is uniform only for the

Re: [U-Boot] [PATCH 5/8] sf: add 'addr_len' member to 'struct spi_flash'

2017-05-21 Thread Yang, Wenyou
On 2017/5/19 22:59, Cyrille Pitchen wrote: This is a transitional patch to prepare the SPI FLASH sub-system to support the 4-byte address instruction set later. For now, flash->addr_len is always set to SPI_FLASH_3B_ADDR_LEN. Signed-off-by: Cyrille Pitchen

Re: [U-Boot] [PATCH 3/8] sf: select the relevant SPI flash protocol for read and write commands

2017-05-21 Thread Yang, Wenyou
On 2017/5/19 22:59, Cyrille Pitchen wrote: SPI controller drivers should not check the instruction op code byte to guess which SPI x-y-z protocol is to be used for Fast Read or Page Program operations. Indeed, the op code values are not so reliable. For instance, the 32h op code is generally

Re: [U-Boot] [PATCH 4/8] sf: differentiate Page Program 1-1-4 and 1-4-4

2017-05-21 Thread Yang, Wenyou
On 2017/5/19 22:59, Cyrille Pitchen wrote: This patch simply renames the ambiguous CMD_QUAD_PAGE_PROGRAM macro into the more explicit CMD_PAGE_PROGRAM_1_1_4. Also it defines the CMD_PAGE_PROGRAM_1_4_4 macro to the standard 38h op code. Signed-off-by: Cyrille Pitchen

Re: [U-Boot] [PATCH 2/8] sf: describe all SPI flash commands with 'struct spi_flash_command'

2017-05-21 Thread Yang, Wenyou
On 2017/5/19 22:59, Cyrille Pitchen wrote: Now that the SPI sub-system API has been extended with 'struct spi_flash_command' and spi_is_flash_command_supported() / spi_exec_flash_command() functions, we update the SPI FLASH sub-system to use this new API. Signed-off-by: Cyrille Pitchen

Re: [U-Boot] [PATCH 1/8] spi: add support of SPI flash commands

2017-05-21 Thread Yang, Wenyou
On 2017/5/19 22:59, Cyrille Pitchen wrote: This patch introduces 'struct spi_flash_command' and functions spi_is_flash_command_supported() / spi_exec_flash_command(). The 'struct spi_flash_command' describes all the relevant parameters to execute any SPI flash command: - the instruction op

Re: [U-Boot] [PATCH] mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD

2017-05-10 Thread Yang, Wenyou
Hi Jaehoon, On 2017/5/10 19:43, Jaehoon Chung wrote: Hi Wenyou, On 05/10/2017 10:19 AM, Wenyou Yang wrote: To fix the timeout of sending the write command, enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD. This patch is for fixing timeout error, doesn't need to set quirk into atmel_sdhci_init()?

Re: [U-Boot] [PATCH v4 3/3] board: at91sam9263ek: Enable early debug UART

2017-04-18 Thread Yang, Wenyou
Hi Simon, The patches has been rebased on the master branch of u-boot-dm git tree Could you help take them? Best Regards, Wenyou Yang On 2017/4/18 15:31, Wenyou Yang wrote: Enable the early debug UART to debug problems when an ICE or other debug mechanism is not available. Signed-off-by:

Re: [U-Boot] [PATCH v4 3/3] board: at91sam9rlek: Enable early debug UART

2017-04-18 Thread Yang, Wenyou
Hi Simon, The patches has been rebased on the master branch of u-boot-dm git tree Could you help take them? Best Regards, Wenyou Yang On 2017/4/18 15:28, Wenyou Yang wrote: Enable the early debug UART to debug problems when an ICE or other debug mechanism is not available. Signed-off-by:

Re: [U-Boot] [PATCH v4 3/3] board: at91sam9m10g45ek: Enable early debug UART

2017-04-18 Thread Yang, Wenyou
Hi Simon, The patches has been rebased on the master branch of u-boot-dm git tree Could you help take them? Best Regards, Wenyou Yang On 2017/4/18 15:15, Wenyou Yang wrote: Enable the early debug UART to debug problems when an ICE or other debug mechanism is not available. Signed-off-by:

Re: [U-Boot] [PATCH v5 3/3] board: at91sam9260ek/9g20ek: Enable early debug UART

2017-04-18 Thread Yang, Wenyou
Hi Simon, The patches has been rebased on the master branch of u-boot-dm git tree Could you help take them? Best Regards, Wenyou Yang On 2017/4/18 15:18, Wenyou Yang wrote: Enable the early debug UART to debug problems when an ICE or other debug mechanism is not available. Signed-off-by:

Re: [U-Boot] [PATCH v4 3/3] board: at91sam9n12ek: Enable early debug UART

2017-04-18 Thread Yang, Wenyou
Hi Simon, The patches has been rebased on the master branch of u-boot-dm git tree Could you help take them? Best Regards, Wenyou Yang On 2017/4/18 14:54, Wenyou Yang wrote: Enable the early debug UART to debug problems when an ICE or other debug mechanism is not available. Signed-off-by:

Re: [U-Boot] [PATCH v5 3/3] board: at91sam9x5ek: Enable early debug UART

2017-04-18 Thread Yang, Wenyou
Hi Simon, The patches has been rebased on the master branch of u-boot-dm git tree, and you added Reviewed-by tag before. Could you help take them? Best Regards, Wenyou Yang On 2017/4/18 14:51, Wenyou Yang wrote: Enable the early debug UART to debug problems when an ICE or other debug

Re: [U-Boot] [PATCH v3 0/6] ARM: dts: at91: Add dts files for AT91 SoCs' boards

2017-04-18 Thread Yang, Wenyou
Hi Simon, The patches has been rebased on the master branch of u-boot-dm git tree Could you help take them? Best Regards, Wenyou Yang On 2017/4/18 13:49, Wenyou Yang wrote: The device tree source files of AT91 SoCs's board are copied from the Linux v4.10, and have some changes. Changes

Re: [U-Boot] [PATCH v4 0/7] board: sama5d4: convert boards to support DM/DT

2017-04-12 Thread Yang, Wenyou
April 2017 at 23:00, Yang, Wenyou <wenyou.y...@microchip.com> wrote: Hi Simon, On 2017/4/11 21:56, Simon Glass wrote: Hi, On 10 April 2017 at 00:57, Yang, Wenyou <wenyou.y...@microchip.com> wrote: Hi Simon, On 2017/4/10 3:28, Simon Glass wrote: +Tom Hi, On 7 April 2017 at 01:28,

Re: [U-Boot] [PATCH v4 0/7] board: sama5d4: convert boards to support DM/DT

2017-04-11 Thread Yang, Wenyou
Hi Simon, On 2017/4/11 21:56, Simon Glass wrote: Hi, On 10 April 2017 at 00:57, Yang, Wenyou <wenyou.y...@microchip.com> wrote: Hi Simon, On 2017/4/10 3:28, Simon Glass wrote: +Tom Hi, On 7 April 2017 at 01:28, Yang, Wenyou <wenyou.y...@microchip.com> wrote: Hi Andreas, Co

Re: [U-Boot] [PATCH v4 0/7] board: sama5d4: convert boards to support DM/DT

2017-04-10 Thread Yang, Wenyou
Hi Simon, On 2017/4/10 3:28, Simon Glass wrote: +Tom Hi, On 7 April 2017 at 01:28, Yang, Wenyou <wenyou.y...@microchip.com> wrote: Hi Andreas, Could you help find a time to take these patch series? They are here for a long time. Tom might be able to take it, or if not I could

Re: [U-Boot] [PATCH v4 0/7] board: sama5d4: convert boards to support DM/DT

2017-04-07 Thread Yang, Wenyou
Hi Andreas, Could you help find a time to take these patch series? They are here for a long time. Thank you! Best Regards, Wenyou Yang On 2017/3/23 14:10, Wenyou Yang wrote: The purpose of patch set is to convert the board to support device tree and driver model, and enable the early debug

Re: [U-Boot] [PATCH v5] mmc: gen_atmel_mci: add driver model support for mci

2017-04-04 Thread Yang, Wenyou
Hi Jaehoon, On 2017/3/30 12:30, Jaehoon Chung wrote: Hi Wenyou, On 03/23/2017 01:48 PM, Wenyou Yang wrote: Add the driver model support for Atmel mci while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that

Re: [U-Boot] [PATCH v4] mmc: atmel_sdhci: Convert to the driver model support

2016-06-26 Thread Yang, Wenyou
Hi Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2016年6月26日 10:53 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Andreas Bießmann > <andr...@bie

Re: [U-Boot] [PATCH v2 2/2] clk: at91: Add new clock driver

2016-06-17 Thread Yang, Wenyou
Hi Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2016年6月10日 8:34 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Andreas Bießmann > <andr...@bie

Re: [U-Boot] [PATCH v2 1/2] clk: clk-uclass: Add post binding for CLK uclass

2016-06-16 Thread Yang, Wenyou
HI Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2016年6月16日 10:44 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Andreas Bießmann > <andr...@bie

Re: [U-Boot] [PATCH v2 1/2] clk: clk-uclass: Add post binding for CLK uclass

2016-06-15 Thread Yang, Wenyou
> -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2016年6月10日 8:34 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Andreas Bießmann > <andr...@biessmann.org&g

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-06 Thread Yang, Wenyou
Hi Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2016年5月6日 1:19 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Joe Hershberger > <joe.hershber..

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-04 Thread Yang, Wenyou
Hi, On 2016/5/5 11:18, Simon Glass wrote: Hi, On May 4, 2016 21:15, "Yang, Wenyou" <wenyou.y...@atmel.com <mailto:wenyou.y...@atmel.com>> wrote: > > Hi Simon, > > > -Original Message- > > From: s...@google.com <mailto:s...@google.com>

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-04 Thread Yang, Wenyou
Hi Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2016年5月5日 10:38 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: h...@denx.de; U-Boot Mailing List <u-boot@lists.denx.de>; Joe Hershberger > <

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-04 Thread Yang, Wenyou
Hi > -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Heiko > Schocher > Sent: 2016年5月3日 15:54 > To: Simon Glass > Cc: U-Boot Mailing List ; Joe Hershberger > > Subject: Re: [U-Boot]

Re: [U-Boot] [PATCH 07/18] net: macb: Convert to driver model

2016-05-04 Thread Yang, Wenyou
Hi, On 2016/5/3 15:53, Heiko Schocher wrote: Hello Simon, Am 03.05.2016 um 08:40 schrieb Simon Glass: Add driver-model support to this driver. The old code remains for now so that we can convert boards one at a time. Signed-off-by: Simon Glass --- drivers/net/macb.c |

Re: [U-Boot] [PATCH] gpio: atmel_pio4: rework to support driver model & DT

2016-05-03 Thread Yang, Wenyou
Hi Andreas, > -Original Message- > From: Andreas Bießmann [mailto:andr...@biessmann.org] > Sent: 2016年5月3日 19:20 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de> > Subject: Re: [U-Boot] [PATCH] gpio: atmel_pio4: rew

Re: [U-Boot] [PATCH 1/2] pinctrl: at91-pio4: add pinctrl driver

2016-05-03 Thread Yang, Wenyou
Hi Andreas, Thank you for your review. > -Original Message- > From: Andreas Bießmann [mailto:andr...@biessmann.org] > Sent: 2016年5月3日 19:18 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de> > Subject: Re: [U-Boot]

Re: [U-Boot] [PATCH 1/2] pinctrl: at91-pio4: add pinctrl driver

2016-05-03 Thread Yang, Wenyou
nt: 2016年5月3日 18:48 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de> > Subject: Re: [U-Boot] [PATCH 1/2] pinctrl: at91-pio4: add pinctrl driver > > Dear Wenyou, > > On 2016-04-07 04:15, Wenyou Yang wrote: > > AT91 PI

Re: [U-Boot] [PATCH 2/2] atmel: bring in at91 pio4 device tree file and bindings

2016-05-03 Thread Yang, Wenyou
Hi Andreas, > -Original Message- > From: Andreas Bießmann [mailto:andr...@biessmann.org] > Sent: 2016年5月3日 18:15 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de> > Subject: Re: [U-Boot] [PATCH 2/2] atmel: bring

Re: [U-Boot] [PATCH] dm: at91: Add driver model support for the spi driver

2016-05-02 Thread Yang, Wenyou
Hi Simon, Thank you for your support. > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2016年5月2日 2:56 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de> > Subject:

Re: [U-Boot] SAMA5D2 xplained SD/eMMC boot

2016-04-25 Thread Yang, Wenyou
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 2016年4月25日 18:30 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: u-boot@lists.denx.de > Subject: Re: SAMA5D2 xplained SD/eMMC boot > > On 04/25/2016 02:55 AM, Ya

Re: [U-Boot] [PATCH 0/2] ARM: AT91: add AT91 PIO4 pinctrl driver

2016-04-25 Thread Yang, Wenyou
Hi Andreas, This patch set is here for a while, could you make time to review it and give me some advice? So that I can move forward on this topic. > -Original Message- > From: Andreas Bießmann [mailto:andr...@biessmann.de] > Sent: 2016年4月7日 12:21 > To: Yang, Weny

Re: [U-Boot] SAMA5D2 xplained SD/eMMC boot

2016-04-24 Thread Yang, Wenyou
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 2016年4月22日 20:18 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: u-boot@lists.denx.de > Subject: Re: SAMA5D2 xplained SD/eMMC boot > > On 04/22/2016 02:54 AM, Yang, Wenyo

Re: [U-Boot] SAMA5D2 xplained SD/eMMC boot

2016-04-21 Thread Yang, Wenyou
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 2016年4月21日 10:59 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: u-boot@lists.denx.de > Subject: Re: SAMA5D2 xplained SD/eMMC boot > > On 04/21/2016 04:46 AM, Yang,

Re: [U-Boot] SAMA5D2 xplained SD/eMMC boot

2016-04-20 Thread Yang, Wenyou
Hi, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 2016年4月21日 10:41 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: u-boot@lists.denx.de > Subject: Re: SAMA5D2 xplained SD/eMMC boot > > On 04/21/2016 04:30 AM, Yang, Wenyo

Re: [U-Boot] SAMA5D2 xplained SD/eMMC boot

2016-04-20 Thread Yang, Wenyou
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 2016年4月20日 17:37 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: u-boot@lists.denx.de > Subject: Re: SAMA5D2 xplained SD/eMMC boot > > On 04/20/2016 03:17 AM, Ya

Re: [U-Boot] SAMA5D2 xplained SD/eMMC boot

2016-04-19 Thread Yang, Wenyou
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 2016年4月20日 0:34 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: u-boot@lists.denx.de > Subject: Re: SAMA5D2 xplained SD/eMMC boot > > On 04/19/2016 05:22 AM, Ya

Re: [U-Boot] SAMA5D2 xplained SD/eMMC boot

2016-04-18 Thread Yang, Wenyou
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:marek.va...@gmail.com] > Sent: 2016年4月18日 23:30 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: u-boot@lists.denx.de > Subject: SAMA5D2 xplained SD/eMMC boot > > Hi! > > I've been playin

Re: [U-Boot] [PATCH 0/2] ARM: AT91: add AT91 PIO4 pinctrl driver

2016-04-06 Thread Yang, Wenyou
Hi Andreas, > -Original Message- > From: Andreas Bießmann [mailto:andr...@biessmann.de] > Sent: 2016年4月7日 12:21 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 0/2] ARM: AT91: add AT91 PIO4 pinctrl driver >

Re: [U-Boot] [PATCH v2] ARM: at91: sama5d2: configure the L2 cache memory

2016-02-16 Thread Yang, Wenyou
> -Original Message- > From: Samuel Mescoff [mailto:samuel.mesc...@mobile-devices.fr] > Sent: 2016年2月16日 16:45 > To: u-boot@lists.denx.de > Cc: Samuel Mescoff <samuel.mesc...@mobile-devices.fr>; > andreas.de...@googlemail.com; Yang, Wenyou <wenyou.y...@a

Re: [U-Boot] [PATCH] ARM: at91: sama5d2: configure the L2 cache memory

2016-02-15 Thread Yang, Wenyou
> -Original Message- > From: Samuel Mescoff [mailto:samuel.mesc...@mobile-devices.fr] > Sent: 2016年2月16日 0:54 > To: u-boot@lists.denx.de > Cc: Samuel Mescoff <samuel.mesc...@mobile-devices.fr>; > andreas.de...@googlemail.com; Yang, Wenyou <wenyou.y...@a

Re: [U-Boot] [RESEND PATCH v3 2/5] ARM: at91: clock: add a new file to handle clock

2016-02-02 Thread Yang, Wenyou
Hi Andreas, > -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 2016年2月2日 16:23 > To: Yang, Wenyou <wenyou.y...@atmel.com>; U-Boot Mailing List b...@lists.denx.de> > Cc: Heiko Schocher <h...@denx.de>; andreas.de..

Re: [U-Boot] [PATCH v3 1/3] ARM: at91: clock: add PLLB enable/disable functions

2016-02-01 Thread Yang, Wenyou
Hello Heiko, Thank you very much for your test. > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 2016年2月2日 13:33 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de> > Subject: Re: [U-Boot] [

Re: [U-Boot] [PATCH v2 1/3] ARM: at91: clock: add PLLB enable/disable functions

2016-01-26 Thread Yang, Wenyou
Hello Heiko, Thank you for your test. > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 2016年1月27日 14:31 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de> > Subject: Re: [U-Boot] [PATCH v2 1

Re: [U-Boot] [PATCH 1/4] atmel_nand: use nand ecc_{strength, step}_ds instead of our own function

2016-01-24 Thread Yang, Wenyou
.@freescale.com>; > U-Boot Mailing List <u-boot@lists.denx.de> > Cc: Yang, Wenyou <wenyou.y...@atmel.com>; Bo Shen > <voice.s...@gmail.com> > Subject: Re: [PATCH 1/4] atmel_nand: use nand ecc_{strength,step}_ds instead > of our own function > > On

Re: [U-Boot] [PATCH 3/4] atmel_nand: increase more delay to support MT29F32G08CBADA

2016-01-24 Thread Yang, Wenyou
Hi Andreas, > -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 2016年1月25日 5:42 > To: Wu, Josh <josh...@atmel.com>; Scott Wood <scottw...@freescale.com>; > U-Boot Mailing List <u-boot@lists.denx.de> > Cc: Yang

Re: [U-Boot] [PATCH 1/3] ARM: at91: clock: add PLLB enable/disable functions

2015-12-10 Thread Yang, Wenyou
Hi Heiko, > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 2015年12月10日 17:34 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de> > Subject: Re: [U-Boot] [PATCH 1/3] ARM: at91: clock: add P

Re: [U-Boot] [PATCH] defconfig: taurus_defconfig: disable SPL

2015-12-09 Thread Yang, Wenyou
Hello Heiko, > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 2015年12月9日 16:46 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de>; andreas.de...@googlemail.com; > Meier, Roger <r.me...@s

Re: [U-Boot] [PATCH] defconfig: taurus_defconfig: disable SPL

2015-12-09 Thread Yang, Wenyou
Hi > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 2015年12月9日 16:00 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de>; andreas.de...@googlemail.com; > Meier, Roger <r.me...@siemens.com&

Re: [U-Boot] [PATCH v2 0/5] ARM: at91: improve peripheral and system clock handle functions

2015-12-09 Thread Yang, Wenyou
Hi Heiko, > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 2015年12月9日 18:01 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de>; andreas.de...@googlemail.com > Subject: Re: [PATCH v2 0/5]

Re: [U-Boot] [PATCH v2 0/5] ARM: at91: improve peripheral and system clock handle functions

2015-12-09 Thread Yang, Wenyou
Hi Heiko, > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 2015年12月10日 14:02 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de>; andreas.de...@googlemail.com; > Meier, Roger <r.me...@siemen

Re: [U-Boot] [PATCH 0/3] ARM: at91: add PMC_PLLICPR init function

2015-12-08 Thread Yang, Wenyou
Hi Heiko, Thank you very much for your review. > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 2015年12月9日 13:32 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de> > Subject: Re: [U-Bo

Re: [U-Boot] [PATCH 4/5] board: atmel: clean up peripheral clock code

2015-12-08 Thread Yang, Wenyou
Hello Heiko, Thank you for your review. > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 2015年12月9日 14:56 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de> > Subject: Re: [U-Boot] [PAT

Re: [U-Boot] [PATCH] defconfig: taurus_defconfig: disable SPL

2015-12-08 Thread Yang, Wenyou
Hello Heiko, > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 2015年12月9日 15:39 > To: Yang, Wenyou <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de>; andreas.de...@googlemail.com; > Meier, Roger <r.me...@s

Re: [U-Boot] [PATCH 2/3] arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization

2015-11-30 Thread Yang, Wenyou
Hi Andreas, Thank you very much for your review. > -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 2015年11月28日 5:37 > To: Yang, Wenyou; U-Boot Mailing List > Subject: Re: [PATCH 2/3] arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM &

Re: [U-Boot] [U-Boot, v2, 1/5] arm: at91/spl: matrix: move matrix init to separate file

2015-11-30 Thread Yang, Wenyou
Dear Andreas, Thank you for your review and apply for series. > -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 2015年12月1日 5:29 > To: u-boot@lists.denx.de; Yang, Wenyou > Subject: Re: [U-Boot, v2, 1/5] arm: at91/spl: matrix: m

Re: [U-Boot] [PATCH v6] arm: atmel: Add SAMA5D2 Xplained board

2015-11-23 Thread Yang, Wenyou
Hi Andreas, > -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 2015年11月24日 0:29 > To: Yang, Wenyou; U-Boot Mailing List > Cc: Bo Shen > Subject: Re: [U-Boot] [PATCH v6] arm: atmel: Add SAMA5D2 Xplained board > > Hi Wenyou

Re: [U-Boot] [PATCH 3/3] arm: at91: spl/atmel_sfr: move saic redirect to separate file

2015-11-04 Thread Yang, Wenyou
Hi Josh, Thank you for your review. > -Original Message- > From: Wu, Josh > Sent: 2015年11月5日 10:59 > To: Yang, Wenyou; U-Boot Mailing List > Subject: Re: [U-Boot] [PATCH 3/3] arm: at91: spl/atmel_sfr: move saic > redirect to > separate file > > Hi, Wenyo

Re: [U-Boot] [PATCH 1/3] arm: at91/spl: matrix: move matrix init to separate file

2015-11-04 Thread Yang, Wenyou
Hi Josh, Thank you for your review. > -Original Message- > From: Wu, Josh > Sent: 2015年11月5日 10:53 > To: Yang, Wenyou; U-Boot Mailing List > Subject: Re: [U-Boot] [PATCH 1/3] arm: at91/spl: matrix: move matrix init to > separate file > > Hi, Wenyou > > On

Re: [U-Boot] [PATCH 2/3] arm: at91/spl: matrix: improve implementation of matrix

2015-11-04 Thread Yang, Wenyou
Hi Josh, Thank you for your review. > -Original Message- > From: Wu, Josh > Sent: 2015年11月5日 10:54 > To: Yang, Wenyou; U-Boot Mailing List > Subject: Re: [U-Boot] [PATCH 2/3] arm: at91/spl: matrix: improve > implementation > of matrix > > Hi, Wenyou >

Re: [U-Boot] [PATCH] gpio: atmel: Add the PIO4 driver support

2015-11-01 Thread Yang, Wenyou
Hi Andreas, Thank you very much for your review. Your concerns are fixed in the v2 patch. > -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 2015年11月1日 5:54 > To: Yang, Wenyou; U-Boot Mailing List > Subject: Re: [PATCH] gpio: atme

Re: [U-Boot] [PATCH v2] arm: at91: clock: Add the generated clock support

2015-10-29 Thread Yang, Wenyou
Hi Bo Shen, > -Original Message- > From: Bo Shen [mailto:voice.s...@gmail.com] > Sent: 2015年10月29日 12:06 > To: Yang, Wenyou > Cc: U-Boot Mailing List; andreas.de...@googlemail.com > Subject: Re: [PATCH v2] arm: at91: clock: Add the generated clock support > >

Re: [U-Boot] [PATCH v4] arm: atmel: Add SAMA5D2 Xplained board

2015-10-28 Thread Yang, Wenyou
Hi Bo Shen, Thank you for your feedback. > -Original Message- > From: Bo Shen [mailto:voice.s...@gmail.com] > Sent: 2015年10月28日 11:07 > To: Yang, Wenyou > Cc: U-Boot Mailing List; andreas.de...@googlemail.com > Subject: Re: [PATCH v4] arm: atmel: Add SAMA5D2 Xplained bo

  1   2   >