Re: [PATCH 2/2] clk: composite: Set clk_core to composite rate and mux components

2015-02-11 Thread Stephen Boyd
Internal error: Oops: 5 [#1] PREEMPT SMP ARM Modules linked in: CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.19.0-next-20150211-2-g1fb7f0e1150d #423 Hardware name: SAMSUNG EXYNOS (Flattened Device Tree) task: ee48 ti: ee488000 task.ti: ee488000 PC is at clk_mux_determine_rate_flags

[PATCH v3 3/8] arm64: dts: exynos: Add MSHC dt node for Exynos5433

2015-02-11 Thread Chanwoo Choi
From: Jaehoon Chung jh80.ch...@samsung.com This patch adds MSHC (Mobile Storage Host Controller) dt node for Exynos5433 SoC. MSHC is an interface between the system the SD/MMC card. Cc: Kukjin Kim kg...@kernel.org Cc: Mark Rutland mark.rutl...@arm.com Cc: Marc Zyngier marc.zyng...@arm.com Cc:

[PATCH v3 6/8] arm64: dts: exynos: Add RTC and ADC dt node for Exynos5433 SoC

2015-02-11 Thread Chanwoo Choi
This patch adds RTC (Real Time Clock) dt node for Exynos5433 SoC and adds ADC dt node for Exynos5433 SoC. The c1b501564c98a94b4(iio: adc: exynos_adc: Add support for exynos7) commit supports the ADC for Exynos7. Exynos5433's ADC IP is the same with Exynos7's ADC IP. Exynos5433 has a little

[PATCH v3 1/8] arm64: exynos5433: Enable ARMv8 based Exynos5433 (SoC) support

2015-02-11 Thread Chanwoo Choi
This patch adds the necessary Kconfig entries to enable support for the ARMv8 based Exynos5433 SoC. Cc: Catalin Marinas catalin.mari...@arm.com Cc: Will Deacon will.dea...@arm.com Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Inki Dae inki@samsung.com --- arch/arm64/Kconfig |

[PATCH v3 0/8] arm64: Add the support for new Exynos5433 SoC

2015-02-11 Thread Chanwoo Choi
This patchset adds new 64-bit Exynos5433 Samsung SoC which contains quad Cortex-A57 and quad Cortex-A53. It is desigend with the 20nm low power process. This patchset is based on linux-samsung.git (branch: for-next). Depends on: - Exynos5433 clock controller patch-set[1][2] was merged by

RE: [PATCH v3] pinctrl: exynos: Add support for Exynos5433

2015-02-11 Thread Chanho Park
Hi Linus, We're looking forward to merging it on the v3.20. Could you pick this patch up before merge-window is closed? Best Regards, Chanho Park -Original Message- From: linux-arm-kernel [mailto:linux-arm-kernel- boun...@lists.infradead.org] On Behalf Of Chanwoo Choi Sent:

Re: [PATCH V4] drm/exynos: Add DECON driver

2015-02-11 Thread Ajay kumar
ping. On Thu, Feb 5, 2015 at 9:24 PM, Ajay Kumar ajaykumar...@samsung.com wrote: This patch is based on exynos-drm-next branch of Inki Dae's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git DECON(Display and Enhancement Controller) is the new IP in exynos7 SOC

Re: [PATCH 0/4] ASoC: samsung: clean up references to outdated Kconfig symbols

2015-02-11 Thread Paul Bolle
TL;DR: what exactly should I resend and when? On Mon, 2015-02-09 at 14:07 +0800, Mark Brown wrote: On Sat, Feb 07, 2015 at 09:38:04AM +0100, Paul Bolle wrote: Patches 2/4, 3/4, and 4/4 didn't apply. Locally I carry them in a tree that constantly rebases on top of linux-next. So locally I

Re: [PATCH V4] drm/exynos: Add DECON driver

2015-02-11 Thread Inki Dae
Your patch had a minor issue which is the use of config name, DRM_EXYNOS_DECON. The config name should be changed to DRM_EXYNOS7_DECON to distinguish DECON controller of Exynos7 and one of Exynos5433. I remember that we had already a discussion about it. So I fixed it up and applied. Thanks,

Re: [PATCH v3] pinctrl: exynos: Add support for Exynos5433

2015-02-11 Thread Chanwoo Choi
Hi Linus, On 02/08/2015 11:59 PM, Tomasz Figa wrote: Hi, 2015-01-29 18:48 GMT+09:00 Linus Walleij linus.wall...@linaro.org: On Wed, Jan 21, 2015 at 7:43 AM, Chanwoo Choi cw00.c...@samsung.com wrote: This patch adds driver data for Exynos5433 SoC. Exynos5433 includes 228 multi-

[PATCH v3 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-11 Thread Chanwoo Choi
This patch adds new Exynos5433 dtsi to support 64-bit Exynos5433 SoC based on Octal core CPUs (quad Cortex-A57 and quad Cortex-A53). And Exynos5433 supports PSCI (Power State Coordination Interface) v0.1. This patch includes following dt node to support Exynos5433 SoC: 1. Octa core for big.LITTLE

[PATCH v3 4/8] arm64: dts: exynos: Add SPI/PDMA dt node for Exynos5433

2015-02-11 Thread Chanwoo Choi
This patch adds SPI (Serial Peripheral Interface) dt node for Exynos5433 SoC. SPI transfers serial data by using various peripherals. SPI includes 8-bit/16-bit/32-bit shift registers to transmit and receive data. PDMA is used for SPI communication. Cc: Kukjin Kim kg...@kernel.org Cc: Mark Rutland

[PATCH v3 5/8] arm64: dts: exynos: Add PMU dt node for Exynos5433

2015-02-11 Thread Chanwoo Choi
This patch adds PMU (Power Management Unit) dt node for Exynos5433 SoC and set the source clock for CLKOUT register as xxti . Cc: Kukjin Kim kg...@kernel.org Signed-off-by: Chanwoo Choi cw00.c...@samsung.com [ideal.song: Add the setting of CLKOUT register] Signed-off-by: Inha Song

[PATCH v3 7/8] arm64: dts: exynos: Add ADMA dt node for Exynos5433 SoC

2015-02-11 Thread Chanwoo Choi
From: Inha Song ideal.s...@samsung.com This patch adds ADMA (Advanced DMA) device tree node for Exynos5433 SoC. In Exynos5433 SoC, ADMA is used for I2S audio interface. Cc: Kukjin Kim kg...@kernel.org Signed-off-by: Inha Song ideal.s...@samsung.com Signed-off-by: Chanwoo Choi

[PATCH v3 8/8] arm64: dts: exynos: Add I2S dt node for Exynos5433 SoC

2015-02-11 Thread Chanwoo Choi
From: Inha Song ideal.s...@samsung.com This patch adds I2S device tree node for Exynos5433 SoC. In Exynos5433 SoC, I2S0 is used for audio interface. Cc: Kukjin Kim kg...@kernel.org Signed-off-by: Inha Song ideal.s...@samsung.com Signed-off-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Inki