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

2012-07-17 Thread vinayak holikatti
On Mon, Jul 16, 2012 at 7:19 PM, Namjae Jeon linkinj...@gmail.com 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 __devexit

Re: [PATCH 2/2] spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sites

2012-07-17 Thread Mark Brown
On Tue, Jul 17, 2012 at 08:52:20AM +0900, Kukjin Kim wrote: So may I take then send this series via samsung tree? Because for samsung spi dt, the file has been touched in samsung tree so it helps to avoid bad conflicts. May as well, yes. signature.asc Description: Digital signature

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

2012-07-17 Thread Jaehoon Chung
Hi Girish, On 07/16/2012 05:45 PM, 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 HCON register's

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

2012-07-17 Thread Girish K S
On 17 July 2012 13:16, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Girish, On 07/16/2012 05:45 PM, 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

[PATCH 1/1] ARM: S3C64XX: Add header file protection macros in pm-core.h

2012-07-17 Thread Sachin Kamat
Adds header file protection macros. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/mach-s3c64xx/include/mach/pm-core.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s3c64xx/include/mach/pm-core.h

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

2012-07-17 Thread Jaehoon Chung
On 07/17/2012 06:17 PM, Girish K S wrote: On 17 July 2012 13:16, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Girish, On 07/16/2012 05:45 PM, Girish K S wrote: In some Soc'S that integrate Designware mmc host controllers, the HCON register is broken. The hardware configuration is not

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

2012-07-17 Thread Girish K S
On 17 July 2012 15:18, Jaehoon Chung jh80.ch...@samsung.com wrote: On 07/17/2012 06:17 PM, Girish K S wrote: On 17 July 2012 13:16, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Girish, On 07/16/2012 05:45 PM, Girish K S wrote: In some Soc'S that integrate Designware mmc host controllers,

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

2012-07-17 Thread Girish K S
On 17 July 2012 13:16, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Girish, On 07/16/2012 05:45 PM, 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

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

2012-07-17 Thread Jaehoon Chung
Hi Girish.. i tested with your patch and applied the device tree patch. But i found the didn't compare with the MMC_CAP2_CONFIG_BROKEN. I think that host-drv_data-caps2 just denote address. So if running the your code, Maybe it's compared like 0xc02a6e54 0x1000. Is it wrong? Best Regards,

Re: [PATCH v3 5/6] mmc: dw_mmc: add device tree support

2012-07-17 Thread Thomas Abraham
On 16 July 2012 09:45, Girish K S girish.shivananja...@linaro.org wrote: On 12 July 2012 18:24, Thomas Abraham thomas.abra...@linaro.org wrote: [...] +#ifdef CONFIG_OF +static struct dw_mci_drv_data synopsis_drv_data = { + .ctrl_type = DW_MCI_TYPE_SYNOPSIS, +}; + +static const

Re: [PATCH v3 5/6] mmc: dw_mmc: add device tree support

2012-07-17 Thread Thomas Abraham
On 16 July 2012 09:53, Chris Ball c...@laptop.org wrote: Hi, On Thu, Jul 12 2012, Thomas Abraham wrote: diff --git a/Documentation/devicetree/bindings/mmc/synposis-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/synposis-dw-mshc.txt new file mode 100644 index 000..3acd6c9 ---

[PATCH 5/9] mmc: dw_mmc: add device tree support

2012-07-17 Thread Thomas Abraham
Add device tree based discovery support. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- .../devicetree/bindings/mmc/synposis-dw-mshc.txt | 99 ++ drivers/mmc/host/dw_mmc-pltfm.c| 23 +++ drivers/mmc/host/dw_mmc.c | 201

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

2012-07-17 Thread Thomas Abraham
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 a.kesa...@samsung.com Signed-off-by: Thomas

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

2012-07-17 Thread Girish K S
On 17 July 2012 15:43, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Girish.. i tested with your patch and applied the device tree patch. But i found the didn't compare with the MMC_CAP2_CONFIG_BROKEN. I think that host-drv_data-caps2 just denote address. So if running the your code,

Re: [PATCH] mmc: core: skip mmc_power_up call from start host

2012-07-17 Thread S, Venkatraman
On Fri, Jul 13, 2012 at 6:27 PM, Girish K S girish.shivananja...@linaro.org wrote: The call to the mmc_power_up during the mmc_start_host breaks the card detection in design-ware host controller. This patch removes the call to mmc_power_up function during host start. Please explain why. Which

Re: [PATCH] mmc: core: skip mmc_power_up call from start host

