Re: Boot hang on Origen with (!SMP CPU_IDLE)

2014-01-07 Thread Arnd Bergmann
On Tuesday 07 January 2014, Tushar Behera wrote: be a good time to get rid of the L2_AUX_VAL and L2_AUX_MASK defines and just read the respective settings from DT. Ok. Does the node you list above have the right settings for this? I will add another patch to remove the

[PATCH] ARM: dts: Add l2x0 device node for Exynos4-based boards

2014-01-07 Thread Tushar Behera
For Exynos4 platform, L2 cache initialization is done only if a device node for l2x0 device exists. L2 cache initialization path is different when a board boots with secure firmware. Since there are many Exynos4 based SoCs that boot in secure mode, enabling this only for boards that don't boot

Unable to boot 3.13-rc7 on samsung exynos 5250 snow

2014-01-07 Thread VALETTE Eric OLNC/OLPS
Hi, I have been using a samsung snow chromebook using chromeos kernel source and debian unstable 64 bit user space for a while and would like to use upstream kernel instead of chomeos ones for testing virtualisation purpose. I've followed the virtual open system guide

Re: [PATCH RFC 1/4] phy: Add new Exynos5 USB 3.0 PHY driver

2014-01-07 Thread Kishon Vijay Abraham I
Hi, On Monday 30 December 2013 03:13 PM, Vivek Gautam wrote: Hi Kishon, On Tue, Dec 24, 2013 at 11:15 PM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi, On Thursday 05 December 2013 01:44 PM, Vivek Gautam wrote: Hi Kishon, On Wed, Dec 4, 2013 at 7:58 PM, Kishon Vijay Abraham I

Re: [PATCH RFC 1/4] phy: Add new Exynos5 USB 3.0 PHY driver

2014-01-07 Thread Vivek Gautam
HI Kishon On Tue, Jan 7, 2014 at 3:19 PM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi, On Monday 30 December 2013 03:13 PM, Vivek Gautam wrote: Hi Kishon, On Tue, Dec 24, 2013 at 11:15 PM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi, On Thursday 05 December 2013 01:44 PM,

Re: [PATCH 1/2 v3] ARM: s3c24xx: get rid of custom mach/gpio.h

2014-01-07 Thread Arnd Bergmann
On Friday 13 December 2013, Linus Walleij wrote: This isolates the custom S3C24xx GPIO definition table to linux/platform_data/gpio-samsung-s3x24xx.h as this is used in a few different places in the kernel, removing the need to depend on the implicit inclusion of mach/gpio.h from linux/gpio.h

Re: Boot crash on 5420 with latest linux-next

2014-01-07 Thread Sylwester Nawrocki
3.13.0-rc7-next-20140107 #279 [4.57] task: ef0a8000 ti: ef0a6000 task.ti: ef0a6000 [4.57] PC is at __clk_get+0x24/0x80 [4.57] LR is at of_clk_get.part.6+0x54/0x6c [4.57] pc : [c02ddf34]lr : [c02db7c8]psr: 6113 [4.57] sp : ef0a7d90 ip

[PATCH 0/5] crypto:s5p-sss: Add DT and Exynos5 support

2014-01-07 Thread Naveen Krishna Ch
SSS module on Exynos5 SoCs has added features to the one on S5PV210 However minor changes to the s5p-sss.c driver are required to support SSS modules on Exynos5 SoCs. This patch set 1. Adds device tree support to the s5p-sss.c driver 2. Adds code to support SSS module on Exynos5 SoCs 3. Adds

[PATCH 3/5] crypto:s5p-sss: Add support for SSS module on Exynos5

2014-01-07 Thread Naveen Krishna Ch
The differences between SSS modules on S5PV210 and Exynos5 (AFA the driver supports) 1. AES register are at an offset of 0x200 on Exynos5 2. hash interrupt is no longer needed on Exynos5 This patch adds code needed to address the above changes. Signed-off-by: Naveen Krishna Ch

[PATCH 1/5] crypto:s5p-sss: Use platform_get_irq() instead of _byname()

