[PATCH] ARM: Exynos4: fixed SYSMMU setup definition to mate parameter name

2012-08-27 Thread Seung-Woo Kim
This is trivial patch to mate parameter name between iommu api enabled case and disabled case. Signed-off-by: Seung-Woo Kim sw0312@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/include/mach/sysmmu.h |2 +- 1 files changed, 1 insertions(+), 1

[RESEND][PATCH] ARM: Exynos4: fixed SYSMMU setup definition to mate parameter name

2012-08-27 Thread Seung-Woo Kim
This is trivial patch to mate parameter name between iommu api enabled case and disabled case. Signed-off-by: Seung-Woo Kim sw0312@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Sorry about typo in previous patch. arch/arm/mach-exynos/include/mach/sysmmu.h |2 +-

Re: [PATCH] gpio: samsung: add devicetree init for s3c24xx arches

2012-08-27 Thread Heiko Stübner
Hi Thomas, thanks for your review: Am Montag, 27. August 2012, 06:20:49 schrieb Thomas Abraham: Hi Heiko, On 26 August 2012 03:23, Heiko Stübner he...@sntech.de wrote: Until now the Exynos-SoC was the only Samsung-SoC supporting the GPIOs via the device tree. This patch implements

Re: [PATCH] gpio: samsung: add devicetree init for s3c24xx arches

2012-08-27 Thread Vasily Khoruzhick
Hi, On Mon, Aug 27, 2012 at 11:01 AM, Heiko Stübner he...@sntech.de wrote: Hi Thomas, thanks for your review: Hmmm, but the logic to drive the gpio controller is the same for all arches. The only difference is the number to use for the different pull up/down settings. So I think the

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

2012-08-27 Thread Jaehoon Chung
Hi Thomas, + gpio = of_get_named_gpio(slot_np, wp-gpios, 0); + if (gpio_is_valid(gpio)) { + if (devm_gpio_request(host-dev, gpio, dw-mci-wp)) + dev_info(host-dev, gpio [%d] request failed\n, + gpio); + }

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

2012-08-27 Thread Will Newton
On Sun, Aug 26, 2012 at 12:51 PM, Thomas Abraham thomas.abra...@linaro.org wrote: This is the fourth version of the patch series that adds device tree support for Synopsis Designware Mobile Storage Host Controller. In this version, the significant change is the spliting of Exynos specific code

Re: [PATCH] gpio: samsung: add devicetree init for s3c24xx arches

2012-08-27 Thread Heiko Stübner
Hi Vasily, Am Montag, 27. August 2012, 10:57:04 schrieb Vasily Khoruzhick: Hi, On Mon, Aug 27, 2012 at 11:01 AM, Heiko Stübner he...@sntech.de wrote: Hi Thomas, thanks for your review: Hmmm, but the logic to drive the gpio controller is the same for all arches. The only

Re: [PATCH] gpio: samsung: add devicetree init for s3c24xx arches

2012-08-27 Thread Vasily Khoruzhick
On Mon, Aug 27, 2012 at 12:44 PM, Heiko Stübner he...@sntech.de wrote: Hi Vasily, I'm not sure I follow :-) . The compatible property here only sets the mechanism on how to handle the gpios defined in the devicetree - here to use the s3c24xx-style. As you can see in gpio-samsung.c the

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

2012-08-27 Thread Arun Kumar K
Hi Kgene, Thank you for the review comments. Please find my response inline. On Thu, Aug 23, 2012 at 1:46 PM, Kukjin Kim kgene@samsung.com wrote: Arun Kumar K wrote: Hi Thomas, Thank you for the comments. Please find my response inline. --- Original Message --- Sender : Thomas

Re: [RESEND][PATCH] ARM: Exynos4: fixed SYSMMU setup definition to mate parameter name

2012-08-27 Thread KyongHo Cho
On Mon, Aug 27, 2012 at 4:11 PM, Seung-Woo Kim sw0312@samsung.com wrote: This is trivial patch to mate parameter name between iommu api enabled case and disabled case. Signed-off-by: Seung-Woo Kim sw0312@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Sorry

Re: ASoC: SAMSUNG: Change Kconfig to support all EXYNOSs

2012-08-27 Thread Mark Brown
On Sun, Aug 26, 2012 at 05:04:37PM +0900, �ڻ��� wrote: All EXYNOSs use SND_SOC_SAMSUNG configuration. This patch change Kconfig to support all EXYNOSs like EXYNOS4 and EXYNOS5. git can't figure out how to apply your patch due to your character set: fatal: cannot convert from ks_c_5601-1987

Re: [PATCH] spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove functions

