RE: [PATCH 0/3] ARM: dts: Peach boards WiFi and audio support

2015-02-26 Thread Kukjin Kim
Javier Martinez Canillas wrote: Hello Kukjin, Hi, This series adds support for the remaining peripherals that were not supported in the Exynos5420 Peach Pit and Exynos5800 Peach Pi boards. Javier Martinez Canillas (2): ARM: dts: Mux XMMCnDATA[0] pad correctly for Exynos5420 boards.

Re: [PATCH] ARM: EXYNOS: Don't use LDREX and STREX after disabling cache coherency

2015-02-26 Thread Kukjin Kim
On 02/18/15 07:24, Stephen Boyd wrote: On 02/16/15 05:36, Krzysztof Kozlowski wrote: During CPU shutdown the exynos_cpu_power_down() is called after disabling cache coherency and it uses LDREX and STREX instructions (by calling of_machine_is_compatible() - kobject_get() - kref_get()). The

Re: [PATCH] ARM: exynos: Fix wrong hwirq of RTC interrupt for Exynos3250 SoC

2015-02-26 Thread Kukjin Kim
[ 429.370837] wake enabled for irq 64 [ 429.370868] wake enabled for irq 79 [snip] [ 429.372120] s3c-rtc 1007.rtc: enable_irq_wake failed Fixes: a4f582f5c5fe3 (ARM: EXYNOS: Add exynos3250 suspend-to-ram support) Cc: Kukjin Kim kg...@kernel.org Signed-off-by: Chanwoo Choi

Re: [PATCH v6 00/18] thermal: exynos: Thermal code rework to use device tree

2015-02-26 Thread Kukjin Kim
On 02/27/15 00:56, Lukasz Majewski wrote: Hi Kukjin, Lukasz Majewski wrote: Hi Kukjin, Eduardo Hi, [...] Kukjin, could you add missing DTS files and send this to upstream. Unfortunately, I couldn't take the DT changes in Samsung tree at that time because of missing header file and it

Re: [PATCH] ARM: fix exynos randconfig build error

2015-02-26 Thread Kukjin Kim
On 02/25/15 20:46, Krzysztof Kozlowski wrote: 2015-02-25 12:26 GMT+01:00 Russell King rmk+ker...@arm.linux.org.uk: The following error was observed with SMP=n in v4.0-rc1: arch/arm/mach-exynos/pm.c: In function 'exynos_cpu0_enter_aftr': arch/arm/mach-exynos/pm.c:246:4: error: implicit

RE: [PATCH v5 0/2] irqchip: Move Exynos PM to use stacked domains

2015-02-24 Thread Kukjin Kim
Marc Zyngier wrote: Hi Pakaj, Hi Marc and Pankaj, On 24/02/15 10:09, Pankaj Dubey wrote: Hi Mark, On Monday 23 February 2015 11:15 PM, Marc Zyngier wrote: This series is extracted from [4], which is trying to remove all traces of gic_arch_extn from the tree. As some maintainers

RE: [PATCH v6 00/18] thermal: exynos: Thermal code rework to use device tree

2015-02-23 Thread Kukjin Kim
Lukasz Majewski wrote: Hi Kukjin, Eduardo Hi, On 01/25/15 06:49, Eduardo Valentin wrote: On Fri, Jan 23, 2015 at 01:09:53PM +0100, Lukasz Majewski wrote: 1. Introduction Following patches aim to clean up the current implementation of the thermal framework on Exynos devices.

RE: [PATCH 0/9] ARM: samsung: randconfig build fixes

2015-02-17 Thread Kukjin Kim
Arnd Bergmann wrote: This is a set of mostly trivial build fixes for bugs I have encountered in random configurations. I'm sending them separate from the other platforms since we have a lot of them for the various samsung platforms here. Kukjin, please pick them up into a fixes branch for

Re: [PATCH v5 0/9] Enable HDMI support on Exynos platforms

2015-02-04 Thread Kukjin Kim
On 02/04/15 09:09, Joonyoung Shim wrote: Hi, Hi, On 02/03/2015 12:58 PM, Kukjin Kim wrote: Marek Szyprowski wrote: Hi all, This is yet another update on patchset, which enables HDMI support for Exynos based platforms. Beside DTS changes, this patchset adds parent domain support

[GIT PULL 3/3] Samsung CPUIdle updates for v3.20

2015-02-04 Thread Kukjin Kim
Hi, This is cpuidle update for v3.20. Please pull. Thanks, Kukjin The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at:

[GIT PULL 2/3] Samsung 4th DT updates for v3.20

2015-02-04 Thread Kukjin Kim
Hi, Here is 4th DT updates for v3.20. Please pull. Note there are several dt updates in my tree which has a dependency with driver side for v3.20 and I hope it can be sent to upstream via arm-soc during late merge window. If it is OK to you guys, I'll send a pull request soon. (example tmu, asoc

[GIT PULL 1/3] Samsung exynos_defconfig updates for v3.20

2015-02-04 Thread Kukjin Kim
Hi Arnd, Olof, Kevin Here is late pull request for exynos_defconfig updates for v3.20 and if you're OK please pull. Note this is based on previous exynos_defconfig pull-request during v3.19-rc. Thanks, Kukjin The following changes since commit 842ebf60bbad6d6e5ebaa063409fefdd2a7eb992: ARM:

