[PATCH 2/4] ARM: EXYNOS: remove unused header inclusion from hotplug.c

2014-05-02 Thread Pankaj Dubey
This patch removed "plat/cpu.h" inclusion from hotplug.c as it is not required. Signed-off-by: Pankaj Dubey --- arch/arm/mach-exynos/hotplug.c |2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-exynos/hotplug.c b/arch/arm/mach-exynos/hotplug.c index 0243ef3..5e19601 100644 ---

[PATCH 1/4] ARM: EXYNOS: remove soc_is_exynos4/5 from exynos.c

2014-05-02 Thread Pankaj Dubey
This patch adds support for checking soc compatibility based on compatibility match. It will help us in removing soc_is_exynos4 and soc_is_exynos5 function usage and definition. CC: Russell King CC: Heiko Stuebner CC: Thomas Abraham Signed-off-by: Pankaj Dubey --- arch/arm/mach-exynos/exynos.

[PATCH 3/4] misc: exynos-chipid: Add Exynos Chipid driver support

2014-05-02 Thread Pankaj Dubey
Exynos SoCs have Chipid IP, for identification of product IDs and SoC revistions. Till now we are using static macros such as soc_is_exynos and #ifdefs for run time identification of SoCs and their revisions. This is leading to add new Kconfig, soc_is_exynos definitions each time new SoC su

[PATCH 0/4] Introducing Exynos ChipId driver

2014-05-02 Thread Pankaj Dubey
This patch series attempts to get rid of soc_is_exynos macros and eventually with the help of this series we can probably get rid of CONFIG_SOC_EXYNOS in near future. Each Exynos SoC has ChipID block which can give information about SoC's product Id and revision number. Currently we have si

Re: Bare metal Code to test Big Little on Arndale Octa (5420)

2014-05-02 Thread armdev
On 02-May-2014, at 11:13 pm, Tomasz Figa wrote: > Hi, > > On 28.04.2014 07:51, armdev wrote: >> Hi, >> >> We are trying a write a bare metal test code for Switching tasks from A15 >> Core to A7 core. >> As of now we have this article to start with >> https://lwn.net/Articles/481055/. >> >>

Re: [PATCH v3 00/12] ARM: Exynos: PMU cleanup and refactoring for using DT

2014-05-02 Thread Tomasz Figa
Hi Pankaj, On 03.05.2014 03:52, Pankaj Dubey wrote: Hi, Gentle ping. Tomasz, Kukjin will you please have a look on this series. Sure. I have added this series to my queue and should be able to find some time to review it after the weekend. Best regards, Tomasz -- To unsubscribe from this

Re: [PATCH 1/3] clk: exynos5420: Add 5800 specific clocks

2014-05-02 Thread Tomasz Figa
On 02.05.2014 21:35, Doug Anderson wrote: Arnd, On Fri, May 2, 2014 at 11:52 AM, Arnd Bergmann wrote: On Friday 02 May 2014 18:33:39 Arun Kumar K wrote: From: Alim Akhtar Exynos5800 clock structure is mostly similar to 5420 with only a small delta changes. So the 5420 clock file is re-used

Re: [PATCH 3/3] ARM: dts: Add peach-pi board support

2014-05-02 Thread Tomasz Figa
Hi Doug, On 02.05.2014 20:31, Doug Anderson wrote: Tomasz, On Fri, May 2, 2014 at 10:10 AM, Tomasz Figa wrote: Hi Arun, On 02.05.2014 15:03, Arun Kumar K wrote: Adds support for google peach-pi board having the Exynos5800 SoC. Signed-off-by: Arun Kumar K Signed-off-by: Doug Anderson --

Re: [PATCH v3 00/12] ARM: Exynos: PMU cleanup and refactoring for using DT

2014-05-02 Thread Pankaj Dubey
Hi, Gentle ping. Tomasz, Kukjin will you please have a look on this series. Thanks, Pankaj Dubey On 04/30/2014 02:17 PM, Pankaj Dubey wrote: This patch series, does some minor cleanup of exynos machine files. It also modifies Exynos Power Management Unit (PMU) related code for converting it

Re: [PATCH 1/3] clk: exynos5420: Add 5800 specific clocks

2014-05-02 Thread Doug Anderson
Arnd, On Fri, May 2, 2014 at 11:52 AM, Arnd Bergmann wrote: > On Friday 02 May 2014 18:33:39 Arun Kumar K wrote: >> From: Alim Akhtar >> >> Exynos5800 clock structure is mostly similar to 5420 with only >> a small delta changes. So the 5420 clock file is re-used for >> 5800 also. The common cloc