2014-01-07 Thread Naveen Krishna Ch
This patch uses the platform_get_irq() instead of the platform_get_irq_byname(). Making feeder control interrupt as resource 0 and hash interrupt as 1. reasons for this change. 1. Cannot find any Arch which is currently using this driver 2. Samsung Exynos5 SoCs only use the feeder control

[PATCH 4/5] crypto:s5p-sss: Exynos5 SoCs too can select SSS driver

2014-01-07 Thread Naveen Krishna Ch
This patch modifies Kconfig such that ARCH_EXYNOS5 SoCs can also select Samsung SSS(Security SubSystem) driver. Signed-off-by: Naveen Krishna Ch ch.nav...@samsung.com CC: Herbert Xu herb...@gondor.apana.org.au CC: David S. Miller da...@davemloft.net CC: Vladimir Zapolskiy vzapols...@gmail.com TO:

[PATCH 2/5] crypto:s5p-sss: Add device tree and Exynos5 support

2014-01-07 Thread Naveen Krishna Ch
This patch adds device tree support along with a new compatible string to support Exynos5 SoCs (SSS_VER_5). Also, Documentation under devicetree/bindings added. Signed-off-by: Naveen Krishna Ch ch.nav...@samsung.com CC: Herbert Xu herb...@gondor.apana.org.au CC: David S. Miller

[PATCH 5/5] ARM: exynos5420: add dt node for sss module

2014-01-07 Thread Naveen Krishna Ch
From: Naveen Krishna Chatradhi ch.nav...@samsung.com this patch adds the device tree nodes for SSS module found on Exynos5420 Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com TO: linux-samsung-soc@vger.kernel.org CC: Kukjin Kim kgene@samsung.com CC: linux-cry...@vger.kernel.org

[PATCH] clk: Correct handling of NULL clk in __clk_{get, put}

2014-01-07 Thread Sylwester Nawrocki
Ensure clk-kref is dereferenced only when clk is not NULL. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com --- Hi Sachin, please try if this patch fixes the exyno5420 boot crash. Thanks, Sylwester drivers/clk/clk.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-)

[PATCH V2 01/10] clk/exynos5410: move suspend/resume handling to SoC driver

2014-01-07 Thread Rahul Sharma
Suspend/resume handling is already moved for all other Exynos SoCs other than Exynos5420 which is addressed in this patch. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- drivers/clk/samsung/clk-exynos5410.c | 49 ++ 1 file changed, 44 insertions(+), 5

[PATCH V2 03/10] pinctrl: exynos: add exynos5260 SoC specific data

2014-01-07 Thread Rahul Sharma
From: Young-Gun Jang yg1004.j...@samsung.com Add Samsung Exynos5260 SoC specific data to enable pinctrl support for all platforms based on EXYNOS5260. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com Signed-off-by: Young-Gun Jang yg1004.j...@samsung.com Signed-off-by: Rahul Sharma

[PATCH V2 02/10] ARM: EXYNOS: initial board support for exynos5260 SoC

2014-01-07 Thread Rahul Sharma
From: Pankaj Dubey pankaj.du...@samsung.com This patch add basic arch side support for exynos5260 SoC. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- arch/arm/mach-exynos/Kconfig

[PATCH V2 06/10] clk/samsung: add support for pll2650xx

2014-01-07 Thread Rahul Sharma
Add support for pll2650xx in samsung pll file. This pll variant is close to pll36xx but uses CON2 registers instead of CON1. Aud_pll in Exynos5260 is pll2650xx and uses this code. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- drivers/clk/samsung/clk-pll.c | 101

[PATCH V2 05/10] clk/samsung: add support for pll2550xx

2014-01-07 Thread Rahul Sharma
From: Pankaj Dubey pankaj.du...@samsung.com exynos5260 use pll2550xx and it has different bit fields for P,M,S values as compared to pll2550. Support for pll2550xx is added here. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com Signed-off-by: Rahul Sharma rahul.sha...@samsung.com

Re: [PATCH] clk: Correct handling of NULL clk in __clk_{get, put}

