[GIT PULL] Samsung devel-4 for v3.2

2011-11-03 Thread Kukjin Kim
Hi Arnd, As we talked in Prague, I'm sending 'pull request for v3.2' Samsung-devel4 which includes supporting EXYNOS4 DT, SPI clkdev and reorganization arch/arm/mach-exynos and small things. Please pull from: git://github.com/kgene/linux-samsung.git next-samsung-devel-4 As a note, the branch

RE: [PATCH] ARM: EXYNOS4: Enable Bluetooth on ORIGEN

2011-11-03 Thread Kukjin Kim
Sangwook Lee wrote: > > This patch enables Bluetooth support on ORIGEN board. > > Signed-off-by: Sangwook > --- > arch/arm/mach-exynos4/mach-origen.c | 32 > > 1 files changed, 32 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-exynos4/mach-orige

RE: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kukjin Kim
Joonyoung Shim wrote: > > 11/03/2011 06:08 PM, Kukjin Kim 쓴 글: > > Kyungmin Park wrote: > >> On 11/3/11, Kyungmin Park wrote: > >>> On 11/3/11, Joonyoung Shim wrote: > 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: > > Joonyoung Shim wrote: > >> 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: > >>>

Re: [PATCH] ARM: EXYNOS4: Enable write full line for zeros mode

2011-11-03 Thread Kyungmin Park
Hi, On 11/4/11, Boojin Kim wrote: > This patch enables the 'write full line for zeros mode' feature of > cortex-A9. > The performance of memset() with zero is increased about 10% with this > patch. It seems CA9 common parts, does other SoC require same feature? > > Signed-off-by: Boojin Kim > -

[PATCH] ARM: EXYNOS4: Add SPI support

2011-11-03 Thread Padmavathi Venna
Add SPI setup files for GPIO configurations. Add SPI clkdev support. Initialize SPI platform specific code in the machine file. Signed-off-by: Padmavathi Venna --- arch/arm/mach-exynos4/Kconfig |5 ++ arch/arm/mach-exynos4/Makefile |1 + arch/arm/mach-e

[PATCH V4] Add SPI Support on Exynos4

2011-11-03 Thread Padmavathi Venna
This patch adds SPI support and register the SPI bus clock with clkdev using generic connection ID on EXYNOS4. This patch is dependent on [PATCH 1/6] ARM: SAMSUNG: Consolidation of SPI platform devices to plat-samsung V2 Changes: Reworked the patches as per the following link. Patch series in th

[PATCH 6/6] ARM: S3C64XX: Modified according to SPI consolidation work.

2011-11-03 Thread Padmavathi Venna
As SPI platform devices are consolidated to plat-samsung, some corresponding changes are required in the respective machine file. SPI platform specific data is initialized in the corresponding machine file. Signed-off-by: Padmavathi Venna --- arch/arm/mach-s3c64xx/Kconfig |3 ++- arc

[PATCH 5/6] ARM: S5PV210: Modified files for SPI consolidation work

2011-11-03 Thread Padmavathi Venna
As SPI platform devices are consolidated to plat-samsung, some corresponding changes are required in the respective machine folder. Setup files are added for SPI GPIO configurations. SPI platform specific data is initialized in the corresponding machine file. Signed-off-by: Padmavathi Venna ---

[PATCH 4/6] ARM: S5P64X0: Modified files for SPI consolidation work

2011-11-03 Thread Padmavathi Venna
As SPI platform devices are consolidated to plat-samsung, some corresponding changes are required in the respective machine folder. Setup files are added for SPI GPIO configurations. SPI platform specific data is initialized in the corresponding machine file. Signed-off-by: Padmavathi Venna ---

[PATCH 3/6] ARM: S5PC100: Modified files for SPI consolidation work.

2011-11-03 Thread Padmavathi Venna
As SPI platform devices are consolidated to plat-samsung, some corresponding changes are required in the respective machine folder. Setup files are added for SPI GPIO configurations. SPI platform specific data is initialized in the corresponding machine file. Signed-off-by: Padmavathi Venna ---

[PATCH 2/6] ARM: S3C64XX: Modified files for SPI consolidation work

2011-11-03 Thread Padmavathi Venna
As SPI platform devices are consolidated to plat-samsung, some corresponding changes are required in the respective machine folder. Setup files are added for SPI GPIO configurations. SPI platform specific data is initialized in the corresponding machine file. Signed-off-by: Padmavathi Venna ---

[PATCH 1/6] ARM: SAMSUNG: Consolidation of SPI platform devices to plat-samsung

