Re: [U-Boot] [PATCH] arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)

2013-10-29 Thread Heiko Schocher
Hello Andreas, Am 29.10.2013 07:26, schrieb Andreas Bießmann: Dear Mateusz Kulikowski, On 28.10.13 22:30, Mateusz Kulikowski wrote: Hi Bo Shen, Thanks for the check, please see below. On 28.10.2013 05:57, Bo Shen wrote: Hi Mateusz Kulikowski, Add Andreas in loop. On 10/28/2013 03:34,

Re: [U-Boot] [PATCH] arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)

2013-10-29 Thread Andreas Bießmann
Dear Mateusz Kulikowski, On 28.10.13 22:30, Mateusz Kulikowski wrote: Hi Bo Shen, Thanks for the check, please see below. On 28.10.2013 05:57, Bo Shen wrote: Hi Mateusz Kulikowski, Add Andreas in loop. On 10/28/2013 03:34, Mateusz Kulikowski wrote: + +#define CONFIG_SYS_TEXT_BASE

[U-Boot] [PATCH 01/10 V6] EXYNOS5: Create a common board file

2013-10-29 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - None Changes

[U-Boot] [PATCH 06/10 V6] Exynos5420: Add base patch for SMDK5420

2013-10-29 Thread Rajeshwari S Shinde
Adding the base patch for Exynos based SMDK5420. This shall enable compilation and basic boot support for SMDK5420. Signed-off-by: Rajeshwari S Shinde rajeshwar...@samsung.com Signed-off-by: Akshay Saraswat aksha...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: -

[U-Boot] [PATCH 00/10 V6] EXYNOS5420: Add SMDK5420 board support

2013-10-29 Thread Rajeshwari S Shinde
This patch adds basic board support for SMDK5420 board. These patches are tested for booting fine on EVT1 SMDK5420. Changes in V2: - Corrected a compilation issue for SMDK5420. Changes in V3: - Add patch to support variable size SPL support - Add patch to disable SMU for

[U-Boot] [PATCH 07/10 V6] DTS: Add dts support for SMDK5420

2013-10-29 Thread Rajeshwari S Shinde
This patch adds support for SMDK5420. exynos5.dtsi created is a common file which has the nodes common to both 5420 and 5250. Signed-off-by: Akshay Saraswat aksha...@samsung.com Signed-off-by: Rajeshwari S Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2:

[U-Boot] [PATCH 05/10 V6] Exynos5420: Add support for 5420 in pinmux and gpio

2013-10-29 Thread Rajeshwari S Shinde
Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com Signed-off-by: Akshay Saraswat aksha...@samsung.com Signed-off-by: Rajeshwari S Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2:

[U-Boot] [PATCH 02/10 V6] Exynos5420: Add base addresses for 5420

2013-10-29 Thread Rajeshwari S Shinde
Adds base addresses of various IPs and controllers required for Exynos5420. Signed-off-by: Rajeshwari S Shinde rajeshwar...@samsung.com Signed-off-by: Akshay Saraswat aksha...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - None Changes in V3: - None

[U-Boot] [PATCH 04/10 V6] Exynos5420: Add DDR3 initialization for 5420

2013-10-29 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Rajeshwari S Shinde rajeshwar...@samsung.com Signed-off-by: Akshay Saraswat aksha...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - Corrected a compilation issue for SMDK5250.

[U-Boot] [PATCH 10/10 V6] DWMMC: SMDK5420: Disable SMU for eMMC

2013-10-29 Thread Rajeshwari S Shinde
SMDK5420 has a new Security Management Unit added for dwmmc driver, hence, configuring the control registers to support booting via eMMC. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org ---

[U-Boot] [PATCH 09/10 V6] SPL: EXYNOS: Prepare for variable size SPL support

2013-10-29 Thread Rajeshwari S Shinde
When variable size SPL is used, the BL1 expects the SPL to be encapsulated differently: instead of putting the checksum at a fixed offset in the SPL blob, prepend the blob with a header including the size and the checksum. The enhancements include - adding a command line option, '--vs' to

[U-Boot] [PATCH 08/10 V6] Config: Add initial config for SMDK5420

2013-10-29 Thread Rajeshwari S Shinde
Adding initial config for SMDK5420 to build and boot U-Boot over Exynos based SMDK5420. Signed-off-by: Rajeshwari S Shinde rajeshwar...@samsung.com Signed-off-by: Akshay Saraswat aksha...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - None Changes in V3:

[U-Boot] [PATCH v2 2/2] arm: rmobile: Add support koelsch board