Re: [PATCH 1/3] clk: exynos5420: Add 5800 specific clocks

2014-05-02 Thread Arnd Bergmann
On Friday 02 May 2014 18:33:39 Arun Kumar K wrote: > From: Alim Akhtar > > Exynos5800 clock structure is mostly similar to 5420 with only > a small delta changes. So the 5420 clock file is re-used for > 5800 also. The common clocks for both are seggreagated and few > clocks which are different fo

Re: [PATCH 3/3] ARM: dts: Add peach-pi board support

2014-05-02 Thread Doug Anderson
Tomasz, On Fri, May 2, 2014 at 10:10 AM, Tomasz Figa wrote: > Hi Arun, > > > On 02.05.2014 15:03, Arun Kumar K wrote: >> >> Adds support for google peach-pi board having the >> Exynos5800 SoC. >> >> Signed-off-by: Arun Kumar K >> Signed-off-by: Doug Anderson >> --- >> arch/arm/boot/dts/Makefi

Re: [PATCHv4 0/4] Enable usbphy and hsotg for exynos4

2014-05-02 Thread Tomasz Figa
Hi Chanho, On 02.05.2014 06:26, Chanho Park wrote: This patchset enables a exynos4 usbphy and hsotg DT node for exynos4. The usb phy node uses generic exynos phy driver. The driver uses PMU syscon and SYSREG syscon phandles. Change from v3: - Place a status field at the end of the nodes for r

Re: [PATCH v2 1/3] ARM: dts: fix incorrect compatible for exynos4412

2014-05-02 Thread Tomasz Figa
On 02.05.2014 08:37, Beomho Seo wrote: This patch fixed incorrect compatible for ak8975 magnetic sensor. ak8975 magnetic sensor use compatible "ak8975" or "asahi-kasei,ak8975" In this patch, use "asahi-kasei,ak8975" according to dt bindings document. Signed-off-by: Beomho Seo Signed-off-by: Myu

Re: [PATCH v2 2/3] ARM: dts: add cm36651 light/proximity sensor node

2014-05-02 Thread Tomasz Figa
Hi Beomho, On 02.05.2014 08:37, Beomho Seo wrote: Exynos4412-trats2 board have light/proximity sensor. This patch add cm36651 light/ proximity sensor node for exynos4412. cm36651 is required properties as below. - Use i2c-gpio for cm36651 sensor. - Use fixed regulator for the IR LED. It is a

Re: [PATCH v2 3/3] ARM: dts: fixed gpio key node for exynos4412

2014-05-02 Thread Tomasz Figa
Hi Beomho, On 02.05.2014 08:38, Beomho Seo wrote: This patch fixed gpio key device node. First, fix incorrect gpio property. And then, add ok-key node where locate bottom center. I have tested on exynos4412-trats2 board. While at it, could you also remove interrupt-parent and interrupts prope

Re: [PATCH v2 1/2] ARM: EXYNOS: Map SYSRAM through generic SRAM bindings

2014-05-02 Thread Tomasz Figa
Hi Sachin, The whole series looks quite good, but I have one concern about support for Universal C210 board. Please see my comment inline. On 02.05.2014 07:06, Sachin Kamat wrote: Instead of hardcoding the SYSRAM details for each SoC, pass this information through device tree (DT) and make th

Re: [PATCH 1/3] clk: exynos5420: Add 5800 specific clocks

2014-05-02 Thread Andrew Bresticker
Hi Arun, On Fri, May 2, 2014 at 6:03 AM, Arun Kumar K wrote: > From: Alim Akhtar > > Exynos5800 clock structure is mostly similar to 5420 with only > a small delta changes. So the 5420 clock file is re-used for > 5800 also. The common clocks for both are seggreagated and few > clocks which are d

Re: Bare metal Code to test Big Little on Arndale Octa (5420)

2014-05-02 Thread Tomasz Figa
Hi, On 28.04.2014 07:51, armdev wrote: Hi, We are trying a write a bare metal test code for Switching tasks from A15 Core to A7 core. As of now we have this article to start with https://lwn.net/Articles/481055/. Can the list help us in a) Where (file/directory ) in Linux kernel code that doe

Re: [PATCH v5 3/4] usb: ohci-exynos: Add facility to use phy provided by the generic phy framework

2014-05-02 Thread Tomasz Figa
Hi Vivek, This looks much better, but there still are some issues. Please see my comments inline. On 02.05.2014 14:47, Vivek Gautam wrote: Add support to consume phy provided by Generic phy framework. Keeping the support for older usb-phy intact right now, in order to prevent any functionalit

Re: [PATCH] ARM: dts: Add pwmX_out pinctrl nodes to Exynos5420

