Re: [PATCH v6 2/6] wl12xx: use frequency instead of enumerations for pdata clocks

2015-03-15 Thread Kalle Valo
Arnd Bergmann writes: > On Sunday 15 March 2015 10:43:35 Eliad Peller wrote: >> >> > The other option would be to have the whole series in a immutable >> > branch against v3.0-rc1 that can be merged into both wirelss tree >> > and omap tree. >> > >> i think that could be easier. >> >> or maybe

Re: [PATCH v6 0/9] arm64: Add the support for new Exynos5433 SoC

2015-03-15 Thread Chanwoo Choi
Dear Kukjin, Gently Ping! Best Regards Chanwoo Choi On 03/10/2015 10:57 AM, Chanwoo Choi wrote: > This patchset adds new 64-bit Exynos5433 Samsung SoC which contains quad > Cortex-A57 and quad Cortex-A53. It is desigend with the 20nm low power > process. > > Depends on: > - This patch-set has

Re: [RFC 10/18] omap3isp: Move the syscon register out of the ISP register maps

2015-03-15 Thread Laurent Pinchart
Hi Sakari, On Saturday 07 March 2015 23:41:07 Sakari Ailus wrote: > The syscon register isn't part of the ISP, use it through the syscom driver > regmap instead. The syscom block is considered to be from 343x on ISP > revision 2.0 whereas 15.0 is assumed to have 3630 syscon. > > Signed-off-by: Sa

Re: [PATCH v3] mmc: OCTEON: Add host driver for OCTEON MMC controller

2015-03-15 Thread Aaro Koskinen
Hi, On Thu, Mar 05, 2015 at 05:50:31PM +0300, Aleksey Makarov wrote: > The OCTEON MMC controller is currently found on cn61XX and cnf71XX > devices. Device parameters are configured from device tree data. > > eMMC, MMC and SD devices are supported. > > Signed-off-by: David Daney > Signed-off-b

Re: [PATCH 0/6] ARM: cpuidle: Unify the ARM64/ARM DT approach

2015-03-15 Thread Lorenzo Pieralisi
On Fri, Mar 13, 2015 at 08:51:38PM +, Rob Herring wrote: > On Thu, Mar 12, 2015 at 9:25 AM, Daniel Lezcano > wrote: > > > > Catalin, Rob, > > > > do you agree with this patchset ? > > There's very little to do with DT, but looks fine to me. There are key points related to DT, that are not ne

Re: [PATCH 4/6] ARM64: cpuidle: Rename cpu_init_idle to a common function name

2015-03-15 Thread Lorenzo Pieralisi
On Sat, Mar 14, 2015 at 11:41:09AM +, Catalin Marinas wrote: > On Fri, Mar 13, 2015 at 06:22:46PM +, Catalin Marinas wrote: > > On Tue, Mar 03, 2015 at 01:29:35PM +0100, Daniel Lezcano wrote: > > > diff --git a/drivers/cpuidle/cpuidle-arm64.c > > > b/drivers/cpuidle/cpuidle-arm64.c > > > i

[PATCH/RFC] ARM: shmobile: r8a7791: Remove MSIOF address from device tree

2015-03-15 Thread Yoshihiro Kaneko
From: Ryo Kataoka MSIOF Base Address H'E6xx can be accessed by CPU and DMAC. MSIOF Base Address H'E7xx for DMAC was removed from H/W manual. Signed-off-by: Ryo Kataoka Signed-off-by: Yoshihiro Kaneko --- This patch is based on devel branch of Simon Horman's renesas tree. arch/arm/boot/dts/r

[PATCH/RFC] ARM: shmobile: r8a7790: Remove MSIOF address from device tree

2015-03-15 Thread Yoshihiro Kaneko
From: Ryo Kataoka MSIOF Base Address H'E6xx can be accessed by CPU and DMAC. MSIOF Base Address H'E7xx for DMAC was removed from H/W manual. Signed-off-by: Ryo Kataoka Signed-off-by: Yoshihiro Kaneko --- This patch is based on devel branch of Simon Horman's renesas tree. arch/arm/boot/dts/r

Re: [PATCH v6 6/6] wlcore: remove wl12xx_platform_data

