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

2012-07-20 Thread Joonyoung Shim
On 07/19/2012 10:21 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 controller like setting power to LCD and addi

Re: [PATCH V2 4/7] ARM: EXYNOS: Adding DRM platform device

2012-07-20 Thread Joonyoung Shim
On 07/18/2012 02:57 PM, Leela Krishna Amudala wrote: Add DRM platform device to machine file for exynos5. Signed-off-by: Prathyush K Signed-off-by: Leela Krishna Amudala --- arch/arm/mach-exynos/mach-exynos5-dt.c | 27 +++ 1 files changed, 27 insertions(+), 0 delet

Re: [PATCH V2 5/7] ARM: EXYNOS: add device tree based discovery support for FIMD

2012-07-20 Thread Joonyoung Shim
On 07/18/2012 02:57 PM, Leela Krishna Amudala wrote: This patch adds support for device tree based discovery for Samsung's display controller. Adds DRM-Fimd plat data for smdk5250 evt1 to the corresponding dts file Signed-off-by: Leela Krishna Amudala --- arch/arm/boot/dts/exynos5250-smdk5250

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

2012-07-20 Thread Tushar Behera
On 07/20/2012 04:26 AM, Kukjin Kim wrote: > >> -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...@

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

2012-07-20 Thread Arnd Bergmann
On Thursday 19 July 2012, Kukjin Kim wrote: > > 2. If you can, please use signed tags for your pull requests rather > > than branch names. A signed tag means that you can write the text > > for the merge changeset yourself so I don't have to do the description. > > Ideally the signing key should ha

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

2012-07-20 Thread Tomasz Figa
Hi, On Friday 20 of July 2012 08:29:21 Leela Krishna Amudala wrote: > 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, > >> >

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

2012-07-20 Thread Sylwester Nawrocki
On 07/20/2012 04:59 AM, Leela Krishna Amudala wrote: >> --- a/arch/arm/plat-samsung/include/plat/regs-fb-v4.h >> +++ b/arch/arm/plat-samsung/include/plat/regs-fb-v4.h >> @@ -30,9 +30,16 @@ >> >> #define VIDCON1_FSTATUS_EVEN (1<< 15) >> >> /* Video timing controls */

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

2012-07-20 Thread Sylwester Nawrocki
On 07/18/2012 09:09 AM, Ajay kumar wrote: +config FB_EXYNOS_FIMD_V8 + bool "register extensions for FIMD version 8" + depends on ARCH_EXYNOS5 + ---help--- + This uses register extensions for FIMD version 8 + config FB_S3C_DEBUG_REGWRITE bool "Debug register writes"

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

2012-07-20 Thread Seungwon Jeon
July 20, 2012, Thomas Abraham wrote: > 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

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

2012-07-20 Thread Leela Krishna Amudala
Hello, On Fri, Jul 20, 2012 at 3:30 PM, Sylwester Nawrocki wrote: > On 07/20/2012 04:59 AM, Leela Krishna Amudala wrote: >>> --- a/arch/arm/plat-samsung/include/plat/regs-fb-v4.h >>> +++ b/arch/arm/plat-samsung/include/plat/regs-fb-v4.h >>> @@ -30,9 +30,16 @@ >>> >>> #define

Re: [PATCH V1] mmc: dwmmc: Add quirk for broken Hardware Config

2012-07-20 Thread Girish K S
Any other feedback on this? On 18 July 2012 14:08, Girish K S wrote: > In some Soc'S that integrate Designware mmc host controllers, the > HCON register is broken. The hardware configuration is not > updated. One specific usecase is the IDMAC. In Exysons5 SoC > there exist a internal DMA, but the

[PATCH v3 0/2] Add device tree and clock support for Gscaler.

2012-07-20 Thread Shaik Ameer Basha
This patch series adds clock support for Gscaler and device node entries for Gscaler on exynos5. This patch is based on Kukjin Kim's (linux-samsung) for-next branch. https://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git changes since v2: - Addressed review comments from Syl

[PATCH v3 1/2] ARM: EXYNOS: Add clock support for Gscaler

2012-07-20 Thread Shaik Ameer Basha
Add required clock support for Gscaler for exynos5 Signed-off-by: Abhilash Kesavan Signed-off-by: Leela Krishna Amudala Signed-off-by: Prathyush K Signed-off-by: Shaik Ameer Basha --- arch/arm/mach-exynos/clock-exynos5.c | 100 ++ 1 files changed, 100 insertio

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

2012-07-20 Thread Sylwester Nawrocki
On 07/20/2012 01:07 PM, Leela Krishna Amudala wrote: Will do the run-time approach, and post the next version patchset soon. Great, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.kernel.org More majordomo info a

[PATCH v3 2/2] ARM: EXYNOS: Add Gscaler device from DT

2012-07-20 Thread Shaik Ameer Basha
This patch adds, - 4 Gscaler devices to the DT device list - Gscaler specific entries to the machine file - binding documentation for Gscaler entries Signed-off-by: Abhilash Kesavan Signed-off-by: Leela Krishna Amudala Signed-off-by: Shaik Ameer Basha --- .../devicetree/bindings/media/exynos5-

[PATCH 1/3] ARM: exynos: Save combiner registers on suspend

2012-07-20 Thread Jonathan Kliegman
The interupt combiner registers need to be saved on suspend resume or its interrupts (trackpad and keyboard most noticeably) won't work after resume. Signed-off-by: Jonathan Kliegman --- arch/arm/mach-exynos/common.c | 74 + 1 files changed, 67 insertion

[PATCH 2/3] ARM: exynos: change local variable combiner_data to use unique name

2012-07-20 Thread Jonathan Kliegman
combiner_data in combiner_base() has the same name as the global combiner_data array. Clean this up. Signed-off-by: Jonathan Kliegman --- arch/arm/mach-exynos/common.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exyno

[PATCH 3/3] ARM: exynos: Size combiner_data dynamically after dt parsing

2012-07-20 Thread Jonathan Kliegman
The number of combiner_data entries depends on the device tree parsing now. Allocate the array based on the results of the parsing or fall back on EXYNOS4 or EXYNOS5 defaults based on the SOC running. Signed-off-by: Jonathan Kliegman --- arch/arm/mach-exynos/common.c | 41