RE: [PATCH V2 1/7] ARM: SAMSUNG: add additional registers and SFR definitions for writeback

2012-07-19 Thread Marek Szyprowski
Hello, On Thursday, July 19, 2012 2:44 PM Leela Krishna Amudala > Hello Marek, > > On Wed, Jul 18, 2012 at 12:21 PM, Marek Szyprowski > wrote: > > Hello, > > > > On Wednesday, July 18, 2012 7:57 AM Leela Krishna Amudala wrote: > > > >> This patch updates the register address offsets and adds SF

RE: [PATCH V2 3/7] ARM: EXYNOS5: add machine specific support for LCD

2012-07-19 Thread Marek Szyprowski
Hello, On Thursday, July 19, 2012 3:22 PM Leela Krishna Amudala wrote: > Hello Marek, > > On Wed, Jul 18, 2012 at 12:15 PM, Marek Szyprowski > wrote: > > Hello, > > > > On Wednesday, July 18, 2012 7:57 AM Leela Krishna Amudala wrote: > > > >> This patch adds machine specific support for LCD con

Re: [PATCH V2 1/7] ARM: SAMSUNG: add additional registers and SFR definitions for writeback

2012-07-19 Thread Leela Krishna Amudala
On Fri, Jul 20, 2012 at 7:51 AM, Jingoo Han wrote: > On Thursday, July 19, 2012 10:35 PM, Tomasz Figa wrote: >> >> Hi Leela, >> >> On Thursday 19 of July 2012 18:30:44 Leela Krishna Amudala wrote: >> > Hi Tomasz, >> > >> > On Wed, Jul 18, 2012 at 4:35 PM, Tomasz Figa >> wrote: >> > > Hi, >> > > >

Re: [PATCH V2 1/7] ARM: SAMSUNG: add additional registers and SFR definitions for writeback

2012-07-19 Thread Jingoo Han
On Thursday, July 19, 2012 10:35 PM, Tomasz Figa wrote: > > Hi Leela, > > On Thursday 19 of July 2012 18:30:44 Leela Krishna Amudala wrote: > > Hi Tomasz, > > > > On Wed, Jul 18, 2012 at 4:35 PM, Tomasz Figa > wrote: > > > Hi, > > > > > > On Wednesday 18 of July 2012 11:27:27 Leela Krishna Amuda

RE: [PATCH 2/4] ARM: SAMSUNG: Add API to set platform data for s5p-tv driver

2012-07-19 Thread Kukjin Kim
> -Original Message- > From: Tushar Behera [mailto:tushar.beh...@linaro.org] > Sent: Tuesday, July 17, 2012 12:33 PM > To: Kukjin Kim > Cc: 'Sachin Kamat'; linux-samsung-soc@vger.kernel.org; patc...@linaro.org; > a@samsung.com; jiun...@samsung.com > Subject: Re: [PATCH 2/4] ARM: SAMSUN

RE: [PATCH v3 0/6] mmc: dw_mmc: add support for device tree based instantiation

2012-07-19 Thread Kukjin Kim
Thomas Abraham wrote: > > On 19 July 2012 20:58, Jaehoon Chung wrote: > > Hi Thomas, > > > > I think not good that added the samsung specific code into dw_mmc- > pltfm.c > > How about separating to dw-mmc-exynos.c? > > I am not sure of this. The only samsung specific code in > dw_mmc-pltfm.c fil

[GIT PULL] Samsung board-3 for v3.6

2012-07-19 Thread Kukjin Kim
Hi Arnd, Olof Please pull 3rd updates for samsung stuff v3.6 from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/board-samsung-3 It is including several changes for samsung boards. If any problems, please kindly let me know. Thanks. Best regards, Kgene. -- Kukji

[GIT PULL] Samsung devel-spi for v3.6

2012-07-19 Thread Kukjin Kim
Hi Arnd, Olof Please pull devel-spi for samsung stuff for v3.6 from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-spi You may think that 'since this is including only samsung spi stuff, so this should be sent to upstream via spi tree', yeah right. B

[GIT PULL] Samsung devel-2 for v3.6

2012-07-19 Thread Kukjin Kim
Hi Arnd, Olof Here is second of development for samsung stuff v3.6. Please pull it from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2 The updating cpufreq for 1.7GHz of exynos5250 has been included in samsung tree because Rafael thought it was mo

RE: [GIT PULL] Samsung cleanup-2 for v3.6

2012-07-19 Thread Kukjin Kim
Arnd Bergmann wrote: > > On Monday 16 July 2012, Kukjin Kim wrote: > > Here is second Samsung cleanup pull request for v3.6. > > Please pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > > next/cleanup-samsung-2 > > > > It is related in using common GPIO API a

RE: [GIT PULL] Samsung DT for v3.6

2012-07-19 Thread Kukjin Kim
Arnd Bergmann wrote: > > On Monday 16 July 2012, Kukjin Kim wrote: > > Please pull support samsung spi device tree for v3.6 from: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > > next/dt-samsung > > > > It is for supporting spi dt for exynos4210 and exynos5250, and g

Re: [PATCH v3 0/6] mmc: dw_mmc: add support for device tree based instantiation

2012-07-19 Thread Thomas Abraham
On 19 July 2012 20:58, Jaehoon Chung wrote: > Hi Thomas, > > I think not good that added the samsung specific code into dw_mmc-pltfm.c > How about separating to dw-mmc-exynos.c? I am not sure of this. The only samsung specific code in dw_mmc-pltfm.c file is the data for of_device_id instances. Th

Re: [PATCH v3 6/6] mmc: dw_mmc: add samsung exynos5250 specific extentions

