Re: [RFC Patch v2 1/3] clk: add support for temporary parent clock migration

2013-09-06 Thread Saravana Kannan
On 09/03/2013 11:06 PM, Chander Kashyap wrote: On 4 September 2013 03:17, Sylwester Nawrocki wrote: Hi Chander, On 09/03/2013 01:34 PM, Chander Kashyap wrote: Some platforms use to migrate temporarily to another parent during cpu frequency scaling, e.g. Exynos and Tegra. Once the frequency

[PATCH] ARM: dts: Correct typo in use of samsung,pin-drv for exynos5250

2013-09-06 Thread al . stone
From: Al Stone Corrects an obvious typo in the Arndale pinctrl descriptions in DT. The samsung-pinctrl driver uses the correct name. Signed-off-by: Al Stone --- arch/arm/boot/dts/exynos5250-pinctrl.dtsi | 44 +++ 1 file changed, 22 insertions(+), 22 deletions(

[PATCH] ARM: dts: Disable Exynos5250 I2S controllers by default

2013-09-06 Thread Mark Brown
From: Mark Brown Rather than requiring each board to explicitly disable the I2S controllers it is not using instead require boards to enable those that they are using. This is required for audio operation on Arndale, one of the unused I2S controllers is pinmuxed with the LDO enable GPIOs for the

Re: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-06 Thread Sean Paul
On Thu, Sep 5, 2013 at 11:37 PM, Rahul Sharma wrote: > On 5 September 2013 19:20, Inki Dae wrote: >> >> >>> -Original Message- >>> From: Sean Paul [mailto:seanp...@chromium.org] >>> Sent: Thursday, September 05, 2013 10:20 PM >>> To: Inki Dae >>> Cc: Rahul Sharma; Rahul Sharma; linux-sams

Re: [PATCH v2 00/12] clk/exynos convert clock IDs to macros

2013-09-06 Thread Tomasz Figa
Hi Andrzej, On Friday 06 of September 2013 12:12:29 Andrzej Hajda wrote: > Hi, > > This patch set adds headers with defines of exynos clocks. > Then it converts dts files and drivers to use macros instead > of magic numbers/enums to describe clock bindings. > > The patch set is based on the late

[PATCH v2 09/12] clk: exynos5420: replace clock ID private enums with IDs from DT header

2013-09-06 Thread Andrzej Hajda
The patch replaces private enum clock IDs in the driver with macros provided by the DT header. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park --- drivers/clk/samsung/clk-exynos5420.c | 648 +-- 1 file changed, 309 insertions(+), 339 deletions(-) diff

[PATCH v2 05/12] ARM: dts: exynos5250: convert magic numbers to macros in clock bindings

2013-09-06 Thread Andrzej Hajda
The patch replaces magic numbers with macros defined in DT header in exynos5250 clock bindings. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park --- .../devicetree/bindings/clock/exynos5250-clock.txt | 160 + arch/arm/boot/dts/exynos5250.dtsi | 92

[PATCH v2 07/12] ARM: exynos5420: create a DT header defining CLK IDs

2013-09-06 Thread Andrzej Hajda
The patch adds header file defining clock IDs. This allows to use macros instead of magic numbers in DT bindings. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park --- include/dt-bindings/clock/exynos5420.h | 188 + 1 file changed, 188 insertions(+) crea

[PATCH v2 01/12] ARM: exynos4: create a DT header defining CLK IDs

2013-09-06 Thread Andrzej Hajda
The patch adds header file defining clock IDs. This allows to use macros instead of magic numbers in DT bindings. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park --- include/dt-bindings/clock/exynos4.h | 244 1 file changed, 244 insertions(+) crea

[PATCH v2 00/12] clk/exynos convert clock IDs to macros

2013-09-06 Thread Andrzej Hajda
Hi, This patch set adds headers with defines of exynos clocks. Then it converts dts files and drivers to use macros instead of magic numbers/enums to describe clock bindings. The patch set is based on the latest mturquette/clk-next branch. The patches are generated by script. I have verified ran

[PATCH v2 08/12] ARM: dts: exynos5420: convert magic numbers to macros in clock bindings

2013-09-06 Thread Andrzej Hajda
The patch replaces magic numbers with macros defined in DT header in exynos5420 clock bindings. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park --- .../devicetree/bindings/clock/exynos5420-clock.txt | 184 + arch/arm/boot/dts/exynos5420.dtsi | 13

[PATCH v2 10/12] ARM: exynos5440: create a DT header defining CLK IDs

2013-09-06 Thread Andrzej Hajda
The patch adds header file defining clock IDs. This allows to use macros instead of magic numbers in DT bindings. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park --- include/dt-bindings/clock/exynos5440.h | 42 ++ 1 file changed, 42 insertions(+) creat

[PATCH v2 06/12] clk: exynos5250: replace clock ID private enums with IDs from DT header

2013-09-06 Thread Andrzej Hajda
The patch replaces private enum clock IDs in the driver with macros provided by the DT header. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park --- drivers/clk/samsung/clk-exynos5250.c | 501 --- 1 file changed, 229 insertions(+), 272 deletions(-) diff

[PATCH v2 02/12] ARM: dts: exynos4: convert magic numbers to macros in clock bindings

2013-09-06 Thread Andrzej Hajda
The patch replaces magic numbers with macros defined in DT header in exynos4 clock bindings. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park --- .../devicetree/bindings/clock/exynos4-clock.txt| 259 + arch/arm/boot/dts/exynos4.dtsi | 55 ++-

[PATCH v2 04/12] ARM: exynos5250: create a DT header defining CLK IDs

2013-09-06 Thread Andrzej Hajda
The patch adds header file defining clock IDs. This allows to use macros instead of magic numbers in DT bindings. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park --- include/dt-bindings/clock/exynos5250.h | 157 + 1 file changed, 157 insertions(+) crea

[PATCH v2 11/12] ARM: dts: exynos5440: convert magic numbers to macros in clock bindings

2013-09-06 Thread Andrzej Hajda
The patch replaces magic numbers with macros defined in DT header in exynos5440 clock bindings. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park --- .../devicetree/bindings/clock/exynos5440-clock.txt | 45 +++--- arch/arm/boot/dts/exynos5440.dtsi | 27 +

[PATCH v2 12/12] clk: exynos5440: replace clock ID private enums with IDs from DT header

2013-09-06 Thread Andrzej Hajda
The patch replaces private enum clock IDs in the driver with macros provided by the DT header. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park --- drivers/clk/samsung/clk-exynos5440.c | 81 +++- 1 file changed, 34 insertions(+), 47 deletions(-) diff --

[PATCH] PCI: exynos: turn off power of phy block when link failed

2013-09-06 Thread Jingoo Han
When link failed, there is no need to turn on phy block. Also, turning on phy block is added, in order to turn on phy block regardless of the default value of phy registers. Signed-off-by: Jingoo Han --- Tested on Exynos5440. drivers/pci/host/pci-exynos.c | 68