2012-08-27 Thread Mark Brown
On Thu, Aug 16, 2012 at 08:14:25PM -0700, Guenter Roeck wrote: Suspend and resume functions call spi_master_get() without matching spi_master_put(). The extra references are unnecessary and cause subsequent module unload attempts to fail. Drop the calls. Applied, thanks. -- To unsubscribe from

Re: ASoC: SAMSUNG: Change Kconfig to support all EXYNOSs

2012-08-27 Thread Kukjin Kim
On 08/26/12 01:04, 박상수 wrote: All EXYNOSs use SND_SOC_SAMSUNG configuration. This patch change Kconfig to support all EXYNOSs like EXYNOS4 and EXYNOS5. Signed-off-by: Sangsu Parksangsu4u.p...@samsung.com --- sound/soc/samsung/Kconfig |2 +- 1 files changed, 1 insertions(+), 1

Re: [RESEND][PATCH] ARM: Exynos4: fixed SYSMMU setup definition to mate parameter name

2012-08-27 Thread Kukjin Kim
On 08/27/12 04:59, KyongHo Cho wrote: On Mon, Aug 27, 2012 at 4:11 PM, Seung-Woo Kimsw0312@samsung.com wrote: This is trivial patch to mate parameter name between iommu api enabled case and disabled case. Signed-off-by: Seung-Woo Kimsw0312@samsung.com Signed-off-by: Kyungmin

Re: [PATCH] ASoC: SAMSUNG: Add SND_SOC_DAIFMT_CONT option for snd_soc_set_fmt()

2012-08-27 Thread Mark Brown
On Sun, Aug 26, 2012 at 05:45:54PM +0900, �ڻ��� wrote: SND_SOC_DAIFMT_CONT option is now needed because of below commit: ASoC: Allow DAI formats to be specified in the dai_link Clearly it's not a direct consequence of this commit, that just introduces a new optional facility which...

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

2012-08-27 Thread Kukjin Kim
On 08/26/12 04:59, Thomas Abraham wrote: 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 Abrahamthomas.abra...@linaro.org --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 57

Re: [PATCH] ARM: S3C24XX: Add .get_rate callback for camif-upll clock

2012-08-27 Thread Kukjin Kim
On 08/27/12 13:12, Sylwester Nawrocki wrote: Add missing get_rate callback for the camif-upll clock, so frequency of this clock is properly reported with clk_get_rate(). Signed-off-by: Sylwester Nawrockisylvester.nawro...@gmail.com --- arch/arm/mach-s3c24xx/clock-s3c2440.c | 14

Re: [PATCH v3 2/3] ARM: Exynos5: Add AUXDATA support for MSHC controllers

2012-08-27 Thread Kukjin Kim
On 08/26/12 04:59, Thomas Abraham wrote: Add entries if MSHC controllers in AUXDATA table for correct device name initialization. Signed-off-by: Abhilash Kesavana.kesa...@samsung.com Signed-off-by: Thomas Abrahamthomas.abra...@linaro.org --- arch/arm/mach-exynos/include/mach/map.h |1 +

Re: [PATCH v3 1/3] ARM: Samsung: Add support for MSHC controller clocks

2012-08-27 Thread Kukjin Kim
On 08/26/12 04:59, Thomas Abraham wrote: Add clock instances for bus interface unit clock and card interface unit clock of the all four MSHC controller instances. Signed-off-by: Abhilash Kesavana.kesa...@samsung.com Signed-off-by: Thomas Abrahamthomas.abra...@linaro.org ---

Re: [PATCH 0/3] Removal of obsolete s3c2410_* GPIO API

2012-08-27 Thread Kukjin Kim
On 08/25/12 05:20, Sylwester Nawrocki wrote: This short patch series converts remaining users of the s3c24xx SoC specific gpiolib functions to the gpiolib API and finally removes all s3c2410_* functions from drivers/gpio/gpio-samsung.c. Sylwester Nawrocki (3): ARM: S3C24XX: Convert users of

Re: [PATCH 0/3] Removal of obsolete s3c2410_* GPIO API

2012-08-27 Thread Linus Walleij
On Sat, Aug 25, 2012 at 5:20 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: This short patch series converts remaining users of the s3c24xx SoC specific gpiolib functions to the gpiolib API and finally removes all s3c2410_* functions from drivers/gpio/gpio-samsung.c. I'm fine with

Re: [PATCH 0/3] Removal of obsolete s3c2410_* GPIO API

2012-08-27 Thread Linus Walleij
On Mon, Aug 27, 2012 at 4:33 PM, Kukjin Kim kgene@samsung.com wrote: Linus, this series should be sent to upstream via both trees, samsung and gpio to avoid useless merge conflicts. How do you think? Take it all in the Samsung tree. You just need my ACK, which you have. I don't have any

