Re: [U-Boot] [PATCH v2] miniarm-rk3288: set isp/vop qos priority level

2016-12-13 Thread Kever Yang
Hi Simon, On 12/12/2016 04:27 AM, Simon Glass wrote: Hi Nickey, On 8 December 2016 at 21:39, Nickey Yang wrote: isp-camera image will be broken when enter dual screen display mode. We set isp qos high to solve this problem. Signed-off-by: Nickey Yang

[U-Boot] [PATCH] usb: dwc2-otg: remove unused variable

2016-12-13 Thread Masahiro Yamada
GCC 6.1 complains about this. drivers/usb/gadget/dwc2_udc_otg.c:72:19: warning: 'driver_desc' defined but not used [-Wunused-const-variable=] static const char driver_desc[] = DRIVER_DESC; ^~~ Signed-off-by: Masahiro Yamada ---

Re: [U-Boot] [PATCHv5 03/17] dm: pci: remove pci_bus_to_hose(0) calling

2016-12-13 Thread Z.Q. Hou
Hi Bin, Thanks for your review! B.R Zhiqiang > -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: 2016年12月13日 15:48 > To: Z.Q. Hou > Cc: U-Boot Mailing List ; Albert ARIBAUD > ; Prabhakar

Re: [U-Boot] [PATCH] mmc: sdhci-cadence: add Cadence SD4HC support

2016-12-13 Thread Masahiro Yamada
Hi Jaehoon, 2016-12-14 11:15 GMT+09:00 Jaehoon Chung : >> + host->name = dev->name; >> + host->ioaddr = plat->hrs_addr + SDHCI_CDNS_SRS_BASE; >> + host->version = SDHCI_SPEC_300; > > Maybe you don't put this..version is checked in sdhci_setup_cfg() with >

Re: [U-Boot] [RFC PATCH 1/3] sunxi: Add clocks for DE2/HDMI/TCON

2016-12-13 Thread Chen-Yu Tsai
On Wed, Dec 14, 2016 at 3:20 AM, Jernej Škrabec wrote: > Hi, > > On Tue, Dec 13, 2016 at 16:18:58 CET, Maxime Ripard wrote: >> Hi, >> >> First off, thanks a lot for working on this. >> >> On Tue, Dec 13, 2016 at 01:36:28AM +0100, Jernej Skrabec wrote: >> > This is needed

Re: [U-Boot] [PATCH] mmc: sdhci-cadence: add Cadence SD4HC support

2016-12-13 Thread Jaehoon Chung
Hi Masahiro. On 12/09/2016 03:46 PM, Masahiro Yamada wrote: > Add a driver for the Cadence SD4HC SD/SDIO/eMMC Controller. > > Signed-off-by: Masahiro Yamada > --- > > - This is a counterpart of the Linux driver, >which has been merged in the MMC subsystem: >

Re: [U-Boot] [PATCH v2 0/6] cleanup and enhancements for Colibri VFxx

2016-12-13 Thread Stefan Agner
On 2016-11-30 13:41, Stefan Agner wrote: > From: Stefan Agner > > This patchset cleans up the board file, speeds up NAND slightly > and enhances the board support with device tree MTD partition > support. > > It also fixes a bug in the new Toradex config block code. >

Re: [U-Boot] [linux-sunxi] Re: [RFC PATCH 0/3] sunxi: video: Add support for HDMI output on H3

2016-12-13 Thread Icenowy Zheng
14.12.2016, 04:29, "Simon Glass" : > Hi, > > On 12 December 2016 at 19:36, Jernej Skrabec wrote: >>  This patch series add support for HDMI output. Support for other, >>  newer, SoCs, which also uses DE2 and same or similar HDMI controller >>  and PHY

[U-Boot] Enable redundant u-boot environment for iMX6 (Yocto)

2016-12-13 Thread brendan
Hello, I'm looking to enable a redundancy enabled "ping-pong" u-boot environment for my iMX6 (VAR-SOM-MX6 CPU: NXP/Freescale iMX6) to ensure that if there was system failure that there will always be a CRC checked and valid environment available in NAND flash. I have read the documentation and

Re: [U-Boot] [PATCH v4 2/2] splash: add support for loading splash from a FIT image

