RE: [PATCH v2 2/2] ARM: EXYNOS: PMU: move restart code into pmu driver

2014-10-06 Thread Pankaj Dubey
Hi, On Wednesday, October 01, 2014 7:23 PM Guenter Roeck wrote: > On 10/01/2014 04:36 AM, Pankaj Dubey wrote: > > Let's register reboot_notifier from PMU driver for reboot > > functionality. So that we can remove restart hooks from machine > > specific file, and thus moving ahead when PMU moved to

RE: [PATCH v5 0/8] arch: arm64: Enable support for Samsung Exynos7 SoC

2014-10-06 Thread Kukjin Kim
Tomasz Figa wrote: > > On 30.09.2014 17:12, Abhilash Kesavan wrote: > > Hi Tomasz, > > > > On Mon, Sep 22, 2014 at 2:22 PM, Tomasz Figa wrote: > >> Hi Abhilash, > >> > >> On 22.09.2014 06:47, Abhilash Kesavan wrote: > >>> Changes since v4: > >>> - Fixed comments from Tomasz Figa: > >>> - Ch

RE: [PATCH v9 0/2] ARM: Exynos: Convert PMU implementation into a platform driver

2014-10-06 Thread Kukjin Kim
Pankaj Dubey wrote: > > This patch series, modifies Exynos Power Management Unit (PMU) related code > for converting it into a platform_driver. This is also preparation for moving > PMU related code out of machine folder into a either "drivers/mfd", or > "drivers/power" or some other suitable plac

RE: [PATCH] ARM: dts: Specify Odroid X2/U3 audio clock parents and rates

2014-10-06 Thread Kukjin Kim
Sylwester Nawrocki wrote: > > On 10/09/14 16:43, Sylwester Nawrocki wrote: > > This ensures the core and the audio subsystem clocks are configured > > properly, as expected by the sound machine driver. These bits are > > missing to obtain proper audio sample rates in kernel v3.17, where > > audio

Re: [PATCH] usb: Remove references to non-existent PLAT_S5P symbol

2014-10-06 Thread Jingoo Han
On Tuesday, October 07, 2014 12:47 AM, Sylwester Nawrocki wrote: > > The PLAT_S5P Kconfig symbol was removed in commit d78c16ccde96 > ("ARM: SAMSUNG: Remove remaining legacy code"). There are still > some references left, fix that by replacing them with ARCH_S5PV210. > > Reported-by: Paul Bolle

Re: [PATCH] ARM: dts: fix MMC2 regulators for Exynos5420 Arndale Octa board

2014-10-06 Thread Doug Anderson
Bartlomiej, On Thu, Oct 2, 2014 at 10:24 AM, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Thursday, October 02, 2014 09:45:41 AM Doug Anderson wrote: >> Bartiomiej >> >> On Thu, Oct 2, 2014 at 9:39 AM, Bartlomiej Zolnierkiewicz >> wrote: >> > On Thursday, October 02, 2014 09:19:08 AM Doug And

Re: [PATCH] ARM: dts: Specify Odroid X2/U3 audio clock parents and rates

2014-10-06 Thread Sylwester Nawrocki
On 10/09/14 16:43, Sylwester Nawrocki wrote: > This ensures the core and the audio subsystem clocks are configured > properly, as expected by the sound machine driver. These bits are > missing to obtain proper audio sample rates in kernel v3.17, where > audio support for Odroid X2/U3 was first adde

Re: [PATCH] usb: Remove references to non-existent PLAT_S5P symbol

2014-10-06 Thread Paul Bolle
On Mon, 2014-10-06 at 17:47 +0200, Sylwester Nawrocki wrote: > The PLAT_S5P Kconfig symbol was removed in commit d78c16ccde96 > ("ARM: SAMSUNG: Remove remaining legacy code"). There are still > some references left, fix that by replacing them with ARCH_S5PV210. > > Reported-by: Paul Bolle > Signe

Re: [PATCH v2] [media] Remove references to non-existent PLAT_S5P symbol

2014-10-06 Thread Paul Bolle
On Mon, 2014-10-06 at 18:10 +0200, Sylwester Nawrocki wrote: > The PLAT_S5P Kconfig symbol was removed in commit d78c16ccde96 > ("ARM: SAMSUNG: Remove remaining legacy code"). However, there > are still some references to that symbol left, fix that by > substituting them with ARCH_S5PV210. > > Rep

Re: [PATCH v7] mfd: syscon: Decouple syscon interface from platform devices

2014-10-06 Thread Lee Jones
On Mon, 06 Oct 2014, Pankaj Dubey wrote: > Hi Lee, > > On Tuesday, September 30, 2014 9:39 PM Doug Anderson wrote, > > Subject: Re: [PATCH v7] mfd: syscon: Decouple syscon interface from platform > > devices > > > > Pankaj, > > > > On Tue, Sep 30, 2014 at 1:35 AM, Pankaj Dubey > > wrote: > > >

[PATCH v2] [media] Remove references to non-existent PLAT_S5P symbol

