Re: [PATCH 08/12] gpio/samsung: add GPC4 bank instance

2012-04-16 Thread Kyungmin Park
On 4/17/12, Thomas Abraham wrote: > From: Sangsu Park > > Add GPC4 bank instance which is included in rev1 of Exynos5. > > Cc: Grant Likely > Signed-off-by: Sangsu Park > --- > arch/arm/mach-exynos/include/mach/gpio.h |9 ++--- > drivers/gpio/gpio-samsung.c |8

Re: [PATCH 07/12] ARM: Exynos5: Modify the GIC physical address for static io-mapping

2012-04-16 Thread Kyungmin Park
Hi, On 4/17/12, Thomas Abraham wrote: > From: Changhwan Youn > > Adapt to changes in GIC physical address in rev1 of Exynos5. Does it different from rev0 and rev1? and does it support the rev1 only? Thank you, Kyungmin Park > > Signed-off-by: Changhwan Youn > --- > arch/arm/mach-exynos/commo

Re: [PATCH 06/12] rtc-s3c: Fix breakage introduced by S3C2443/S3C2416 support

2012-04-16 Thread Kyungmin Park
Hi, It's already merged with different patch, #ifdef CONFIG_OF static const struct of_device_id s3c_rtc_dt_match[] = { { .compatible = "samsung,s3c2410-rtc", .data = &s3c_rtc_drv_data_array[TYPE_S3C2410], }, { .compatible = "samsung,

Re: [PATCH 03/12] ARM: Exynos5: Add watchdog timer clock instance

2012-04-16 Thread Kyungmin Park
On 4/17/12, Thomas Abraham wrote: > Add watchdog timer clock instance for Exynos5 watchdog controller. > > Signed-off-by: Thomas Abraham > --- > arch/arm/mach-exynos/clock-exynos5.c |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-exynos/clock-exyno

[PATCH 12/12] ARM: Exynos5: Update device tree enabled machine file

2012-04-16 Thread Thomas Abraham
Add AUXDATA for i2c and MDMA controllers of Exynos5. Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos/mach-exynos5-dt.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index 4711

[PATCH 11/12] ARM: Exynos5: Update device tree source files

2012-04-16 Thread Thomas Abraham
Updated Exynos5 device tree source files to reflect changes in rev1 of Exynos5 SoC. This includes new additions to the Exynos5 dtsi and SMDK5250 dts files and few minor fixes. Signed-off-by: Thomas Abraham --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 52 + arch/a

[PATCH 10/12] ARM: Exynos: Redefine IRQ_MCT_L0,1 definition

2012-04-16 Thread Thomas Abraham
From: Changhwan Youn Redefine IRQ_MCT_L0,1 irq definition as it is changed in rev1 of Exynos5. Signed-off-by: Changhwan Youn --- arch/arm/mach-exynos/include/mach/irqs.h |4 ++-- arch/arm/mach-exynos/mct.c | 17 +++-- 2 files changed, 13 insertions(+), 8 deletio

[PATCH 09/12] ARM: Exynos5: Add pre-divider and fout mux clocks for bpll and mpll

2012-04-16 Thread Thomas Abraham
From: Kisoo Yu The fout clock of BPLL and MPLL have a selectable source in rev1 of Exynos5. The clock options are a fixed divided by 2 clock and the output of the PLL itself. Add support for these new clock instances. Signed-off-by: Kisoo Yu --- arch/arm/mach-exynos/clock-exynos5.c |

[PATCH 08/12] gpio/samsung: add GPC4 bank instance

2012-04-16 Thread Thomas Abraham
From: Sangsu Park Add GPC4 bank instance which is included in rev1 of Exynos5. Cc: Grant Likely Signed-off-by: Sangsu Park --- arch/arm/mach-exynos/include/mach/gpio.h |9 ++--- drivers/gpio/gpio-samsung.c |8 2 files changed, 14 insertions(+), 3 deletions(-)

