RE: [GIT PULL 04/10] clk-exynos for v3.10

2013-04-10 Thread Kukjin Kim
Sachin Kamat wrote:
> 
> On 10 April 2013 02:01, Arnd Bergmann  wrote:
> > On Monday 08 April 2013, Kukjin Kim wrote:
> >> The following changes since commit
> 07961ac7c0ee8b546658717034fe692fd12eefa9:
> >>
> >>Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)
> >>
> >> are available in the git repository at:
> >>
> >>
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> >> tags/clk-exynos-for-v3.10
> >>
> >> for you to fetch changes up to
da821eb7d42935b0f7056d98c75fd1150f6636f4:
> >>
> >>Merge commit 'v3.9-rc5' into next/clk-exynos (2013-04-09 01:10:13
> +0900)
> >>
> >> 
> >>
> >> add suppport common clock framework for exynos
> >
> > I got a build warning, probably because of this patch:
> 
> 
> IIRC, the patch at [1] was supposed to fix the build warning. Kukjin
> had mentioned it was applied [1].
> 
> [1] https://patchwork.kernel.org/patch/2010691/
> 
Oops, probably the patch missed :-( Let me fix it.

Thanks.

- Kukjin

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PULL 04/10] clk-exynos for v3.10

2013-04-09 Thread Sachin Kamat
On 10 April 2013 02:01, Arnd Bergmann  wrote:
> On Monday 08 April 2013, Kukjin Kim wrote:
>> The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:
>>
>>Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)
>>
>> are available in the git repository at:
>>
>>git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
>> tags/clk-exynos-for-v3.10
>>
>> for you to fetch changes up to da821eb7d42935b0f7056d98c75fd1150f6636f4:
>>
>>Merge commit 'v3.9-rc5' into next/clk-exynos (2013-04-09 01:10:13 +0900)
>>
>> 
>>
>> add suppport common clock framework for exynos
>
> I got a build warning, probably because of this patch:


IIRC, the patch at [1] was supposed to fix the build warning. Kukjin
had mentioned it was applied [1].

[1] https://patchwork.kernel.org/patch/2010691/


-- 
With warm regards,
Sachin
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PULL 04/10] clk-exynos for v3.10

2013-04-09 Thread Arnd Bergmann
On Monday 08 April 2013, Kukjin Kim wrote:
> The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:
> 
>Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)
> 
> are available in the git repository at:
> 
>git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
> tags/clk-exynos-for-v3.10
> 
> for you to fetch changes up to da821eb7d42935b0f7056d98c75fd1150f6636f4:
> 
>Merge commit 'v3.9-rc5' into next/clk-exynos (2013-04-09 01:10:13 +0900)
> 
> 
> 
> add suppport common clock framework for exynos

I got a build warning, probably because of this patch:

>   ARM: dts: Add MSHC node for exynos4412-origen DT

Fixed up as below, please check.

Pulled into the next/drivers tree.

Arnd

diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts 
b/arch/arm/boot/dts/exynos4412-odroidx.dts
index 15dc0a3..53bc8bf 100644
--- a/arch/arm/boot/dts/exynos4412-odroidx.dts
+++ b/arch/arm/boot/dts/exynos4412-odroidx.dts
@@ -39,6 +39,8 @@
};
 
mshc@1255 {
+   #address-cells = <1>;
+   #size-cells = <0>;
pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>;
pinctrl-names = "default";
status = "okay";
diff --git a/arch/arm/boot/dts/exynos4412-origen.dts 
b/arch/arm/boot/dts/exynos4412-origen.dts
index a5478bd..1fecf76 100644
--- a/arch/arm/boot/dts/exynos4412-origen.dts
+++ b/arch/arm/boot/dts/exynos4412-origen.dts
@@ -45,6 +45,8 @@
};
 
mshc@1255 {
+   #address-cells = <1>;
+   #size-cells = <0>;
pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>;
pinctrl-names = "default";
status = "okay";

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL 04/10] clk-exynos for v3.10

2013-04-08 Thread Kukjin Kim

The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:

  Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/clk-exynos-for-v3.10


for you to fetch changes up to da821eb7d42935b0f7056d98c75fd1150f6636f4:

  Merge commit 'v3.9-rc5' into next/clk-exynos (2013-04-09 01:10:13 +0900)



add suppport common clock framework for exynos


Abhilash Kesavan (1):
  ARM: dts: Add max77686 device tree support for CROS5250

Andrzej Hajda (1):
  clk: exynos4: Add missing CMU_TOP and ISP clocks