2014-05-02 Thread Tomasz Figa
Hi, On 02.05.2014 17:44, Doug Anderson wrote: Arun, On Fri, May 2, 2014 at 5:48 AM, Arun Kumar K wrote: Adds the PWM nodes to 5420 pinctrl dtsi file. Signed-off-by: Arun Kumar K --- arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 28 1 file changed, 28 insertio

Re: [PATCH 13/15] ASoC: SND_S3C_DMA_LEGACY needs S3C24XX_DMA

2014-05-02 Thread Mark Brown
On Fri, May 02, 2014 at 12:25:58PM +0200, Heiko Stübner wrote: > Mark already removed support for the legacy API from the s3c64xx spi driver > (used by s3c2416 and s3c2443), so I guess to way forward would be to "simply" > convert asoc and s3cmci to dmaengine and get rid of it altogether. ASoC

Re: [PATCH 13/15] ASoC: SND_S3C_DMA_LEGACY needs S3C24XX_DMA

2014-05-02 Thread Mark Brown
On Fri, May 02, 2014 at 12:35:21AM +0200, Arnd Bergmann wrote: > On Thursday 01 May 2014 12:11:25 Mark Brown wrote: > > Why is the fix for this not to ensure that s3c24xx always enables the > > DMA controller - how likely is it that it would be sane to build a > > kernel without DMA after all? >

Re: [PATCH 1/3] clk: exynos5420: Add 5800 specific clocks

2014-05-02 Thread Tomasz Figa
Hi Arun, Alim, On 02.05.2014 15:03, Arun Kumar K wrote: From: Alim Akhtar Exynos5800 clock structure is mostly similar to 5420 with only a small delta changes. So the 5420 clock file is re-used for 5800 also. The common clocks for both are seggreagated and few clocks which are different for bo

Re: [PATCH 3/3] ARM: dts: Add peach-pi board support

2014-05-02 Thread Tomasz Figa
Hi Arun, On 02.05.2014 15:03, Arun Kumar K wrote: Adds support for google peach-pi board having the Exynos5800 SoC. Signed-off-by: Arun Kumar K Signed-off-by: Doug Anderson --- arch/arm/boot/dts/Makefile|3 +- arch/arm/boot/dts/exynos5800-peach-pi.dts | 144 +++

Re: [PATCH 2/3] ARM: dts: Add Exynos5800 dt file

2014-05-02 Thread Tomasz Figa
Hi Arun, On 02.05.2014 15:03, Arun Kumar K wrote: Most of the nodes of exynos5420 remains same for exynos5800. So the exynos5420.dtsi is included in exynos5800 and the changed node properties will be overriden. Signed-off-by: Arun Kumar K --- arch/arm/boot/dts/exynos5800.dtsi | 24

Re: [PATCH V2] ASoC: SAMSUNG: Add sound card driver for Snow board

2014-05-02 Thread Mark Brown
On Fri, May 02, 2014 at 10:26:08AM +0530, Tushar Behera wrote: > On 05/01/2014 10:10 PM, Mark Brown wrote: > > There's patches been posted by (IIRC) Sylvester Nawrocki for this which > > I think Mike was basically happy with - I don't immediately see them in > > -next though, but I may be looking

Re: [PATCH 2/3] ARM: dts: Add Exynos5800 dt file

2014-05-02 Thread Olof Johansson
This time from the right account: On Fri, May 2, 2014 at 6:03 AM, Arun Kumar K wrote: > Most of the nodes of exynos5420 remains same for exynos5800. > So the exynos5420.dtsi is included in exynos5800 and the changed > node properties will be overriden. > > Signed-off-by: Arun Kumar K Acked-by:

Re: [PATCH 13/15] ASoC: SND_S3C_DMA_LEGACY needs S3C24XX_DMA