Re: [PATCH 1/3] exynos: config: Remove CONFIG_EXYNOS_THERMAL_CORE define (exynos_defconfig)

2015-02-04 Thread Kukjin Kim
On 02/04/15 22:49, Lukasz Majewski wrote: Hi Kukjin, Hi, On Wed, Jan 28, 2015 at 04:28:38PM +0100, Lukasz Majewski wrote: After Exynos TMU rework to use device tree for configuration this flag can be removed. It is not used anymore. Signed-off-by: Lukasz Majewski l.majew...@samsung.com

Re: [PATCH v2 0/3] Add support for hardware reset of eMMC card on reboot

2015-02-04 Thread Kukjin Kim
On 02/02/15 17:51, Javier Martinez Canillas wrote: Hello Marek, Hi Marek, On Mon, Feb 2, 2015 at 9:33 AM, Marek Szyprowski m.szyprow...@samsung.com wrote: Hello, This patchset adds new mmc power sequence driver, which performs eMMC card hardware reset. Such power sequence, involving

Re: [PATCH v3 0/6] Add multiple GPIO and external clock to MMC pwrseq_simple

2015-02-04 Thread Kukjin Kim
On 02/05/15 00:06, Javier Martinez Canillas wrote: Hello Kukjin, Hi, On 01/30/2015 02:06 PM, Javier Martinez Canillas wrote: On 01/30/2015 12:13 PM, Ulf Hansson wrote: Patch #1 extends the simple MMC power sequence DT binding to support more than one GPIO and patch #2 adds the actual

RE: [PATCH 0/3] ARM: dts: Regulator changes and fuel gauge for exynos4412-trats2

2015-02-02 Thread Kukjin Kim
Krzysztof Kozlowski wrote: Hi Kukjin, Hi, I grouped into one patchset already posted patches for Trats2 board: 1. Fuel gauge: https://lkml.org/lkml/2015/1/7/167 2. Suspend configuration for max77686 regulators: https://lkml.org/lkml/2014/10/29/262 3. GPIO control for max77686

RE: [PATCH] ARM: EXYNOS: Handle of of_iomap() failure

2015-02-02 Thread Kukjin Kim
Krzysztof Kozlowski wrote: Prevent possible NULL pointer dereference if of_iomap() fails. Handle the error by skipping such power domain. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- arch/arm/mach-exynos/pm_domains.c | 7 +++ 1 file changed, 7 insertions(+) diff

RE: [RESEND PATCH] ARM: EXYNOS: Add missing static to file-scope declarations

2015-02-02 Thread Kukjin Kim
Krzysztof Kozlowski wrote: The 'pm_data', 'exynos_release_ret_regs' and 'exynos5420_release_ret_regs' are not exported nor used outside of suspend.c file. Make them static. This fixes following sparse warnings: arch/arm/mach-exynos/suspend.c:83:23: warning: symbol 'pm_data' was not

RE: [alsa-devel] [PATCH v4 3/3] ARM: dts: Add sound nodes for exynos4412-trats2

2015-02-02 Thread Kukjin Kim
Sylwester Nawrocki wrote: On 23/01/15 06:03, Inha Song wrote: This patch add WM1811 audio codec, I2S interface and the sound machine nodes to enable audio on exynos4412-trats2 board. Signed-off-by: Inha Song ideal.s...@samsung.com Reviewed-by: Sylwester Nawrocki

RE: [PATCH 2/2] ARM: dts: Add syscon phandle to the video-phy node for Exynos4