2014-01-07 Thread Lothar Waßmann
Hi, Sylwester Nawrocki wrote: Ensure clk-kref is dereferenced only when clk is not NULL. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com --- Hi Sachin, please try if this patch fixes the exyno5420 boot crash. Thanks, Sylwester drivers/clk/clk.c | 13 +++-- 1

[PATCH V2 07/10] clk/exynos5260: add macros and documentation for exynos5260

2014-01-07 Thread Rahul Sharma
Add macros which are used as Clock IDs in DT and clock file. It also adds the documentation for the exynos5260 clocks. Signed-off-by: Rahul Sharma rahul.sha...@samsung.com --- .../devicetree/bindings/clock/exynos5260-clock.txt | 299 include/dt-bindings/clk/exynos5260-clk.h

[PATCH V2 10/10] ARM: dts: add dts files for xyref5260 board

2014-01-07 Thread Rahul Sharma
The patch adds the dts files for xyref5260 board which is based on Exynos5260 Evt0 sample. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- arch/arm/boot/dts/Makefile

[PATCH V2 09/10] ARM: dts: add dts files for exynos5260 SoC

2014-01-07 Thread Rahul Sharma
The patch adds the dts files for exynos5260. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com Signed-off-by: Rahul Sharma rahul.sha...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- arch/arm/boot/dts/exynos5260-pinctrl.dtsi | 572 +

[PATCH V2 04/10] clk/samsung: add support for multiple clock providers

2014-01-07 Thread Rahul Sharma
Samsung CCF helper functions do not provide support to register multiple Clock Providers for a given SoC. Due to this limitation SoC platforms are not able to use these helpers for registering multiple clock providers and are forced to bypass this layer. This layer is modified accordingly to

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

2014-01-07 Thread Kishon Vijay Abraham I
Hi, On Monday 16 December 2013 08:13 PM, Heikki Krogerus wrote: 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

Re: [PATCH] clk: Correct handling of NULL clk in __clk_{get, put}

2014-01-07 Thread Sylwester Nawrocki
Hi, On 07/01/14 14:00, Lothar Waßmann wrote: Sylwester Nawrocki wrote: Ensure clk-kref is dereferenced only when clk is not NULL. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com --- Hi Sachin, please try if this patch fixes the exyno5420 boot crash. Thanks, Sylwester

Re: [PATCH V2 03/10] pinctrl: exynos: add exynos5260 SoC specific data

2014-01-07 Thread Arnd Bergmann
On Tuesday 07 January 2014 18:29:01 Rahul Sharma wrote: From: Young-Gun Jang yg1004.j...@samsung.com Add Samsung Exynos5260 SoC specific data to enable pinctrl support for all platforms based on EXYNOS5260. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com Signed-off-by: Young-Gun Jang

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

2014-01-07 Thread Kishon Vijay Abraham I
Hi, On Monday 16 December 2013 08:02 PM, Heikki Krogerus wrote: 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

[PATCH] ARM: dts: Remove leftover spi0 node for SMDK5250

2014-01-07 Thread Mark Brown
From: Mark Brown broo...@linaro.org Now that the SPI controllers are disabled by default for Exynos5250 there is no need to explicitly disable them in individual board files. This hunk appears not to have been merged when doing the original conversion, add it now. Signed-off-by: Mark Brown

[PATCH 1/2] drm/exynos: Fix build after removal of DRM_HZ

2014-01-07 Thread Mark Brown
From: Mark Brown broo...@linaro.org Commit bfd8303af0c46 (drm: Kill DRM_HZ) removed the definition of DRM_HZ but did not remove its use in the Exynos DRM driver causing it to fail to build. Fix that. Signed-off-by: Mark Brown broo...@linaro.org --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 2

[PATCH 2/2] drm/exynos: Fix build after removal of DRM_WAKUP

2014-01-07 Thread Mark Brown
From: Mark Brown broo...@linaro.org Commit 57ed0f7b4375 (drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE) removed the definition of DRM_WAKUP but did not remove the use of it in the Exynos DRM driver causing it to fail to build. Fix that. Signed-off-by: Mark Brown broo...@linaro.org ---

[PATCH RESEND v2 00/12] clk/exynos convert clock IDs to macros

