Re: [PATCH] gpio: samsung: Update documentation

2012-09-04 Thread Linus Walleij
On Sun, Sep 2, 2012 at 6:24 PM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Update Samsung GPIO API documentation to reflect removal of the s3c24xx specific gpio API. While at it, fix some typos. The notes on conversion from s3c2410_* functions to the gpiolib API are left here

Re: [PATCH] gpio: samsung: Update documentation

2012-09-04 Thread Sylwester Nawrocki
On 09/04/2012 09:27 AM, Linus Walleij wrote: On Sun, Sep 2, 2012 at 6:24 PM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Update Samsung GPIO API documentation to reflect removal of the s3c24xx specific gpio API. While at it, fix some typos. The notes on conversion from s3c2410_*

[PATCH v2 0/5] ARM: EXYNOS: Add support for Trats board using device tree

2012-09-04 Thread Tomasz Figa
This patch series adds basic device tree support for Samsung Trats board along with any necessary prerequisites. In addition it refactors Exynos4 dts include files to split parts common to the whole Exynos4 part from parts specific to Exynos4210 to allow further extension of Exynos4210 dts

[PATCH v2 1/5] mmc: host: sdhci-s3c: Add broken-voltage DT property for broken voltage quirk

2012-09-04 Thread Tomasz Figa
Some boards use fixed voltage regulator for vmmc supply (e.g. for eMMC memories). MMC_CAP2_BROKEN_VOLTAGE must be enabled for them to operate correctly. Cc: Ben Dooks ben-li...@fluff.org Cc: Chris Ball c...@laptop.org CC: linux-...@vger.kernel.org Signed-off-by: Tomasz Figa t.f...@samsung.com

[PATCH v2 2/5] ARM: Exynos4: dts: Specify address and size cells for i2c controllers

2012-09-04 Thread Tomasz Figa
Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 9b71b61..718e3d2

[PATCH v2 3/5] ARM: Exynos4: Add OF compatibility lookups for Exynos4 i2c adapters

2012-09-04 Thread Tomasz Figa
Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/mach-exynos4-dt.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c

[PATCH v2 4/5] ARM: EXYNOS: Increase maximum possible memory bank size to 512MiB

2012-09-04 Thread Tomasz Figa
Some boards have larger memory banks than 256MiB. This patch increses maximum bank size for Exynos-based boards to 512MiB. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/include/mach/memory.h | 4 ++-- 1 file changed,

[PATCH v2 5/5] ARM: Exynos: Add basic dts file for Samsung Trats board

2012-09-04 Thread Tomasz Figa
This commit adds basic device tree for Exynos4210-based Trats board. Currently it provides support for eMMC over sdhci and MAX8997 PMIC. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4210-trats.dts | 237

Re: [PATCH v2] ARM: S3C24XX: Add WIZnet W5300E01-ARM board support