2013-10-29 Thread Nobuhiro Iwamatsu
The koelsch board has R8A7791, 2GB DDR3-SDRAM, USB, Quad SPI, Ethernet, and more. This patch supports the following functions: - DDR3-SDRAM - SCIF Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Signed-off-by: Hisashi Nakamura hisashi.nakamura...@renesas.com CC: Nobuhiro

Re: [U-Boot] [PATCH] arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)

2013-10-29 Thread Andreas Bießmann
Dear Mateusz Kulikowski, some comments additional to Bo's. On 10/28/2013 05:57 AM, Bo Shen wrote: Hi Mateusz Kulikowski, Add Andreas in loop. On 10/28/2013 03:34, Mateusz Kulikowski wrote: Add support for USB-A9263 board manufactured by Calao Systems (http://www.calao-systems.com/).

Re: [U-Boot] [PATCH v1 2/3] arm, at91: add Siemens board taurus (based on AT91SAM9G20)

2013-10-29 Thread Andreas Bießmann
Hi Heiko, some additional comments on top of Bo's. On 10/28/2013 06:24 AM, Bo Shen wrote: Hi Heiko Schocher, Please add commit message. On 10/22/2013 13:51, Heiko Schocher wrote: Signed-off-by: Roger Meier r.me...@siemens.com Reviewed-by: Heiko Schocher h...@denx.de Cc: Andreas

[U-Boot] fw_setenv device not accessible

2013-10-29 Thread pshambhu
Hi, I am unable to change the u-boot environment variables from the Linux environment using fw_setenv and fw_printenv. I am able to list out the variables from the particular partition, but i am unable to change the variable value using fw_setenv. [Linux promp]# fw_setenv Status 0 Can't

Re: [U-Boot] [PATCH v1 3/3] arm, at91: add siemens corvus board

2013-10-29 Thread Andreas Bießmann
Hi Heiko, some additional comments on top of Bo's. On 10/28/2013 06:45 AM, Bo Shen wrote: Hi Heiko Schocher, Please add commit message. On 10/22/2013 13:51, Heiko Schocher wrote: Signed-off-by: Boris Schmidt boris.schm...@siemens.com Reviewed-by: Heiko Schocher h...@denx.de Cc: Andreas

Re: [U-Boot] [PATCH 10/10 V6] DWMMC: SMDK5420: Disable SMU for eMMC

2013-10-29 Thread Jaehoon Chung
Looks good to me. Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 10/29/2013 04:23 PM, Rajeshwari S Shinde wrote: SMDK5420 has a new Security Management Unit added for dwmmc driver, hence, configuring the control registers to support booting via eMMC. Signed-off-by: Alim Akhtar

Re: [U-Boot] Illegal use of FP ops in clock_ti814x.c

2013-10-29 Thread Wolfgang Denk
Dear Måns Rullgård, In message yw1x8uxc28y9@unicorn.mansr.com you wrote: Something like this should be equivalent. That said, it looks suspiciously like it's meant to simply do a division and round up. If that is the case, +225 should be +249. It probably makes no difference for

Re: [U-Boot] fw_setenv device not accessible

2013-10-29 Thread Wolfgang Denk
Dear pshambhu, In message 1383039837672-166275.p...@n7.nabble.com you wrote: I am unable to change the u-boot environment variables from the Linux environment using fw_setenv and fw_printenv. I am able to list out the variables from the particular partition, but i am unable to change

Re: [U-Boot] Illegal use of FP ops in clock_ti814x.c

2013-10-29 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/29/2013 06:48 AM, Wolfgang Denk wrote: Dear Måns Rullgård, In message yw1x8uxc28y9@unicorn.mansr.com you wrote: Something like this should be equivalent. That said, it looks suspiciously like it's meant to simply do a division and

Re: [U-Boot] [PATCH v1 2/3] arm, at91: add Siemens board taurus (based on AT91SAM9G20)

2013-10-29 Thread Heiko Schocher
Hello Andreas, Am 29.10.2013 10:43, schrieb Andreas Bießmann: Hi Heiko, some additional comments on top of Bo's. On 10/28/2013 06:24 AM, Bo Shen wrote: Hi Heiko Schocher, Please add commit message. On 10/22/2013 13:51, Heiko Schocher wrote: Signed-off-by: Roger Meierr.me...@siemens.com

Re: [U-Boot] [PATCH v1 3/3] arm, at91: add siemens corvus board

2013-10-29 Thread Heiko Schocher
Hello Andreas, Am 29.10.2013 11:01, schrieb Andreas Bießmann: Hi Heiko, some additional comments on top of Bo's. On 10/28/2013 06:45 AM, Bo Shen wrote: Hi Heiko Schocher, Please add commit message. On 10/22/2013 13:51, Heiko Schocher wrote: Signed-off-by: Boris