2014-10-06 Thread Sylwester Nawrocki
The PLAT_S5P Kconfig symbol was removed in commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code"). However, there are still some references to that symbol left, fix that by substituting them with ARCH_S5PV210. Reported-by: Paul Bolle Signed-off-by: Sylwester Nawrocki --- drivers/med

Re: [PATCH] [media] Remove references to non-existent PLAT_S5P symbol

2014-10-06 Thread Sylwester Nawrocki
On 06/10/14 17:52, Tomasz Figa wrote: > On 06.10.2014 17:39, Sylwester Nawrocki wrote: >> diff --git a/drivers/media/platform/exynos4-is/Kconfig >> b/drivers/media/platform/exynos4-is/Kconfig >> index 77c9512..b3b270a 100644 >> --- a/drivers/media/platform/exynos4-is/Kconfig >> +++ b/drivers/media

Re: [PATCH] [media] Remove references to non-existent PLAT_S5P symbol

2014-10-06 Thread Tomasz Figa
On 06.10.2014 17:39, Sylwester Nawrocki wrote: > diff --git a/drivers/media/platform/exynos4-is/Kconfig > b/drivers/media/platform/exynos4-is/Kconfig > index 77c9512..b3b270a 100644 > --- a/drivers/media/platform/exynos4-is/Kconfig > +++ b/drivers/media/platform/exynos4-is/Kconfig > @@ -2,7 +2,7 @

[PATCH] usb: Remove references to non-existent PLAT_S5P symbol

2014-10-06 Thread Sylwester Nawrocki
The PLAT_S5P Kconfig symbol was removed in commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code"). There are still some references left, fix that by replacing them with ARCH_S5PV210. Reported-by: Paul Bolle Signed-off-by: Sylwester Nawrocki --- drivers/usb/host/Kconfig |4 ++--

[PATCH] [media] Remove references to non-existent PLAT_S5P symbol

2014-10-06 Thread Sylwester Nawrocki
The PLAT_S5P Kconfig symbol was removed in commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code"). However, there are still some references to that symbol left, fix that by substituting them with ARCH_S5PV210. Reported-by: Paul Bolle Signed-off-by: Sylwester Nawrocki --- drivers/med

Re: [PATCH V7 11/12] Documentation: bridge: Add documentation for ps8622 DT properties

2014-10-06 Thread Laurent Pinchart
Hi Tomi, On Wednesday 24 September 2014 11:42:06 Tomi Valkeinen wrote: > On 23/09/14 17:45, Thierry Reding wrote: > > On Tue, Sep 23, 2014 at 02:31:35PM +0300, Tomi Valkeinen wrote: > >> On 23/09/14 12:39, Thierry Reding wrote: > >>> My point is that if you use plain phandles you usually have the

Re: [PATCH V7 11/12] Documentation: bridge: Add documentation for ps8622 DT properties

2014-10-06 Thread Laurent Pinchart
Hi Thierry, On Tuesday 23 September 2014 16:49:38 Thierry Reding wrote: > On Tue, Sep 23, 2014 at 02:52:24PM +0300, Laurent Pinchart wrote: > > On Tuesday 23 September 2014 13:47:40 Andrzej Hajda wrote: > >> On 09/23/2014 01:23 PM, Laurent Pinchart wrote: > [...] > > >>> This becomes an issue eve

Re: [PATCH V7 11/12] Documentation: bridge: Add documentation for ps8622 DT properties

2014-10-06 Thread Laurent Pinchart
Hi Tomi and Thierry, On Monday 06 October 2014 14:34:00 Tomi Valkeinen wrote: > On 25/09/14 09:23, Thierry Reding wrote: > > How are cameras different? The CPU wants to capture video data from the > > camera, so it needs to go look for a video capture device, which in turn > > needs to involve a s

Re: [PATCH 2/4] [media] exynos4-is: Remove optional dependency on PLAT_S5P

2014-10-06 Thread Sylwester Nawrocki
On 06/10/14 14:37, Sergei Shtylyov wrote: >> diff --git a/drivers/media/platform/exynos4-is/Kconfig >> b/drivers/media/platform/exynos4-is/Kconfig >> index 77c951237744..775c3278d0eb 100644 >> --- a/drivers/media/platform/exynos4-is/Kconfig >> +++ b/drivers/media/platform/exynos4-is/Kconfig >> @@

Re: [PATCH 2/4] [media] exynos4-is: Remove optional dependency on PLAT_S5P

2014-10-06 Thread Sergei Shtylyov
Hello. On 10/6/2014 1:08 PM, Paul Bolle wrote: Commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code") removed the Kconfig symbol PLAT_S5P. Remove an optional dependency on that symbol from this Kconfig file too. Signed-off-by: Paul Bolle --- drivers/media/platform/exynos4-is/K

Re: [PATCH v8] ARM: EXYNOS: Use MCPM call-backs to support S2R on Exynos5420

2014-10-06 Thread Abhilash Kesavan
Hi Javier, On Mon, Oct 6, 2014 at 5:29 PM, Javier Martinez Canillas wrote: > Hello Abhilash, > > On Mon, Oct 6, 2014 at 11:08 AM, Abhilash Kesavan > wrote: > diff --git a/arch/arm/mach-exynos/platsmp.c > b/arch/arm/mach-exynos/platsmp.c > index adb36a8..222aa3c 100644 > --- a/ar