Dongjin Kim (3):
  ARM: dts: Add board dts file for ODROID-X
  ARM: dts: Fix the timing property of MSHC controller for 
exynos4412-odroidx

  ARM: dts: enable RTC device node for exynos4412-odroidx

Giridhar Maruthy (3):
  ARM: dts: remove disabled status from watchdog node for 
exynos5440-ssdk5440
  ARM: dts: remove disabled status from RTC node for 
exynos5440-ssdk5440

  ARM: dts: change compatible value for exynos5440 i2c

Girish K S (1):
  ARM: dts: Add initial board support file for exynos5250-arndale

Heiko Stueber (1):
  clk: samsung: fix pm init on non-dt platforms

Heiko Stuebner (6):
  ARM: S3C24XX: remove plat/irq.h in plat-samsung
  ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h
  ARM: S3C24XX: cleanup the included soc init functions in common.h
  clk: samsung: register clk_div_tables for divider clocks
  clk: samsung: always allocate the clk_table
  clk: samsung: add infrastructure to add separate aliases

Jingoo Han (2):
  ARM: EXYNOS: Add AUXDATA for DP controller
  ARM: dts: Add device tree node for DP controller for exynos5250

Kukjin Kim (7):
  mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driver
  ARM: S3C24XX: plat/common-smdk.h local
  ARM: dts: cleanup exynos5440.dtsi
  ARM: dts: re-organized cpu node for exynos5440
  Merge branch 'next/timer-samsung' into next/clk-exynos
  Merge branch 'next/mct-exynos' into next/clk-exynos
  Merge commit 'v3.9-rc5' into next/clk-exynos

Leela Krishna Amudala (1):
  clk: exynos5250: register display block gate clocks to common 
clock framework


Lukasz Majewski (1):
  clk: exynos4: Export clocks used by exynos cpufreq drivers

Prasanna Kumar (1):
  ARM: dts: Set up power domain for MFC and G-scaler for exynos5250

Romain Naour (5):
  ARM: SAMSUNG: Rename s5p-time to samsung-time
  ARM: S3C24XX: Add samsung-time support for s3c24xx
  ARM: S3C64XX: Add samsung-time support for s3c64xx
  ARM: S5PC100: Add samsung-time support for s5pc100
  ARM: SAMSUNG: Remove unused plat-samsung/time.c

Sachin Kamat (12):
  ARM: dts: Add vmmc regulator node in exynos4412-origen.dts
  ARM: dts: Add sdhci node for exynos4412-origen
  ARM: dts: Update MFC DT binding documentation
  ARM: dts: Add MFC codec support for EXYNOS4 DT machines
  ARM: dts: Add MFC codec support to SMDKV310 DT
  ARM: dts: Add MFC codec support to Origen DT
  ARM: dts: Add MFC codec entry to exynos4412-origen DT
  ARM: dts: Add MFC codec entry to exynos4412-smdk4412 DT
  ARM: dts: Add MSHC node for exynos4412-origen DT
  ARM: dts: Add s5m8767 PMIC node to exynos4412-origen DT
  ARM: dts: Add sdhci node for exynos4412-smdk4412
  clk: samsung: Fix compilation error

Sylwester Nawrocki (3):
  clk: exynos4: Correct sclk_mfc clock definition
  clk: exynos4: Add camera related clock definitions
  clk: exynos4: export clocks required for fimc-is

Thomas Abraham (25):
  ARM: dts: add board dts file for EXYNOS4412 based Origen board
  ARM: EXYNOS: add a register base address variable in mct 
controller driver

  ARM: EXYNOS: prepare an array of MCT interrupt numbers and use it
  ARM: EXYNOS: add device tree support for MCT controller driver
  ARM: EXYNOS: allow dt based discovery of mct controller using 
clocksource_of_init

  ARM: dts: add mct device tree node for all supported Exynos SoC's
  ARM: EXYNOS: remove static io-remapping of mct registers for Exynos5
  ARM: EXYNOS: move mct driver to drivers/clocksource
  clk: samsung: add common clock framework helper functions for 
Samsung platforms

  clk: samsung: add pll clock registration helper functions
  clk: exynos4: register clocks using common clock framework
  clk: exynos5250: register clocks using common clock framework
  clk: exynos5440: register clocks using common clock framework
  ARM: EXYNOS: Migrate clock support to common clock framework
  ARM: EXYNOS: Initialize the clocks prior to timer initialization
  ARM: EXYNOS: allow legacy board support to specify xxti and 
xusbxti clock speed

  ARM: EXYNOS: remove auxdata table from