2012-07-19 Thread Thomas Abraham
On 19 July 2012 09:21, Seungwon Jeon wrote: > Hi, > > This version does not seems to consider previous reviews fully. > Could you check the comments below? I did try to address all the comments. I will check again and resubmit if I have missed anything. > > July 12, 2012, Thomas Abraham wrote:

Re: [PATCH v3 0/6] mmc: dw_mmc: add support for device tree based instantiation

2012-07-19 Thread Jaehoon Chung
Hi Thomas, I think not good that added the samsung specific code into dw_mmc-pltfm.c How about separating to dw-mmc-exynos.c? Best Regards, Jaehoon Chung On 07/12/2012 09:54 PM, Thomas Abraham wrote: > This patch series adds device tree support for Synopsis Designware Mobile > Storage Host Contr

Re: [PATCH V2 1/7] ARM: SAMSUNG: add additional registers and SFR definitions for writeback

2012-07-19 Thread Tomasz Figa
Hi Leela, On Thursday 19 of July 2012 18:30:44 Leela Krishna Amudala wrote: > Hi Tomasz, > > On Wed, Jul 18, 2012 at 4:35 PM, Tomasz Figa wrote: > > Hi, > > > > On Wednesday 18 of July 2012 11:27:27 Leela Krishna Amudala wrote: > >> This patch updates the register address offsets and adds SFR

Re: [PATCH V2 3/7] ARM: EXYNOS5: add machine specific support for LCD

2012-07-19 Thread Leela Krishna Amudala
Hello Marek, On Wed, Jul 18, 2012 at 12:15 PM, Marek Szyprowski wrote: > Hello, > > On Wednesday, July 18, 2012 7:57 AM Leela Krishna Amudala wrote: > >> This patch adds machine specific support for LCD controller like setting >> power to LCD >> and adding LCD platform device. >> >> Signed-off-b

Re: [PATCH V2 1/7] ARM: SAMSUNG: add additional registers and SFR definitions for writeback

2012-07-19 Thread Leela Krishna Amudala
Hi Tomasz, On Wed, Jul 18, 2012 at 4:35 PM, Tomasz Figa wrote: > Hi, > > On Wednesday 18 of July 2012 11:27:27 Leela Krishna Amudala wrote: >> This patch updates the register address offsets and adds SFR definitions >> for writeback for Samsung's V8 display controller. >> >> Signed-off-by: Leela

Re: [PATCH V2 1/7] ARM: SAMSUNG: add additional registers and SFR definitions for writeback

2012-07-19 Thread Leela Krishna Amudala
Hello Marek, On Wed, Jul 18, 2012 at 12:21 PM, Marek Szyprowski wrote: > Hello, > > On Wednesday, July 18, 2012 7:57 AM Leela Krishna Amudala wrote: > >> This patch updates the register address offsets and adds SFR definitions >> for writeback for Samsung's V8 display controller. >> >> Signed-off

Re: [PATCH V2 3/4] [SCSI] ufs: Add Platform glue driver for ufshcd

2012-07-19 Thread Namjae Jeon
2012/7/17 vinayak holikatti : > On Mon, Jul 16, 2012 at 7:19 PM, Namjae Jeon wrote: >> Hi Vinayak. >>> + * ufshcd_pltfrm_remove - remove platform driver routine >>> + * @pdev: pointer to platform device handle >>> + * >>> + * Returns 0 on success, non-zero value on failure >>> + */ >>> +static int

Re: [PATCH V2 0/4] [SCSI] ufs: Adds glue drivers to ufshcd

2012-07-19 Thread vinayak holikatti
On Mon, Jul 16, 2012 at 9:52 PM, Arnd Bergmann wrote: > On Monday 16 July 2012, James Bottomley wrote: >> On Fri, 2012-07-13 at 15:45 +, Arnd Bergmann wrote: >> > On Friday 13 July 2012, Vinayak Holikatti wrote: >> > > This patch set adds following features >> > > - Seprates PCI specific code

RE: [PATCH 3/9] mmc: dw_mmc: lookup for optional biu and ciu clocks

2012-07-19 Thread Seungwon Jeon
July 17, 2012, Thomas Abraham wrote: > Some platforms allow for clock gating and control of bus interface unit clock > and card interface unit clock. Add support for clock lookup of optional biu > and ciu clocks for clock gating and clock speed determination. > > Signed-off-by: Abhilash Kesavan

Re: [PATCH RESEND v2 2/2] ARM: EXYNOS: Add gscaler device from DT

2012-07-19 Thread Shaik Ameer Basha
Hi Sylwester, On Tue, Jul 17, 2012 at 2:03 AM, Sylwester Nawrocki wrote: > Hi Shaik, > > > On 07/16/2012 07:33 AM, Shaik Ameer Basha wrote: >> >> +++ b/Documentation/devicetree/bindings/media/exynos5-gsc.txt >> @@ -0,0 +1,16 @@ >> +* Samsung Exynos5 Gscaler device >> + >> +Gscaler is used for s

Re: [PATCH RESEND v2 1/2] ARM: EXYNOS: Add clock support for Gscaler

2012-07-19 Thread Shaik Ameer Basha
Hi Kukjin Kim & Sunyoung, thanks for the review comments... On Wed, Jul 18, 2012 at 2:14 PM, Sunyoung Kang wrote: > Kukjin Kim wrote: >> >>Shaik Ameer Basha wrote: >>> >>> Add required clock support for Gscaler for exynos5 >>> >>Hi, >> >>Cc'ed Sunyoung Kang who knows gscaler well in my team. >>