Re: [PATCH 3/3] cpufreq: exynos: Add exynos5420 cpufreq driver

2013-12-16 Thread Jassi Brar
On Tue, Dec 10, 2013 at 10:02 PM, Lukasz Majewski wrote: >> >> Actually these values are not for PLL, but for the dividers. >> If you see below, the PLL rate setting is done through clk_set_rate() >> going via CCF. But I found an issue if the divider values are set via >> clk_set_rate API. >> What

Re: [PATCH 3/3] cpufreq: exynos: Add exynos5420 cpufreq driver

2013-12-16 Thread Viresh Kumar
On 6 December 2013 15:18, Arun Kumar K wrote: > From: "Arjun.K.V" > > The patch adds cpufreq driver for exynos5420. > > Signed-off-by: Arjun.K.V > Signed-off-by: Andrew Bresticker > Signed-off-by: Arun Kumar K > --- > drivers/cpufreq/Kconfig.arm | 11 ++ > drivers/cpufreq/Makefile

Re: [PATCH 1/2] ARM: EXYNOS: Support Suspend-to-RAM on EXYNOS5420

2013-12-16 Thread Abhilash Kesavan
Hi Bartlomiej, On Mon, Dec 16, 2013 at 6:18 PM, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Monday, December 16, 2013 05:31:10 PM Abhilash Kesavan wrote: >> Add PMU configuration table for various low power modes - AFTR/LPA/SLEEP. >> Also, add core s2r support for Exynos5420. >> >> Signed-off

Re: [PATCH v4 5/9] usb: s3c-hsotg: Use the new Exynos USB phy driver with the generic phy framework

2013-12-16 Thread Matt Porter
On Thu, Dec 05, 2013 at 01:29:35PM +0100, Kamil Debski wrote: > Change the used phy driver to the new Exynos USB phy driver that uses the > generic phy framework. > > Signed-off-by: Kamil Debski > Signed-off-by: Kyungmin Park > --- > .../devicetree/bindings/usb/samsung-hsotg.txt |4 +++

Re: [PATCH CRITICAL] ARM: s3c64xx: dt: Fix boot failure due to double clock initialization

2013-12-16 Thread Mark Brown
On Sat, Dec 14, 2013 at 04:41:06AM -0800, Tomasz Figa wrote: > - Wolfson Cragganmore 6410 - Mark Brown (copied) is using it for some >testing of audio codec AFAIK, but I'm not sure if you can get that >anywhere. Essentially no, though you could try asking nicely. It's not suitable for a

Re: [GIT PULL 1/7] Samsung fixes for v3.14

2013-12-16 Thread Tomasz Figa
Hi Kukjin, On Monday 16 of December 2013 05:21:21 Kukjin Kim wrote: > The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: > >Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) > > are available in the git repository at: > >git://git.kernel.org/pub/scm/linux/kernel/git/k

Re: [GIT PULL 6/7] Samsung DT for v3.14

2013-12-16 Thread Mark Brown
On Mon, Dec 16, 2013 at 05:22:50AM +0900, Kukjin Kim wrote: > Samsung DT updates for v3.14 > - Add support Octa Cores for exynos5420 > : populate CPU node entries to 8 Cores > : extend mct to support 8 local interrupts > - Update dwmmc nodes for exynos5250 and exynos5420 > : change status pr

Re: [PATCH 1/2] ARM: EXYNOS: Support Suspend-to-RAM on EXYNOS5420