[PATCH 07/12] ARM: Exynos5: Modify the GIC physical address for static io-mapping

2012-04-16 Thread Thomas Abraham
From: Changhwan Youn Adapt to changes in GIC physical address in rev1 of Exynos5. Signed-off-by: Changhwan Youn --- arch/arm/mach-exynos/common.c |4 ++-- arch/arm/mach-exynos/include/mach/map.h |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/

[PATCH 06/12] rtc-s3c: Fix breakage introduced by S3C2443/S3C2416 support

2012-04-16 Thread Thomas Abraham
From: Heiko Stuebner Commits 7006ee4f (rtc-s3c: make room for more variants in devicetree block) and 6c0a2365 (rtc-s3c: add variants for S3C2443 and S3C2416) introduced build-failures with enabled CONFIG_USE_OF option. This patch fixes missing "," in s3c_rtc_dt_match and wrong handling of the of

[PATCH 05/12] ARM: Exynos5: Add MDMA0 clock instance

2012-04-16 Thread Thomas Abraham
Add clock instance for MDMA0 controller. Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos/clock-exynos5.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm/mach-exynos/clock-exynos5.c index fb95e9b..0230ba8 1

[PATCH 04/12] ARM: Exynos5: Remove duplicated instantiation of pdma clock

2012-04-16 Thread Thomas Abraham
The clock of both the peripheral dma controllers is controlled by a single clock gate. Hence remove the duplicate instantiation of the pdma clock. Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos/clock-exynos5.c | 17 - 1 files changed, 4 insertions(+), 13 deletions(-) d

[PATCH 03/12] ARM: Exynos5: Add watchdog timer clock instance

2012-04-16 Thread Thomas Abraham
Add watchdog timer clock instance for Exynos5 watchdog controller. Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos/clock-exynos5.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm/mach-exynos/clock-exynos5.c inde

[PATCH 02/12] ARM: Exynos5: Fix incorrect initialization of GIC