2015-02-02 Thread Kukjin Kim
Sylwester Nawrocki wrote: Hi Kukjin, Hi, On 16/01/15 18:30, Sylwester Nawrocki wrote: This is required to fix regression after introducing the PMU device nodes required for the PMU driver modified in commit 14fc8b93d47323561edf5d482d4a4b3ee1b90286 (ARM: EXYNOS: Add platform driver

RE: [PATCH] ARM: dts: Fix CLK_UART_ISP_SCLK clock assignment in exynos4x12.dtsi

2015-02-02 Thread Kukjin Kim
Sylwester Nawrocki wrote: Assign proper FIMC-IS UART gate clock in the device DT node and not use the SRC_MASK gate. This fixes regression introduced in commit a37c82a3b3c0910019abfd22a97be1f (clk: samsung: exynos4: Remove SRC_MASK_ISP gates). Without this change exynos4 fimc-is driver

RE: [PATCH v5 0/9] Enable HDMI support on Exynos platforms

2015-02-02 Thread Kukjin Kim
Marek Szyprowski wrote: Hi all, This is yet another update on patchset, which enables HDMI support for Exynos based platforms. Beside DTS changes, this patchset adds parent domain support for Exynos PM domains and add support for 'hdmi' clock directly to Exynos DRM mixer driver. The

RE: [PATCH V3 13/15] ARM: dts: Exynos4 and Odroid X2/U3 sound device nodes update

2015-02-02 Thread Kukjin Kim
Mark Brown wrote: Hi Mark, On Wed, Jan 14, 2015 at 07:42:40PM +0100, Sylwester Nawrocki wrote: Clock related properties are added to the Exynos4 I2S device nodes so they can be referred to as clock providers. Missing i2s_opclk1 clock is added to the I2S0 node and clock properties are

RE: [PATCH] ARM: dts: Fix CLK_MOUT_CAMn parent clocks assignment for Trats2

2015-02-02 Thread Kukjin Kim
Sylwester Nawrocki wrote: In order to get exact 24MHz clock frequency value for the camera sensor and avoid rounding errors the parent clock must be CLK_XUSBXTI, not CLK_MOUT_MPLL_USER_T. Currently the sensor's master clock frequency is too high and the sensor doesn't work properly. This

Re: [PATCH v3 2/2] cpuidle: exynos: add coupled cpuidle support for Exynos4210

2015-01-29 Thread Kukjin Kim
: Kukjin Kim kgene@samsung.com Cc: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Tomasz Figa tomasz.f...@gmail.com Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org Acked-by: Kyungmin Park kyungmin.p...@samsung.com

Re: [PATCH v6 00/18] thermal: exynos: Thermal code rework to use device tree

2015-01-29 Thread Kukjin Kim
On 01/25/15 06:49, Eduardo Valentin wrote: On Fri, Jan 23, 2015 at 01:09:53PM +0100, Lukasz Majewski wrote: 1. Introduction Following patches aim to clean up the current implementation of the thermal framework on Exynos devices. The main goal was to use a generic code for reading thermal

[GIT PULL 2/4] Samsung mach updates for v3.20

2015-01-28 Thread Kukjin Kim
Hi, This is for updating of mach-exynos and plat-samsung. Please pull and if any problems, please let me know. Thanks, Kukjin The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at:

[GIT PULL 1/4] Samsung Cleanup for v3.20

2015-01-28 Thread Kukjin Kim
Hi Arnd, Olof, Kevin Please pull Samsung cleanup for v3.20. This cleanup is very nice, Samsung SoCs no more use specific DMA and remove i2c sys from mach-exynos. Thanks to Arnd and all involved guys. - Kukjin The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

[GIT PULL] Samsung DT updates for v3.20

2015-01-23 Thread Kukjin Kim
Hi, Please pull Samsung DT updates for v3.20. I checked to use signed tag in this time ;) Thanks and if any problems, please let me know. - Kukjin The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the

Re: [PATCH v4 00/17] thermal: exynos: Thermal code rework to use device tree

2015-01-23 Thread Kukjin Kim
On 01/23/15 23:45, Eduardo Valentin wrote: Hi Kukjin, Hi Eduardo, [...] I hope will apply DT changes in Samsung tree. Is it OK to thermal tree? I think that it is up to you and Eduardo to decide :-). I'd personally prefer to add this patch set at once to Eduardo's tree (of course with

Re: [PATCH] ARM: exynos_defconfig: Enable PMIC and MUIC drivers for Gears and Trats2

2015-01-23 Thread Kukjin Kim
On 01/23/15 23:22, Krzysztof Kozlowski wrote: Enable drivers for PMICs and MUICs present on Exynos-based devices: - max14577: charger, extcon, fuel gauge (max17040), regulator, used on: Gear 1, Gear 2, - max77693: charger, extcon, fuel gauge (max17042), used on: Trats2, This allows

Re: [PATCH] ARM: exynos_defconfig: Enable CONFIG_FHANDLE

2015-01-23 Thread Kukjin Kim
On 01/23/15 17:56, Javier Martinez Canillas wrote: Hello Kukjin, Hi, On 01/19/2015 06:43 AM, Joonyoung Shim wrote: I also hope merge this, already multi_v7_defconfig supports this. I would also hope this to be merged since it's required to boot using systemd. Thanks. This is

Re: [PATCH v3] ARM: exynos_defconfig Enable CONFIG_LOCKUP_DETECTOR.

2015-01-23 Thread Kukjin Kim
On 01/13/15 17:18, Krzysztof Kozlowski wrote: On wto, 2015-01-13 at 00:20 +0530, Anand Moon wrote: On enabling CONFIG_LOCKUP_DETECTOR the kernel to act as a watchdog to detect hard and soft lockups. Enabling CONFIG_LOCKUP_DETECTOR don't introduce much overhead on exyons SOC.

RE: [PATCH v4 00/17] thermal: exynos: Thermal code rework to use device tree

2015-01-23 Thread Kukjin Kim
Lukasz Majewski wrote: Hi Kukjin, Hi, Lukasz Majewski wrote: Hi, 1. Introduction Following patches aim to clean up the current implementation of the thermal framework on Exynos devices. The main goal was to use a generic code for reading thermal configuration

RE: [PATCH] ARM: dts: exynos5422-odroidxu3: reduce total RAM by 22 MiB

2015-01-22 Thread Kukjin Kim
Marek Szyprowski wrote: Last 22 MiB is RAM is reserved by secure monitor code and cannot be accessed from Linux kernel, so adjust total RAM size to 0x7EA0 (2 GiB - 22 MiB). This fixes random 'imprecise kernel abort' kernel failures. Signed-off-by: Marek Szyprowski

RE: [PATCH 1/2] clk: exynos5420: Add IDs for clocks used in DISP1 power domain

2015-01-22 Thread Kukjin Kim
Javier Martinez Canillas wrote: Hello, Hi, On 01/20/2015 06:54 PM, Mike Turquette wrote: Quoting Sylwester Nawrocki (2015-01-20 06:04:00) Hi, On 20/01/15 11:35, Javier Martinez Canillas wrote: When a power domain is powered off on Exynos5420 SoC, the input clocks of the

RE: [PATCH] ARM: DTS: Exynos: convert to generic power domain bindings

2015-01-22 Thread Kukjin Kim
Marek Szyprowski wrote: Hello, Hi, On 2015-01-14 17:11, Kukjin Kim wrote: On 01/13/15 01:50, Javier Martinez Canillas wrote: On Fri, Jan 2, 2015 at 10:36 AM, Marek Szyprowski m.szyprow...@samsung.com wrote: This patch replaces all custom samsung,power-domain device tree properties

RE: [alsa-devel] [PATCH v3 3/4] ARM: dts: set clock out parent to XUSBXTI

2015-01-22 Thread Kukjin Kim
Sylwester Nawrocki wrote: On 22/01/15 12:18, Inha Song wrote: This patch set clock out parent to XUSBXTI. Signed-off-by: Inha Song ideal.s...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi

RE: [PATCH v4 00/17] thermal: exynos: Thermal code rework to use device tree

2015-01-22 Thread Kukjin Kim
Lukasz Majewski wrote: Hi, 1. Introduction Following patches aim to clean up the current implementation of the thermal framework on Exynos devices. The main goal was to use a generic code for reading thermal configuration (of-thermal.c). Due to that redundant

RE: [PATCH v9 0/7] devfreq: Add devfreq-event class to provide raw data for devfreq device

2015-01-22 Thread Kukjin Kim
Chanwoo Choi wrote: Hi, This patchset add new devfreq_event class to provide raw data to determine current utilization of device which is used for devfreq governor. Yes, would be nice to use common framework something like the devfreq_event you created :) The following description