Re: [U-Boot] Illegal use of FP ops in clock_ti814x.c

2013-10-29 Thread Måns Rullgård
Wolfgang Denk w...@denx.de writes: Dear Måns Rullgård, In message yw1x8uxc28y9@unicorn.mansr.com you wrote: Something like this should be equivalent. That said, it looks suspiciously like it's meant to simply do a division and round up. If that is the case, +225 should be +249.

[U-Boot] [RFC PATCH 0/3] at91: remove legacy gpio API

2013-10-29 Thread Andreas Bießmann
This RFC is to remove the need for legacy at91 gpio API in favor of switching to generic gpio API. Please comment, especially on new gpio macros. Andreas Bießmann (3): at91: add new gpio pin macros at91sam9263ek: remove ATMEL_LEGACY at91: use generic gpio API for AT91_LED

[U-Boot] [RFC PATCH 1/3] at91: add new gpio pin macros

2013-10-29 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/arm/include/asm/arch-at91/gpio.h | 34 - 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/gpio.h b/arch/arm/include/asm/arch-at91/gpio.h index

[U-Boot] [RFC PATCH 2/3] at91sam9263ek: remove ATMEL_LEGACY

2013-10-29 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- board/atmel/at91sam9263ek/led.c | 12 include/configs/at91sam9263ek.h | 13 ++--- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/board/atmel/at91sam9263ek/led.c

[U-Boot] [RFC PATCH 3/3] at91: use generic gpio API for AT91_LED

2013-10-29 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- arch/arm/cpu/arm926ejs/at91/led.c | 43 + 1 file changed, 43 insertions(+) diff --git a/arch/arm/cpu/arm926ejs/at91/led.c b/arch/arm/cpu/arm926ejs/at91/led.c index 5dd9048..9dcba7a 100644 ---

Re: [U-Boot] [PATCH v2] mmc: sdhci: Avoid commands errors by simple timeout adaptation.

2013-10-29 Thread Przemyslaw Marczak
Dear Pantelis, You don't reply for a long time. Could you look on it at this time? On 10/15/2013 10:18 PM, Przemyslaw Marczak wrote: Hello Pantelis, Could you look at this patch, please? On 10/08/2013 06:12 PM, Przemyslaw Marczak wrote: Old command timeout value was too small and it caused

Re: [U-Boot] [PATCH v1 3/3] arm, at91: add siemens corvus board

2013-10-29 Thread Andreas Bießmann
Hello Heiko, On 10/29/2013 01:41 PM, Heiko Schocher wrote: Am 29.10.2013 11:01, schrieb Andreas Bießmann: On 10/28/2013 06:45 AM, Bo Shen wrote: On 10/22/2013 13:51, Heiko Schocher wrote: Signed-off-by: Boris Schmidtboris.schm...@siemens.com Reviewed-by: Heiko Schocherh...@denx.de Cc:

Re: [U-Boot] [PATCH v2] mmc: sdhci: Avoid commands errors by simple timeout adaptation.

2013-10-29 Thread Pantelis Antoniou
Dear Przemyslaw, On Oct 29, 2013, at 3:02 PM, Przemyslaw Marczak wrote: Dear Pantelis, You don't reply for a long time. Could you look on it at this time? Is this a way to address people on a mailing list? People, especially volunteers are busy with other things too. Eventually things get

Re: [U-Boot] [PATCH v4] i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

2013-10-29 Thread Heiko Schocher
Hello Igor, Am 29.10.2013 12:07, schrieb Igor Grinberg: On 10/28/13 08:19, Heiko Schocher wrote: Hello Igor, Am 27.10.2013 08:30, schrieb Igor Grinberg: Hi Heiko, On 10/22/13 11:03, Heiko Schocher wrote: - add omap24xx driver to new multibus/multiadpater support - adapted all config files,

Re: [U-Boot] [PATCH v4] i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

2013-10-29 Thread Igor Grinberg
On 10/28/13 08:19, Heiko Schocher wrote: Hello Igor, Am 27.10.2013 08:30, schrieb Igor Grinberg: Hi Heiko, On 10/22/13 11:03, Heiko Schocher wrote: - add omap24xx driver to new multibus/multiadpater support - adapted all config files, which uses this driver Tested on the am335x based

Re: [U-Boot] [PATCH v2] mmc: sdhci: Avoid commands errors by simple timeout adaptation.

