RE: [PATCH v3 0/7] Add max77802 support for Peach boards

2014-09-12 Thread kgene
Javier Martinez Canillas wrote: Hello Kukjin, Hi Javier, This is a third version of th series that adds max77802 support for the Peach Pit and Pi boards. The series also have all the pending patches that were posted but depended on this support. I've picked all the patches I found and

RE: [PATCH v2 5/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-08 Thread kgene
Arnd Bergmann wrote: On Thursday 04 September 2014 01:31:21 Kukjin Kim wrote: This is the board specific file, so it seems ok. I mean there are many espresso boards are having different exynos7 SoC. I mean exynos7-espresso cannot represent all of espresso boards. Ah, I see, that

RE: [PATCH v2 5/7] arm64: dts: Add initial device tree support for EXYNOS7

2014-09-08 Thread kgene
Naveen Krishna Chatradhi wrote: Add initial device tree nodes for EXYNOS7 SoC and board dts file to support Espresso board based on Exynos7 SoC. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com Cc: Rob Herring r...@kernel.org Cc: Catalin Marinas catalin.mari...@arm.com ---

RE: [PATCH v6 0/5] ARM: EXYNOS: cpuidle: fix AFTR mode on boards with secure firmware enabled

2014-09-08 Thread kgene
Bartlomiej Zolnierkiewicz wrote: Hi, Hi, This patch series adds support for AFTR idle mode on boards with secure firmware enabled and allows EXYNOS cpuidle driver usage on Exynos4x12 SoCs. It has been tested on Trats2 board (using Exynos4412 SoC with secure firmware enabled) on which

RE: [PATCH v5 RESEND 1/3] ARM: EXYNOS: Move code from hotplug.c to platsmp.c

2014-09-08 Thread kgene
Krzysztof Kozlowski wrote: Cleanup a little the SMP/hotplug code for Exynos by: 1. Moving completely all functions from hotplug.c into the platsmp.c; 2. Deleting the hotplug.c file. After recent cleanups (e.g. 75ad2ab28f0f ARM: EXYNOS: use v7_exit_coherency_flush macro for cache

RE: [PATCH v2 0/5] Add max77802 support for Peach boards

2014-09-08 Thread kgene
Javier Martinez Canillas wrote: Hello Kukjin, Hi, On Wed, Aug 20, 2014 at 1:19 PM, Javier Martinez Canillas javier.marti...@collabora.co.uk wrote: This is a second version of the series that adds max77802 support for the Peach Pit and Pi boards. The series also have all the pending

RE: [PATCH] ARM: exynos_defconfig: Update EHCI config entry

2014-01-22 Thread kgene
Jingoo Han wrote: On Thursday, January 16, 2014 5:34 PM, Tushar Behera wrote: Commit 29824c167bea (USB: host: Rename ehci-s5p to ehci-exynos) renamed the config entry of EHCI host driver. Similar change needs to be done in exynos_defconfig as well. Signed-off-by: Tushar Behera

RE: [PATCH 1/1] ARM: S3C24XX: Move rtc-core.h from plat to mach

2014-01-22 Thread kgene
Heiko Stübner wrote: Am Montag, 30. Dezember 2013, 16:10:08 schrieb Sachin Kamat: plat/rtc-core.h is only referenced from mach-s3c24xx. Hence move it there to de-populate the plat directory. While at it also do some cleanup of the header file. Signed-off-by: Sachin Kamat

RE: [PATCH V12 1/3] ARM: dts: Add pmu sysreg node to exynos5250 and exynos5420 dtsi files

2014-01-20 Thread kgene
or are we going to fix this in another way? Hi Kgene, Hi Leela, Driver changes has been merged to Wim's tree, so can you please pick this patch into your tree. OK, let me take this and 3rd patch into Samsung tree for next time. Thanks, Kukjin -- To unsubscribe from this list: send

RE: [PATCH 0/3] Remove Exynos specific code from legacy files

2014-01-10 Thread kgene
Tushar Behera wrote: No need to maintain Exynos specific codes for legacy files as they are not compiled for Exynos platforms. Remove any reference to Exynos from those files. Tushar Behera (3): ARM: SAMSUNG: Remove Exynos specific code from devs.c ARM: SAMSUNG: Remove Exynos

RE: [PATCH V2 0/3] ARM: SAMSUNG: Remove plat/regs-serial.h file

2014-01-10 Thread kgene
Tushar Behera wrote: plat-samsung/include/plat/regs-serial.h only includes linux/serial_s3c.h. Including linux/serial_s3c.h directly would reduce platform dependency while working towards multi-platform kernel. Tested on top of Kukjin's for-next branch. Commit 8109c47 Merge branch

RE: [PATCH] ARM: EXYNOS: Remove unused header file from pm_domains.c

2014-01-10 Thread kgene
Tushar Behera wrote: plat/devs.h is not required in this file. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- Based on top of next-20131224. arch/arm/mach-exynos/pm_domains.c |2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-exynos/pm_domains.c

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

2014-01-10 Thread kgene
Heiko Stübner wrote: 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

RE: [PATCH v4 0/7] ARM: S3C24XX: Convert s3c2416 and s3c2443 to common clock framework

2014-01-10 Thread kgene
Heiko Stübner wrote: Next try, this time with less time between submissions. Tested on both non-dt and dt s3c2416. Changes since v3: - address comments from Tomasz Figa (binding documentation, etc) - prevent conflicts with unconverted s3c24xx socs Changes since v2 - address comments

RE: [PATCH 1/1] mtd: s3c2410: Merge plat/regs-nand.h into s3c2410.c

2014-01-03 Thread kgene
Sachin Kamat wrote: plat/regs-nand.h is used only by S3C2410 nand driver. Since there are no other users, merge this file into the driver code to remove platform dependency. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- The earlier version of this patch was titled mtd:

RE: [PATCH 1/1] ARM: SAMSUNG: Remove unused HDMI code

2014-01-03 Thread kgene
Sachin Kamat wrote: There seems to be no users of this code in the tree for now. Hence remove it. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- S5P_DEV_I2C_HDMIPHY config entry is not selected by any machine. Please check if this code is required for S5PV210 HDMI support.

RE: [PATCH 1/1] ata: pata_samsung_cf: Move plat/regs-ata.h to drivers/ata

2014-01-03 Thread kgene
Sachin Kamat wrote: plat/regs-ata.h is used only by Samsung PATA driver. Move this file to the drivers folder to remove platform dependency required for multiplatform support. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/ata/pata_samsung_cf.c |

RE: [PATCH 1/1] ata: pata_samsung_cf: Move plat/regs-ata.h to drivers/ata

2014-01-03 Thread kgene
Tejun Heo wrote: On Tue, Dec 31, 2013 at 10:59:13AM +0530, Sachin Kamat wrote: plat/regs-ata.h is used only by Samsung PATA driver. Move this file to the drivers folder to remove platform dependency required for multiplatform support. Signed-off-by: Sachin Kamat

RE: [PATCH 1/9] ARM: SAMSUNG: Remove platform dependency from samsung.S

2014-01-03 Thread kgene
Tushar Behera wrote: On 31 December 2013 21:08, Mark Brown broo...@kernel.org wrote: On Mon, Dec 30, 2013 at 03:30:32PM +0530, Tushar Behera wrote: From: Sachin Kamat sachin.ka...@linaro.org regs-serial.h only includes linux/serial_s3c.h. Include this header directly in samsung.S to

RE: [PATCH V4 1/6] clk: exynos-audss: convert to platform device

2014-01-03 Thread kgene
Tomasz Figa wrote: Hi Kukjin, Mike, On Monday 02 of December 2013 07:43:42 Kukjin Kim wrote: On 11/28/13 03:41, Mike Turquette wrote: Quoting Padma Venkat (2013-11-25 22:29:44) Hi Mike and Kukjin, On Tue, Oct 8, 2013 at 10:23 PM, Andrew Bresticker abres...@chromium.org

[PATCH 01/11] ARM: EXYNOS: cleanup mach/regs-pmu.h

2013-12-17 Thread kgene
From: Kukjin Kim kgene@samsung.com Remove useless definitions in the regs-pmu.h file. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/include/mach/regs-pmu.h | 51 -- 1 file changed, 51 deletions(-) diff --git a/arch/arm/mach-exynos

[PATCH 03/11] ARM: EXYNOS: local regs-pmu.h header file

2013-12-17 Thread kgene
From: Kukjin Kim kgene@samsung.com This moves regs-pmu.h file into mach-exynos directory. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/common.c |3 ++- arch/arm/mach-exynos/cpuidle.c |2 +- arch/arm/mach-exynos

[PATCH 02/11] ARM: EXYNOS: remove inclusion mach/regs-pmu.h into another headers

2013-12-17 Thread kgene
From: Kukjin Kim kgene@samsung.com This is needed to remove dependency of headers. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/include/mach/pm-core.h|5 - arch/arm/mach-exynos/include/mach/regs-clock.h |2 -- arch/arm/mach-exynos/include/mach

[PATCH 05/11] ARM: EXYNOS: cleanup mach/regs-clock.h

2013-12-17 Thread kgene
From: Kukjin Kim kgene@samsung.com Remove useless definitions in the regs-clock.h file. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/include/mach/regs-clock.h | 189 1 file changed, 189 deletions(-) diff --git a/arch/arm/mach-exynos

[PATCH 06/11] PM / devfreq: move definitions for exynos4_bus into drivers/devfreq

2013-12-17 Thread kgene
From: Kukjin Kim kgene@samsung.com We don't need to keep the definitions for exynos4_bus into mach-exynos/ so this moves them into drviers/devfreq with adding header file. Cc: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos

[PATCH 11/11] PM / devfreq: use inclusion mach/map.h instead of plat/map-s5p.h

2013-12-17 Thread kgene
From: Kukjin Kim kgene@samsung.com This fixes follwoing warning: In file included from drivers/devfreq/exynos/exynos4_bus.h:15:0, from drivers/devfreq/exynos/exynos4_bus.c:35: arch/arm/mach-exynos/include/mach/map.h:22:0: warning: S3C_UART_OFFSET redefined [enabled by default

[PATCH 04/11] ARM: EXYNOS: cleanup mach/regs-irq.h

2013-12-17 Thread kgene
From: Kukjin Kim kgene@samsung.com Remove useless inclusion mach/regs-irq.h for exynos. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/common.c|2 -- arch/arm/mach-exynos/include/mach/regs-irq.h | 19 --- arch/arm/mach-exynos

[PATCH 07/11] ARM: EXYNOS: local definitions for pm.c into mach-exynos dir

2013-12-17 Thread kgene
From: Kukjin Kim kgene@samsung.com Some of definitions in the regs-clock.h are used only for pm.c, so this moves them into the file. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/include/mach/regs-clock.h | 26 arch/arm/mach-exynos/pm.c

[PATCH 10/11] ARM: EXYNOS: remove mach/regs-clock.h for exynos

2013-12-17 Thread kgene
From: Kukjin Kim kgene@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/include/mach/regs-clock.h | 19 --- arch/arm/mach-exynos/platsmp.c |1 - arch/arm/mach-exynos/pmu.c |2 +- arch/arm/plat

[PATCH 09/11] ARM: EXYNOS: local definitions for cpuidle.c into mach-exynos dir

2013-12-17 Thread kgene
From: Kukjin Kim kgene@samsung.com This moves definitions for cpuidle into mach-exynos/cpuidle.c, because we don't need to keep them in the mach/regs-clock.h. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/cpuidle.c | 23

[PATCH 08/11] cpufreq: exynos: move definitions for exynos-cpufreq into drivers/cpufreq/

2013-12-17 Thread kgene
From: Kukjin Kim kgene@samsung.com This moves regarding exynos-cpufreq definitions into drivers/cpufreq/ exynos-cpufreq.h because they are used only for the cpufreq driver. Cc: Rafael J. Wysocki r...@rjwysocki.net Cc: Viresh Kumar viresh.ku...@linaro.org Signed-off-by: Kukjin Kim kgene

[PATCH 00/11] ARM: EXYNOS: cleanup mach/regs-xxx.h

2013-12-17 Thread kgene
This is cleanup for mach/regs-xxx.h. My e-mail client is used for submitting them instead of git send-email because of firewall :-( so looks strange format...sorry about that but it should be fine when I take them :-) Kukjin Kim (11): ARM: EXYNOS: cleanup mach/regs-pmu.h ARM: EXYNOS:

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

2013-12-17 Thread kgene
://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-fixes for you to fetch changes up to 236940d2c951a84735fdd7b958b5159eaf501784: ARM: dts: Update display clock frequency for Origen-4412 (2013-12-16 04:41:57 +0900

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

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

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

2013-12-13 Thread kgene
: Sylwester Nawrocki sylvester.nawro...@gmail.com Cc: Ben Dooks ben-li...@fluff.org Cc: Kukjin Kim kgene@samsung.com For this whole series: Acked-by: Kukjin Kim kgene@samsung.com Cc: linux-samsung-soc@vger.kernel.org Signed-off-by: Linus Walleij linus.wall...@linaro.org

RE: [PATCH] ARM: S3C24XX: Fix configuration of gpio port sizes on S3C24XX.

2013-12-13 Thread kgene
José Miguel Gonçalves wrote: On 27-09-2013 15:17, Linus Walleij wrote: On Wed, Sep 11, 2013 at 10:46 AM, José Miguel Gonçalves jose.goncal...@inov.pt wrote: Some GPIO line limits are incorrectly set which, for instance, does not allow nRTS1 (GPH11) configuration on a S3C2416 chip.

RE: [GIT PULL] s3c64xx dmaengine conversion

2013-12-05 Thread kgene
Tomasz Figa wrote: On Wednesday 04 of December 2013 13:38:39 Olof Johansson wrote: On Sun, Nov 24, 2013 at 6:50 AM, Mark Brown broo...@kernel.org wrote: The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

RE: [PATCH v2 4/5] ARM: dts: exynos4x12: Device tree node definition for TMU on Exynos4x12

2013-11-27 Thread kgene
Lukasz Majewski wrote: Hi Kukjin, Hi, Hi Kukjin, The TMU device tree node definition for Exynos4x12 family of SoCs. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Reviewed-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Reviewed-by: Tomasz Figa

RE: [PATCH v2 5/5] ARM: dts: exynos4412-trats2: Enable TMU support at Trats2

2013-11-27 Thread kgene
Lukasz Majewski wrote: Hi Kukjin, Hi Kukjin, This patch enables support for TMU at Exynos4412 based Trats2 board. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Reviewed-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Reviewed-by: Tomasz Figa

[PATCH RESEND] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs

2013-04-09 Thread kgene . kim
From: Kukjin Kim kgene@samsung.com As we discussed in mailing list, non-DT for EXYNOS SoCs will not be supported from v3.10. This patch removes regarding files for non-DT including board files. Signed-off-by: Kukjin Kim kgene@samsung.com --- Recreated as per Arnd's suggestion with using

RE: [PATCH v5 0/2] Adding USB 3.0 DRD-phy support for exynos5250

2013-02-12 Thread kgene
create mode 100644 drivers/usb/phy/samsung-usbphy.h -- 1.7.6.5 For now, looks good to me, and if any enhancement is required, it can be done next time. Felipe, please go ahead with my ack :-) Acked-by: Kukjin Kim kgene@samsung.com Thanks. - Kukjin -- To unsubscribe from this list: send

RE: [PATCH] ARM: dts: specify all the per-cpu interrupts of arch timer for exynos5440

2013-02-04 Thread kgene
will queue following patch for v3.9. Thanks. - Kukjin -8--8- - From: Kukjin Kim kgene@samsung.com Subject: [PATCH] ARM: dts: re-organized cpu node for exynos5440 This patch adds timer node and re-organizes cpu node for exynos5440

RE: [PATCH 0/3] ARM: EXYNOS: Add generic PWM lookup support

2012-09-13 Thread kgene
On Wed, Sep 12, 2012 at 05:03:29PM +0530, Sachin Kamat wrote: This series adds support for generic PWM framework which requires that the board setup code register a static mapping that can be used to match PWM consumers to providers. This series is based on for-next branch of Kukjin's

RE: [PATCH] arch/arm/mach-s3c24xx/mach-h1940.c: delete double assignment

2012-09-13 Thread kgene
Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Delete successive assignments to the same location. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // smpl @@ expression i; @@ *i = ...; i = ...; //