RE: [PATCH RESEND 0/2] Add regulator-haptic device tree

2015-01-22 Thread Kukjin Kim
Jaewon Kim wrote: This patch series adds regulator-haptic device tree in rinato and monk boards. The regulator-haptic has haptic motor and it is controlled by voltage of regulator via force feedback framework. regualtor-haptic driver merged at linux-next ref :

RE: [PATCH] ARM: DTS: Exynos: add 'dr_mode' property to hsotg devices

2015-01-22 Thread Kukjin Kim
Kukjin Kim wrote: Marek Szyprowski wrote: All currently supported boards use hsotg/dwc2 controller in device ('peripheral') mode, so add property which sets correct operation mode. This patch fixes support in recent changes in dwc2 driver, which added support for dual-role devices

RE: [PATCH] ARM: SAMSUNG: remove unused DMA infrastructure

2015-01-22 Thread Kukjin Kim
Vinod Koul wrote: On Thu, Jan 15, 2015 at 04:16:03PM +0100, Arnd Bergmann wrote: Everything uses dmaengine now, so there is no reason to keep this around any longer. Thanks to everyone who was involved in moving the users over to use the dmaengine APIs. Very good indeed :) Acked-by:

RE: [PATCH] ARM: dts: exynos5422-odroidxu3: reduce total RAM by 22 MiB

2015-01-22 Thread Kukjin Kim
Marek Szyprowski wrote: Hello, Hi, On 2015-01-23 07:35, Kukjin Kim wrote: Marek Szyprowski wrote: Last 22 MiB is RAM is reserved by secure monitor code and cannot be accessed from Linux kernel, so adjust total RAM size to 0x7EA0 (2 GiB - 22 MiB). This fixes random 'imprecise

Re: [PATCH RESEND 0/4] Small updates to Snow and Peach Pit/Pi DTS

2015-01-14 Thread Kukjin Kim
On 01/12/15 19:41, Javier Martinez Canillas wrote: Hello Kukjin, Hi, On 01/02/2015 04:24 PM, Javier Martinez Canillas wrote: This series adds some DTS snippets that were missing in the mainline Snow and Peach Pit/Pi Device Trees but are present in the downstream ChromeOS kernel. The

Re: [PATCH v4 0/2] mmc: dw_mmc: exynos: Add HS400 support

2015-01-14 Thread Kukjin Kim
On 01/14/15 22:32, Jaehoon Chung wrote: Hi, Alim. On 01/14/2015 07:30 PM, Alim Akhtar wrote: This adds HS400 mode support for exynos dw_mmc host controller. Currently tested on Exynos5800-peach-pi platform for HS400 mode. Tested HS200 mode with this series applied, HS200 still works.

Re: [PATCH RESEND 1/4] ARM: dts: Add power and lid GPIO keys pinctrl for exynos5250-snow

2015-01-14 Thread Kukjin Kim
On 01/03/15 00:24, Javier Martinez Canillas wrote: The Exynos5250 Snow Chromebook has GPIO keys for power and lid so the SoC I/O pins have to be configured in external interrupt mode. Currently, this is working without setting the pinctrl lines but is better to set it explicitly instead of

Re: [PATCH RESEND 0/4] Small updates to Snow and Peach Pit/Pi DTS

2015-01-14 Thread Kukjin Kim
On 01/15/15 00:12, Kukjin Kim wrote: On 01/12/15 19:41, Javier Martinez Canillas wrote: Hello Kukjin, Hi, On 01/02/2015 04:24 PM, Javier Martinez Canillas wrote: This series adds some DTS snippets that were missing in the mainline Snow and Peach Pit/Pi Device Trees but are present

[GIT PULL RE-SEND] Samsung fixes for v3.19

