Re: [U-Boot] [PATCH RFC] fsl_esdhc: flush cache after non-read operation

2014-03-29 Thread Marek Vasut
On Friday, March 28, 2014 at 03:36:42 PM, Eric Nelson wrote: > Hi Hector, > > On 03/28/2014 06:49 AM, Fabio Estevam wrote: > > On Fri, Mar 28, 2014 at 7:15 AM, Hector Palacios > > > > wrote: > >> Cache was invalidated on the read operation, but it should > >> also be flushed otherwise. > >> > >

[U-Boot] [PATCH v4 1/2] RiOTboard: add new board

2014-03-29 Thread Eric Bénard
this board is produced by Embest/Element 14 and is based on i.MX6 Solo The following features are tested : - UART2 (console) - eMMC - SDCard - uSDCard - Ethernet - USB Host (through 4 ports hub) - HDMI output - I2C 1/2/3 - LVDS TFT with LCD8000-97C from Embest/Element 14 Boot on eMMC and through U

[U-Boot] [PATCH v4 2/2] MarSBoard: add new board

2014-03-29 Thread Eric Bénard
this board is produced by Embest/Element 14 and is based on i.MX6 Dual The following features are tested : - UART2 (console) - eMMC - uSDCard - Ethernet - USB Host (through 2 ports hub) - HDMI output - I2C 1/2 - SPI NOR Flash - LVDS TFT with LCD8000-97C from Embest/Element 14 Boot on SPI NOR and t

[U-Boot] [PATCH 1/1] imx-common: cpu: add fdt_file environment variable

2014-03-29 Thread Troy Kisky
This removes one block in the move toward 1 u-boot for both a mx6q (quad) and mx6dl (duallite) processor. Now fdt_file hardcoded value can be removed. Signed-off-by: Troy Kisky --- arch/arm/imx-common/cpu.c | 44 arch/arm/lib/board.c | 7 ++

Re: [U-Boot] [PATCH 09/10] exynos: Enable the LCD backlight for snow

2014-03-29 Thread Ajay kumar
Hi Simon, Find my comments below: On Wed, Mar 26, 2014 at 11:26 PM, Simon Glass wrote: > The backlight uses FETs on the TPS65090. Enable this so that the display > is visible. > > Signed-off-by: Simon Glass > --- > > board/samsung/smdk5250/exynos5-dt.c | 90 > +

Re: [U-Boot] [PATCH 03/10] exynos5: Enable tps65090 on smdk5250

2014-03-29 Thread Ajay kumar
Hi, The patch name, kind of gives wrong impression. There is no TPS65090 device on SMDK5250. TPS65090 is present only on snow board based on exynos5250. Please change it! On Wed, Mar 26, 2014 at 11:26 PM, Simon Glass wrote: > From: Aaron Durbin > > The TPS65090 pmic chip can be on exynos5250

Re: [U-Boot] [PATCH 1/1] imx-common: cpu: add fdt_file environment variable

2014-03-29 Thread Otavio Salvador
On Sat, Mar 29, 2014 at 7:34 PM, Troy Kisky wrote: > This removes one block in the move toward 1 u-boot > for both a mx6q (quad) and mx6dl (duallite) processor. > > Now fdt_file hardcoded value can be removed. > > Signed-off-by: Troy Kisky Nice! I do think it is in the right direction. I will gi

Re: [U-Boot] [PATCH 1/1] imx-common: cpu: add fdt_file environment variable

2014-03-29 Thread Eric Nelson
Hi Troy, On 03/29/2014 03:34 PM, Troy Kisky wrote: This removes one block in the move toward 1 u-boot for both a mx6q (quad) and mx6dl (duallite) processor. Now fdt_file hardcoded value can be removed. Signed-off-by: Troy Kisky --- arch/arm/imx-common/cpu.c | 44

Re: [U-Boot] [PATCH 09/10] exynos: Enable the LCD backlight for snow

2014-03-29 Thread Simon Glass
Hi Ajay, On 29 March 2014 16:35, Ajay kumar wrote: > Hi Simon, > > Find my comments below: > > On Wed, Mar 26, 2014 at 11:26 PM, Simon Glass wrote: > >> The backlight uses FETs on the TPS65090. Enable this so that the display >> is visible. >> >> Signed-off-by: Simon Glass >> --- >> >> board/

Re: [U-Boot] [PATCH 02/10] power: Add support for TPS65090 PMU chip.

2014-03-29 Thread Simon Glass
Hi Lukasz, On 27 March 2014 11:59, Lukasz Majewski wrote: > Hi Simon, > > > From: Tom Wai-Hong Tam > > > > This adds driver support for the TPS65090 PMU. Support includes > > hooking into the pmic infrastructure so that the pmic commands > > can be used on the console. The TPS65090 supports th

Re: [U-Boot] [PATCH 04/10] power: Explicitly select pmic device's bus

2014-03-29 Thread Simon Glass
Hi Lukasz, On 27 March 2014 11:33, Lukasz Majewski wrote: > Hi Simon, Heiko > > > From: Aaron Durbin > > > > The current pmic i2c code assumes the current i2c bus is > > the same as the pmic device's bus. There is nothing ensuring > > that to be true. Therefore, select the proper bus before per

Re: [U-Boot] [PATCH 05/10] exynos5: support tps65090 pmic

2014-03-29 Thread Simon Glass
Hi Minkyu, On 27 March 2014 06:13, Minkyu Kang wrote: > On 27/03/14 02:56, Simon Glass wrote: > > From: Aaron Durbin > > > > The TSP65090 is a PMIC on some exynos5 boards. The init function is > > called for the TPS65090 pmic. If that device is not a part of the device > > tree (returns -ENODEV

Re: [U-Boot] [PATCH 03/10] exynos5: Enable tps65090 on smdk5250

2014-03-29 Thread Simon Glass
Hi Ajay, On 29 March 2014 16:40, Ajay kumar wrote: > Hi, > > The patch name, kind of gives wrong impression. > There is no TPS65090 device on SMDK5250. > TPS65090 is present only on snow board based on exynos5250. > Please change it! > Will do. Regards, Simon __

Re: [U-Boot] [PATCH 08/10] exynos: dts: Enable LCD for snow

2014-03-29 Thread Simon Glass
Hi Lukasz, On 27 March 2014 11:23, Lukasz Majewski wrote: > Hi Simon, > > > Enable LCD for snow. This is a 1366 x 768 panel. > > > > Signed-off-by: Simon Glass > > --- > > > > arch/arm/dts/exynos5250-snow.dts | 44 > > 1 file changed, 44 > > insertions(+