2014-05-02 Thread Arnd Bergmann
On Friday 02 May 2014 12:25:58 Heiko Stübner wrote: > > Just to mention, we have a dmaengine driver for s3c24xx . Correct > platform-data is present for all s3c24xx socs (in mach-s3c24xx/common.c) . > > Mark already removed support for the legacy API from the s3c64xx spi driver > (used by s3c2

Re: [PATCH] ARM: dts: Add pwmX_out pinctrl nodes to Exynos5420

2014-05-02 Thread Doug Anderson
Arun, On Fri, May 2, 2014 at 5:48 AM, Arun Kumar K wrote: > Adds the PWM nodes to 5420 pinctrl dtsi file. > > Signed-off-by: Arun Kumar K > --- > arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 28 > 1 file changed, 28 insertions(+) > > diff --git a/arch/arm/boot/dts/

Re: [PATCH] ARM: exynos: register sched_clock callback

2014-05-02 Thread Kukjin Kim
On 05/02/14 17:30, Daniel Lezcano wrote: On 04/24/2014 11:21 AM, Vincent Guittot wrote: Use the clocksource mct-frc for sched_clock Signed-off-by: Vincent Guittot Acked-by: Daniel Lezcano [ ... ] Applied, thanks. - Kukjin -- To unsubscribe from this list: send the line "unsubscribe linu

Re: [PATCH v5 0/4] usb: ehci/ohci-exynos: Move to generic phy framework

2014-05-02 Thread Kukjin Kim
On 05/02/14 21:47, Vivek Gautam wrote: Based and tested on 'usb-next' branch of Greg's usb tree, with relevant device tree patches[1] Hi Alan, I have included your Acked-by in all the four patches, but there has been some amount of restructuring as suggested by Tomasz Figa. Please let me k

Re: [PATCH 0/3] Add Exynos5800 support

2014-05-02 Thread Kukjin Kim
On 05/02/14 22:03, Arun Kumar K wrote: Exynos5800 is a derivative of Exynos5420 with higher clock speeds and most other IP blocks remaining the same except for a few. Due to the similarities with 5420, following is done to achieve maximum code re-use: - Use the same 5420 clock file with few chang

[PATCH 2/3] ARM: dts: Add Exynos5800 dt file

2014-05-02 Thread Arun Kumar K
Most of the nodes of exynos5420 remains same for exynos5800. So the exynos5420.dtsi is included in exynos5800 and the changed node properties will be overriden. Signed-off-by: Arun Kumar K --- arch/arm/boot/dts/exynos5800.dtsi | 24 1 file changed, 24 insertions(+) cr

[PATCH 1/3] clk: exynos5420: Add 5800 specific clocks

2014-05-02 Thread Arun Kumar K
From: Alim Akhtar Exynos5800 clock structure is mostly similar to 5420 with only a small delta changes. So the 5420 clock file is re-used for 5800 also. The common clocks for both are seggreagated and few clocks which are different for both are separately initialized. Signed-off-by: Alim Akhtar

[PATCH 0/3] Add Exynos5800 support

2014-05-02 Thread Arun Kumar K
Exynos5800 is a derivative of Exynos5420 with higher clock speeds and most other IP blocks remaining the same except for a few. Due to the similarities with 5420, following is done to achieve maximum code re-use: - Use the same 5420 clock file with few changes for adding extra 5800 clocks. - Incl

[PATCH 3/3] ARM: dts: Add peach-pi board support

2014-05-02 Thread Arun Kumar K
Adds support for google peach-pi board having the Exynos5800 SoC. Signed-off-by: Arun Kumar K Signed-off-by: Doug Anderson --- arch/arm/boot/dts/Makefile|3 +- arch/arm/boot/dts/exynos5800-peach-pi.dts | 144 + 2 files changed, 146 insertions(+),

[PATCH v3 1/4] usb: ohci-exynos: Use struct device instead of platform_device

2014-05-02 Thread Vivek Gautam
Change to use struct device instead of struct platform_device for some static functions. Signed-off-by: Vivek Gautam Acked-by: Alan Stern Acked-by: Jingoo Han --- Changes from v2: - none drivers/usb/host/ohci-exynos.c | 20 +--- 1 file changed, 9 insertions(+), 11 deletion

[PATCH v3 2/4] usb: ehci-exynos: Use struct device instead of platform_device

2014-05-02 Thread Vivek Gautam
Change to use struct device instead of struct platform_device for some static functions. Signed-off-by: Vivek Gautam Acked-by: Alan Stern Acked-by: Jingoo Han --- Changes from v2: - none drivers/usb/host/ehci-exynos.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

[PATCH] ARM: dts: Add pwmX_out pinctrl nodes to Exynos5420

2014-05-02 Thread Arun Kumar K
Adds the PWM nodes to 5420 pinctrl dtsi file. Signed-off-by: Arun Kumar K --- arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420-pinctrl.dtsi b/arch/arm/boot/dts/exynos5420-pinctrl.dtsi index

[PATCH v11 4/4] usb: ehci-exynos: Change to use phy provided by the generic phy framework

2014-05-02 Thread Vivek Gautam
From: Kamil Debski Add the phy provider, supplied by new Exynos-usb2phy using Generic phy framework. Keeping the support for older USB phy intact right now, in order to prevent any functionality break in absence of relevant device tree side change for ehci-exynos. Once we move to new phy in the d

[PATCH v5 3/4] usb: ohci-exynos: Add facility to use phy provided by the generic phy framework

2014-05-02 Thread Vivek Gautam
Add support to consume phy provided by Generic phy framework. Keeping the support for older usb-phy intact right now, in order to prevent any functionality break in absence of relevant device tree side change for ohci-exynos. Once we move to new phy in the device nodes for ohci, we can remove the s

[PATCH v5 0/4] usb: ehci/ohci-exynos: Move to generic phy framework

2014-05-02 Thread Vivek Gautam
Based and tested on 'usb-next' branch of Greg's usb tree, with relevant device tree patches[1] Hi Alan, I have included your Acked-by in all the four patches, but there has been some amount of restructuring as suggested by Tomasz Figa. Please let me know if you have some comments on this patch-

Re: [RFC PATCH] PM / OPP: move cpufreq specific OPP functions out of generic OPP library

2014-05-02 Thread Nishanth Menon
On Fri, May 2, 2014 at 12:22 AM, Viresh Kumar wrote: > On 2 May 2014 10:48, Nishanth Menon wrote: >> On Thu, May 1, 2014 at 11:30 PM, Viresh Kumar >> wrote: diff --git a/drivers/cpufreq/cpufreq_opp.c b/drivers/cpufreq/cpufreq_opp.c new file mode 100644 index 000..2602ff8

Re: [PATCH v5 2/6] arm64: Introduce VA_BITS and translation level options

2014-05-02 Thread Christoffer Dall
On Fri, May 02, 2014 at 10:57:09AM +0900, Jungseok Lee wrote: > On Thursday, May 01, 2014 7:06 PM, Christoffer Dall wrote: > > On Thu, May 01, 2014 at 11:33:56AM +0900, Jungseok Lee wrote: [...] > > > + > > > +choice > > > + prompt "Virtual address space size" > > > + default ARM64_VA_BITS_39 if

Re: [PATCH v4 3/4] usb: ohci-exynos: Add facility to use phy provided by the generic phy framework

2014-05-02 Thread Vivek Gautam
On Fri, May 2, 2014 at 2:55 PM, Vivek Gautam wrote: > Hi Tomasz, > > > On Thu, May 1, 2014 at 10:46 PM, Tomasz Figa wrote: >> Hi Vivek, >> >> Please see my comments inline. > > Thanks for the review, please find my answers inline. > >> >> >> On 30.04.2014 07:19, Vivek Gautam wrote: >>> >>> Add su

Re: [PATCH 13/15] ASoC: SND_S3C_DMA_LEGACY needs S3C24XX_DMA

2014-05-02 Thread Heiko Stübner
Hi Arnd, Am Freitag, 2. Mai 2014, 00:35:21 schrieb Arnd Bergmann: > On Thursday 01 May 2014 12:11:25 Mark Brown wrote: > > On Tue, Apr 29, 2014 at 07:18:34PM +0800, Xia Kaixu wrote: > > > From: Arnd Bergmann > > > > > > SND_S3C_DMA_LEGACY can only be set on S3C24xx, which does not > > > (yet) su

Re: [PATCH v4 3/4] usb: ohci-exynos: Add facility to use phy provided by the generic phy framework

2014-05-02 Thread Vivek Gautam
Hi Tomasz, On Thu, May 1, 2014 at 10:46 PM, Tomasz Figa wrote: > Hi Vivek, > > Please see my comments inline. Thanks for the review, please find my answers inline. > > > On 30.04.2014 07:19, Vivek Gautam wrote: >> >> Add support to consume phy provided by Generic phy framework. >> Keeping the

Re: Bare metal Code to test Big Little on Arndale Octa (5420)

2014-05-02 Thread armdev
Please comment On 28-Apr-2014, at 11:21 am, armdev wrote: > Hi, > > We are trying a write a bare metal test code for Switching tasks from A15 > Core to A7 core. > As of now we have this article to start with https://lwn.net/Articles/481055/. > > Can the list help us in > a) Where (file/direc

Re: [PATCH v2 2/2] Documentation: DT: Exynos: Bind SRAM though DT

2014-05-02 Thread Arnd Bergmann
On Friday 02 May 2014 10:36:20 Sachin Kamat wrote: > + sram@0202 { > + compatible = "mmio-sram"; > + reg = <0x0202 0x54000>; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges = <0 0x0202 0x54000>; > +

Re: [PATCH] ARM: exynos: register sched_clock callback

2014-05-02 Thread Daniel Lezcano
On 04/24/2014 11:21 AM, Vincent Guittot wrote: Use the clocksource mct-frc for sched_clock Signed-off-by: Vincent Guittot Acked-by: Daniel Lezcano [ ... ] -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Fac