2015-01-14 Thread Kukjin Kim
| 18 +- 3 files changed, 20 insertions(+), 4 deletions(-) On 01/13/15 07:11, Olof Johansson wrote: Hi, On Mon, Jan 12, 2015 at 05:26:56PM +0900, Kukjin Kim wrote: Hi Arnd, Olof, Kevin Please pull samsung fixes for v3.19. Thanks, Kukjin The following changes since commit

[GIT PULL RE-SEND] Samsung exynos7 updates for v3.20

2015-01-14 Thread Kukjin Kim
/exynos/Makefile create mode 100644 arch/arm64/boot/dts/exynos/exynos7-espresso.dts create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi create mode 100644 arch/arm64/boot/dts/exynos/exynos7.dtsi On 01/12/15 17:30, Kukjin Kim wrote: Hi again, Please pull arm64 based exynos7

Re: [PATCH] ARM: dts: exynos5422-odroidxu3: add INA2xx sensors

2015-01-14 Thread Kukjin Kim
On 01/14/15 09:03, Kevin Hilman wrote: From: Kevin Hilman khil...@linaro.org The odroid-xu3 has 4 INA231 current sensors on board which can be accessed from the Linux via the hwmon interface. There is one sensor for each of these power rails: - A15 cluster: VDD_ARM - A7 cluster:

Re: [PATCH] ARM: DTS: Exynos: convert to generic power domain bindings

2015-01-14 Thread Kukjin Kim
On 01/13/15 01:50, Javier Martinez Canillas wrote: Hello Marek, On Fri, Jan 2, 2015 at 10:36 AM, Marek Szyprowski m.szyprow...@samsung.com wrote: This patch replaces all custom samsung,power-domain device tree properties with generic power domain bindings and updates documentation Samsung's

Re: [RESEND PATCH v3] clocksource: exynos_mct: Add the support for Exynos 64bit SoC

2015-01-14 Thread Kukjin Kim
for Power Management and I need to talk to relevant guys in office again. If anything, I'll let you know. Thanks, Kukjin Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: Thomas Gleixner t...@linutronix.de Cc: Kukjin Kim kgene@samsung.com Cc: Mark Rutland mark.rutl...@arm.com Signed-off

Re: [PATCH] ARM: EXYNOS: enable 4 cores secondary cpu up for exynos5440

2015-01-14 Thread Kukjin Kim
On 01/07/15 11:31, Ming Lei wrote: Hi Kukjin, Hi Ming Lei, Sorry for late response. On Tue, Jan 1, 2013 at 3:09 AM, Kukjin Kim kgene@samsung.com wrote: No need to check power on/off with pmu control to support hotplug in/out on exynos5440. And this patch enables 4 cores on exynos5440

Re: [PATCH RESEND] ARM: EXYNOS: Recognize Samsung MFC v8 devices

2015-01-12 Thread Kukjin Kim
On 01/08/15 08:06, Sjoerd Simons wrote: Also setup memory allocations for version 8 of the MFC as present in Samsung Exynos 5422/5800 SoCs Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk --- arch/arm/mach-exynos/exynos.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [RESEND PATCH] ARM: EXYNOS: Add exynos3250 suspend-to-ram support

2015-01-12 Thread Kukjin Kim
On 01/12/15 17:51, Chanwoo Choi wrote: Dear Kukjin, On 01/12/2015 05:44 PM, Kukjin Kim wrote: On 01/08/15 10:50, Chanwoo Choi wrote: This patch adds the support for suspend-to-ram feature of Exynos3250 SoC. Exynos3250 don't contain the L2 cache. Cc: Kukjin Kim kg...@kernel.org Signed-off

Re: [PATCH] ARM: samsung: add exynos-chipid binding information

2015-01-12 Thread Kukjin Kim
On 01/05/15 18:45, Pankaj Dubey wrote: Gentle Ping. On Wednesday 03 December 2014 01:14 PM, Pankaj Dubey wrote: Exynos SoC's DT files are using Chipid device nodes, but it's binding information is missing. This patch adds exynos-chipid binding information. Signed-off-by: Pankaj Dubey

Re: [PATCH 1/3] ARM: dts: add fimd device support for exynos3250-rinato

2015-01-12 Thread Kukjin Kim
On 01/03/15 15:50, Inki Dae wrote: On 2014년 11월 28일 20:39, Inki Dae wrote: This patch adds fimd device node which is a display controller for Exynos3250 Rinato board. Hi Kukjin, Please, ping~ Thanks, Inki Dae Signed-off-by: Inki Dae inki@samsung.com Acked-by: Kyungmin Park

[GIT PULL] Samsung exynos7 updates for v3.20

2015-01-12 Thread Kukjin Kim
Hi again, Please pull arm64 based exynos7 stuff for v3.20 and as you know I've tried this in 3.19 but couldn't because of some dependencies like clk. Now all of dependencies already resolved so this should be fine for v3.20. If any problems, please kindly let me know. Thanks, Kukjin The

Re: [PATCH v3] ARM: dts: Add dts file for odroid XU3 board

2015-01-12 Thread Kukjin Kim
On 01/10/15 02:10, Kevin Hilman wrote: Sjoerd Simons sjoerd.sim...@collabora.co.uk writes: Add DTS for the Hardkernel Odroid XU3. The name of the DTS file is kept the same as the vendors naming, which means it's prefixed with exynos5422 instead of exynos5800 as the SoC name even though it

Re: [PATCH RESEND v2 0/4] ARM: dts: Add USB node for exynos3250 SoC boards