Re: [PATCH v8] ARM: EXYNOS: Use MCPM call-backs to support S2R on Exynos5420

2014-10-06 Thread Javier Martinez Canillas
Hello Abhilash, On Mon, Oct 6, 2014 at 11:08 AM, Abhilash Kesavan wrote: diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c index adb36a8..222aa3c 100644 --- a/arch/arm/mach-exynos/platsmp.c +++ b/arch/arm/mach-exynos/platsmp.c @@ -137,6 +1

Re: [PATCH V7 11/12] Documentation: bridge: Add documentation for ps8622 DT properties

2014-10-06 Thread Tomi Valkeinen
On 25/09/14 09:23, Thierry Reding wrote: > How are cameras different? The CPU wants to capture video data from the > camera, so it needs to go look for a video capture device, which in turn > needs to involve a sensor. Let's say we have an XXX-to-YYY encoder. We use that encoder to convert the So

[PATCH v9 1/2] ARM: EXYNOS: Add platform driver support for Exynos PMU

2014-10-06 Thread Pankaj Dubey
This patch modifies Exynos Power Management Unit (PMU) initialization implementation in following way: - Added platform driver support for Exynos PMU IP. - Added platform struct exynos_pmu_data to hold platform specific data. - For each SoC's PMU support now we can add platform data and statically

[PATCH v9 0/2] ARM: Exynos: Convert PMU implementation into a platform driver

2014-10-06 Thread Pankaj Dubey
This patch series, modifies Exynos Power Management Unit (PMU) related code for converting it into a platform_driver. This is also preparation for moving PMU related code out of machine folder into a either "drivers/mfd", or "drivers/power" or some other suitable place so that ARM64 based SoC can u

[PATCH v9 2/2] ARM: EXYNOS: Move PMU specific definitions from common.h

2014-10-06 Thread Pankaj Dubey
This patch moves PMU specific definitions into a new file as exynos-pmu.h. This will help in reducing dependency of common.h in pmu.c. Signed-off-by: Pankaj Dubey Reviewed-by: Tomasz Figa --- arch/arm/mach-exynos/common.h | 17 - arch/arm/mach-exynos/exynos-pmu.h | 24 ++

Re: [PATCH v8] ARM: EXYNOS: Use MCPM call-backs to support S2R on Exynos5420

2014-10-06 Thread Abhilash Kesavan
Hi Javier, On Mon, Oct 6, 2014 at 1:45 PM, Javier Martinez Canillas wrote: > Hello Abhilash, > > On Mon, Oct 6, 2014 at 5:40 AM, Abhilash Kesavan > wrote: >> Hi Javier, >> >> [...] >> >>> diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c >>> index adb36a8..222aa3c 1006

[PATCH 2/4] [media] exynos4-is: Remove optional dependency on PLAT_S5P

2014-10-06 Thread Paul Bolle
Commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code") removed the Kconfig symbol PLAT_S5P. Remove an optional dependency on that symbol from this Kconfig file too. Signed-off-by: Paul Bolle --- drivers/media/platform/exynos4-is/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 delet

[PATCH 0/4] Remove optional dependencies on PLAT_S5P

2014-10-06 Thread Paul Bolle
Commit d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code") removed the Kconfig symbol PLAT_S5P. The seven dependencies on that symbol have evaluated to false since next-20140716 (for linux-next) and v3.17-rc1 (for mainline). Probably no one noticed because these are all optional dependencie

RE: [PATCH v7] mfd: syscon: Decouple syscon interface from platform devices

2014-10-06 Thread Pankaj Dubey
Hi Lee, On Tuesday, September 30, 2014 9:39 PM Doug Anderson wrote, > Subject: Re: [PATCH v7] mfd: syscon: Decouple syscon interface from platform > devices > > Pankaj, > > On Tue, Sep 30, 2014 at 1:35 AM, Pankaj Dubey > wrote: > > Currently a syscon entity can be only registered directly throu

Re: [PATCH v8] ARM: EXYNOS: Use MCPM call-backs to support S2R on Exynos5420

2014-10-06 Thread Javier Martinez Canillas
Hello Abhilash, On Mon, Oct 6, 2014 at 5:40 AM, Abhilash Kesavan wrote: > Hi Javier, > > [...] > >> diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c >> index adb36a8..222aa3c 100644 >> --- a/arch/arm/mach-exynos/platsmp.c >> +++ b/arch/arm/mach-exynos/platsmp.c >> @@ -

Re: exynos5420/arndale-octa: imprecise external aborts on exynos_defconfig

2014-10-06 Thread Thomas Abraham
Hi Bartlomiej, On Tue, Sep 30, 2014 at 11:47 PM, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Wednesday, September 17, 2014 05:39:29 PM Kevin Hilman wrote: >> Thomas Abraham writes: >> >> > On Thu, Sep 11, 2014 at 12:16 AM, Kevin Hilman wrote: >> >> Tyler Baker writes: >> >> >> >>> Exynos54