Re: [PATCH] gpio: samsung: add devicetree init for s3c24xx arches

2012-08-27 Thread Thomas Abraham
On 27 August 2012 13:31, Heiko Stübner he...@sntech.de wrote: Hi Thomas, thanks for your review: Am Montag, 27. August 2012, 06:20:49 schrieb Thomas Abraham: Hi Heiko, On 26 August 2012 03:23, Heiko Stübner he...@sntech.de wrote: Until now the Exynos-SoC was the only Samsung-SoC

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

2012-08-27 Thread Thomas Abraham
On 27 August 2012 14:28, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Thomas, + gpio = of_get_named_gpio(slot_np, wp-gpios, 0); + if (gpio_is_valid(gpio)) { + if (devm_gpio_request(host-dev, gpio, dw-mci-wp)) + dev_info(host-dev, gpio [%d] request

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

2012-08-27 Thread Thomas Abraham
On 27 August 2012 15:01, Will Newton will.new...@gmail.com wrote: On Sun, Aug 26, 2012 at 12:51 PM, Thomas Abraham thomas.abra...@linaro.org wrote: This is the fourth version of the patch series that adds device tree support for Synopsis Designware Mobile Storage Host Controller. In this

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

2012-08-27 Thread Jaehoon Chung
Hi Thomas, On 08/28/2012 01:48 PM, Thomas Abraham wrote: On 27 August 2012 14:28, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Thomas, + gpio = of_get_named_gpio(slot_np, wp-gpios, 0); + if (gpio_is_valid(gpio)) { + if (devm_gpio_request(host-dev, gpio, dw-mci-wp)) +

Re: [PATCH v3 1/3] ARM: Samsung: Add support for MSHC controller clocks

2012-08-27 Thread Thomas Abraham
On 28 August 2012 04:45, Kukjin Kim kgene@samsung.com wrote: On 08/26/12 04:59, Thomas Abraham wrote: Add clock instances for bus interface unit clock and card interface unit clock of the all four MSHC controller instances. Signed-off-by: Abhilash Kesavana.kesa...@samsung.com

Re: [PATCH v3 2/3] ARM: Exynos5: Add AUXDATA support for MSHC controllers

2012-08-27 Thread Thomas Abraham
On 28 August 2012 04:41, Kukjin Kim kgene@samsung.com wrote: On 08/26/12 04:59, Thomas Abraham wrote: Add entries if MSHC controllers in AUXDATA table for correct device name initialization. Signed-off-by: Abhilash Kesavana.kesa...@samsung.com Signed-off-by: Thomas

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

2012-08-27 Thread Thomas Abraham
On 28 August 2012 04:16, Kukjin Kim kgene@samsung.com wrote: On 08/26/12 04:59, Thomas Abraham wrote: 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 Abrahamthomas.abra...@linaro.org

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

2012-08-27 Thread Thomas Abraham
On 28 August 2012 10:25, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Thomas, On 08/28/2012 01:48 PM, Thomas Abraham wrote: On 27 August 2012 14:28, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Thomas, + gpio = of_get_named_gpio(slot_np, wp-gpios, 0); + if (gpio_is_valid(gpio))

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

2012-08-27 Thread Thomas Abraham
On 28 August 2012 10:40, Thomas Abraham thomas.abra...@linaro.org wrote: On 28 August 2012 10:25, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Thomas, On 08/28/2012 01:48 PM, Thomas Abraham wrote: On 27 August 2012 14:28, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Thomas, + gpio

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

2012-08-27 Thread Jaehoon Chung
On 08/28/2012 02:10 PM, Thomas Abraham wrote: On 28 August 2012 10:40, Thomas Abraham thomas.abra...@linaro.org wrote: On 28 August 2012 10:25, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Thomas, On 08/28/2012 01:48 PM, Thomas Abraham wrote: On 27 August 2012 14:28, Jaehoon Chung

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

2012-08-27 Thread Thomas Abraham
On 28 August 2012 10:46, Jaehoon Chung jh80.ch...@samsung.com wrote: On 08/28/2012 02:10 PM, Thomas Abraham wrote: On 28 August 2012 10:40, Thomas Abraham thomas.abra...@linaro.org wrote: On 28 August 2012 10:25, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Thomas, On 08/28/2012 01:48 PM,

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

2012-08-27 Thread Thomas Abraham
On 28 August 2012 04:52, Linus Walleij linus.wall...@linaro.org wrote: On Tue, Aug 21, 2012 at 9:22 PM, Thomas Abraham thomas.abra...@linaro.org wrote: [...] +/* list of all possible config options supported */ +struct pin_config { + char*prop_cfg; + unsigned int