2013-10-29 Thread Pantelis Antoniou
Dear Przemyslaw, On Oct 29, 2013, at 3:24 PM, Przemyslaw Marczak wrote: Dear Pantelis, On 10/29/2013 02:08 PM, Pantelis Antoniou wrote: Dear Przemyslaw, On Oct 29, 2013, at 3:02 PM, Przemyslaw Marczak wrote: Dear Pantelis, You don't reply for a long time. Could you look on it at this

Re: [U-Boot] [PATCH v2] mmc: sdhci: Avoid commands errors by simple timeout adaptation.

2013-10-29 Thread Przemyslaw Marczak
Dear Pantelis, On 10/29/2013 02:08 PM, Pantelis Antoniou wrote: Dear Przemyslaw, On Oct 29, 2013, at 3:02 PM, Przemyslaw Marczak wrote: Dear Pantelis, You don't reply for a long time. Could you look on it at this time? Is this a way to address people on a mailing list? People, especially

Re: [U-Boot] [PATCH v2] mmc: sdhci: Avoid commands errors by simple timeout adaptation.

2013-10-29 Thread Mateusz Zalega
Dear Pantelis, You don't reply for a long time. Could you look on it at this time? Is this a way to address people on a mailing list? People, especially volunteers are busy with other things too. Eventually things get merged, but not when people are being rude. What did I wrong by