2013-12-16 Thread Tomasz Figa
Hi, On Monday 16 of December 2013 08:27:17 Vaibhav Bedia wrote: > Hi, > > On Mon, Dec 16, 2013 at 7:01 AM, Abhilash Kesavan > wrote: [snip] > > + { EXYNOS5_CMU_RESET_GSCL_SYS_PWR_REG, { 0x0, 0x0, > > 0x0} }, > > + { EXYNOS5_CMU_RESET_ISP_SYS_PWR_REG,

Re: [PATCH 4/5] arm: omap3: twl: use the new lookup method with usb phy

2013-12-16 Thread Heikki Krogerus
Hi, On Mon, Dec 16, 2013 at 04:34:35PM +0530, Kishon Vijay Abraham I wrote: > On Monday 09 December 2013 08:38 PM, Heikki Krogerus wrote: > > Provide a complete association for the phy and it's user > > (musb) with the new phy_lookup_table. > > > > Signed-off-by: Heikki Krogerus > > --- > > arc

Re: [PATCH 2/5] phy: add support for indexed lookup

2013-12-16 Thread Heikki Krogerus
Hi Kishon, On Mon, Dec 16, 2013 at 04:32:58PM +0530, Kishon Vijay Abraham I wrote: > On Monday 09 December 2013 08:38 PM, Heikki Krogerus wrote: > > Removes the need for the consumer drivers requesting the > > phys to provide name for the phy. This should ease the use > > of the framework consider

Re: [PATCH 1/2] ARM: EXYNOS: Support Suspend-to-RAM on EXYNOS5420

2013-12-16 Thread Vaibhav Bedia
Hi, On Mon, Dec 16, 2013 at 7:01 AM, Abhilash Kesavan wrote: [...] > +/* For EXYNOS5420 */ > +#define EXYNOS5420_CLKSRC_MASK_CPERI EXYNOS_CLKREG(0x04300) > +#define EXYNOS5420_CLKSRC_MASK_TOP0EXYNOS_CLKREG(0x10300) > +#define EXYNOS5420_CLKSRC_MASK_TOP1EXYNOS_CLK

Re: [PATCH v3 2/2] phy: core: Add devm_of_phy_get to phy-core

2013-12-16 Thread Kishon Vijay Abraham I
On Monday 16 December 2013 06:22 PM, Kamil Debski wrote: > Adding devm_of_phy_get will allow to get phys by supplying the > device_node instead of by name. > > Signed-off-by: Kamil Debski > --- > drivers/phy/phy-core.c | 31 +++ > include/linux/phy/phy.h |2 ++

RE: [PATCH RESEND v2 1/2] phy: core: Add an exported of_phy_get function

2013-12-16 Thread Kamil Debski
Hi, > From: Kishon Vijay Abraham I [mailto:kis...@ti.com] > Sent: Monday, December 16, 2013 10:01 AM > > On Friday 13 December 2013 08:56 PM, Kamil Debski wrote: > > Hi Kishon, > > > >> From: Kishon Vijay Abraham I [mailto:kis...@ti.com] > >> Sent: Friday, December 13, 2013 3:45 PM > >> > >> Hi,

[PATCH v3 2/2] phy: core: Add devm_of_phy_get to phy-core

2013-12-16 Thread Kamil Debski
Adding devm_of_phy_get will allow to get phys by supplying the device_node instead of by name. Signed-off-by: Kamil Debski --- drivers/phy/phy-core.c | 31 +++ include/linux/phy/phy.h |2 ++ 2 files changed, 33 insertions(+) diff --git a/drivers/phy/phy-core.c

[PATCH v3 1/2] phy: core: Add an exported of_phy_get function

2013-12-16 Thread Kamil Debski
Previously the of_phy_get function took a struct device * and was declared static. It was impossible to call it from another driver and thus it was impossible to get phy defined for a given node. The old function was renamed to _of_phy_get and was left for internal use. of_phy_get function was adde

Re: [PATCH 1/2] ARM: EXYNOS: Support Suspend-to-RAM on EXYNOS5420

2013-12-16 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, December 16, 2013 05:31:10 PM Abhilash Kesavan wrote: > Add PMU configuration table for various low power modes - AFTR/LPA/SLEEP. > Also, add core s2r support for Exynos5420. > > Signed-off-by: Abhilash Kesavan > --- > This patch depends on "ARM: EXYNOS5: Add PMU settings for exy

Re: [PATCH] ARM: exynos: Allow wake-up using GIC interrupts

2013-12-16 Thread Abhilash Kesavan
Hi Tomasz, On Tue, Oct 15, 2013 at 10:12 PM, Tomasz Figa wrote: > This patch restores the ability to receive wake-up events from internal > GIC interrupts, e.g. RTC tick or alarm interrupts. > > Signed-off-by: Tomasz Figa > Signed-off-by: Kyungmin Park > --- > arch/arm/mach-exynos/include/mach

[PATCH 2/2] ARM: dts: Add node for GPIO keys on SMDK5420

2013-12-16 Thread Abhilash Kesavan
Add support for the suspend/resume button (SW7) on SMDK5420 using gpio-keys driver. Signed-off-by: Abhilash Kesavan --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exyn

[PATCH 1/2] ARM: EXYNOS: Support Suspend-to-RAM on EXYNOS5420

2013-12-16 Thread Abhilash Kesavan
Add PMU configuration table for various low power modes - AFTR/LPA/SLEEP. Also, add core s2r support for Exynos5420. Signed-off-by: Abhilash Kesavan --- This patch depends on "ARM: EXYNOS5: Add PMU settings for exynos5420" http://www.spinics.net/lists/linux-samsung-soc/msg24902.html arch/arm/ma

Re: [PATCH 4/5] arm: omap3: twl: use the new lookup method with usb phy

2013-12-16 Thread Kishon Vijay Abraham I
Hi, On Monday 09 December 2013 08:38 PM, Heikki Krogerus wrote: > Provide a complete association for the phy and it's user > (musb) with the new phy_lookup_table. > > Signed-off-by: Heikki Krogerus > --- > arch/arm/mach-omap2/twl-common.c | 15 ++- > 1 file changed, 6 insertions(+),

Re: [PATCH 2/5] phy: add support for indexed lookup

2013-12-16 Thread Kishon Vijay Abraham I
Hi, On Monday 09 December 2013 08:38 PM, Heikki Krogerus wrote: > Removes the need for the consumer drivers requesting the > phys to provide name for the phy. This should ease the use > of the framework considerable when using only one phy, which > is usually the case when except with USB, but it

[PATCH v2] [media] s5p-mfc: Add controls to set vp8 enc profile

2013-12-16 Thread Arun Kumar K
From: Kiran AVND Add v4l2 controls to set desired profile for VP8 encoder. Acceptable levels for VP8 encoder are 0: Version 0 1: Version 1 2: Version 2 3: Version 3 Signed-off-by: Kiran AVND Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- Changes from v1 --- - Addresse

Re: [PATCH RESEND v2 1/2] phy: core: Add an exported of_phy_get function

2013-12-16 Thread Kishon Vijay Abraham I
On Friday 13 December 2013 08:56 PM, Kamil Debski wrote: > Hi Kishon, > >> From: Kishon Vijay Abraham I [mailto:kis...@ti.com] >> Sent: Friday, December 13, 2013 3:45 PM >> >> Hi, >> >> On Friday 13 December 2013 07:32 PM, Kamil Debski wrote: >>> Previously the of_phy_get function took a struct de