RE: [PATCH] ARM: dts: disable MDMA1 node for smdk5420 board

2014-04-21 Thread Kukjin Kim
Seungwon Jeon wrote: + Javi Merino and Tushar Behera This change is similar to commit 3da355c(ARM: dts: Disable MDMA1 node for arndale-octa board). If MDMA1 region is configured with secure mode, it makes the boot failure with the following. Unhandled fault: imprecise external abort

RE: [GIT PULL 5/6] Samsung PM updates for v3.15

2014-04-03 Thread Kukjin Kim
Heiko Stübner wrote: Am Donnerstag, 3. April 2014, 18:24:25 schrieb Kukjin Kim: Mike Turquette wrote: Quoting Kukjin Kim (2014-04-01 21:25:45) Heiko Stübner wrote: Hi Arnd, Am Samstag, 29. März 2014, 02:47:33 schrieb Arnd Bergmann: On Friday 28 March 2014

RE: [PATCH 02/10] ARM: EXYNOS: Correct file path in comment message

2014-04-02 Thread Kukjin Kim
Pankaj Dubey wrote: Hi Michal, On 04/02/2014 09:01 PM, Michal Simek wrote: On 04/02/2014 09:50 AM, Pankaj Dubey wrote: This patch corrects file path mentioned in file comment message. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- arch/arm/mach-exynos/platsmp.c |2

RE: [GIT PULL 5/6] Samsung PM updates for v3.15

2014-04-01 Thread Kukjin Kim
Heiko Stübner wrote: Hi Arnd, Am Samstag, 29. März 2014, 02:47:33 schrieb Arnd Bergmann: On Friday 28 March 2014, Kukjin Kim wrote: Kukjin Kim wrote: On 03/19/14 13:01, Mike Turquette wrote: Thanks :-) Acked-by: Mike Turquettemturque...@linaro.org It's time

RE: [GIT PULL 2/2] Samsung 2nd DT updates for v3.15

2014-04-01 Thread Kukjin Kim
Cc: Kishon Vijay Abraham I kis...@ti.com Cc: Kukjin Kim kgene@samsung.com diff --git a/Documentation/devicetree/bindings/ata/exynos-sata.txt b/Documentation/devicetree/bindings/ata/exynos-sata.txt index b2adb1f..cb48448 100644 --- a/Documentation/devicetree/bindings/ata/exynos-sata.txt

RE: [GIT PULL 1/2] Samsung 2nd cleanup for v3.15

2014-04-01 Thread Kukjin Kim
Arnd Bergmann wrote: On Tuesday 18 March 2014, Kukjin Kim wrote: The following changes since commit d9671ca923445aa870ecc34df3db01dd602d87fc: ARM: EXYNOS: Remove uncompress.h (2014-02-24 09:39:18 +0900) are available in the git repository at: git://git.kernel.org/pub/scm

RE: [GIT PULL 5/6] Samsung PM updates for v3.15

2014-03-28 Thread Kukjin Kim
Kukjin Kim wrote: On 03/19/14 13:01, Mike Turquette wrote: Quoting Olof Johansson (2014-03-10 19:52:01) On Mon, Mar 10, 2014 at 6:50 PM, Kukjin Kimkgene@samsung.com wrote: Olof Johansson wrote: Hi, I don't see a single cc or acked-by line from Mike Turquette here. I'll

RE: [GIT PULL 1/4] Samsung 3rd cleanup for v3.15

2014-03-28 Thread Kukjin Kim
Kukjin Kim wrote: The following changes since commit 19a964644f1e655c3f67d539c1e99a9fbcc4588c: ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05:18 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