2012-09-04 Thread Taehun Kim
2012/9/4 Sylwester Nawrocki sylvester.nawro...@gmail.com: On 09/03/2012 07:36 PM, Taehun Kim wrote: +static void __init w5300e01_init(void) +{ + s3c_nand_set_platdata(w5300e01_nand_info); + platform_add_devices(w5300e01_devices, ARRAY_SIZE(w5300e01_devices)); + + /* W5300

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

2012-09-04 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

[PATCH v5 8/9] mmc: dw_mmc: add support for implementation specific callbacks

2012-09-04 Thread Thomas Abraham
The core dw-mshc controller driver can let platform specific implementations of the dw-mshc controller to control the hardware as required by such implementations. This is acheived by invoking implementation specific (optional) callbacks. Define the list of callbacks supported the add invocation

[PATCH v5 9/9] mmc: dw_mmc: add support for exynos specific implementation of dw-mshc

2012-09-04 Thread Thomas Abraham
Samsung Exynos SoC's extend the dw-mshc controller for additional clock and bus control. Add support for these extensions and include provide device tree based discovery suppory as well. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org Acked-by: Will Newton will.new...@imgtec.com ---

[PATCH v4 3/3] ARM: dts: Add nodes for dw_mmc controllers for Samsung Exynos5250 platforms

2012-09-04 Thread Thomas Abraham
Add device nodes for the four instances of dw_mmc controllers in Exynos5250 and enable instance 0 and 2 for the smdk5250 board. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 57 +

Re: [PATCH v3 1/4] pinctrl: add samsung pinctrl and gpiolib driver

2012-09-04 Thread Thomas Abraham
On 3 September 2012 16:44, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Aug 23, 2012 at 1:15 PM, Thomas Abraham thomas.abra...@linaro.org wrote: Add a new device tree enabled pinctrl and gpiolib driver for Samsung SoC's. This driver provides a common and extensible framework for all

RE: [PATCH] gpio: samsung: Update documentation

2012-09-04 Thread Kukjin Kim
Sylwester Nawrocki wrote: On 09/04/2012 09:27 AM, Linus Walleij wrote: On Sun, Sep 2, 2012 at 6:24 PM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Update Samsung GPIO API documentation to reflect removal of the s3c24xx specific gpio API. While at it, fix some typos. The

RE: [PATCH v3 1/4] pinctrl: add samsung pinctrl and gpiolib driver

2012-09-04 Thread Kukjin Kim
Thomas Abraham wrote: On 3 September 2012 16:44, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Aug 23, 2012 at 1:15 PM, Thomas Abraham thomas.abra...@linaro.org wrote: Add a new device tree enabled pinctrl and gpiolib driver for Samsung SoC's. This driver provides a common and

RE: [PATCH v2 0/2] ARM: Exynos4-DT: Enable pinctrl driver support

2012-09-04 Thread Kukjin Kim
Thomas Abraham wrote: This patch series enables support for pin controller driver for Exynos4210 SoC based device tree enabled platforms. The first patch in this series adds the pin group nodes for each of the three pin controller instances, but it is not a exhaustive list of all possible

RE: [PATCH v4 0/2] Add device tree and clock support for G-Scaler

2012-09-04 Thread Kukjin Kim
Shaik Ameer Basha wrote: This patch series adds clock support for G-Scaler and device node entries for G-Scaler 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 v3: -

RE: [PATCH] ARM: Samsung: Remove unused code for the clocks debug-fs interface

2012-09-04 Thread Kukjin Kim
Sylwester Nawrocki wrote: Commit f86c6660927614fcda257 ARM: SAMSUNG: Add clkdev infrastructure disabled population of the 'clocks' list - the clocks are now on the clkdev clock list. However, this effectively broke the existing clocks debug-fs interface on all Samsung platforms. Nobody

Re: [PATCH] ARM: EXYNOS: Add MFC device tree support

2012-09-04 Thread Karol Lewandowski
On 08/28/2012 07:08 PM, Arun Kumar K wrote: Hi Karol, Thanks for your comments. Please find my response inline. Hi... and sorry for so much delayed response. + +static void __init exynos5_reserve(void) +{ + s5p_mfc_reserve_mem(0x4300, 8 20, 0x5100, 8 20); I think it

Re: [PATCH 0/3] ARM: dts: Exynos4 dts reorganization

2012-09-04 Thread Thomas Abraham
On 3 September 2012 18:04, Tomasz Figa t.f...@samsung.com wrote: This patch series prepares existing Exynos4210 DT infrastructure to be further extended for new SoCs from Exynos4 line and new boards. Tomasz Figa (3): ARM: dts: Move parts common to Exynos4 from Exynos4210.dtsi to

Re: [PATCH v4 0/2] Add device tree and clock support for G-Scaler

2012-09-04 Thread Shaik Ameer Basha
Hi Kukjin Kim, On Wed, Sep 5, 2012 at 3:37 AM, Kukjin Kim kgene@samsung.com wrote: Shaik Ameer Basha wrote: This patch series adds clock support for G-Scaler and device node entries for G-Scaler on exynos5. This patch is based on Kukjin Kim's (linux-samsung) for-next branch.

Re: [PATCH v2 2/5] ARM: Exynos4: dts: Specify address and size cells for i2c controllers

2012-09-04 Thread Thomas Abraham
On 4 September 2012 14:20, Tomasz Figa t.f...@samsung.com wrote: Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi | 16 1 file changed, 16 insertions(+) Acked-by: Thomas Abraham

Re: [PATCH v2 3/5] ARM: Exynos4: Add OF compatibility lookups for Exynos4 i2c adapters

2012-09-04 Thread Thomas Abraham
On 4 September 2012 14:20, Tomasz Figa t.f...@samsung.com wrote: Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/mach-exynos4-dt.c | 14 ++ 1 file changed, 14 insertions(+) Acked-by: Thomas Abraham

Re: [PATCH v2 5/5] ARM: Exynos: Add basic dts file for Samsung Trats board

2012-09-04 Thread Thomas Abraham
On 4 September 2012 14:20, Tomasz Figa t.f...@samsung.com wrote: This commit adds basic device tree for Exynos4210-based Trats board. Currently it provides support for eMMC over sdhci and MAX8997 PMIC. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park

video: exynos_dp: Add device tree based discovery support

2012-09-04 Thread ~
From: Ajay Kumar ajaykumar...@samsung.com Add device tree match table for Exynos DP Signed-off-by: Ajay Kumar ajaykumar...@samsung.com --- drivers/video/exynos/exynos_dp_core.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git

Re: [PATCH v2 5/5] ARM: Exynos: Add basic dts file for Samsung Trats board

2012-09-04 Thread Tomasz Figa
Hi, Thanks for reviewing the patch. On Wednesday 05 of September 2012 09:35:49 Thomas Abraham wrote: + + memory { + reg = 0x4000 0x2000 + 0x6000 0x2000; + }; Why does this have to be split. Why not have a single entry