2015-01-12 Thread Kukjin Kim
On 01/07/15 23:08, Jaewon Kim wrote: This patch series adds USB device node and phy for exynos3250 SoC. And enables for rinato and monk boards. Changes in v2: - remove unnessasary property samsung,sysreg-phandle - change xusbxti clock to CLK_SCLK_UPLL Jaewon Kim (4): ARM: dts: Add

Re: [PATCH RESEND 1/2] ARM: dts: exynos3250: remove unecessary property of gpio-keys node

2015-01-12 Thread Kukjin Kim
On 01/06/15 12:43, Beomho Seo wrote: This patch remove unecessary property of gpio-keys node. The checkpatch complains like 'perhaps 'unnecessary'?' ;) Applied this and 2nd one. Thanks, Kukjin gpio-keys driver do not uses interrupts and interrupt-parent. Cc: Kukjin Kim kg...@kernel.org

Re: [PATCH v2] ARM: dts: Add dts file for odroid XU3 board

2015-01-08 Thread Kukjin Kim
On 01/08/15 17:49, Sjoerd Simons wrote: On Wed, 2015-01-07 at 23:49 +, Jonathan Stone -SISA wrote: On On Wed, 2015-01-07 at 18:37 +, Sjoerd Simons writes wrote: On Wed, 2015-01-07 at 18:37 +, Anand Moon wrote: [...] Only 4 core cpu's are on my board. Also CpuFreq is not working.

RE: kernel panic when booting on exynos 5440

2015-01-05 Thread Kukjin Kim
Ming Lei wrote: Hi Guys, Hi, Sorry for late response. On Thu, Dec 25, 2014 at 6:32 PM, Pankaj Dubey pankaj.du...@samsung.com wrote: +CC: Thomas Abraham Hi Ming, On Thursday 25 December 2014 02:18 PM, Ming Lei wrote: Hi Pankaj, In your commit fce9e5bb2(ARM: EXYNOS: Add

RE: [PATCH RESEND] ARM: exynos_defconfig: Enable options for display panel support

2015-01-05 Thread Kukjin Kim
panels - Backlight LCD device support Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk Tested-by: Kevin Hilman khil...@linaro.org Signed-off-by: Kukjin Kim kgene@samsung.com --- Hello Kukjin, Hi Javier, Happy new year :) You dropped this patch since exynos drm

RE: [RESEND PATCH v6] ARM: EXYNOS: Remove i2c sys configuration related code

2015-01-05 Thread Kukjin Kim
Pankaj Dubey wrote: As all these code has been moved into i2c driver, now we can safely remove them from machine files. CC: Russell King li...@arm.linux.org.uk Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com --- This patch is leftover patch from patch series [1], resending it after

RE: 3.19-rc1: peach*: display not working (missing patches)

2015-01-05 Thread Kukjin Kim
Javier Martinez Canillas wrote: [adding Kukjin and Vivek as cc] Hello Paolo, On Tue, Dec 23, 2014 at 11:16 AM, Paolo Pisati p.pis...@gmail.com wrote: Hi, 3.19-rc1 still misses these two patches: 156823e arm: dts: Exynos5: Use pmu_system_controller phandle for dp phy 03c16e7

RE: [GIT PULL 4/4] Samsung exynos7 updates for v3.19

2014-12-03 Thread Kukjin Kim
Kukjin Kim wrote: Arnd Bergmann wrote: On Thursday 27 November 2014, Kukjin Kim wrote: Samsung arch/arm64 DT updates for v3.19 - to support ARMv8 based exynos7 SoC : add initial device tree and add pinctrl, PMU, mmc, i2c, rtc, watchdog, and adc nodes for exynos7 SoC

RE: [PATCH] clocksource: exynos_mct: fix exynos4_mct_write

2014-11-29 Thread Kukjin Kim
Tobias Jakobi wrote: Hello, just a short note that I still don't see this patch applied anywhere. Anything else I need to do here? Sorry about that and it would be handled by Daniel. Let me ping with adding him on your original patch. Thanks for your gentle reminder. - Kukjin -- To

RE: [PATCH] clocksource: exynos_mct: fix exynos4_mct_write

2014-11-29 Thread Kukjin Kim
. Reviewed-by: Doug Anderson diand...@chromium.org And Acked-by: Kukjin Kim kgene@samsung.com Daniel, Since this is obvious fix, can you please pick into your tree? If any problem, please kindly let me know. Thanks, Kukjin --- drivers/clocksource/exynos_mct.c | 4 ++-- 1 file changed, 2

RE: [PATCH v5 2/6] drivers: soc: Add support for Exynos PMU driver

2014-11-29 Thread Kukjin Kim
Amit Daniel Kachhap wrote: This patch moves Exynos PMU driver implementation from arm/mach-exynos to drivers/soc/samsung. This driver is mainly used for setting misc bits of register from PMU IP of Exynos SoC which will be required to configure before Suspend/Resume. Currently all these

RE: [PATCH v5 3/6] driver: soc: exynos-pmu: Add an API to be called after wakeup

2014-11-29 Thread Kukjin Kim
Amit Daniel Kachhap wrote: This patch adds an API exynos_sys_powerup_conf to be called after system sleep wakeup. This will useful for exynos7 SoC to perform resume related initialisations. This is similar to currently existing API exynos_sys_powerdown_conf. Reviewed-by: Pankaj Dubey