2011-11-03 Thread Padmavathi Venna
SPI platform device definitions consolidated from respective machine folder to plat-samsung Signed-off-by: Padmavathi Venna --- arch/arm/mach-s3c64xx/Makefile |1 - arch/arm/mach-s3c64xx/dev-spi.c | 172 - arch/arm/mach-s5p64x0/Makefile

[PATCH 0/6] SPI platform device consolidation

2011-11-03 Thread Padmavathi Venna
SPI platform devices are defined in respective machine folder of Samsung S3C64XX and S5P series SoCs.This patchset moves S3C64XX and S5P series of SPI platform devices to a common place plat-samsung. This patchset also creates SPI setup files for GPIO configurations and initializes the platform spe

[PATCH] ARM: EXYNOS4: Enable write full line for zeros mode

2011-11-03 Thread Boojin Kim
This patch enables the 'write full line for zeros mode' feature of cortex-A9. The performance of memset() with zero is increased about 10% with this patch. Signed-off-by: Boojin Kim --- arch/arm/mach-exynos4/platsmp.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-)

Re: [PATCH 1/3 v3] ARM: EXYNOS4: Support for generic I/O power domains on EXYNOS4210/4212

2011-11-03 Thread Sylwester Nawrocki
Hi Kgene, On 11/03/2011 03:09 AM, Kukjin Kim wrote: > As I said, I don't think we should control/gate the clocks with regarding > power domain. As far as I know there is a plan to let the drivers override start/stop_device callbacks, moreover the clock control can be disabled globally by not i

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Joonyoung Shim
11/03/2011 06:08 PM, Kukjin Kim 쓴 글: Kyungmin Park wrote: On 11/3/11, Kyungmin Park wrote: On 11/3/11, Joonyoung Shim wrote: 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: PWM timers use pclk("timers" clk) as parent c

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kyungmin Park
On 11/3/11, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> On 11/3/11, Kyungmin Park wrote: >> > On 11/3/11, Joonyoung Shim wrote: >> >> 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: >> >>> Joonyoung Shim wrote: >> 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: >> > Joonyoung Shim wrote: >> >> PWM tim

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Russell King - ARM Linux
On Thu, Nov 03, 2011 at 06:08:03PM +0900, Kukjin Kim wrote: > diff --git a/arch/arm/plat-samsung/pwm-clock.c > b/arch/arm/plat-samsung/pwm-clock.c > index a35ff3b..37a159b 100644 > --- a/arch/arm/plat-samsung/pwm-clock.c > +++ b/arch/arm/plat-samsung/pwm-clock.c > @@ -449,6 +449,8 @@ __init void s

RE: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kukjin Kim
Kyungmin Park wrote: > > On 11/3/11, Kyungmin Park wrote: > > On 11/3/11, Joonyoung Shim wrote: > >> 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: > >>> Joonyoung Shim wrote: > 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: > > Joonyoung Shim wrote: > >> PWM timers use pclk("timers" clk) as parent clk

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kyungmin Park
On 11/3/11, Kyungmin Park wrote: > On 11/3/11, Joonyoung Shim wrote: >> 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: >>> Joonyoung Shim wrote: 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: > Joonyoung Shim wrote: >> PWM timers use pclk("timers" clk) as parent clk. If this pclk is the >> disabled

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kyungmin Park
On 11/3/11, Joonyoung Shim wrote: > 11/03/2011 04:46 PM, Kukjin Kim 쓴 글: >> Joonyoung Shim wrote: >>> 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: > PWM timers use pclk("timers" clk) as parent clk. If this pclk is the > disabled state when PWM driver is probed, then it c

Re: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Joonyoung Shim
11/03/2011 04:46 PM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: Joonyoung Shim wrote: PWM timers use pclk("timers" clk) as parent clk. If this pclk is the disabled state when PWM driver is probed, then it causes wrong read and write operation about registers of

RE: [PATCH] ARM: SAMSUNG: Add clk enable/disable of pwm

2011-11-03 Thread Kukjin Kim
Joonyoung Shim wrote: > > 11/03/2011 10:59 AM, Kukjin Kim 쓴 글: > > Joonyoung Shim wrote: > >> PWM timers use pclk("timers" clk) as parent clk. If this pclk is the > >> disabled state when PWM driver is probed, then it causes wrong read and > >> write operation about registers of PWM. > >> > >> Sig

[PATCH] DMA: PL330: Fix build warning

2011-11-03 Thread Boojin Kim
This patch adds to fix the build warning as following. drivers/dma/pl330.c: In function 'pl330_probe': drivers/dma/pl330.c:859: warning: comparison of distinct pointer types lacks a cast Signed-off-by: Boojin Kim --- drivers/dma/pl330.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions