[PATCH for v3.4-rc3] ARM: Samsung: add missing MMC_CAP2_BROKEN_VOLTAGE capability

2012-04-16 Thread Marek Szyprowski
Commit 6e8201f57c935 mmc: core: add the capability for broken voltage introduced a new quirk to indicate that MMC core should ignore voltage change errors reported by the regulators core. This is required to get SDHCI working on UniversalC210, NURI and GONI boards again after commit ceb6143b2df81c

RE: [PATCH 0/4] ARM: Exynos4: NURI and UniversalC210 fixes for v3.4-rc2

2012-04-16 Thread Marek Szyprowski
Hi Kukjin, On Saturday, April 14, 2012 5:50 PM Kukjin Kim wrote: I've just checked the support for Samsung NURI and UniversalC210 boards in v3.4-rc1 and found some issues. The attached patches fixes the leftovers from missing s3c-sdhci driver changes, fixes division by zero caused by

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 kgene@samsung.com wrote: On 04/12/12 01:19, KyongHo Cho wrote: On Wed, Apr 11, 2012 at 11:34 PM, Marek Szyprowski m.szyprow...@samsung.com  wrote: Hi! These two patches fixes operation of the SYSMMU driver (v12 version [1]) with the new

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 pullip@samsung.com wrote: On Sun, Apr 15, 2012 at 12:51 AM, Kukjin Kim kgene@samsung.com wrote: On 04/12/12 01:19, KyongHo Cho wrote: On Wed, Apr 11, 2012 at 11:34 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hi! These two patches fixes operation

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 m.szyprow...@samsung.com 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

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 m.szyprow...@samsung.com wrote: SYSMMU platform devices must be registered before setting up power domains to let power domain driver to correctly register also SYSMMU controller

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

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 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

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 broo...@opensource.wolfsonmicro.com 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

[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

[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 thomas.abra...@linaro.org --- 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

[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 thomas.abra...@linaro.org --- arch/arm/mach-exynos/clock-exynos5.c | 17 - 1 files changed, 4

[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 thomas.abra...@linaro.org --- 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

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

2012-04-16 Thread Thomas Abraham
From: Heiko Stuebner he...@sntech.de 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

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

2012-04-16 Thread Thomas Abraham
From: Changhwan Youn chaos.y...@samsung.com Adapt to changes in GIC physical address in rev1 of Exynos5. Signed-off-by: Changhwan Youn chaos.y...@samsung.com --- arch/arm/mach-exynos/common.c |4 ++-- arch/arm/mach-exynos/include/mach/map.h |4 ++-- 2 files changed, 4

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

2012-04-16 Thread Thomas Abraham
From: Sangsu Park sangsu4u.p...@samsung.com Add GPC4 bank instance which is included in rev1 of Exynos5. Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Sangsu Park sangsu4u.p...@samsung.com --- arch/arm/mach-exynos/include/mach/gpio.h |9 ++--- drivers/gpio/gpio-samsung.c

[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 ksoo...@samsung.com 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 ksoo...@samsung.com ---

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

2012-04-16 Thread Thomas Abraham
From: Changhwan Youn chaos.y...@samsung.com Redefine IRQ_MCT_L0,1 irq definition as it is changed in rev1 of Exynos5. Signed-off-by: Changhwan Youn chaos.y...@samsung.com --- arch/arm/mach-exynos/include/mach/irqs.h |4 ++-- arch/arm/mach-exynos/mct.c | 17 +++--

[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 thomas.abra...@linaro.org --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 52

[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 thomas.abra...@linaro.org --- 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