2016-12-13 Thread Simon Glass
Hi Igor, On 12 December 2016 at 01:37, Igor Grinberg wrote: > On 12/11/16 22:27, Simon Glass wrote: >> Hi Igor, >> >> On 11 December 2016 at 10:37, Igor Grinberg wrote: >>> Hi Tomas, Simon, >>> >>> Sorry, to break in that late... >>> I have a

Re: [U-Boot] [RFC PATCH 0/3] sunxi: video: Add support for HDMI output on H3

2016-12-13 Thread Simon Glass
Hi, On 12 December 2016 at 19:36, Jernej Skrabec wrote: > This patch series add support for HDMI output. Support for other, > newer, SoCs, which also uses DE2 and same or similar HDMI controller > and PHY can be easily added later (A83T/A64/H5/R40). Current driver > can

Re: [U-Boot] [RFC PATCH 2/3] sunxi: video: Add video driver for H3 SoC

2016-12-13 Thread Jernej Škrabec
Hi, On Tue, Dec 13, 2016 at 16:40:55 CET, Maxime Ripard wrote: > Hi, > > On Tue, Dec 13, 2016 at 01:36:29AM +0100, Jernej Skrabec wrote: > > This patch adds support for hdmi output. It is designed in the same > > way as video driver for older Allwinner SoCs. > > > > First it checks if monitor

[U-Boot] [PATCH] i2c: mv_i2c.c: Correct address endianness

2016-12-13 Thread Bradley Bolen
0c0f719ad2f46c8566a56daee37ebdb7c078c3b1 accidentally changed the endianness of the i2c read and write addresses. This was noticable when accessing EEPROMs that use 2 byte addressing as the LSB was being sent first. Signed-off-by: Bradley Bolen --- drivers/i2c/mv_i2c.c

Re: [U-Boot] [RFC PATCH 1/3] sunxi: Add clocks for DE2/HDMI/TCON

2016-12-13 Thread Jernej Škrabec
Hi, On Tue, Dec 13, 2016 at 16:18:58 CET, Maxime Ripard wrote: > Hi, > > First off, thanks a lot for working on this. > > On Tue, Dec 13, 2016 at 01:36:28AM +0100, Jernej Skrabec wrote: > > This is needed for HDMI support, which will be added later. > > > > Signed-off-by: Jernej Skrabec

[U-Boot] [U-boot] [bug report] After update from "2016.01" to "2016.09.01" display is shifted vertically - atmel lcd fb

2016-12-13 Thread Robert Grzyb
Current version of "drivers\video\atmel_lcdfb.c" seem to contain a typo in the "lcd_ctrl_init" function: diff -Naur u-boot-2016.09.01.orig/drivers/video/atmel_lcdfb.c u-boot-2016.09.01/drivers/video/atmel_lcdfb.c --- u-boot-2016.09.01.orig/drivers/video/atmel_lcdfb.c2016-09-19

Re: [U-Boot] [PATCH] armv8/fsl_lsch2: Add the OCRAM initialization

2016-12-13 Thread york sun
On 12/13/2016 01:45 AM, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > Clear the content to zero and the ECC error bit of OCRAM1/2. > > The OCRAM must be initialized to ZERO by the unit of 8-Byte before > accessing it, or else it will generate ECC error. And the IBR has >

[U-Boot] [PATCH v4 09/16] arm: imx6q: Add Engicam i.CoreM6 Solo/Duallite RQS Starter Kit initial support

2016-12-13 Thread Jagan Teki
From: Jagan Teki Boot from MMC: - U-Boot SPL 2016.11-rc2-g217bd8e-dirty (Nov 08 2016 - 22:56:07) Trying to boot from MMC1 U-Boot 2016.11-rc2-g217bd8e-dirty (Nov 08 2016 - 22:56:07 +0530) CPU: Freescale i.MX6DL rev1.3 at 792 MHz Reset cause: POR Model:

[U-Boot] [PATCH v4 04/16] imx6: geam6ul: Add I2C support