2012-07-17 Thread Girish K S
On 17 July 2012 16:22, S, Venkatraman svenk...@ti.com wrote: On Fri, Jul 13, 2012 at 6:27 PM, Girish K S girish.shivananja...@linaro.org wrote: The call to the mmc_power_up during the mmc_start_host breaks the card detection in design-ware host controller. This patch removes the call to

[PATCH] ARM: S3C64XX: Clean up after SPI driver platform data updates

2012-07-17 Thread Mark Brown
Commit 1c20c2 (spi: s3c64xx: Remove the 'set_level' callback from controller data) didn't update all the users, breaking the build. Fix that. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com --- arch/arm/mach-s3c64xx/mach-crag6410-module.c |1 - 1 file changed, 1 deletion(-)

Re: [RFC/PATCH 02/13] media: s5p-csis: Add device tree support

2012-07-17 Thread Sylwester Nawrocki
Hi Guennadi, On 07/16/2012 10:55 AM, Guennadi Liakhovetski wrote: Hi Sylwester Thanks for your comments to my RFC and for pointing out to this your earlier patch series. Unfortunately, I missed in in May, let me try to provide some thoughts about this, we should really try to converge our

Re: [PATCH] [CPUFREQ] EXYNOS5250: Add support max 1.7GHz for EXYNOS5250

2012-07-17 Thread Rafael J. Wysocki
On Tuesday, July 17, 2012, Kukjin Kim wrote: Kukjin Kim wrote: From: Jaecheol Lee jc@samsung.com This patch adds support 1.7GHz max frequency for EXYNOS5250 Signed-off-by: Jaecheol Lee jc@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com ---

Re: [RFC/PATCH 05/13] media: s5p-fimc: Add device tree support for FIMC devices

2012-07-17 Thread Sylwester Nawrocki
On 07/16/2012 11:13 AM, Guennadi Liakhovetski wrote: On Fri, 25 May 2012, Sylwester Nawrocki wrote: Signed-off-by: Sylwester Nawrockis.nawro...@samsung.com Signed-off-by: Karol Lewandowskik.lewando...@samsung.com Signed-off-by: Kyungmin Parkkyungmin.p...@samsung.com From the

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

2012-07-17 Thread Arnd Bergmann
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 and removing unused GPIOs. If any

Re: [GIT PULL] Samsung devel for v3.6

2012-07-17 Thread Arnd Bergmann
On Monday 16 July 2012, Kukjin Kim wrote: This is general development for Samsung stuff for v3.6 Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung If any problems, please let me know. Applied into next/soc. Thanks,

[PATCH V2 0/7] Add device tree based discovery support for drm-fimd

2012-07-17 Thread Leela Krishna Amudala
The patches are created against for-next branch of Kukjin Kim's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git This patch set adds Backlight, LCD support and device tree based discovery support for drm-fimd. This patchset has been tested on smdk5250 board and

[PATCH V2 2/7] ARM: EXYNOS5: add machine specific support for backlight

2012-07-17 Thread Leela Krishna Amudala
Adds machine specific support for LCD backlight for SMDK board based on Exynos5 Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-exynos5-dt.c | 27 +++ 2 files changed, 28

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

2012-07-17 Thread Leela Krishna Amudala
This patch adds machine specific support for LCD controller like setting power to LCD and adding LCD platform device. Signed-off-by: Prathyush K prathyus...@samsung.com Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/mach-exynos5-dt.c | 56

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

2012-07-17 Thread Leela Krishna Amudala
Add DRM platform device to machine file for exynos5. Signed-off-by: Prathyush K prathyus...@samsung.com Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/mach-exynos5-dt.c | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-)

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

2012-07-17 Thread Leela Krishna Amudala
This patch updates the register address offsets and adds SFR definitions for writeback for Samsung's V8 display controller. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/plat-samsung/include/plat/regs-fb-v4.h | 10 arch/arm/plat-samsung/include/plat/regs-fb.h

[PATCH V2 6/7] ARM: EXYNOS5: Add the bus clock for FIMD

2012-07-17 Thread Leela Krishna Amudala
This patch adds the bus clock for FIMD and changes the device name for lcd clock Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos5.c

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

2012-07-17 Thread Leela Krishna Amudala
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 l.kris...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 16

[PATCH V2 7/7] ARM: EXYNOS5: Set parent clock to fimd

2012-07-17 Thread Leela Krishna Amudala
This patch sets mout_mpll_user as parent clock to fimd also sets Fimd source clock rate to 800 MHz for MIPI LCD Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 25 +++-- arch/arm/mach-exynos/mach-exynos5-dt.c |