2014-01-07 Thread Andrzej Hajda
Hi, This patch set adds header files with macros defining exynos clocks. Then it converts dts files and drivers to use macros instead of magic numbers or enums to describe clock bindings. The patch set is rebased on the latest samsung-clk/samsung-next branch. The patches are generated by

[PATCH RESEND v2 04/12] ARM: exynos5250: create a DT header defining CLK IDs

2014-01-07 Thread Andrzej Hajda
The patch adds header file defining clock IDs. This allows to use macros instead of magic numbers in DT bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- include/dt-bindings/clock/exynos5250.h | 159

[PATCH RESEND v2 05/12] ARM: dts: exynos5250: convert magic numbers to macros in clock bindings

2014-01-07 Thread Andrzej Hajda
The patch replaces magic numbers with macros defined in DT header in exynos5250 clock bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/clock/exynos5250-clock.txt | 162 +

[PATCH RESEND v2 07/12] ARM: exynos5420: create a DT header defining CLK IDs

2014-01-07 Thread Andrzej Hajda
The patch adds header file defining clock IDs. This allows to use macros instead of magic numbers in DT bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- include/dt-bindings/clock/exynos5420.h | 188

[PATCH RESEND v2 08/12] ARM: dts: exynos5420: convert magic numbers to macros in clock bindings

2014-01-07 Thread Andrzej Hajda
The patch replaces magic numbers with macros defined in DT header in exynos5420 clock bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/clock/exynos5420-clock.txt | 184 +

[PATCH RESEND v2 01/12] ARM: exynos4: create a DT header defining CLK IDs

2014-01-07 Thread Andrzej Hajda
The patch adds header file defining clock IDs. This allows to use macros instead of magic numbers in DT bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- include/dt-bindings/clock/exynos4.h | 244

[PATCH RESEND v2 02/12] ARM: dts: exynos4: convert magic numbers to macros in clock bindings

2014-01-07 Thread Andrzej Hajda
The patch replaces magic numbers with macros defined in DT header in exynos4 clock bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/clock/exynos4-clock.txt| 259 +

[PATCH RESEND v2 06/12] clk: exynos5250: replace clock ID private enums with IDs from DT header

2014-01-07 Thread Andrzej Hajda
The patch replaces private enum clock IDs in the driver with macros provided by the DT header. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/clk/samsung/clk-exynos5250.c | 559 +-- 1 file

[PATCH RESEND v2 11/12] ARM: dts: exynos5440: convert magic numbers to macros in clock bindings

2014-01-07 Thread Andrzej Hajda
The patch replaces magic numbers with macros defined in DT header in exynos5440 clock bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- .../devicetree/bindings/clock/exynos5440-clock.txt | 45 +++---

[PATCH RESEND v2 09/12] clk: exynos5420: replace clock ID private enums with IDs from DT header

2014-01-07 Thread Andrzej Hajda
The patch replaces private enum clock IDs in the driver with macros provided by the DT header. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/clk/samsung/clk-exynos5420.c | 648 +-- 1 file

[PATCH RESEND v2 10/12] ARM: exynos5440: create a DT header defining CLK IDs

2014-01-07 Thread Andrzej Hajda
The patch adds header file defining clock IDs. This allows to use macros instead of magic numbers in DT bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- include/dt-bindings/clock/exynos5440.h | 42

Re: [GIT PULL] Samsung Clock fixes for v3.13

2014-01-07 Thread Tomasz Figa
On Thursday 02 of January 2014 17:14:41 Tomasz Figa wrote: Hi Mike, Please consider the following Samsung Clock fixes for v3.13. The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git

Re: [PATCH 1/2 v3] ARM: s3c24xx: get rid of custom mach/gpio.h

2014-01-07 Thread Linus Walleij
On Tue, Jan 7, 2014 at 12:15 PM, Arnd Bergmann a...@arndb.de wrote: On Friday 13 December 2013, Linus Walleij wrote: This isolates the custom S3C24xx GPIO definition table to linux/platform_data/gpio-samsung-s3x24xx.h as this is used in a few different places in the kernel, removing the need

Re: [PATCH] ARM: s3c24xx: fix build error