2016-12-13 Thread Jagan Teki
From: Jagan Teki Add I2C support for Engicam GEAM6UL module. geam6ul> i2c bus Bus 0: i2c@021a Bus 1: i2c@021a4000 geam6ul> i2c dev 0 Setting bus to 0 geam6ul> i2c dev Current bus is 0 geam6ul> i2c speed 10 Setting bus speed to 10 Hz geam6ul> i2c probe

[U-Boot] [PATCH v4 07/16] imx6: geam6ul: Add default mtd nand partition table

2016-12-13 Thread Jagan Teki
From: Jagan Teki geam6ul> mtdparts device nand0 , # parts = 6 0: spl 0x0020 0x 0 1: uboot 0x0020 0x0020 0 2: env 0x0010 0x0040 0 3: kernel 0x0040

[U-Boot] [PATCH v4 06/16] imx6: geam6ul: Enable MTD device support

2016-12-13 Thread Jagan Teki
From: Jagan Teki Enable MTD device, partition and command support. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH v4 02/16] arm: imx6ul: Add Engicam GEAM6UL Starter Kit initial support

2016-12-13 Thread Jagan Teki
From: Jagan Teki Boot Log: U-Boot SPL 2016.11-rc2-00144-g922adaa-dirty (Oct 28 2016 - 18:55:30) Trying to boot from MMC1 U-Boot 2016.11-rc2-00144-g922adaa-dirty (Oct 28 2016 - 18:55:30 +0530) CPU: Freescale i.MX6UL rev1.1 528 MHz (running at 396 MHz) CPU:

[U-Boot] [PATCH v4 00/16] imx6: Add Engicam GEAM6UL/i.CoreM6 RQS board support

2016-12-13 Thread Jagan Teki
From: Jagan Teki This is v4 for previous v3, v2 series[1] [2] on top of [3] series Changes for v4: - Add FEC patches. Changes for v3: - Add I2C support Changes for v2: - Add 'Acked-by' from Joe - Add new i.CoreM6 RQS patches [1]

[U-Boot] [PATCH v4 15/16] arm: dts: imx6qdl-icore-rqs: Add FEC node

2016-12-13 Thread Jagan Teki
From: Jagan Teki Add FEC node for Engicam i.CoreM6 RQS modules. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH v4 16/16] imx6: icorem6_rqs: Add FEC support

2016-12-13 Thread Jagan Teki
From: Jagan Teki Add FEC support for Engicam i.CoreM6 RQS modules. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH v4 14/16] imx6: geam6ul: Add FEC support

2016-12-13 Thread Jagan Teki
From: Jagan Teki Add FEC support for Engicam GEAM6UL module. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH v4 13/16] arm: dts: imx6ul-geam: Add FEC node

2016-12-13 Thread Jagan Teki
From: Jagan Teki Add FEC node for Engicam GEAM6UL module. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH v4 10/16] imx6: icorem6: Rename engicam icorem6 defconfig files

2016-12-13 Thread Jagan Teki
From: Jagan Teki Rename defconfig files for better compatible with respective board names and dts files. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki

[U-Boot] [PATCH v4 12/16] imx6: icorem6_rqs: Add I2C support

2016-12-13 Thread Jagan Teki
From: Jagan Teki Add I2C support for Engicam i.CoreM6 RQS modules. icorem6qdl-rqs> i2c bus Bus 0: i2c@021a Bus 1: i2c@021a4000 Bus 2: i2c@021a8000 icorem6qdl-rqs> i2c dev 0 Setting bus to 0 icorem6qdl-rqs> i2c speed 10 Setting bus speed to 10 Hz

[U-Boot] [PATCH v4 11/16] arm: dts: imx6qdl-icore-rqs: Add I2C node's

2016-12-13 Thread Jagan Teki
From: Jagan Teki Add I2C nodes for Engicam i.CoreM6 RQS modules. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH v4 05/16] imx6: geam6ul: Add NAND support

2016-12-13 Thread Jagan Teki
From: Jagan Teki Add NAND support for Engicam GEAM6UL board. Boot Log: U-Boot SPL 2016.11-g537fa5f (Nov 28 2016 - 11:42:28) Trying to boot from NAND NAND : 256 MiB U-Boot 2016.11-g537fa5f (Nov 28 2016 - 11:20:06 +0100) CPU: Freescale i.MX6UL rev1.1 69

