Re: [U-Boot] [PATCH v2 01/13] s5p: gpio: change gpio coding method for s5p gpio.

2014-01-01 Thread Przemyslaw Marczak
Hello Minkyu, On 01/02/2014 07:35 AM, Minkyu Kang wrote: Hi, On 19/12/13 03:31, Przemyslaw Marczak wrote: Old s5p gpio coding method was not clean and was not working properly for all parts and banks. New method is clean and easy to extend. Gpio coding mask: 0x00ff - pin number 0x0000

Re: [U-Boot] [PATCH V2 5/7] smdk5420: Implement callbacks needed by exynos_fb driver

2014-01-01 Thread Minkyu Kang
On 02/01/14 15:32, Rajeshwari Birje wrote: > Hi Simon, > > Had posted a patch for same long back and some how it did not get reviewed > later, this needs to reworked again. > Following is the link for same. > https://patches.linaro.org/15850/ This patchset was marked to "Changes Requested". plea

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

2014-01-01 Thread Minkyu Kang
Hello, On 02/04/13 09:04, Simon Glass wrote: > 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 the following > functionality: > > - fe

Re: [U-Boot] [PATCH v2 04/13] samsung: common: Add misc file and common function misc_init_r().

2014-01-01 Thread Minkyu Kang
On 19/12/13 03:31, Przemyslaw Marczak wrote: > Config: CONFIG_MISC_INIT_R enables implementation of misc_init_r() > in common file:: > - board/samsung/common/misc.c I can't understand this commit message. What means? > > Signed-off-by: Przemyslaw Marczak > > --- > Changes v2: > - change CONFIG

Re: [U-Boot] [PATCH v2 01/13] s5p: gpio: change gpio coding method for s5p gpio.

2014-01-01 Thread Minkyu Kang
Hi, On 19/12/13 03:31, Przemyslaw Marczak wrote: > Old s5p gpio coding method was not clean and was not working properly > for all parts and banks. New method is clean and easy to extend. > > Gpio coding mask: > 0x00ff - pin number > 0x0000 - bank offset > 0xff00 - part number > > Si

Re: [U-Boot] [PATCH v2 06/13] common: makefile: Add optional cflags to object: common/lcd.o

2014-01-01 Thread Minkyu Kang
On 19/12/13 03:31, Przemyslaw Marczak wrote: > This change adds CFLAGS: -mno-unaligned-access > which depends on option: PLATFORM_NO_UNALIGNED > > This option avoids unaligned data access exception on armv7, caused > by access to logo data which is mostly unaligned initialized array. OK. I unders

Re: [U-Boot] [PATCH v2 02/13] trats: add optional cflags to board object file.

2014-01-01 Thread Minkyu Kang
On 19/12/13 03:31, Przemyslaw Marczak wrote: > This change avoids unexpected unaligned access. > > more info: README.arm-unaligned-accesses > > Signed-off-by: Przemyslaw Marczak > cc: Lukasz Majewski > > --- > Changes v2: > - new patch > --- > board/samsung/trats/Makefile |2 ++ > 1 file

Re: [U-Boot] [PATCH v2 12/13] trats2: add LCD download menu support

2014-01-01 Thread Minkyu Kang
On 19/12/13 03:31, Przemyslaw Marczak wrote: > Signed-off-by: Przemyslaw Marczak > > --- > changes v2: > - add definitions for check keys > - cleanup config definitions > --- > include/configs/trats2.h | 27 +++ > 1 file changed, 27 insertions(+) > > diff --git a/inclu

Re: [U-Boot] [PATCH V2 5/7] smdk5420: Implement callbacks needed by exynos_fb driver

2014-01-01 Thread Rajeshwari Birje
Hi Simon, Had posted a patch for same long back and some how it did not get reviewed later, this needs to reworked again. Following is the link for same. https://patches.linaro.org/15850/ Regards, Rajeshwari On Fri, Dec 20, 2013 at 10:06 PM, Simon Glass wrote: > Hi Ajay, > > On 20 December 20

Re: [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP

2014-01-01 Thread Ajay kumar
Hi Minkyu, On Thu, Jan 2, 2014 at 6:09 AM, Minkyu Kang wrote: > On 12/11/13 21:27, Ajay Kumar wrote: > > Enable FIMD and DP drivers on SMDK5420 so that we get to > > see the LCD console on eDP panel. > > > > Signed-off-by: Ajay Kumar > > --- > > include/configs/smdk5420.h | 8 > > 1

Re: [U-Boot] [PATCH V3 3/7] arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420

2014-01-01 Thread Ajay kumar
Hi Minkyu, On Thu, Jan 2, 2014 at 6:09 AM, Minkyu Kang wrote: > On 12/11/13 21:27, Ajay Kumar wrote: > > Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420 needed by > > I think, they are not callback functions. Ok. I will change the comment. > > exynos video driver. > > Also, configure

[U-Boot] [PATCH v2] spi/cadence: Adding Cadence SPI driver support for SOCFPGA

2014-01-01 Thread Chin Liang See
To add the Cadence SPI driver support for Altera SOCFPGA. It required information such as clocks and timing from platform's configuration header file within include/configs folder Signed-off-by: Chin Liang See Cc: Jagan Teki Cc: Gerhard Sittig --- Changes for v2 - Combine driver into single C f

Re: [U-Boot] [PATCH V3 3/7] arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420

2014-01-01 Thread Minkyu Kang
On 12/11/13 21:27, Ajay Kumar wrote: > Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420 needed by I think, they are not callback functions. > exynos video driver. > Also, configure ACLK_400_DISP1 as the parent for MUX_ACLK_400_DISP1_SUB_SEL. > > Signed-off-by: Ajay Kumar > --- > arch/a

[U-Boot] Fwd: Re: [PATCH V2 1/7] exynos_fb: Remove usage of static defines

2014-01-01 Thread Minkyu Kang
On 12/11/13 21:27, Ajay Kumar wrote: > Previously, we used to statically assign values for vl_col, vl_row and > vl_bpix using #defines like LCD_XRES, LCD_YRES and LCD_COLOR16. > > Introducing the function exynos_lcd_early_init() would take care of this > assignment on the fly by parsing FIMD DT pr

Re: [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP

2014-01-01 Thread Minkyu Kang
On 12/11/13 21:27, Ajay Kumar wrote: > Enable FIMD and DP drivers on SMDK5420 so that we get to > see the LCD console on eDP panel. > > Signed-off-by: Ajay Kumar > --- > include/configs/smdk5420.h | 8 > 1 file changed, 8 insertions(+) > > diff --git a/include/configs/smdk5420.h b/incl

Re: [U-Boot] [PATCH 1/3] mtd: onenand: Fix unaligned access

2014-01-01 Thread Marek Vasut
On Tuesday, December 31, 2013 at 11:43:48 AM, Lukasz Majewski wrote: > Hi Marek, > > > On Saturday, December 28, 2013 at 05:06:28 PM, Lukasz Majewski wrote: > > > Hi Marek, > > > > > > > On Thursday, December 26, 2013 at 01:01:24 AM, Marek Vasut wrote: > > > > > Fix unaligned access in OneNAND co