RE: [PATCH v5 5/6] drivers: soc: exynos-pmu: Add support for Exynos7

2014-11-29 Thread Kukjin Kim
Amit Daniel Kachhap wrote: Add PMU settings for exynos7. This is required for future suspend-to-ram, cpuidle and power domain support. Note: In this patch some static declarations lines are over 80 characters per line for easy redability. Reviewed-by: Pankaj Dubey

RE: [GIT PULL 4/4] Samsung exynos7 updates for v3.19

2014-11-28 Thread Kukjin Kim
Arnd Bergmann wrote: On Thursday 27 November 2014, Kukjin Kim wrote: Samsung arch/arm64 DT updates for v3.19 - to support ARMv8 based exynos7 SoC : add initial device tree and add pinctrl, PMU, mmc, i2c, rtc, watchdog, and adc nodes for exynos7 SoC and exynos7 based

RE: [GIT PULL 2/4] Samsung serial updates for v3.19

2014-11-28 Thread Kukjin Kim
Arnd Bergmann wrote: On Thursday 27 November 2014, Kukjin Kim wrote: Hi Arnd, Olof, Kevin Please pull this branch for exynos7 SoC into arm-soc. Note Greg agreed to upstream via arm-soc tree. I don't really see any dependency on anything else here, so I wonder why you are sending

RE: [GIT PULL 3/5] Samsung defconfig update for v3.19

2014-11-28 Thread Kukjin Kim
Arnd Bergmann wrote: On Friday 21 November 2014, Kukjin Kim wrote: The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git

Re: [PATCH v2] ARM: EXYNOS: use u8 for val[] in struct exynos_pmu_conf

2014-11-26 Thread Kukjin Kim
On 11/27/14 02:21, Bartlomiej Zolnierkiewicz wrote: Values stored in val[] are never bigger than a byte. textdata bss dec hex filename 77163692 8 114162c98 arch/arm/mach-exynos/pmu.o.before 54361908 873521cb8

Re: [PATCHv3 0/3] ARM: dts: add the support of Exynos3250-based Monk board

2014-11-26 Thread Kukjin Kim
On 11/24/14 19:57, Chanwoo Choi wrote: This patchset adds the support of Exynos3250-based Monk board and Exynos-based boards compatible string and description to remove build warning. Also, this patchset includes a patch which remove unused dt node for command line in Exynos3250-based Rinato

Re: [RESEND PATCH 1/2] ARM: dts: exynos4x12: Device tree node definition for TMU on Exynos4x12

2014-11-26 Thread Kukjin Kim
On 11/24/14 17:49, Lukasz Majewski wrote: Hi Kukjin, Lukasz Majewski wrote: + Bart, Tomasz and MLs Hi Lukasz, Please post including MLs, even resending. Will apply for v3.19, and just note that you asked me to apply this for 3.18 in personal talk but I couldn't see any requirements

Re: [PATCH] ARM: exynos_defconfig: disable CONFIG_EXYNOS5420_MCPM; not stable

2014-11-26 Thread Kukjin Kim
On 11/27/14 02:56, Kevin Hilman wrote: Abhilash Kesavan kesavan.abhil...@gmail.com writes: Hi Kevin, On Wed, Nov 26, 2014 at 6:30 AM, Kevin Hilman khil...@kernel.org wrote: Hi Abhilash, Abhilash Kesavan kesavan.abhil...@gmail.com writes: [...] To be honest, since I don't have the

Re: [PATCH v6 1/2] i2c: s3c2410: add Sysreg phandle to i2c device nodes

2014-11-26 Thread Kukjin Kim
On 11/24/14 17:47, Pankaj Dubey wrote: This patch adds syscon based phandle to i2c device nodes of exynos5250 and exynos5420. These phandles will be used to save restore i2c sysreg configuration register during s2r from i2c driver. CC: Rob Herring robh...@kernel.org CC: Randy Dunlap

[GIT PULL 2/4] Samsung serial updates for v3.19

2014-11-26 Thread Kukjin Kim
Hi Arnd, Olof, Kevin Please pull this branch for exynos7 SoC into arm-soc. Note Greg agreed to upstream via arm-soc tree. Thanks, Kukjin The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1: Linux 3.18-rc1 (2014-10-19 18:08:38 -0700) are available in the git

[GIT PULL 1/4] Samsung 3rd round of PM updates for v3.19