RE: [PATCH v4 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-03-28 Thread Kukjin Kim
Kukjin Kim wrote: Signed-off-by: Kukjin Kim kgene@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Catalin Marinas catalin.mari...@arm.com --- Changes since v3: - addressed comments from Mark : updated reserved memory

RE: [PATCH v3 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-03-21 Thread Kukjin Kim
Mark Rutland wrote: Hi, Hi Mark, [...] +/memreserve/ 0xFEC0 0x140; /* EL3 monitor, secure intepreter */ As I've mentioned, I'm concerned that this is even in the non-secure address space that the kernel can access. Why is this not hidden from the kernel entirely? Why is it

[PATCH v4 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-03-21 Thread Kukjin Kim
Signed-off-by: Kukjin Kim kgene@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Catalin Marinas catalin.mari...@arm.com --- Changes since v3: - addressed comments from Mark : updated reserved memory : fixed interrupt trigger for pmu

RE: [PATCH Resend 1/3] ARM: EXYNOS: Consolidate Kconfig entries

2014-03-20 Thread Kukjin Kim
Kukjin Kim wrote: Sachin Kamat wrote: Instead of repeating the Kconfig entries for every SoC, move them under ARCH_EXYNOS4 and 5 and move the entries common to both 4 and 5 under ARCH_EXYNOS. Also, since the individual SoCs do not have any specific machine/platform code, keep them

Re: [PATCH v2 1/6] serial: s3c: Fix build of header without serial_core.h preinclusion

2014-03-20 Thread Kukjin Kim
On 03/19/14 02:15, Tomasz Figa wrote: From: Mark Brownbroo...@linaro.org serial_s3c.h uses upf_t which is defined in serial_core.h but does not include that itself meaning that users which include serial_s3c.h by itself don't build. Oops yeah, When we replace inclusion of plat/regs-serial.h

Re: [PATCH v2 3/6] ARM: EXYNOS: Fix compilation error in cpuidle.c

2014-03-20 Thread Kukjin Kim
On 03/19/14 02:16, Tomasz Figa wrote: The big series refactoring Exynos suspend to RAM handling missed the cpuidle driver that is disabled in exynos_defconfig, leaving it including old mach/pm_core.h header and using old s3c_cpu_resume symbol instead of new exynos_cpu_resume, resulting in

Re: [PATCH 2/2] ARM: s3c64xx: Fix build for implicit serial_s3c.h inclusion

2014-03-20 Thread Kukjin Kim
On 03/18/14 20:56, Mark Brown wrote: From: Mark Brownbroo...@linaro.org Some very recent change appears to have removed an implicit inclusion of serial_s3c.h causing build failures due to references to UART registers in the serial port restore code in next-20140318. Include it explicitly to

Re: [PATCH v2 4/6] ARM: SAMSUNG: Fix rebase error in pm-debug.c

2014-03-20 Thread Kukjin Kim
On 03/19/14 02:16, Tomasz Figa wrote: Recent Samsung header clean-up series did heavy reorganization of various Samsung-specific headers, unfortunately causing a conflict with Samsung PM consolidation series part 2 - multiplatform) and resulting with a merge error that caused a build failure,

Re: [PATCH v2 5/6] ARM: s3c64xx: Fix incorrect selection of PM-related symbols

2014-03-20 Thread Kukjin Kim
On 03/19/14 02:16, Tomasz Figa wrote: This patch modifies ARCH_S3C64XX Kconfig entry to select SAMSUNG_WAKEMASK and PM_GENERIC_DOMAINS conditionally if PM_SLEEP and PM_RUNTIME are enabled respectively to avoid introducing unmet dependenies such as warning: (ARCH_S3C64XX S3C2412_PM CPU_S5P6440

Re: [PATCH v2 6/6] ARM: s5p64x0: Explicitly include linux/serial_s3c.h in mach/pm-core.h

2014-03-20 Thread Kukjin Kim
On 03/19/14 02:16, Tomasz Figa wrote: This patch fixes compilation failure due to missing explicit inclusion of linux/serial_s3c.h in mach/pm-core.h, which contains definitions required for further code in this header. Signed-off-by: Tomasz Figat.f...@samsung.com ---

Re: [PATCH 1/2] ARM: dts: Disable MDMA1 node for Arndale-octa board

2014-03-20 Thread Kukjin Kim
On 03/19/14 17:38, Tushar Behera wrote: On 5 March 2014 13:39, Tushar Beheratushar.beh...@linaro.org wrote: MDMA1 can support both secure and non-secure AXI transactions. When this is enabled in the kernel for boards that run in secure mode, we get imprecise external aborts causing the kernel

Re: [PATCH Resend 2/3] ARM: EXYNOS: Consolidate CPU init code

2014-03-20 Thread Kukjin Kim
On 03/19/14 19:25, Sachin Kamat wrote: cpu_table was used to distinguish between different Exynos4 and 5 SoCs and based on the type do the initialization and io mapping. exynos_init is dummy and no longer needed as we do a DT based booting. By having a common io mapping function we can get rid

Re: [PATCH 2/2] dt-bindings: clock: Move exynos-audss-clk.h to dt-bindings/clock

2014-03-20 Thread Kukjin Kim
On 03/18/14 23:32, Tomasz Figa wrote: On 17.03.2014 23:20, Kukjin Kim wrote: On 03/10/14 09:20, Tomasz Figa wrote: On 06.03.2014 07:04, Tushar Behera wrote: Most of the clock related dt-binding header files are located in dt-bindings/clock folder. It would be good to keep all the similar

Re: [GIT PULL 5/6] Samsung PM updates for v3.15

2014-03-20 Thread Kukjin Kim
On 03/19/14 13:01, Mike Turquette wrote: Quoting Olof Johansson (2014-03-10 19:52:01) On Mon, Mar 10, 2014 at 6:50 PM, Kukjin Kimkgene@samsung.com wrote: Olof Johansson wrote: Hi, I don't see a single cc or acked-by line from Mike Turquette here. I'll hold off until he's had a chance

Re: [PATCH 1/3] ARM: S3C24XX: Remove invalid code from hardware.h

2014-03-20 Thread Kukjin Kim
On 03/19/14 14:07, Sachin Kamat wrote: On 3 January 2014 14:54, Sachin Kamatsachin.ka...@linaro.org wrote: Remove the code that is not referenced anywhere. While at it also remove incorrect file path. Signed-off-by: Sachin Kamatsachin.ka...@linaro.org --- Gentle ping on this series, Kukjin.

[GIT PULL 1/4] Samsung 3rd cleanup for v3.15

2014-03-20 Thread Kukjin Kim
The following changes since commit 19a964644f1e655c3f67d539c1e99a9fbcc4588c: ARM: SAMSUNG: remove all custom uncompress.h (2014-03-11 22:05:18 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-cleanup-3 for

[GIT PULL 2/4] Samsung 3rd DT updates for v3.15

2014-03-20 Thread Kukjin Kim
The following changes since commit ba0d7ed391b7b3fb5ca98d9cf4d067b7f5ed956b: ARM: dts: enable ahci sata and sata phy for exynos5250 (2014-03-18 07:49:14 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dt-3

[GIT PULL 4/4] Samsung Exynos cleanup/consolidate for v3.15

2014-03-20 Thread Kukjin Kim
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/exynos-cleanup for you to fetch changes up to

[GIT PULL 3/4] Samsung PM updates for v3.15

2014-03-20 Thread Kukjin Kim
The following changes since commit 8460dc7f2777d564b4cf094721e9de6e6657e11c: Merge branch 'v3.15-next/cleanup-samsung-2' into v3.15-next/s2r-pm-samsung-2 (2014-03-21 04:04:15 +0900) are available in the git repository at:

RE: [PATCH v2 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-03-19 Thread Kukjin Kim
Mark Rutland wrote: On Fri, Mar 14, 2014 at 01:26:31AM +, Kukjin Kim wrote: + cpu@000 { + device_type = cpu; + compatible = arm,armv8; The arm,armv8 should be a fallback rather than the only entry. The precise

RE: [PATCH 0/4] Consolidate Exynos machine code

2014-03-19 Thread Kukjin Kim
Arnd Bergmann wrote: On Wednesday 19 March 2014, Sachin Kamat wrote: This patch series consolidates the Exynos machine code and common code into a single file to avoid code duplication and introduces generic compatible strings for Exynos4 and 5 SoC series. Complete discussion and

RE: [PATCH V2] ARM: SAMSUNG: Reorganize calls to reserve memory for MFC

2014-03-19 Thread Kukjin Kim
Tushar Behera wrote: On 31 December 2013 11:53, Tushar Behera tushar.beh...@linaro.org wrote: Reorganize code so that plat/mfc.h is no more referred from mach-exynos folder. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- Changelog for V2: * Added missing

RE: [PATCH 1/1] ARM: EXYNOS: Add support to reserve memory for MFC-v7

2014-03-19 Thread Kukjin Kim
Sachin Kamat wrote: Reserve memory for MFC-v7 IP. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Based on top of Tushar's patch: [PATCH V2] ARM: SAMSUNG: Reorganize calls to reserve memory for MFC http://www.spinics.net/lists/linux-samsung-soc/msg25501.html ---

RE: [PATCH Resend 1/3] ARM: EXYNOS: Consolidate Kconfig entries

2014-03-19 Thread Kukjin Kim
Sachin Kamat wrote: Instead of repeating the Kconfig entries for every SoC, move them under ARCH_EXYNOS4 and 5 and move the entries common to both 4 and 5 under ARCH_EXYNOS. Also, since the individual SoCs do not have any specific machine/platform code, keep them as boolean symbols instead

[GIT PULL 1/2] Samsung 2nd cleanup for v3.15

2014-03-18 Thread Kukjin Kim
The following changes since commit d9671ca923445aa870ecc34df3db01dd602d87fc: ARM: EXYNOS: Remove uncompress.h (2014-02-24 09:39:18 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-cleanup-2 for you to fetch

[GIT PULL 2/2] Samsung 2nd DT updates for v3.15

2014-03-18 Thread Kukjin Kim
The following changes since commit 86feafebbec2b510daf36ffbdbe10228ed890b00: ARM: dts: use macros in clock bindings for exynos5440 (2014-02-26 09:53:31 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dt-2

[PATCH v3 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-03-17 Thread Kukjin Kim
Signed-off-by: Kukjin Kim kgene@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- arch/arm64/boot/dts/samsung-gh7.dtsi | 134 +++ arch/arm64/boot/dts/samsung-ssdk-gh7.dts | 26 ++ 2 files changed

[PATCH v3 0/3] arm64: add new support Samsung GH7 SoC and SSDK board

2014-03-17 Thread Kukjin Kim
This adds support for Samsung ARMv8 core based GH7 SoC and its evaluation SSDK board. Changes since v2: - add comment about reserved memory - reduced size of reserved memory - add 4 more cores - add specific compatible string for pmu - change model strin for SSDK-GH7 board - add DT ml in Cc

[PATCH v3 2/3] arm64: defconfig: Enable ARCH_GH7 by default

2014-03-17 Thread Kukjin Kim
This patch adds support for Samsung GH7 SoC in arm64/Kconfig and enable Samsung GH7 based SSDK_GH7 in single defconfig for arm64. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- arch/arm64/Kconfig | 5 + arch/arm64/boot/dts/Makefile

[PATCH v3 3/3] Documentation: DT: add new entry for Samsung GH7 SoC and SSDK board

2014-03-17 Thread Kukjin Kim
Signed-off-by: Kukjin Kim kgene@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- Documentation/devicetree/bindings/arm/samsung-boards.txt | 9 + 1 file changed, 9 insertions(+) diff --git a/Documentation/devicetree/bindings

Re: [PATCH 2/2] dt-bindings: clock: Move exynos-audss-clk.h to dt-bindings/clock

2014-03-17 Thread Kukjin Kim
...@linaro.org CC: Kukjin Kim kgene@samsung.com Acked-by: Kukjin Kim kgene@samsung.com Or shall I take this into samsung tree? Thanks, Kukjin CC: Tomasz Figa t.f...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 2 +- arch/arm/boot/dts/exynos5420.dtsi | 2 +- drivers/clk/samsung/clk-exynos

Re: [PATCH 6/9 v7] ARM: dts: exynos5250/5420: add dt node for sss module

2014-03-17 Thread Kukjin Kim
On 02/17/14 18:44, Naveen Krishna Chatradhi wrote: This patch adds the device tree node for SSS module found on Exynos5420 and Exynos5250 Signed-off-by: Naveen Krishna Chatradhich.nav...@samsung.com Reviewed-by: Tomasz Figat.f...@samsung.com TO:linux-samsung-soc@vger.kernel.org CC: David S.

RE: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-03-17 Thread Kukjin Kim
Tomasz Figa wrote: On 21.02.2014 14:15, Tomasz Figa wrote: Hi Kukjin, On 06.02.2014 20:12, Tomasz Figa wrote: Current Samsung PM code is heavily unprepared for multiplatform systems. The design implies accessing functions and global variables defined in particular mach- subdirectory

[GIT PULL] Samsung non-critical fixes for v3.15

2014-03-17 Thread Kukjin Kim
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-fixes for you to fetch changes up to

RE: [PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

2014-03-17 Thread Kukjin Kim
Inki Dae wrote: Applied. Thanks, Inki Dae 2014-03-17 12:28 GMT+09:00 Daniel Kurtz djku...@chromium.org: The following commit [0] fixed a use-after-free, but left the subdrv open in the error path. [0] commit 6ca605f7c70895a35737435f17ae9cc5e36f1466 drm/exynos: Fix freeing

RE: [PATCHv2 0/5] ARM: dts: exynos: Add missing dt data to bring kernel of Exynos4x12

2014-03-16 Thread Kukjin Kim
Chanwoo Choi wrote: Dear Kukjin, Ping. Please review this patchset. Looks good to me, will apply tonight. Thanks, Kukjin Best Regards, Chanwoo Choi On 03/13/2014 10:57 AM, Chanwoo Choi wrote: Dear Kukjin, On 03/12/2014 08:21 PM, Tomasz Figa wrote: Hi Chanwoo, On

RE: [PATCH v2 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-03-13 Thread Kukjin Kim
Mark Rutland wrote: [...] +/memreserve/ 0x8000 0x0C40; Please have a comment as to what this memreserve is intended to protect. This is very large, and we don't want pointless memreserves. Well, you mean I need to comment about each reserved memory area? Please

Re: [PATCH v2 2/3] arm64: defconfig: Enable ARCH_GH7 by default

2014-03-11 Thread Kukjin Kim
On 03/11/14 21:01, Catalin Marinas wrote: On Mon, Mar 10, 2014 at 10:51:18PM +, Kukjin Kim wrote: This patch adds support for Samsung GH7 SoC in arm64/Kconfig and enable Samsung GH7 based SSDK_GH7 in single defconfig for arm64. Signed-off-by: Kukjin Kimkgene@samsung.com Cc: Catalin

RE: [PATCH v2 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-03-11 Thread Kukjin Kim
Mark Rutland wrote: Hi Mark, On Mon, Mar 10, 2014 at 10:51:17PM +, Kukjin Kim wrote: Signed-off-by: Kukjin Kim kgene@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- arch/arm64/boot/dts/samsung-gh7.dtsi | 106

[PATCH v2 2/3] arm64: defconfig: Enable ARCH_GH7 by default

2014-03-10 Thread Kukjin Kim
This patch adds support for Samsung GH7 SoC in arm64/Kconfig and enable Samsung GH7 based SSDK_GH7 in single defconfig for arm64. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- arch/arm64/Kconfig | 3 +++ arch/arm64/boot/dts/Makefile | 1

[PATCH v2 3/3] Documentation: DT: add new entry for Samsung GH7 SoC and SSDK board

2014-03-10 Thread Kukjin Kim
Signed-off-by: Kukjin Kim kgene@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- Documentation/devicetree/bindings/arm/samsung-boards.txt | 9 + 1 file changed, 9 insertions(+) diff --git a/Documentation/devicetree/bindings

[PATCH v2 0/3] arm64: add new support Samsung GH7 SoC and SSDK board

2014-03-10 Thread Kukjin Kim
This adds support for Samsung ARMv8 core based GH7 SoC and its evaluation SSDK board. Changes since v1: - remove model and compatible in dtsi - remove inclusion /dts-v1/ in dtsi - add aliase for serial0 - remove compatible cortex-a9-gic for gic - remove clock-frequncy for timer - change number of

[PATCH v2 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-03-10 Thread Kukjin Kim
Signed-off-by: Kukjin Kim kgene@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- arch/arm64/boot/dts/samsung-gh7.dtsi | 106 +++ arch/arm64/boot/dts/samsung-ssdk-gh7.dts | 26 2 files

RE: [GIT PULL 5/6] Samsung PM updates for v3.15

2014-03-10 Thread Kukjin Kim
Olof Johansson wrote: Hi, I don't see a single cc or acked-by line from Mike Turquette here. I'll hold off until he's had a chance to take a look at these ones; I suspect they'll be fine since it's mostly code refactoring though. I guess I should have ACKed them too, but it

RE: [GIT PULL 6/6] Samsung clk-s3c24xx updates for v3.15

2014-03-10 Thread Kukjin Kim
Olof Johansson wrote: On Mon, Mar 03, 2014 at 09:57:23AM +, Kukjin Kim wrote: The following changes since commit e11d919e4aa2009077e3e4f829ff991d37adca61: ARM: EXYNOS: Drop legacy Exynos4 clock suspend/resume code (2014-02-14 08:16:01 +0900) are available in the git repository

RE: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-03-10 Thread Kukjin Kim
Tomasz Figa wrote: On 21.02.2014 14:15, Tomasz Figa wrote: Hi Kukjin, Hi Tomasz, On 06.02.2014 20:12, Tomasz Figa wrote: Current Samsung PM code is heavily unprepared for multiplatform systems. The design implies accessing functions and global variables defined in particular mach-

RE: [PATCH v2 0/2] ARM: SAMSUNG: remove the rest of local uncompress.h files

2014-03-10 Thread Kukjin Kim
Heiko Stübner wrote: Two patches from Sachin Kamat already removed the Exynos-uncompress.h . But in fact all Samsung platforms can use the generic uncompress code without needing local implementation. Therefore this two-part series removes the rest of the uncompress.h files from all

[GIT PULL 2/6] Samsung drivers for v3.15

2014-03-03 Thread Kukjin Kim
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-drivers for you to fetch changes up to

[GIT PULL 1/6] Samsung cleanup for v3.15

2014-03-03 Thread Kukjin Kim
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-cleanup for you to fetch changes up to

[GIT PULL 3/6] Samsung DT updates for v3.15

2014-03-03 Thread Kukjin Kim
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dt for you to fetch changes up to

[GIT PULL 4/6] Samsung clk-exynos updates for v3.15

2014-03-03 Thread Kukjin Kim
The following changes since commit d726ca2d3316743841063a98fb113ff22a236e63: ARM: dts: Add vmmc-supply to MMC on arndale-octa board (2014-02-24 08:56:46 +0900) are available in the git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/exynos-clk

[GIT PULL 5/6] Samsung PM updates for v3.15

2014-03-03 Thread Kukjin Kim
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-pm-1 for you to fetch changes up to

[GIT PULL 6/6] Samsung clk-s3c24xx updates for v3.15

2014-03-03 Thread Kukjin Kim
The following changes since commit e11d919e4aa2009077e3e4f829ff991d37adca61: ARM: EXYNOS: Drop legacy Exynos4 clock suspend/resume code (2014-02-14 08:16:01 +0900) are available in the git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Re: [PATCH 2/3] arm64: Add Kconfig option for Samsung GH7 SoC family

2014-02-24 Thread Kukjin Kim
On 02/19/14 05:00, Olof Johansson wrote: On Tue, Feb 18, 2014 at 11:52 AM, John Stultzjohn.stu...@linaro.org wrote: On Tue, Feb 18, 2014 at 10:13 AM, Arnd Bergmanna...@arndb.de wrote: On Tuesday 18 February 2014 08:16:13 Olof Johansson wrote: On Mon, Feb 17, 2014 at 5:10 PM, Kukjin

Re: [PATCH 2/3] arm64: Add Kconfig option for Samsung GH7 SoC family

2014-02-24 Thread Kukjin Kim
On 02/21/14 03:58, Catalin Marinas wrote: On Thu, Feb 20, 2014 at 05:09:59PM +, Olof Johansson wrote: On Thu, Feb 20, 2014 at 3:22 AM, Catalin Marinas Two additional points: 1. Single arm64 defconfig file covering everything 2. Modules rather than built-in by default where possible

Re: [PATCH 2/3] arm64: Add Kconfig option for Samsung GH7 SoC family

2014-02-24 Thread Kukjin Kim
On 02/20/14 18:03, Olof Johansson wrote: [...] I.e. I'd be OK with an ARCH_EXYNOS/ARCH_TEGRA/ARCH_IMX/ARCH_whatever, but I don't think we should add more finegrained options than that globally on ARM64, at least not until truly proven to be needed. We're trying to push back against new per-SoC

Re: [PATCH 1/1] ARM: Exynos: Add generic compatible string

2014-02-24 Thread Kukjin Kim
On 02/24/14 21:03, Sachin Kamat wrote: On 21 February 2014 21:01, Tomasz Figat.f...@samsung.com wrote: On 21.02.2014 16:21, Tomasz Figa wrote: On 21.02.2014 15:48, Arnd Bergmann wrote: On Friday 21 February 2014 14:18:49 Tomasz Figa wrote: Now that we have a broader agreement on this,

Re: [PATCH v2 0/5] ARM: S3C24XX: convert s3c2412 to common clock framework

2014-02-24 Thread Kukjin Kim
On 02/24/14 09:06, Mike Turquette wrote: Quoting Tomasz Figa (2014-02-22 16:48:45) On 23.02.2014 01:29, Heiko Stübner wrote: Hi Tomasz, Am Sonntag, 23. Februar 2014, 00:49:56 schrieb Tomasz Figa: Hi, On 22.02.2014 23:45, Heiko Stübner wrote: Second incarnation of the series converting

Re: [PATCH 1/1] ARM: Exynos: Add generic compatible string

2014-02-24 Thread Kukjin Kim
On 02/25/14 09:52, Tomasz Figa wrote: On 25.02.2014 01:35, Kukjin Kim wrote: [...] Well, let me see common.c and mach-exynos.c, one is for SoC specific stuff and the other is for Board specific so I think, keeping current file would be good, we can change the file name mach-exynos.c or board

Re: [PATCH v2] ARM: dts: Add regulator entries to Exynos5420 SMDK board

2014-02-23 Thread Kukjin Kim
On 01/03/14 19:07, Sachin Kamat wrote: On 21 December 2013 02:40, Tomasz Figatomasz.f...@gmail.com wrote: On Thursday 19 of December 2013 10:05:52 Sachin Kamat wrote: Hi Tomasz, On 18 December 2013 20:46, Tomasz Figat.f...@samsung.com wrote: Hi Sachin, On Thursday 05 of December 2013

Re: [PATCH 1/1] ARM: dts: Re-organize RTC status for 5420

2014-02-23 Thread Kukjin Kim
On 01/03/14 19:08, Sachin Kamat wrote: On 21 December 2013 02:42, Tomasz Figatomasz.f...@gmail.com wrote: Hi Sachin, On Thursday 19 of December 2013 16:27:53 Sachin Kamat wrote: Some boards might not have RTC xtal, so RTC shouldn't really be enabled by default. Enable it in the required

Re: [PATCH 1/1] ARM: exynos_defconfig: Fix a config option

2014-02-23 Thread Kukjin Kim
On 12/27/13 19:38, Sachin Kamat wrote: CONFIG_MACH_EXYNOS4_DT does not exist. Use ARCH_EXYNOS4 instead. Signed-off-by: Sachin Kamatsachin.ka...@linaro.org --- arch/arm/configs/exynos_defconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 1/2] ARM: dts: Add ADMA node to Exynos5420

2014-02-23 Thread Kukjin Kim
On 02/05/14 20:28, Sachin Kamat wrote: Added ADMA mode to Exynos5420 DT file. Signed-off-by: Sachin Kamatsachin.ka...@linaro.org --- arch/arm/boot/dts/exynos5420.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi

Re: [PATCH 1/1] ARM: dts: Add fixed voltage regulators to Exynos5420 SMDK board

2014-02-23 Thread Kukjin Kim
On 02/06/14 15:56, Sachin Kamat wrote: Fixed voltage regulators required by audio codec added. Signed-off-by: Sachin Kamatsachin.ka...@linaro.org --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 33 + 1 file changed, 33 insertions(+) diff --git

Re: [PATCH v2 1/1] ARM: dts: Add PMIC support to Arndale octa board

2014-02-23 Thread Kukjin Kim
On 12/18/13 17:22, Sachin Kamat wrote: Added PMIC node to Arndale-Octa board. Signed-off-by: Sachin Kamatsachin.ka...@linaro.org --- Changes since v1: * Renamed the labels and fixed voltage levels as per board schema. --- arch/arm/boot/dts/exynos5420-arndale-octa.dts | 281

Re: [PATCH 1/2] ARM: dts: Add wake up key to Arndale octa board

2014-02-23 Thread Kukjin Kim
On 12/18/13 17:45, Sachin Kamat wrote: Added GPIO based wake up key to Arndale octa board. Signed-off-by: Sachin Kamatsachin.ka...@linaro.org --- arch/arm/boot/dts/exynos5420-arndale-octa.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git

Re: [PATCH 1/2] ARM: Exynos: Use generic uncompress.h

2014-02-23 Thread Kukjin Kim
On 01/07/14 00:49, Arnd Bergmann wrote: On Monday 06 January 2014, Sachin Kamat wrote: As a pre-requisite step towards enabling multi-platform support for Exynos, enable it to use generic uncompress.h instead of the one provided in machine code. Signed-off-by: Sachin

Re: [PATCH 2/3] arm64: Add Kconfig option for Samsung GH7 SoC family

2014-02-17 Thread Kukjin Kim
On 02/15/14 02:06, Arnd Bergmann wrote: On Thursday 13 February 2014, Olof Johansson wrote: On Mon, Feb 10, 2014 at 6:52 PM, Kukjin Kimkgene@samsung.com wrote: On 02/13/14 04:14, Arnd Bergmann wrote: On Wednesday 12 February 2014 13:04:40 Kumar Gala wrote: Basically, I agreed with

Re: [PATCH] ARM: dts: fix incorrect vdd_arm voltage range for Exynos4412 based boards

2014-02-15 Thread Kukjin Kim
On 01/18/14 20:11, Thomas Abraham wrote: From: Thomas Abrahamthomas...@samsung.com To allow Exynos4412 based Odroidx and Origen-quad boards to operate between 200MHz to 1.4Ghz, update the vdd_arm voltage range to operate between these cpu clock speeds. Cc: Dongjin Kimtobet...@gmail.com

Re: [PATCH] ARM: dts: add max77686 pmic node for smdk5250 board

2014-02-15 Thread Kukjin Kim
On 01/18/14 20:09, Thomas Abraham wrote: From: Thomas Abrahamthomas...@samsung.com Add Maxim 77686 PMIC node for Exynos5250 based SMDK5250 board. Signed-off-by: Thomas Abrahamthomas...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 142 + 1 files

Re: [PATCH] ARM: SAMSUNG: remove unneeded s3c24xx_init_cpu()

2014-02-13 Thread Kukjin Kim
On 01/13/14 05:34, Heiko Stübner wrote: The function is nearly empty and samsung_cpu_rev is static so already 0 making the function obsolete, therefore remove it. Signed-off-by: Heiko Stuebnerhe...@sntech.de --- arch/arm/mach-s3c24xx/common.c |1 - arch/arm/plat-samsung/cpu.c

Re: [PATCH] clocksource: exynos_mct: remove unwanted header file inclusion

2014-02-13 Thread Kukjin Kim
On 01/10/14 09:33, Pankaj Dubey wrote: remove unwanted header file inclusion asm/mach/time.h from exynos_mct.c Signed-off-by: Pankaj Dubeypankaj.du...@samsung.com --- drivers/clocksource/exynos_mct.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/clocksource/exynos_mct.c

Re: [PATCH] ARM: S3C24XX: Fix typo CONFIG_CPUS_3C2443

2014-02-13 Thread Kukjin Kim
On 02/12/14 18:47, Sachin Kamat wrote: On 12 February 2014 15:11, Paul Bollepebo...@tiscali.nl wrote: Signed-off-by: Paul Bollepebo...@tiscali.nl --- Untested. This needs testing by people with access to knowledge, compilers, and/or hardware related to CPU_S3C2443. I'm not one of them.

Re: [PATCH] ARM: dts: exynos5250-arndale: Keep G3D regulator always on

2014-02-13 Thread Kukjin Kim
On 02/12/14 02:50, Tomasz Figa wrote: Apparently, if G3D regulator is powered off, the SoC cannot enter low power modes and just hangs. This patch fixes this by keeping the regulator always on when the system is running, as suggested by Exynos 4 User's Manual in case of Exynos4210/4x12 SoCs

Re: [PATCH 22/28] Remove S3C24XX_GPIO_EXTRA128

2014-02-13 Thread Kukjin Kim
On 02/11/14 12:31, Kukjin Kim wrote: On 02/10/14 03:48, Richard Weinberger wrote: The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinbergerrich...@nod.at --- arch/arm/mach-s3c24xx/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm

Re: [PATCH 6/9 v6] ARM: dts: exynos5250/5420: add dt node for sss module

2014-02-13 Thread Kukjin Kim
On 02/07/14 14:24, Naveen Krishna Chatradhi wrote: This patch adds the device tree node for SSS module found on Exynos5420 and Exynos5250 Signed-off-by: Naveen Krishna Chatradhich.nav...@samsung.com Reviewed-by: Tomasz Figat.f...@samsung.com TO:linux-samsung-soc@vger.kernel.org CC: Kukjin

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

2014-02-13 Thread Kukjin Kim
On 01/28/14 06:49, Mike Turquette wrote: Quoting Tomasz Figa (2014-01-07 07:17:22) Hi Mike, On Tuesday 07 of January 2014 15:47:28 Andrzej Hajda wrote: Hi, This patch set adds header files with macros defining exynos clocks. Then it converts dts files and drivers to use macros instead of

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

2014-02-13 Thread Kukjin Kim
On 02/14/14 09:10, Kukjin Kim wrote: On 01/28/14 06:49, Mike Turquette wrote: Quoting Tomasz Figa (2014-01-07 07:17:22) Hi Mike, On Tuesday 07 of January 2014 15:47:28 Andrzej Hajda wrote: Hi, This patch set adds header files with macros defining exynos clocks. Then it converts dts files

Re: Samsung-clk patches for 3.15

2014-02-13 Thread Kukjin Kim
On 02/14/14 09:05, Kukjin Kim wrote: On 01/28/14 09:17, Tomasz Figa wrote: On 28.01.2014 01:09, Kukjin Kim wrote: Tomasz Figa wrote: [Forgot to Cc Mike...] On 24.01.2014 15:38, Tomasz Figa wrote: Hi, Hi, Linux 3.14 is going to include Andrzej Hajda's patches converting Samsung clock

Re: [PATCH 2/3] arm64: Add Kconfig option for Samsung GH7 SoC family

2014-02-12 Thread Kukjin Kim
On 02/13/14 04:14, Arnd Bergmann wrote: On Wednesday 12 February 2014 13:04:40 Kumar Gala wrote: On Feb 12, 2014, at 12:12 PM, Catalin Marinascatalin.mari...@arm.com wrote: On 12 Feb 2014, at 16:25, Kumar Galaga...@codeaurora.org wrote: One reason to keep around ARCH_* is for drivers shared

Re: [PATCH 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-02-12 Thread Kukjin Kim
On 02/12/14 20:40, Marc Zyngier wrote: On 12/02/14 11:29, Mark Rutland wrote: + gic: interrupt-controller@1C00 { + compatible = arm,cortex-a15-gic, arm,cortex-a9-gic; This looks incorrect -- you should at the very least have a more specific one than a15-gic? Marc?

Re: [PATCH 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-02-12 Thread Kukjin Kim
On 02/12/14 03:15, Mark Rutland wrote: On Tue, Feb 11, 2014 at 06:29:41AM +, Kukjin Kim wrote: Signed-off-by: Kukjin Kimkgene@samsung.com Reviewed-by: Thomas Abrahamthomas...@samsung.com Cc: Catalin Marinascatalin.mari...@arm.com --- arch/arm64/boot/dts/samsung-gh7.dtsi | 108

Re: [PATCH 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-02-12 Thread Kukjin Kim
On 02/12/14 08:36, Olof Johansson wrote: Hi, Hi Olof, Besides what Mark Rutland already commented on: OK, thanks :-) On Mon, Feb 10, 2014 at 10:29 PM, Kukjin Kimkgene@samsung.com wrote: +/ { + model = SAMSUNG GH7; + compatible = samsung,gh7; Model and compatible in

Re: [PATCH 13/28] Remove S3C24XX_GPIO_EXTRA64

2014-02-12 Thread Kukjin Kim
On 02/10/14 03:47, Richard Weinberger wrote: The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinbergerrich...@nod.at --- arch/arm/mach-s3c24xx/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index

Re: [PATCH 22/28] Remove S3C24XX_GPIO_EXTRA128

2014-02-12 Thread Kukjin Kim
On 02/10/14 03:48, Richard Weinberger wrote: The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinbergerrich...@nod.at --- arch/arm/mach-s3c24xx/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index

Re: [PATCH 1/1] ARM: EXYNOS: Consolidate Kconfig entries

2014-02-10 Thread Kukjin Kim
2014-02-10 10:20 GMT+05:30 Sachin Kamat sachin.ka...@linaro.org: On 7 February 2014 22:03, Tomasz Figa t.f...@samsung.com wrote: On 06.02.2014 19:59, Olof Johansson wrote: On Thu, Feb 6, 2014 at 10:43 AM, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: Well, once again,

Re: [PATCH 00/12] ARM: S3C24XX: convert s3c2410, s3c2440 s3c2442 to common clock framework

2014-02-10 Thread Kukjin Kim
2014-02-10 1:26 GMT+05:30 Tomasz Figa tomasz.f...@gmail.com: Hi Heiko, On 13.12.2013 13:56, Heiko Stübner wrote: This series converts the earliest s3c socs to use a clock driver based on the common clock framework instead of the old Samsung clock implementation. The only obstacle I found

[PATCH 3/3] Documentation: DT: add new entry for Samsung GH7 SoC and SSDK board

2014-02-10 Thread Kukjin Kim
Signed-off-by: Kukjin Kim kgene@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- Documentation/devicetree/bindings/arm/samsung-boards.txt | 10 ++ 1 file changed, 10 insertions(+) diff --git a/Documentation/devicetree

[PATCH 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-02-10 Thread Kukjin Kim
Signed-off-by: Kukjin Kim kgene@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- arch/arm64/boot/dts/samsung-gh7.dtsi | 108 ++ arch/arm64/boot/dts/samsung-ssdk-gh7.dts | 26 +++ 2 files

[PATCH 0/3] arm64: add new support Samsung GH7 SoC and SSDK board

2014-02-10 Thread Kukjin Kim
This adds support for Samsung ARMv8 core based GH7 SoC and its evaluation SSDK board. [PATCH 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board [PATCH 2/3] arm64: Add Kconfig option for Samsung GH7 SoC family [PATCH 3/3] Documentation: DT: add new entry for Samsung GH7 SoC

[PATCH 2/3] arm64: Add Kconfig option for Samsung GH7 SoC family

2014-02-10 Thread Kukjin Kim
This patch adds support for Samsung GH7 SoC in arm64/Kconfig. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- arch/arm64/Kconfig |5 + arch/arm64/boot/dts/Makefile |1 + 2 files changed, 6 insertions(+) diff --git a/arch

RE: Samsung-clk patches for 3.15

2014-01-27 Thread Kukjin Kim
Tomasz Figa wrote: [Forgot to Cc Mike...] On 24.01.2014 15:38, Tomasz Figa wrote: Hi, Hi, Linux 3.14 is going to include Andrzej Hajda's patches converting Samsung clock drivers to use clock ID defines in include/dt-bindings, instead of local enums, but to avoid unnecessary merge

<    3   4   5   6   7   8   9   10   11   12   >