2015-03-15 Thread Arnd Bergmann
On Sunday 15 March 2015 10:50:42 Eliad Peller wrote: > yeah, i missed it :/ > > looks like there's no platform that defines platform data for it. > i'll replace the dev_get_platdata() with a function that only parses > the clock-frequency properties (the irq is taken in this case from the > spi_de

Re: [PATCH v6 2/6] wl12xx: use frequency instead of enumerations for pdata clocks

2015-03-15 Thread Arnd Bergmann
On Sunday 15 March 2015 10:43:35 Eliad Peller wrote: > > > The other option would be to have the whole series in a immutable > > branch against v3.0-rc1 that can be merged into both wirelss tree > > and omap tree. > > > i think that could be easier. > > or maybe you can just take them all through

Re: [PATCH V5 2/2] ARM: dts: Add HS400 support for exynos5420 and exynos5800

2015-03-15 Thread Alim Akhtar
Ping? On Wed, Feb 25, 2015 at 12:05 PM, Jaehoon Chung wrote: > Hi, Alim. > > Acked-by: Jaehoon Chung > > Best Regards, > Jaehoon Chung > > On 01/29/2015 11:41 AM, Alim Akhtar wrote: >> From: Seungwon Jeon >> >> HS400 timing values are added for SMDK5420, exynos5420-peach-pit >> and exynos5800-p

[PATCH v6] media: i2c: add support for omnivision's ov2659 sensor

2015-03-15 Thread Lad Prabhakar
From: Benoit Parrot this patch adds support for omnivision's ov2659 sensor, the driver supports following features: 1: Asynchronous probing 2: DT support 3: Media controller support Signed-off-by: Benoit Parrot Signed-off-by: Lad, Prabhakar Acked-by: Sakari Ailus --- Changes for v6: a: fixe

Re: [PATCH 00/10] omap3 crypto fixes

2015-03-15 Thread Pali Rohár
On Sunday 08 March 2015 17:35:13 Paul Walmsley wrote: > On Sun, 8 Mar 2015, Pali Rohár wrote: > > On Friday 06 March 2015 23:23:06 Aaro Koskinen wrote: > > > On Fri, Mar 06, 2015 at 10:36:32AM -0800, Tony Lindgren wrote: > > > > Are there any fixes in this series that should go into > > > > v4.0-r

Re: [PATCH v6 0/6] wlcore: add device-tree support

2015-03-15 Thread Eliad Peller
hi Sébastien, On Fri, Mar 13, 2015 at 6:11 PM, Sébastien Szymanski wrote: > Hello, > > On 03/12/2015 01:09 PM, Eliad Peller wrote: >> >> NOTE: all the platform patches were compile-tested >> only. I'm looking for some wl12xx card (that i should >> have somewhere) to test the wl12xx changes (wrt.

Re: [PATCH v6 5/6] ARM: dts: add wl12xx/wl18xx bindings

2015-03-15 Thread Eliad Peller
On Fri, Mar 13, 2015 at 5:27 PM, Tony Lindgren wrote: > * Eliad Peller [150312 05:09]: >> --- a/arch/arm/mach-omap2/pdata-quirks.c >> +++ b/arch/arm/mach-omap2/pdata-quirks.c >> >> -static void __init omap3_evm_legacy_init(void) >> -{ >> - legacy_init_wl12xx(3840, 0, 149); >> -} > > FYI,

Re: [PATCH v6 6/6] wlcore: remove wl12xx_platform_data

2015-03-15 Thread Eliad Peller
On Fri, Mar 13, 2015 at 5:13 PM, Tony Lindgren wrote: > * Eliad Peller [150312 05:10]: >> Now that we have wlcore device-tree bindings in place >> (for both wl12xx and wl18xx), remove the legacy >> wl12xx_platform_data struct, and move its members >> into the platform device data (that is passed

Re: [PATCH v6 2/6] wl12xx: use frequency instead of enumerations for pdata clocks

2015-03-15 Thread Eliad Peller
+Kalle On Fri, Mar 13, 2015 at 5:00 PM, Tony Lindgren wrote: > * Eliad Peller [150312 05:09]: >> From: Luciano Coelho >> >> Instead of defining an enumeration with the FW specific values for the >> different clock rates, use the actual frequency instead. Also add a >> boolean to specify whethe