[U-Boot] [PATCH v4 08/16] arm: imx6q: Add Engicam i.CoreM6 Quad/Dual RQS Starter Kit initial support

2016-12-13 Thread Jagan Teki
From: Jagan Teki Boot from MMC: - U-Boot SPL 2016.11-rc2-g217bd8e-dirty (Nov 08 2016 - 22:59:44) Trying to boot from MMC1 U-Boot 2016.11-rc2-g217bd8e-dirty (Nov 08 2016 - 22:59:44 +0530) CPU: Freescale i.MX6D rev1.2 at 792 MHz Reset cause: POR Model:

[U-Boot] [PATCH v4 03/16] arm: dts: imx6ul-geam: Add I2C nodes

2016-12-13 Thread Jagan Teki
From: Jagan Teki Add I2C nodes for Engicam GEAM6UL module. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH v4 01/16] arm: dts: Add devicetree for i.MX6UL

2016-12-13 Thread Jagan Teki
From: Jagan Teki Add i.MX6UL dtsi support from Linux. Here is the last commit: "ARM: dts: add gpio-ranges property to iMX GPIO controllers" (sha1: bb728d662bed0fe91b152550e640cb3f6caa972c) Cc: Stefano Babic Cc: Matteo Lisi

Re: [U-Boot] [RFC PATCH 2/3] sunxi: video: Add video driver for H3 SoC

2016-12-13 Thread Chen-Yu Tsai
On Tue, Dec 13, 2016 at 11:40 PM, Maxime Ripard wrote: > Hi, > > On Tue, Dec 13, 2016 at 01:36:29AM +0100, Jernej Skrabec wrote: >> This patch adds support for hdmi output. It is designed in the same >> way as video driver for older Allwinner SoCs. >> >> First it

Re: [U-Boot] [RFC PATCH 2/3] sunxi: video: Add video driver for H3 SoC

2016-12-13 Thread Maxime Ripard
Hi, On Tue, Dec 13, 2016 at 01:36:29AM +0100, Jernej Skrabec wrote: > This patch adds support for hdmi output. It is designed in the same > way as video driver for older Allwinner SoCs. > > First it checks if monitor is attached. If it is, recommended > timings are read from EDID. After that,

Re: [U-Boot] [RFC PATCH 0/3] spl: Add D-cache support

2016-12-13 Thread Tom Rini
On Tue, Dec 13, 2016 at 08:48:55PM +0530, Lokesh Vutla wrote: > > > On Tuesday 13 December 2016 05:44 PM, Tom Rini wrote: > > On Mon, Dec 12, 2016 at 03:22:50PM +0530, Lokesh Vutla wrote: > >> Hi Tom, > >> > >> On Monday 28 November 2016 03:04 PM, Lokesh Vutla wrote: > >>> This series tries to

Re: [U-Boot] [RFC PATCH 0/3] spl: Add D-cache support

2016-12-13 Thread Lokesh Vutla
On Tuesday 13 December 2016 05:44 PM, Tom Rini wrote: > On Mon, Dec 12, 2016 at 03:22:50PM +0530, Lokesh Vutla wrote: >> Hi Tom, >> >> On Monday 28 November 2016 03:04 PM, Lokesh Vutla wrote: >>> This series tries to add D-cache support in spl in order to reduce boot time >>> either in 2stage

Re: [U-Boot] [RFC PATCH 1/3] sunxi: Add clocks for DE2/HDMI/TCON

2016-12-13 Thread Maxime Ripard
Hi, First off, thanks a lot for working on this. On Tue, Dec 13, 2016 at 01:36:28AM +0100, Jernej Skrabec wrote: > This is needed for HDMI support, which will be added later. > > Signed-off-by: Jernej Skrabec > --- > > arch/arm/include/asm/arch-sunxi/clock_sun6i.h |

Re: [U-Boot] [PATCH v2] ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.

2016-12-13 Thread Michal Simek
On 12.12.2016 17:48, Moritz Fischer wrote: > By adding labels to the cpu nodes in the dtsi, a dts that > includes it can change the OPPs by referencing the cpu0 > through the label. > > [Based on linux (400b6a0cbef55d1ae32808eaa1ef1c28820bf6ac)] > Signed-off-by: Moritz Fischer

