Re: Problem using S3C2416's HSSPI

2012-10-02 Thread Sylwester Nawrocki
On 10/02/2012 01:47 AM, Heiko Stübner wrote: diff --git a/arch/arm/mach-s3c24xx/common-s3c2443.c b/arch/arm/mach-s3c24xx/common-s3c2443.c index aeeb2be..aeb4a24 100644 --- a/arch/arm/mach-s3c24xx/common-s3c2443.c +++ b/arch/arm/mach-s3c24xx/common-s3c2443.c @@ -559,7 +559,7 @@ static struct

[PATCH v2 1/4] ARM: EXYNOS: pm_domain: Detect domain state on registration from DT

2012-10-02 Thread Tomasz Figa
Initial state of power domains might vary on different boards and with different bootloaders. This patch adds detection of initial state of power domains when being registered from DT. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH v2 2/4] ARM: EXYNOS: pm_domain: Fix power domain name initialization

2012-10-02 Thread Tomasz Figa
This patch adds initialization of name field in generic power domain struct. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/pm_domains.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH v2 3/4] ARM: EXYNOS: pm_domain: Bind devices to power domains using DT

2012-10-02 Thread Tomasz Figa
This patch adds a way to specify bindings between devices and power domains using device tree. A device can be bound to particular power domain by adding a power-domain property containing a phandle to the domain. The device will be bound to the domain before binding a driver to it and unbound

[PATCH v2 4/4] ARM: dts: exynos4: Set up power domains

2012-10-02 Thread Tomasz Figa
This patch adds device tree nodes for power domains of Exynos4 SoCs. Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi| 30 ++ arch/arm/boot/dts/exynos4210.dtsi | 5 + 2

[PATCH] input: touchscreen: mms114: Add device tree bindings

2012-10-02 Thread Tomasz Figa
This patch adds device tree bindings for mms114 touchscreen. Signed-off-by: Tomasz Figa t.f...@samsung.com --- .../bindings/input/touchscreen/mms114.txt | 34 ++ drivers/input/touchscreen/mms114.c | 52 +- 2 files changed, 84

[PATCH] ARM: SAMSUNG: Add naming of s3c64xx-spi devices

2012-10-02 Thread Heiko Stübner
Commit a5238e360b71 (spi: s3c64xx: move controller information into driver data) introduced separate device names for the different subtypes of the spi controller but forgot to set these in the relevant machines. To fix this introduce a s3c64xx_spi_setname function and populate all Samsung arches

[PATCH] watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepare

2012-10-02 Thread Thomas Abraham
Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/watchdog/s3c2410_wdt.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepare

2012-10-02 Thread Thomas Abraham
Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/i2c/busses/i2c-s3c2410.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff

[PATCH] spi: s3c64xx: use clk_prepare_enable and clk_disable_unprepare

2012-10-02 Thread Thomas Abraham
Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/spi/spi-s3c64xx.c | 32 1 files changed, 16 insertions(+), 16

[PATCH] input: samsung-keypad: add clk_prepare and clk_unprepare

2012-10-02 Thread Thomas Abraham
Add calls to clk_prepare and clk_unprepare as required by commom clock framework. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/input/keyboard/samsung-keypad.c | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git

[PATCH] rtc: rtc-s3c: use clk_prepare_enable and clk_disable_unprepare

2012-10-02 Thread Thomas Abraham
Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/rtc/rtc-s3c.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] usb: ehci-s5p: use clk_prepare_enable and clk_disable_unprepare

2012-10-02 Thread Thomas Abraham
Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/usb/host/ehci-s5p.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH] usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepare

2012-10-02 Thread Thomas Abraham
Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- drivers/usb/host/ohci-exynos.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH] ASoC: SAMSUNG: ac97: use clk_prepare_enable and clk_disable_unprepare

2012-10-02 Thread Thomas Abraham
Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- sound/soc/samsung/ac97.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] ASoC: SAMSUNG: pcm: use clk_prepare_enable and clk_disable_unprepare

2012-10-02 Thread Thomas Abraham
Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare calls as required by common clock framework. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- sound/soc/samsung/pcm.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git