Re: [U-Boot] [[PATCH]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-10-29 Thread Hardik Patel
Tom, Dan, Thanks for your feedback on patch. If I understand correctly, you are suggesting to put static timing values for RevB3(instead of putting it for auto detection) in emif_get_reg_dump and emif_get_dmm_regs_sdp functions as we do it for other panda revisions. We have already figured

Re: [U-Boot] [PATCH 1/2] ARM: mxs: Enable DCDC converter for battery boot

2013-10-29 Thread Marek Vasut
Dear Fabio Estevam, Hi Marek, On Mon, Oct 28, 2013 at 9:29 AM, Marek Vasut ma...@denx.de wrote: In case the board detected sufficient voltage for battery boot, make sure the DCDC converter is ON and the board is not running only from linregs, otherwise an instability will be observed.

Re: [U-Boot] [[PATCH]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-10-29 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/29/2013 10:17 AM, Hardik Patel wrote: Tom, Dan, Thanks for your feedback on patch. If I understand correctly, you are suggesting to put static timing values for RevB3(instead of putting it for auto detection) in emif_get_reg_dump and

Re: [U-Boot] Configuring U-Boot through device tree

2013-10-29 Thread Stephen Warren
On 10/28/2013 10:56 AM, Dirk Behme wrote: Am 27.10.2013 18:07, schrieb Detlev Zundel: ... ** Configuring U-Boot through device tree - _What_ should be configured? - Google requires every new U-Boot driver to be configured through device tree in U-Boot - Configuring U-Boot through device

[U-Boot] [PATCH] video: ipu_disp: Fix clock polarity logic

2013-10-29 Thread Fabio Estevam
Currently the HDMI splash screen image quality on mx6solo does not show a very stable image. By comparing the IPU driver from U-boot with the one from FSL 4.1.0 BSP, we can see that there is an inverted logic for setting the DI_GEN_POL_CLK bit. From FSL BSP [1] we have: if

Re: [U-Boot] [PATCH] powerpc/esdhc: Map register for eSDHC host controller 3.0

2013-10-29 Thread Scott Wood
On Tue, 2013-10-29 at 11:48 +0800, Haijun Zhang wrote: eSDHC host controller has new register to support SD Spec 3.0. And the according host controller version was Freescale eSDHC Version 3.0. Add some new register and it simple description. Signed-off-by: Haijun Zhang

Re: [U-Boot] [PATCH 2/2] powerpc/esdhc: hack t4240 host capabilities register for VS33 bit

2013-10-29 Thread Scott Wood
On Fri, 2013-10-25 at 09:54 +0800, Haijun Zhang wrote: T4240 eSDHC host capabilities reigster should have VS33 bit define. hack the code to add the 3.3 voltage support Signed-off-by: Roy Zang tie-fei.z...@freescale.com Signed-off-by: Haijun Zhang haijun.zh...@freescale.com ---

Re: [U-Boot] [PATCH v3 5/5] RFC: tegra: Convert to using environment files

2013-10-29 Thread Stephen Warren
On 10/28/2013 04:15 PM, Simon Glass wrote: Hi Stephen, On Mon, Oct 28, 2013 at 3:20 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/28/2013 02:50 PM, Simon Glass wrote: Hi Stephen, On Mon, Oct 28, 2013 at 2:41 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/28/2013 02:34 PM,

Re: [U-Boot] [PATCH] video: ipu_disp: Fix clock polarity logic

2013-10-29 Thread Eric Nelson
Thanks Fabio, On 10/29/2013 10:46 AM, Fabio Estevam wrote: Currently the HDMI splash screen image quality on mx6solo does not show a very stable image. By comparing the IPU driver from U-boot with the one from FSL 4.1.0 BSP, we can see that there is an inverted logic for setting the

Re: [U-Boot] [PATCH v2 3/3] arm: rmobile: Add support lager board

2013-10-29 Thread Nobuhiro Iwamatsu
Hi, 2013/10/17 Albert ARIBAUD albert.u.b...@aribaud.net: Hi Nobuhiro, On Fri, 20 Sep 2013 10:53:55 +0900, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: The lager board has R8A7790, 2GB DDR3-SDRAM, USB, Ethernet, and more. This patch supports the following functions: -

Re: [U-Boot] Should be Acked-by and Reviewed-by inherited for updated patches?

2013-10-29 Thread Nobuhiro Iwamatsu
Hi, 2013/10/28 Masahiro Yamada yamad...@jp.panasonic.com: Hello exports. When re-posting updated a patch (or patch series), should be Acked-by and Reviewed-by tag inherited? Let me give an example. I posted First step towards Kbuild: Use Kbuild style makefiles v3. Simon reviewed

Re: [U-Boot] Minutes from the U-Boot Mini Summit 2013

2013-10-29 Thread Nobuhiro Iwamatsu
Hi, I add more infomation about CI. 2013/10/28 Detlev Zundel d...@denx.de: Hi, it was a real pleasure to meet up with so many people on the ELCE in Edinburgh the last few days. Those of you who could not make it should look out for the Embedded Linux Conference Europe in 2014. Although

[U-Boot] [U-boot] DFU and fastboot question

2013-10-29 Thread TigerLiu
Hi, experts: In U-boot mini summit 2013, not talk about android fastboot protocol support in U-boot mainline code? In the ppt which introduced DFU, it said: Google Chromebook use DFU tool? I am curious: Why Google not continue to use fastboot tool in Chromebook? Best wishes,

Re: [U-Boot] [PATCH] powerpc/esdhc: Map register for eSDHC host controller 3.0

2013-10-29 Thread Zhang Haijun
I'll split it to two patches. Thanks. 于 2013/10/30 1:54, Scott Wood 写道: On Tue, 2013-10-29 at 11:48 +0800, Haijun Zhang wrote: eSDHC host controller has new register to support SD Spec 3.0. And the according host controller version was Freescale eSDHC Version 3.0. Add some new register and it

Re: [U-Boot] [PATCH 2/2] powerpc/esdhc: hack t4240 host capabilities register for VS33 bit

2013-10-29 Thread Zhang Haijun
于 2013/10/30 2:34, Scott Wood 写道: On Fri, 2013-10-25 at 09:54 +0800, Haijun Zhang wrote: T4240 eSDHC host capabilities reigster should have VS33 bit define. hack the code to add the 3.3 voltage support Signed-off-by: Roy Zang tie-fei.z...@freescale.com Signed-off-by: Haijun Zhang

[U-Boot] [PATCH 2/2 V2] powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register

2013-10-29 Thread Haijun Zhang
T4240QDS eSDHC host capabilities reigster should have VS33 bit define. Add quirk CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 to deal with capacity missing Signed-off-by: Roy Zang tie-fei.z...@freescale.com Signed-off-by: Haijun Zhang haijun.zh...@freescale.com --- changes for V2: - Limited the

[U-Boot] [PATCH 1/2 V2] esdhc: memset mmc struct before putting into use

2013-10-29 Thread Haijun Zhang
struct mmc should be clear to all '0' after malloc to avoid unexpect variable value. Like mmc-has_init = xxx. In this case mmcinfo will believe the card had been initialized before and skip the initialization. Test on P5040 and T4240, Error Log: = mmcinfo Device: FSL_SDHC Manufacturer ID: 0

[U-Boot] [PATCH 2/2 V2] Powerpc/esdhc: Add simple description of esdhc register

2013-10-29 Thread Haijun Zhang
Add some descriptions for esdhc register for easily using. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com --- drivers/mmc/fsl_esdhc.c | 74 - 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/drivers/mmc/fsl_esdhc.c

[U-Boot] [PATCH 1/2 V2] powerpc/esdhc: Map register for eSDHC Host Controller V3.0

2013-10-29 Thread Haijun Zhang
eSDHC host controller has new register to support SD Spec 3.0. And the according host controller version was Freescale eSDHC Version 3.0. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com --- changes: - Split from patch [PATCH] powerpc/esdhc: Map register for eSDHC host