Re: [U-Boot] Makefile: Fix linking with modern binutils

2016-12-13 Thread Måns Rullgård
Joel Stanley writes: > Hello Tom, > > On Sat, Dec 10, 2016 at 12:53 AM, Tom Rini wrote: >>> -LDFLAGS_u-boot += $(LDFLAGS_FINAL) >>> +# Avoid Not enough room for program headers on binutils 2.28 onwards. >>> +# Flag was introduced in 2.26 >>> +LDFLAGS_u-boot

Re: [U-Boot] [PATCH v3 00/13] imx6: icorem6: Add dm-eth, framebuffer and I2C support

2016-12-13 Thread Jagan Teki
On Wed, Dec 7, 2016 at 5:01 PM, Jagan Teki wrote: > Hi Stefano, > > On Tue, Dec 6, 2016 at 12:00 AM, Jagan Teki wrote: >> From: Jagan Teki >> >> This series support framebuffer and I2C on top of u-boot-imx.git with >> latest

Re: [U-Boot] Makefile: Fix linking with modern binutils

2016-12-13 Thread Tom Rini
On Tue, Dec 13, 2016 at 03:31:24PM +1030, Joel Stanley wrote: > Hello Tom, > > On Sat, Dec 10, 2016 at 12:53 AM, Tom Rini wrote: > >> -LDFLAGS_u-boot += $(LDFLAGS_FINAL) > >> +# Avoid Not enough room for program headers on binutils 2.28 onwards. > >> +# Flag was introduced in

Re: [U-Boot] [RFC PATCH 0/3] spl: Add D-cache support

2016-12-13 Thread Tom Rini
On Mon, Dec 12, 2016 at 03:22:50PM +0530, Lokesh Vutla wrote: > Hi Tom, > > On Monday 28 November 2016 03:04 PM, Lokesh Vutla wrote: > > This series tries to add D-cache support in spl in order to reduce boot time > > either in 2stage boot or Falcon Boot. > > I hope there are no further comments

Re: [U-Boot] [PATCH 0/3] Add generic FDT memory bank decoding and gd initialization

2016-12-13 Thread Igor Grinberg
On 12/13/16 13:12, Michal Simek wrote: > On 13.12.2016 09:56, Igor Grinberg wrote: >> On 12/12/16 14:05, Mike Looijmans wrote: >>> On 12-12-16 09:18, Michal Simek wrote: On 12.12.2016 09:05, Igor Grinberg wrote: > On 12/12/16 09:13, Nathan Rossi wrote: >> On 12 December 2016 at 03:11,

Re: [U-Boot] [PATCH 0/3] Add generic FDT memory bank decoding and gd initialization

2016-12-13 Thread Igor Grinberg
On 12/13/16 13:07, Michal Simek wrote: > On 13.12.2016 09:53, Igor Grinberg wrote: >> On 12/12/16 13:56, Michal Simek wrote: >>> On 12.12.2016 12:10, Igor Grinberg wrote: On 12/12/16 11:03, Michal Simek wrote: > On 12.12.2016 09:54, Igor Grinberg wrote: >> On 12/12/16 10:27, Michal

Re: [U-Boot] [PATCH 0/3] Add generic FDT memory bank decoding and gd initialization

2016-12-13 Thread Michal Simek
On 13.12.2016 09:56, Igor Grinberg wrote: > On 12/12/16 14:05, Mike Looijmans wrote: >> On 12-12-16 09:18, Michal Simek wrote: >>> On 12.12.2016 09:05, Igor Grinberg wrote: On 12/12/16 09:13, Nathan Rossi wrote: > On 12 December 2016 at 03:11, Igor Grinberg

Re: [U-Boot] [PATCH 0/3] Add generic FDT memory bank decoding and gd initialization

2016-12-13 Thread Michal Simek
On 13.12.2016 09:53, Igor Grinberg wrote: > On 12/12/16 13:56, Michal Simek wrote: >> On 12.12.2016 12:10, Igor Grinberg wrote: >>> On 12/12/16 11:03, Michal Simek wrote: On 12.12.2016 09:54, Igor Grinberg wrote: > On 12/12/16 10:27, Michal Simek wrote: >> On 12.12.2016 09:24, Igor

