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

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 > 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 > > patches that were

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 di

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) o

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 > Cc: Rob Herring > Cc: Catalin Marinas > --- > arch/arm64/boot/dts/Makefile|

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. > > > > A

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] 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: Tush

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

2014-01-20 Thread kgene
er-domain = <&gsc_pd>; > >>}; > > > > I can't add this patch since there is no "gscl" in the current linux- > tree. > > Is this depending on another patch or are we going to fix this in > another > > way? > > > > Hi

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 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 S

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 > --- > > 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 b/arch/arm/mach

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 > > >> w

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 wrote: > > On Mon, Dec 30, 2013 at 03:30:32PM +0530, Tushar Behera wrote: > >> From: Sachin Kamat > >> > >> regs-serial.h only includes linux/serial_s3c.h. Include this > >> header directly in samsung.S to remove unnecessary platform

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 > > Appli

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 > --- > drivers/ata/pata_samsung_cf.c |2 +- > .../reg

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 > --- > S5P_DEV_I2C_HDMIPHY config entry is not selected by any machine. > Please check if this code is required for S5PV210 HDMI support. > Untested on that pl

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 > --- > The earlier version of this patch was titled > "mtd: s3c2410: Move plat/re

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 an

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

2013-12-17 Thread kgene
; > 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 236940d2c951a84735fdd7b958b5159eaf501784: > > > >

[PATCH 00/11] ARM: EXYNOS: cleanup

2013-12-17 Thread kgene
This is cleanup for . 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 ARM: EXYNOS: remove inclusion into another

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

2013-12-17 Thread kgene
From: Kukjin Kim 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 Cc: Viresh Kumar Signed-off-by: Kukjin Kim --- arch/arm/mach-exynos/include/mach/regs-clock.h | 21 --

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

2013-12-17 Thread kgene
From: Kukjin Kim 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 Signed-off-by: Kukjin Kim --- arch/arm/mach-exynos/include/mach/regs-clock.h | 94 drivers/devfreq/

[PATCH 11/11] PM / devfreq: use inclusion instead of

2013-12-17 Thread kgene
From: Kukjin Kim 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] In file included f

[PATCH 04/11] ARM: EXYNOS: cleanup

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

[PATCH 10/11] ARM: EXYNOS: remove for exynos

2013-12-17 Thread kgene
From: Kukjin Kim Signed-off-by: Kukjin Kim --- 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-samsung/pm.c |2 +-

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

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

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

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

[PATCH 02/11] ARM: EXYNOS: remove inclusion into another headers

2013-12-17 Thread kgene
From: Kukjin Kim This is needed to remove dependency of headers. Signed-off-by: Kukjin Kim --- 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/regs-pmu.h |2 -- arch/arm/mach-exynos/p

[PATCH 05/11] ARM: EXYNOS: cleanup

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

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

2013-12-17 Thread kgene
From: Kukjin Kim 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 --- arch/arm/mach-exynos/include/mach/regs-clock.h | 26 arch/arm/mach-exynos/pm.c | 26 +++

[PATCH 01/11] ARM: EXYNOS: cleanup

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

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 > > wrote: > > > >> Some GPIO line limits are incorrectly set which, for instance, > >> does not allow nRTS1 (GPH11) configuration on a S3C2416 chip. > >> > >> Si

RE: [PATCH 1/2] ARM: s3c24xx: get rid of custom

2013-12-13 Thread kgene
Heiko Stübner wrote: > > Am Donnerstag, 12. Dezember 2013, 15:06:50 schrieb Linus Walleij: > > This isolates the custom S3C24xx GPIO definition table to > > as this is > > used in a few different places in the kernel, removing the > > need to depend on the implicit inclusion of > > from and thu

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 wrote: > > > The following changes since commit > 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: > > > > > > Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) > > > > > > a

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 > > > Reviewed-by: Bartlomiej Zolnierkiewicz > > > Reviewed-by: Tomasz Figa > > > > > > --- > > > Changes for v2: > >

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 > > > Reviewed-by: Bartlomiej Zolnierkiewicz > > > Reviewed-by: Tomasz Figa > > > > > > --- > > > Changes for v2:

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

2013-04-09 Thread kgene . kim
From: Kukjin Kim 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 --- Recreated as per Arnd's suggestion with using -D option :-) Thanks, Arnd. arch/arm/con

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

2013-02-12 Thread kgene
Vivek Gautam wrote: > > Based on 'usb-next' > > Changes from v4: > - Modifying function names and driver names to follow a common >naming convention. > "usb2phy" for samsung-usb2phy driver > "usb3phy" for samsung-usb3phy driver > - Changing file names "samsung-usb2.c" to "sa

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

2013-02-04 Thread kgene
Santosh Shilimkar wrote: > > Benoit, > > On Thursday 24 January 2013 06:46 PM, Marc Zyngier wrote: > > Hi Benoit, > > > > On 24/01/13 12:42, Benoit Cousson wrote: > >> Hi Santosh, > >> > >> On 01/23/2013 11:55 AM, Santosh Shilimkar wrote: > >>> Looping Marc, Benoit > >>> > >>> On Wednesday 23 Jan

RE: [PATCH 9/15] arch/arm/mach-s3c24xx/mach-h1940.c: removes unnecessary semicolon

2012-09-13 Thread kgene
Peter Senna Tschudin wrote: > > From: Peter Senna Tschudin > > removes unnecessary semicolon > > Found by Coccinelle: http://coccinelle.lip6.fr/ > > Signed-off-by: Peter Senna Tschudin > > --- > arch/arm/mach-s3c24xx/mach-h1940.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

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

2012-09-13 Thread kgene
Julia Lawall wrote: > > From: Julia Lawall > > 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/) > > // > @@ > expression i; > @@ > > *i = ...; > i = ...; > // > > Signed

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