2012-04-16 Thread Thomas Abraham
Use the of_irq_init() call to setup the gic which also properly registers the gic device node pointer with gic irq domain, without which all interrupt specifier translations for gic fail. Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos/common.c |4 +++- 1 files changed, 3 insertions(+

[PATCH 01/12] ARM: Exynos: Remove a new bus_type instance for Exynos5

2012-04-16 Thread Thomas Abraham
A seperate bus_type instance is not required for Exynos5. The existing bus_type instance used with Exynos4 is sufficient for both Exynos4 and Exynos5. This also solves issue of uninitialized usage of exynos4_subsys in Exynos4 power management code that is reused for Exynos5 also. Signed-off-by: Th

[PATCH 00/12] Updates for Exynos5250 Rev1.0 and device tree support

2012-04-16 Thread Thomas Abraham
This patch series includes modifications to support Rev1.0 of Exynos5250 SoC and overrides the existing support for Rev0. It also includes basic device tree support (tested for UART, WDT, RTC, GPIO, I2C, GIC and DMA PL330). Changhwan Youn (2): ARM: Exynos5: Modify the GIC physical address for st

Re: [PATCH v4 2/2] regulator: add device tree support for max8997

2012-04-16 Thread Thomas Abraham
On 17 April 2012 00:21, Mark Brown wrote: > On Sat, Mar 24, 2012 at 03:19:50PM +0530, Thomas Abraham wrote: >> Add device tree based discovery support for max8997. > > I tried to apply this but it's collided with some other changes in the > driver which have arrived in the meantime and the rejects

Re: [PATCH v4 2/2] regulator: add device tree support for max8997

2012-04-16 Thread Mark Brown
On Sat, Mar 24, 2012 at 03:19:50PM +0530, Thomas Abraham wrote: > Add device tree based discovery support for max8997. I tried to apply this but it's collided with some other changes in the driver which have arrived in the meantime and the rejects were too large to fix up. I suspect it's mostly j

Re: [PATCH v4 1/2] mfd: add irq domain support for max8997 interrupts

2012-04-16 Thread Mark Brown
On Sat, Mar 24, 2012 at 03:19:49PM +0530, Thomas Abraham wrote: > Add irq domain support for max8997 interrupts. The reverse mapping method > used is linear mapping since the sub-drivers of max8997 such as regulator > and charger drivers can use the max8997 irq_domain to get the linux irq > number

Re: [PATCH v4 1/2] mfd: add irq domain support for max8997 interrupts

2012-04-16 Thread Samuel Ortiz
Hi Mark, On Wed, Apr 04, 2012 at 10:22:57PM +0100, Mark Brown wrote: > On Sat, Mar 24, 2012 at 03:19:49PM +0530, Thomas Abraham wrote: > > Add irq domain support for max8997 interrupts. The reverse mapping method > > used is linear mapping since the sub-drivers of max8997 such as regulator > > and

Re: [PATCH 0/2] Exynos: fix SYSMMU driver to work with power domains

2012-04-16 Thread Subash Patel
Hello Marek, I have tested these patches on origen 3.4-rc2 with sysmmu_v12, and they work great ! Thank you for sharing them. Regards, Subash On 04/11/2012 08:04 PM, Marek Szyprowski wrote: Hi! These two patches fixes operation of the SYSMMU driver (v12 version [1]) with the new power domai

RE: [PATCH 2/2] ARM: Exynos4: update SYSMMU setup code for gen_pd power domain driver

2012-04-16 Thread Marek Szyprowski
Hi, On Monday, April 16, 2012 12:10 PM KyongHo Cho wrote: > On Wed, Apr 11, 2012 at 11:34 PM, Marek Szyprowski > wrote: > > SYSMMU platform devices must be registered before setting up power > > domains to let power domain driver to correctly register also SYSMMU > > controller devices. This pat

Re: [PATCH 0/2] Exynos: fix SYSMMU driver to work with power domains

2012-04-16 Thread KyongHo Cho
On Mon, Apr 16, 2012 at 7:01 PM, Kyungmin Park wrote: > On 4/16/12, KyongHo Cho wrote: >> On Sun, Apr 15, 2012 at 12:51 AM, Kukjin Kim wrote: >>> On 04/12/12 01:19, KyongHo Cho wrote: On Wed, Apr 11, 2012 at 11:34 PM, Marek Szyprowski  wrote: > > Hi! > > These two

Re: [PATCH 2/2] ARM: Exynos4: update SYSMMU setup code for gen_pd power domain driver

2012-04-16 Thread KyongHo Cho
On Wed, Apr 11, 2012 at 11:34 PM, Marek Szyprowski wrote: > SYSMMU platform devices must be registered before setting up power > domains to let power domain driver to correctly register also SYSMMU > controller devices. This patch also registers SYSMMU controller devices > to respective power doma

Re: [PATCH 0/2] Exynos: fix SYSMMU driver to work with power domains

2012-04-16 Thread Kyungmin Park
On 4/16/12, KyongHo Cho wrote: > On Sun, Apr 15, 2012 at 12:51 AM, Kukjin Kim wrote: >> On 04/12/12 01:19, KyongHo Cho wrote: >>> >>> On Wed, Apr 11, 2012 at 11:34 PM, Marek Szyprowski >>> wrote: Hi! These two patches fixes operation of the SYSMMU driver (v12 version [1]) >>

Re: [PATCH 0/2] Exynos: fix SYSMMU driver to work with power domains

2012-04-16 Thread KyongHo Cho
On Sun, Apr 15, 2012 at 12:51 AM, Kukjin Kim wrote: > On 04/12/12 01:19, KyongHo Cho wrote: >> >> On Wed, Apr 11, 2012 at 11:34 PM, Marek Szyprowski >>  wrote: >>> >>> Hi! >>> >>> These two patches fixes operation of the SYSMMU driver (v12 version [1]) >>> with the new power domain driver based o