Re: [PATCH 1/3 v5] spi: s3c64xx: fix broken cs_gpios usage in the driver

2014-06-21 Thread Mark Brown
On Fri, Jun 20, 2014 at 02:18:08PM -0700, Doug Anderson wrote: Is one of you two planning to apply (parts 1 and 2)? I know that Kukjin needs to handle the part 3 (the .dts files)... Ideally it seems like it could go to 3.16 since it is a bugfix... Don't nag, it just means yet more mail to

Re: [PATCH v2] clocksource: exynos-mct: Register the timer for stable udelay

2014-06-21 Thread amit daniel kachhap
On Fri, Jun 20, 2014 at 11:17 PM, Doug Anderson diand...@chromium.org wrote: Hi, On Fri, Jun 20, 2014 at 4:19 AM, amit daniel kachhap amit.dan...@samsung.com wrote: On Fri, Jun 20, 2014 at 1:45 PM, Will Deacon will.dea...@arm.com wrote: On Thu, Jun 19, 2014 at 05:40:49PM +0100, Tomasz Figa

[PATCH 3/9] [arch/arm/mach-s3c24xx] replace strict_strto* with kstrto*

2014-06-21 Thread Daniel Walter
Replace obsolete strict_strto call with kstrto Signed-off-by: Daniel Walter dwal...@google.com --- arch/arm/mach-s3c24xx/mach-jive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-s3c24xx/mach-jive.c b/arch/arm/mach-s3c24xx/mach-jive.c index e81ea82..bac9bb5

Re: [PATCH 2/2] ARM: dts: Sort nodes within Peach-pit/Peach-pi dts files

2014-06-21 Thread Kukjin Kim
On 06/21/14 05:09, Doug Anderson wrote: Tushar / Kukjin, On Fri, Jun 20, 2014 at 1:20 AM, Tushar Beheratusha...@samsung.com wrote: Peach-pit and Peach-pi boards are almost similar, hence the DTS file is also very similar. Sorting nodes in both these files will allow us to figure out the

Re: [PATCH 1/3 v5] spi: s3c64xx: fix broken cs_gpios usage in the driver

2014-06-21 Thread Naveen Krishna Ch
Hello Mark, On 21 June 2014 15:21, Mark Brown broo...@kernel.org wrote: On Fri, Jun 20, 2014 at 02:18:08PM -0700, Doug Anderson wrote: Is one of you two planning to apply (parts 1 and 2)? I know that Kukjin needs to handle the part 3 (the .dts files)... Ideally it seems like it could go to

Re: [PATCH v2 07/10] regulator: Add driver for Maxim 77802 PMIC regulators

2014-06-21 Thread Mark Brown
On Tue, Jun 17, 2014 at 06:05:29PM +0200, Javier Martinez Canillas wrote: On 06/17/2014 04:12 PM, Mark Brown wrote: I just looked at regulator_register() and saw that it does rdev-dev.parent = dev, so yes this has to be the MFD. I noticed that many drivers set config.dev = pdev-dev. The