[U-Boot] [PATCH] armv8/fsl_lsch2: Add the OCRAM initialization

2016-12-13 Thread Zhiqiang Hou
From: Hou Zhiqiang Clear the content to zero and the ECC error bit of OCRAM1/2. The OCRAM must be initialized to ZERO by the unit of 8-Byte before accessing it, or else it will generate ECC error. And the IBR has accessed the OCRAM before this initialization, so the ECC

[U-Boot] [RFC PATCH 3/3] sunxi: Enable H3 video driver in defconfigs

2016-12-13 Thread Jernej Skrabec
Signed-off-by: Jernej Skrabec --- configs/orangepi_2_defconfig | 1 + configs/orangepi_lite_defconfig| 1 + configs/orangepi_one_defconfig | 1 + configs/orangepi_pc_defconfig | 1 + configs/orangepi_pc_plus_defconfig | 1 +

Re: [U-Boot] Makefile: Fix linking with modern binutils

2016-12-13 Thread Joel Stanley
Hello Tom, On Sat, Dec 10, 2016 at 12:53 AM, Tom Rini wrote: >> -LDFLAGS_u-boot += $(LDFLAGS_FINAL) >> +# Avoid Not enough room for program headers on binutils 2.28 onwards. >> +# Flag was introduced in 2.26 >> +LDFLAGS_u-boot += $(LDFLAGS_FINAL) \ >> + $(call

[U-Boot] [RFC PATCH 1/3] sunxi: Add clocks for DE2/HDMI/TCON

2016-12-13 Thread Jernej Skrabec
This is needed for HDMI support, which will be added later. Signed-off-by: Jernej Skrabec --- arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 43 +++ arch/arm/mach-sunxi/clock_sun6i.c | 28 + 2 files changed, 71

[U-Boot] [RFC PATCH 2/3] sunxi: video: Add video driver for H3 SoC

2016-12-13 Thread Jernej Skrabec
This patch adds support for hdmi output. It is designed in the same way as video driver for older Allwinner SoCs. First it checks if monitor is attached. If it is, recommended timings are read from EDID. After that, DE2, TCON and HDMI are configured according to this timings. 32MB of RAM is used

[U-Boot] [RFC PATCH 0/3] sunxi: video: Add support for HDMI output on H3

2016-12-13 Thread Jernej Skrabec
This patch series add support for HDMI output. Support for other, newer, SoCs, which also uses DE2 and same or similar HDMI controller and PHY can be easily added later (A83T/A64/H5/R40). Current driver can also be easily extended with TV out support, just like video driver for older Allwinner

Re: [U-Boot] [PATCH 0/3] Add generic FDT memory bank decoding and gd initialization

2016-12-13 Thread Igor Grinberg
On 12/12/16 14:05, Mike Looijmans wrote: > On 12-12-16 09:18, Michal Simek wrote: >> On 12.12.2016 09:05, Igor Grinberg wrote: >>> On 12/12/16 09:13, Nathan Rossi wrote: On 12 December 2016 at 03:11, Igor Grinberg wrote: > dropping the list for this one as

Re: [U-Boot] [PATCH 0/3] Add generic FDT memory bank decoding and gd initialization

2016-12-13 Thread Igor Grinberg
On 12/12/16 13:56, Michal Simek wrote: > On 12.12.2016 12:10, Igor Grinberg wrote: >> On 12/12/16 11:03, Michal Simek wrote: >>> On 12.12.2016 09:54, Igor Grinberg wrote: On 12/12/16 10:27, Michal Simek wrote: > On 12.12.2016 09:24, Igor Grinberg wrote: >> On 12/12/16 10:02, Michal

[U-Boot] [RFC PATCH] mmc: mmc-uclass: use the fixed devnum with aliase node

2016-12-13 Thread Jaehoon Chung
If there are aliase nodes as "mmc", use the devnum as aliase index number. This patch is for fixing a problem of Exynos4 series. Problem is the below thing. Current legacy mode: EXYNOS DWMMC: 0, SAMSUNG SDHCI: 1 After using DM: SAMSUNG SDHCI: 0, EXYNOS DWMMC: 1 Dev index is swapped. Then u-boot