RE: [PATCH v9 0/4] Exynos SROMc configuration and Ethernet support for SMDK5410

2015-12-18 Thread Pavel Fedin
Hello! > 4. This branch is not pushed to linux-next. I will sort it out if my > previous pull requests get in. I will be out of office for Christmas so > depending on the timing of {arm-soc,Christmas,Kukjin} this may or may > not go into v4.5 (yay...). > > 5. If it does not get into v4.5, I

Re: [PATCH v7 0/6] samsung: pmu: split up SoC specific PMU data

2015-12-18 Thread pankaj.dubey
Hi Krzysztof, On Friday 18 December 2015 09:57 AM, Krzysztof Kozlowski wrote: > On 18.12.2015 12:32, Pankaj Dubey wrote: >> In this series I am splitting up SoC specific PMU configuration data into >> mach-exynos folder itself, before moving all of them under >> drivers/soc/samsung/. Also instead

[PATCH] ARM: s3c: simplify s3c_irqwake_{e,}intallow definition

2015-12-18 Thread Arnd Bergmann
For a long time, gcc has warned about odd configurations on s3c64xx: In file included from arch/arm/plat-samsung/pm.c:34:0: arch/arm/mach-s3c64xx/include/mach/pm-core.h:61:0: warning: "s3c_irqwake_eintallow" redefined #define s3c_irqwake_eintallow ((1 << 28) - 1) In file included from

[PATCH] ARM: s3c64xx: fix pm-debug compilation

2015-12-18 Thread Arnd Bergmann
I got one randconfig build that failed to compile plat-samsung/pm-debug.c on s3c64xx: In file included from arch/arm/plat-samsung/pm-debug.c:27:0: arch/arm/mach-s3c64xx/include/mach/pm-core.h: In function 's3c_pm_debug_init_uart': arch/arm/mach-s3c64xx/include/mach/pm-core.h:25:25: error:

[PATCH 32/69] clocksource/drivers/exynos_mct: Fix Kconfig and add COMPILE_TEST option

2015-12-18 Thread Daniel Lezcano
Let the platform's Kconfig to select the clock instead of having a reverse dependency from the driver to the platform options. Add the COMPILE_TEST option for the compilation test coverage. Due to the non portable 'delay' code, this driver is only compilable on ARM. Signed-off-by: Daniel Lezcano

Re: [PATCH v4 00/58] mtd: nand: refactor the NAND subsystem (part 1)

2015-12-18 Thread Brian Norris
Hi, On Thu, Dec 10, 2015 at 08:59:44AM +0100, Boris Brezillon wrote: > Hello, > > This huge series aims at clarifying the relationship between the mtd and > nand_chip structures and hiding NAND framework internals to NAND > controller drivers. > > The first part of the series (patch 1 to 4) is

Re: [PATCH v4 55/58] mtd: nand: add helpers to access ->priv

2015-12-18 Thread Brian Norris
Hi Boris, On Thu, Dec 10, 2015 at 09:00:39AM +0100, Boris Brezillon wrote: > Add two helpers to access the field reserved for private controller data. > This makes it clearer what this field is reserved for and ease future > refactoring. I agree with the refactoring part, but I'm not sure about