2014-11-26 Thread Kukjin Kim
The following changes since commit c645a598f99768e6cc82129081458dfdd0c273b7: ARM: EXYNOS: Call regulator core suspend prepare and finish functions (2014-11-21 22:49:47 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

[GIT PULL 3/4] Samsung 3rd round of DT updates for v3.19

2014-11-26 Thread Kukjin Kim
The following changes since commit a427d15062ac46a00a22d2f0b9d05093c18ff2f1: ARM: dts: Add micro SD card SDHCI node for exynos4412-trats (2014-11-07 08:28:24 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

[GIT PULL 4/4] Samsung exynos7 updates for v3.19

2014-11-26 Thread Kukjin Kim
The following changes since commit 3b1f6f3450b6a64aead53d09fc6f8bba2999c450: Merge remote-tracking branch 'arm-soc/cleanup/dts-subdirs' into v3.19-next/dt-samsung-64 (2014-11-26 16:02:13 +0900) are available in the git repository at:

RE: [PATCH v5] arm64: dts: exynos7: add support for cpuidle core power down

2014-11-26 Thread Kukjin Kim
Chander Kashyap wrote: Exynos7 supports multiple idle states. Core power down is one such idle state, where cores can be powered off independently. This patch adds support for core power down idle state. Entry latency for core power down idle state is calculated as follows: 1. Time

RE: [PATCH] ARM: exynos_defconfig: disable CONFIG_EXYNOS5420_MCPM; not stable

2014-11-24 Thread Kukjin Kim
...@kernel.org wrote: Kukjin, On Mon, Nov 10, 2014 at 11:35 AM, Kevin Hilman khil...@kernel.org wrote: Kukjin Kim kg...@kernel.org writes: Kevin Hilman wrote: From: Kevin Hilman khil...@linaro.org The option CONFIG_EXYNOS5420_MCPM is causing imprecise external aborts during boot

Re: [PATCH] ARM: dts: Specify default clocks for Exynos4 camera devices

2014-11-22 Thread Kukjin Kim
On 11/21/14 01:14, Sylwester Nawrocki wrote: Specify the default mux and divider clocks in device tree to ensure the FIMC devices on Trats, Trats2, Universal_c210 and Odroid X2/U3 boards are clocked from recommended clock source and with maximum supported frequency. For Trats2 also the

Re: [PATCH 1/2] ARM: dts: add pwm node for exynos4412-trats2

2014-11-22 Thread Kukjin Kim
On 11/20/14 23:26, Jaewon Kim wrote: This patch add PWM(Pulse Width Modulation) node and handle to use pwm property. Signed-off-by: Jaewon Kim jaewon02@samsung.com --- arch/arm/boot/dts/exynos4412-trats2.dts |7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [PATCH 1/4] ARM: dts: Add usb3503 pinctrl to exynos5250-spring

2014-11-22 Thread Kukjin Kim
On 11/20/14 01:59, Javier Martinez Canillas wrote: Hello Andreas, On 11/19/2014 04:56 PM, Andreas Färber wrote: Reported-by: Doug Anderson diand...@chromium.org Signed-off-by: Andreas Färber afaer...@suse.de Even though the patch is simple and is true that the subject explains the

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

2014-11-22 Thread Kukjin Kim
On 11/20/14 00:40, Sylwester Nawrocki wrote: On 07/10/14 03:51, Kukjin Kim 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

Re: [PATCH] ARM: dts: exynos4: add missing clock to MFC device

2014-11-22 Thread Kukjin Kim
On 11/19/14 20:43, Marek Szyprowski wrote: sclk_mfc is required for MFC device since commit 0c2272170d78f826f6e97f99fb8a67fc17feef07 (media: s5p-mfc: rename special clock to sclk_mfc), so add it to exynos4 dts. Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com ---

Re: [PATCH 1/7] clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmi

2014-11-22 Thread Kukjin Kim
On 11/18/14 22:41, Andrzej Hajda wrote: sclk_hdmiphy clock is generated by HDMI-PHY and depends on hdmi gate clock. The patch models this dependency using parent/child hirerarchy. The patch fixes issue with system hangs during mixer device access, mixer uses sclk_hdmiphy descendant clock.

Re: [PATCH 3/7] ARM: dts: exynos4: add hdmi related nodes

2014-11-22 Thread Kukjin Kim
On 11/14/14 01:23, Andrzej Hajda wrote: From: Marek Szyprowski m.szyprow...@samsung.com This patch adds entries for HDMI, Mixer and i2c with hdmi-phy modules found in Exynos 4210 and 4x12 SoCs. Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com In this case, Andrzej's signed-off-by

Re: [PATCH 00/11] Exynos7: Adding USB 3.0 support

2014-11-22 Thread Kukjin Kim
On 11/22/14 17:40, Kishon Vijay Abraham I wrote: On Friday 21 November 2014 08:41 PM, Felipe Balbi wrote: On Fri, Nov 21, 2014 at 07:05:43PM +0530, Vivek Gautam wrote: The series has dependency on a) [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC

[GIT PULL 1/2] Samsung fixes for v3.18

2014-11-21 Thread Kukjin Kim
The following changes since commit fc14f9c1272f62c3e8d01300f52467c0d9af50f9: Linux 3.18-rc5 (2014-11-16 16:36:20 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-fixes-v3.18 for you to fetch changes up to

[GIT PULL 2/2] Samsung defconfig update for v3.18

2014-11-21 Thread Kukjin Kim
The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-defconfig-v3.18 for you to fetch changes up to

[GIT PULL 2/5] Samsung 2nd round of cleanup for v3.19

2014-11-21 Thread Kukjin Kim
The following changes since commit 13cfa6c4f7facfc690ba9e99ec382c151fddaced: ARM: EXYNOS: Fix CPU idle clock down after CPU off (2014-10-21 00:06:22 +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

[GIT PULL 3/5] Samsung defconfig update for v3.19

2014-11-21 Thread Kukjin Kim
The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-defconfig-v3.19 for you to fetch changes up to

[GIT PULL 1/5] Samsung non-critical fixes for v3.19

2014-11-21 Thread Kukjin Kim
The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1: Linux 3.18-rc1 (2014-10-19 18:08:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-fixes-v3.19 for you to fetch changes up to

<    1   2   3   4   5   6   7   8   9   10   >