2014-01-07 Thread Heiko Stübner
Am Dienstag, 7. Januar 2014, 19:27:25 schrieb Linus Walleij: When enabling device tree on the S3C an additional build bug appears in the Osiris DVS board file: CC arch/arm/mach-s3c24xx/mach-osiris-dvs.o archh/arm/mach-s3c24xx/mach-osiris-dvs.c: In function ‘osiris_dvs_notify’:

Re: [PATCH 1/2 v3] ARM: s3c24xx: get rid of custom mach/gpio.h

2014-01-07 Thread Heiko Stübner
Am Dienstag, 7. Januar 2014, 19:27:49 schrieb Linus Walleij: On Tue, Jan 7, 2014 at 12:15 PM, Arnd Bergmann a...@arndb.de wrote: On Friday 13 December 2013, Linus Walleij wrote: * The file includes plat/gpio-cfg.h, which is not a bug yet, but will be once we move s3c24xx to

Re: [PATCH 1/2 v3] ARM: s3c24xx: get rid of custom mach/gpio.h

2014-01-07 Thread Arnd Bergmann
On Tuesday 07 January 2014, Linus Walleij wrote: On Tue, Jan 7, 2014 at 12:15 PM, Arnd Bergmann a...@arndb.de wrote: On Friday 13 December 2013, Linus Walleij wrote: Hm. I just compiled this defconfig on linux-next: AS arch/arm/boot/compressed/lib1funcs.o AS

[PATCH] ARM: SAMSUNG: remove obsolete tick.h

2014-01-07 Thread Heiko Stübner
Commit 48cf83dc12f2 (ARM: samsung: remove unused tick.h) removed some occurences of tick.h. tick.h itself and s3c24xx_ostimer_pending was only used by the old timer driver and is not used anymore. Therefore remove the last 3 occurences. Signed-off-by: Heiko Stuebner he...@sntech.de ---

Re: [PATCH v3 4/6] exynos4-is: Add clock provider for the external clocks

2014-01-07 Thread Sylwester Nawrocki
On 01/02/2014 08:58 PM, Mauro Carvalho Chehab wrote: Em Thu, 17 Oct 2013 20:06:49 +0200 Sylwester Nawrockis.nawro...@samsung.com escreveu: This patch adds clock provider to expose the sclk_cam0/1 clocks for external image sensor devices. Signed-off-by: Sylwester

[PATCH] exynos4-is: Fix error paths in probe() for !pm_runtime_enabled()

2014-01-07 Thread Sylwester Nawrocki
Ensure clk_disable() is called on error paths only when clk_enable() was previously called. This fixes following build warning: .../media-git/drivers/media/platform/exynos4-is/fimc-lite.c: In function 'fimc_lite_probe': .../media-git/drivers/media/platform/exynos4-is/fimc-lite.c:1583:1:

[PATCH] exynos4-is: Compile runtime PM callbacks in conditionally

2014-01-07 Thread Sylwester Nawrocki
Enclose the runtime PM helpers in #ifdef CONFIG_PM_RUNTIME/#endif to avoid following compile warning when CONFIG_PM_RUNTIME is disabled: CC drivers/media/platform/exynos4-is/fimc-core.o drivers/media/platform/exynos4-is/fimc-core.c:1040:12: warning: ‘fimc_runtime_resume’ defined but not

Re: [PATCH 1/5] crypto:s5p-sss: Use platform_get_irq() instead of _byname()

2014-01-07 Thread Tomasz Figa
Hi Naveen, Please see my comments inline. On Tuesday 07 of January 2014 17:21:45 Naveen Krishna Ch wrote: This patch uses the platform_get_irq() instead of the platform_get_irq_byname(). Making feeder control interrupt as resource 0 and hash interrupt as 1. reasons for this change. 1.

Re: [PATCH v12 0/7] cpufreq:boost: CPU Boost mode support

2014-01-07 Thread Rafael J. Wysocki
On Tuesday, January 07, 2014 07:58:24 AM Lukasz Majewski wrote: Hi Rafael, Hi, This patch series introduces support for CPU overclocking technique called Boost. It is a follow up of a LAB governor proposal. Boost is a LAB component:

Re: [PATCH 2/5] crypto:s5p-sss: Add device tree and Exynos5 support

2014-01-07 Thread Tomasz Figa
Hi Naveen, Please see my comments inline. On Tuesday 07 of January 2014 17:21:46 Naveen Krishna Ch wrote: This patch adds device tree support along with a new compatible string to support Exynos5 SoCs (SSS_VER_5). Also, Documentation under devicetree/bindings added. Signed-off-by: Naveen

Re: [PATCH 3/5] crypto:s5p-sss: Add support for SSS module on Exynos5

2014-01-07 Thread Tomasz Figa
Hi Naveen, Please see my comments inline. On Tuesday 07 of January 2014 17:21:47 Naveen Krishna Ch wrote: The differences between SSS modules on S5PV210 and Exynos5 (AFA the driver supports) 1. AES register are at an offset of 0x200 on Exynos5 2. hash interrupt is no longer needed on Exynos5

Re: [PATCH 4/5] crypto:s5p-sss: Exynos5 SoCs too can select SSS driver

2014-01-07 Thread Tomasz Figa
On Tuesday 07 of January 2014 17:21:48 Naveen Krishna Ch wrote: This patch modifies Kconfig such that ARCH_EXYNOS5 SoCs can also select Samsung SSS(Security SubSystem) driver. Signed-off-by: Naveen Krishna Ch ch.nav...@samsung.com CC: Herbert Xu herb...@gondor.apana.org.au CC: David S.

Re: [PATCH 5/5] ARM: exynos5420: add dt node for sss module

2014-01-07 Thread Tomasz Figa
On Tuesday 07 of January 2014 17:21:49 Naveen Krishna Ch wrote: From: Naveen Krishna Chatradhi ch.nav...@samsung.com this patch adds the device tree nodes for SSS module found on Exynos5420 nit: Sentences in English start with a capital letter. Also this patch adds one node, not few of them

Re: [PATCH 6/7] clk/samsung: add support for pll2650xx

2014-01-07 Thread Tomasz Figa
On Monday 06 of January 2014 17:14:48 Rahul Sharma wrote: Hi Tomasz, On 19 December 2013 17:15, Tomasz Figa t.f...@samsung.com wrote: Hi Rahul, On Friday 06 of December 2013 21:26:30 Rahul Sharma wrote: Add support for pll2650xx in samsung pll file. This pll variant is close to

Re: [PATCH RESEND v2 01/12] ARM: exynos4: create a DT header defining CLK IDs

2014-01-07 Thread Tomasz Figa
On Tuesday 07 of January 2014 15:47:29 Andrzej Hajda wrote: The patch adds header file defining clock IDs. This allows to use macros instead of magic numbers in DT bindings. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

Re: [PATCH 2/2] drm/exynos: Fix build after removal of DRM_WAKUP

2014-01-07 Thread Inki Dae
Hi, 2014/1/8 Daniel Vetter dan...@ffwll.ch: On Tue, Jan 07, 2014 at 01:59:12PM +, Mark Brown wrote: From: Mark Brown broo...@linaro.org Commit 57ed0f7b4375 (drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE) removed the definition of DRM_WAKUP but did not remove the use of it in the Exynos DRM

Re: [PATCH] exynos4-is: Compile runtime PM callbacks in conditionally

2014-01-07 Thread Jingoo Han
On Wednesday, January 08, 2014 7:09 AM, Sylwester Nawrocki wrote: Enclose the runtime PM helpers in #ifdef CONFIG_PM_RUNTIME/#endif to avoid following compile warning when CONFIG_PM_RUNTIME is disabled: CC drivers/media/platform/exynos4-is/fimc-core.o

Re: [PATCH] clk: Correct handling of NULL clk in __clk_{get, put}

2014-01-07 Thread Sachin Kamat
Hi Sylwester, On 7 January 2014 17:33, Sylwester Nawrocki s.nawro...@samsung.com wrote: Ensure clk-kref is dereferenced only when clk is not NULL. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com --- Hi Sachin, please try if this patch fixes the exyno5420 boot crash. Confirmed