[GIT PULL 4/7] Samsung dev for v3.14

2013-12-15 Thread Kukjin Kim
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dev for you to fetch changes up to 70bacadbd0

[GIT PULL 3/7] Samsung defconfig for v3.14

2013-12-15 Thread Kukjin Kim
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-defconfig for you to fetch changes up to 54b5

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

2013-12-15 Thread Kukjin Kim
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -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 236940d2

Re: [PATCH] ARM: s3c64xx: Do not select both CPU_V6 and CPU_V6K at the same time

2013-12-15 Thread Kukjin Kim
On 12/14/13 05:15, Tomasz Figa wrote: To use V6K extensions, these symbols must not be selected at the same time, so this patch keeps only CPU_V6K selected for S3C64XX. Signed-off-by: Tomasz Figa --- arch/arm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/a

Re: [PATCH v5 0/3] Exynos 5410 support

2013-12-11 Thread Kukjin Kim
On 12/10/13 23:26, Vyacheslav Tyrtov wrote: The series of patches represent support of Exynos 5410 SoC The Exynos 5410 is the first Samsung SoC based on bigLITTLE architecture Patches add new platform description, support of clock controller and device tree for Exynos 5410. Dual cluster suppor

Re: [PATCH 1/1] ARM: dts: Add missing op_mode property to PMIC on Arndale

2013-12-09 Thread Kukjin Kim
On 11/27/13 18:14, Sachin Kamat wrote: Though the default value is 1, add it explicitly to avoid unnecessary boot warnings and for consistency. Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/exynos5250-arndale.dts |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/e

Re: [PATCH 1/1] ARM: dts: Fix min voltage for vdd_arm on Arndale

2013-12-09 Thread Kukjin Kim
On 11/27/13 18:15, Sachin Kamat wrote: The minimum recommended ARM voltage for Exynos5250 at 200MHz on Arndale board is 0.9125V. Update accordingly. Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/exynos5250-arndale.dts |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

Re: [PATCH 1/1] ARM: dts: Add missing frequency property to exynos5250

2013-12-09 Thread Kukjin Kim
On 11/30/13 02:29, Tomasz Figa wrote: On Friday 29 of November 2013 17:04:52 Sachin Kamat wrote: Added missing clock frequency property to CPU node to avoid boot time warnings. Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/exynos5250.dtsi |2 ++ 1 file changed, 2 insertions(+) Revi

Re: [PATCH 1/1] ARM: dts: Fix a typo in exynos5420-pinctrl.dtsi

2013-12-09 Thread Kukjin Kim
On 12/02/13 19:27, Sachin Kamat wrote: On 10 November 2013 23:50, Tomasz Figa wrote: On Thursday 07 of November 2013 09:39:46 Sachin Kamat wrote: Fixed samaung -> samsung in property name. Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/exynos5420-pinctrl.dtsi |2 +- 1 file changed,

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

2013-12-09 Thread Kukjin Kim
On 12/05/13 18:44, Sachin Kamat wrote: Added regulator entries to Exynos5420 SMDK board. Signed-off-by: Sachin Kamat --- Changes since v1: Changed node name --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 216 + 1 file changed, 216 insertions(+) diff --git a/arch

Re: [PATCH v2] ARM: dts: Add hs-i2c nodes to exynos5420

2013-12-09 Thread Kukjin Kim
On 12/05/13 20:36, Tomasz Figa wrote: Hi Sachin, On Monday 02 of December 2013 16:41:42 Sachin Kamat wrote: Added high speed I2C nodes to Exynos5420 DT file. Signed-off-by: Sachin Kamat --- Changes since v1: Changed the node name to i2c as suggested by Tomasz Figa. --- arch/arm/boot/dts/exyn

Re: [PATCH] ARM: s3c24xx: get rid of custom

2013-12-09 Thread Kukjin Kim
On 12/06/13 20:58, Linus Walleij wrote: On Fri, Dec 6, 2013 at 10:31 AM, Linus Walleij wrote: Hi Linus, This isolates the custom S3C24xx GPIO definition table to Maybe I'm too trigger happy. I'll send a combined series with S3C24xx, S3C64xx and maybe also S5P variants all fixed so you can

Re: [PATCH] ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter

2013-12-09 Thread Kukjin Kim
On 12/09/13 13:38, Michael Opdenacker wrote: This removes the SAMSUNG_GPIOLIB_4BIT Kconfig parameter, which was no longer used anywhere in the source code and Makefiles. Signed-off-by: Michael Opdenacker Reviewed-by: Jingoo Han --- arch/arm/Kconfig | 1 - arch/arm/plat-samsung/Kc

Re: [PATCH][RESEND] ARM: SAMSUNG: remove IRQF_DISABLED

2013-12-09 Thread Kukjin Kim
On 12/09/13 18:02, Michael Opdenacker wrote: This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker Reviewed-by: Jingoo Han --- arch/arm/mach-s3c24xx/dma.c | 2 +- arch/arm/mach-s3c24x

Re: [PATCH 4/4 v4] ARM: dts: Exynos5420: Add device nodes for TMU blocks

2013-12-09 Thread Kukjin Kim
On 11/19/13 22:05, Naveen Krishna Chatradhi wrote: Exynos5420 SoC has per core thermal management unit. 5 TMU channels 4 for CPUs and 5th for GPU. This patch adds the device tree nodes to the DT device list. Nodes carry the misplaced second base address and the second clock to access the mispla

Re: [PATCH 1/3] ARM: dts: Leave Exynos5250 SPI controller disabled by default

2013-12-09 Thread Kukjin Kim
On 12/10/13 00:23, Tomasz Figa wrote: Hi Kukjin, Hi, On Monday 25 of November 2013 12:15:08 Mark Brown wrote: From: Mark Brown Rather than requiring each board to explicitly disable the SPI controllers it is not using instead require boards to enable those that they are using. This is less

Re: [PATCH 1/3] ARM: EXYNOS: pmu: Constify data tables

2013-12-09 Thread Kukjin Kim
On 12/10/13 01:15, Tomasz Figa wrote: On Tuesday 10 of December 2013 00:11:40 Daniel Kurtz wrote: Hi Tomasz, Thank you for the reviews. On Dec 9, 2013 5:15 AM, "Tomasz Figa" wrote: Hi Daniel, On Thursday 21 of November 2013 02:21:24 Daniel Kurtz wrote: These tables are all immutable, make

Re: [PATCH 1/2] ARM: dts: Fix status property of mmc nodes for snow board

2013-12-09 Thread Kukjin Kim
On 12/10/13 01:16, Doug Anderson wrote: Yuvaraj, On Sun, Dec 8, 2013 at 10:38 PM, Yuvaraj Kumar C D wrote: Commit 0c3de788 ("ARM: dts: change status property of dwmmc nodes for exynos5250") missed out handling the exynos5250 snow dts file. Signed-off-by : Abhilash Kesavan Signed-off-by: Yuva

Re: [PATCH 2/2] ARM: dts:Move fifo-depth property from cros5250-common.dtsi

2013-12-09 Thread Kukjin Kim
On 12/10/13 01:19, Doug Anderson wrote: Yuvaraj, On Sun, Dec 8, 2013 at 10:38 PM, Yuvaraj Kumar C D wrote: Commit 64c138a ("ARM: dts: Move fifo-depth property from exynos5250 board dts") missed out handling the exynos5250 snow dts file. Deletes the fifo-depth property, as this property has bee

Re: [PATCH v4 2/4] clk: exynos5410: register clocks using common clock framework

2013-12-09 Thread Kukjin Kim
On 12/10/13 01:34, Tomasz Figa wrote: Hi Vyacheslav, Tarek, On Tuesday 26 of November 2013 12:58:06 Vyacheslav Tyrtov wrote: From: Tarek Dakhran The EXYNOS5410 clocks are statically listed and registered using the Samsung specific common clock helper functions. Signed-off-by: Tarek Dakhran Si

Re: [PATCH 1/1] ARM: dts: Add initial support for Arndale Octa board

2013-12-09 Thread Kukjin Kim
On 12/10/13 01:37, Tomasz Figa wrote: Hi Sachin, On Thursday 28 of November 2013 16:08:01 Sachin Kamat wrote: Arndale Octa board is based on Exynos5420 SoC. This patch adds the basic support required for booting it through DT. Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/Makefile

Re: [PATCH v2] irqchip: exynos-combiner: remove hard-coded irq_base value

2013-12-01 Thread Kukjin Kim
On 11/25/13 15:37, Chander Kashyap wrote: Hi Kikjin, Hi Chander, On 21 October 2013 02:32, Kukjin Kim wrote: On 10/18/13 02:53, Tomasz Figa wrote: Hi Kukjin, On Thursday 26 of September 2013 14:05:09 Kukjin Kim wrote: Chander Kashyap wrote: Replace irq_domain_add_simple with

RE: [PATCH] ARM: exynos_defconfig: increase CONFIG_NR_CPUS value to 8

2013-11-25 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Bart, > > On Thursday 21 of November 2013 13:06:06 Bartlomiej Zolnierkiewicz wrote: > > Current CONFIG_NR_CPUS value (2) is too small for: > > - EXYNOS4412 (4 cores) > > - EXYNOS5440 (4 cores) > > - EXYNOS5410 (8 cores) > > - EXYNOS5420 (8 cores) > > > > Set CONFIG_NR_CP

RE: [Patch v4 0/2] Enable all cpus in Exynos5420

2013-11-12 Thread Kukjin Kim
Chander Kashyap wrote: > > Hi Kukjin, > > On 7 October 2013 09:47, Chander Kashyap > wrote: > > Exynos5420 is an octa-core SoC. This patch series enables the remaining > 4 cores. > > > > Changes in v2: > > - Changed the cpu node @unit-address value to reg property value. > > Changes in v

RE: [RESEND] [PATCH] ARM: dts: exynos5: add pwm DT nodes to Exynos5250 and Exynos5420

2013-11-12 Thread Kukjin Kim
Leela Krishna Amudala wrote: > > Hi Sachin, > > On Thu, Oct 10, 2013 at 11:18 AM, Sachin Kamat > wrote: > > Hi Leela, > > > > On 10 October 2013 11:12, Leela Krishna Amudala > wrote: > >> Add the device-tree binding for the PWM controller to Exynos5250 and > Exynos5420 > >> > >> Signed-off-by:

RE: [PATCH] ARM: dts: Add SPI nodes to the exynos5420 device tree file

2013-11-12 Thread Kukjin Kim
Leela Krishna Amudala wrote: > > Add SPI device tree nodes to Exynos5420 SoC > > Signed-off-by: Doug Anderson > Signed-off-by: Leela Krishna Amudala > Reviewed-by: Andrew Bresticker > --- > Note: This patch is rebased on Kgene's for-next branch and is dependent on > [V3] ARM: dts: Add DMA con

RE: [RESEND] [PATCH V3] ARM: dts: Add DMA controller node info on Exynos5420.

2013-11-12 Thread Kukjin Kim
Leela Krishna Amudala wrote: > + dt ml. > From: Padmavathi Venna > > This patch adds dma controller node info on Exynos5420. > Exynos5420 has adma for audio IPs. As adma clk is dependent > on audss clk provider that will be added later. > > Signed-off-by: Padmavathi Venna > Signed-off-by: Lee

RE: [PATCH 1/1] ARM: dts: Enable watchdog in Exynos4

2013-11-12 Thread Kukjin Kim
Sachin Kamat wrote: > > Enabled watchdog in Exynos4. > > Signed-off-by: Sachin Kamat > --- > arch/arm/boot/dts/exynos4.dtsi |1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/boot/dts/exynos4.dtsi > b/arch/arm/boot/dts/exynos4.dtsi > index ce24edba7f6d..b7378154c0a1 100644 > -

RE: [PATCH 1/2] ARM: dts: Enable RTC node in exynos4.dtsi file

2013-11-12 Thread Kukjin Kim
Sachin Kamat wrote: > > Since there are no board specific properties for the RTC node, > keep it enabled in the dtsi file. > > Signed-off-by: Sachin Kamat > --- > arch/arm/boot/dts/exynos4.dtsi |1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/boot/dts/exynos4.dtsi > b/arch/a

RE: [PATCH v3 1/2] ARM: dts: Fix sysreg node name in exynos4.dtsi

2013-11-12 Thread Kukjin Kim
Sachin Kamat wrote: > > Fix the name as per DT node naming convention. > - rename the node to syscon which is a more generic name. > - append the register value to the node name. > > Signed-off-by: Sachin Kamat > Reviewed-by: Tomasz Figa > --- > Changes since v2: > None. > --- > arch/arm/boot/

RE: [PATCH v3 2/2] ARM: dts: Update Samsung sysreg binding document

2013-11-12 Thread Kukjin Kim
Sachin Kamat wrote: > > Added a binding example for reference and updated the > node name. While at it also removed the name description > as it is not necessary. > > Signed-off-by: Sachin Kamat > --- > Changes since v2: > * Removed node name description as suggested by Tomasz Figa. > --- > ...

RE: [PATCH 1/1] dmaengine: s3c24xx-dma: use DMA_COMPLETE for dma completion status

2013-11-12 Thread Kukjin Kim
Vinod Koul wrote: > > On Thu, Oct 31, 2013 at 10:48:09AM +0530, Sachin Kamat wrote: > > Use the recently introduced DMA_COMPLETE instead of DMA_SUCCESS. > > Without this patch we get the following build error: > > drivers/dma/s3c24xx-dma.c: In function ‘s3c24xx_dma_tx_status’: > > drivers/dma/s3c2

RE: [PATCH] ARM: dts: Add missing GPIO entries for sd_bus in

2013-11-12 Thread Kukjin Kim
Sachin Kamat wrote: > Following is more clear? "ARM: dts: Add missing GPIO entries for sd_bus_width4 in exynos5420-pinctrl" > Adds missing GPIO entries for sd_bus nodes in exynos5420-pinctrl. > > Signed-off-by: Sachin Kamat > Signed-off-by: Tushar Behera > --- > arch/arm/boot/dts/exynos5420

RE: [PATCH 2/2] ARM: dts: Update display clock frequency for Origen-4412

2013-11-12 Thread Kukjin Kim
Sachin Kamat wrote: > + dt ml. > As per the timing information for supported panel, the value should > be between 47.2 MHz to 47.9 MHz for 60Hz refresh rate. > > Total horizontal pixels = 1024 (x-res) + 80 (margin) + 48 (hsync) = 1152 > Total vertical pixels = 600 (y-res) + 80 (margin) + 3 (vsyn

Re: [PATCH] ARM: dts: use 'status' property for PCIe nodes

2013-10-29 Thread Kukjin Kim
: Jingoo Han Acked-by: Kukjin Kim Olof, please pick this into your tree directly :-) If any problems, please kindly let me know. Thanks, Kukjin --- Tested on SSDK5440 board. arch/arm/boot/dts/exynos5440-ssdk5440.dts |2 ++ arch/arm/boot/dts/exynos5440.dtsi |2 ++ 2 files

Re: [PATCH v5 0/3] ARM: S5PV210: move to common clk framework

2013-10-29 Thread Kukjin Kim
On 10/29/13 04:42, Tomasz Figa wrote: Hi Kukjin, Mike, On Monday 21 of October 2013 05:16:05 Mike Turquette wrote: Quoting Kukjin Kim (2013-10-20 13:51:42) On 10/20/13 01:03, Tomasz Figa wrote: Hi Mike, Kukjin, Rafael, On Tuesday 24 of September 2013 14:50:06 Mateusz Krawczuk wrote: This

Re: [RFC 00/12] Add DRM Exynos HDMI on SoCs from Exynos4 family

2013-10-28 Thread Kukjin Kim
On 10/28/13 06:42, Inki Dae wrote: Hi Tomasz, I have merged the re-factoring patch set from Sean Paul. Can you re-base your patch set at top of exynos-drm-next? Basically, RFC is not patch for merge. So Tomasz needs to re-submit after addressing comments from RFC. Thanks, Kukjin -- To unsubs

Re: [PATCH] ARM: dts: disable PCIe for SD5v1 board

2013-10-28 Thread Kukjin Kim
On 10/28/13 08:15, Olof Johansson wrote: On Sun, Oct 27, 2013 at 10:36 PM, Jingoo Han wrote: On Monday, October 28, 2013 1:52 PM, Olof Johansson wrote: On Wed, Sep 4, 2013 at 11:08 PM, Jingoo Han wrote: Disable PCIe for SD5v1 board, because there is no PCIe slot on SD5v1 board. Signed-off-b

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

2013-10-28 Thread Kukjin Kim
On 10/28/13 07:31, Andrzej Hajda wrote: Ping Regards Andrzej On 10/07/2013 10:46 AM, Andrzej Hajda wrote: On 10/06/2013 10:27 PM, Mike Turquette wrote: Quoting Kukjin Kim (2013-10-04 19:16:56) Mike Turquette wrote: Quoting Kukjin Kim (2013-09-30 03:11:41) Mike Turquette wrote: Quoting

[GIT PULL 6/6] Samsung update for v3.13

2013-10-20 Thread Kukjin Kim
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983: Linux 3.12-rc2 (2013-09-23 15:41:09 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/exynos-dt for you to fetch changes up to c6ad2259c629

[GIT PULL 3/6] Samsung s3c64xx-common-clk for v3.13

2013-10-20 Thread Kukjin Kim
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/s3c64xx-common-clk for you to fetch changes up to 66f

[GIT PULL 4/6] Samsung s3c64xx-dt for v3.13

2013-10-20 Thread Kukjin Kim
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/s3c64xx-dt for you to fetch changes up to 2ec35a4252e

[GIT PULL 5/6] Samsung s3c24xx-dma for v3.13

2013-10-20 Thread Kukjin Kim
The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6: Linux 3.12-rc3 (2013-09-29 15:02:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/s3c24xx-dma for you to fetch changes up to 1fecf8958e

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

2013-10-20 Thread Kukjin Kim
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983: Linux 3.12-rc2 (2013-09-23 15:41:09 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-cleanup for you to fetch changes up to ae3c5d

[GIT PULL 2/6] Samsung maintainer for v3.13

2013-10-20 Thread Kukjin Kim
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-maintainer for you to fetch changes up to 6f0

Re: [PATCH] ARM: s3c64xx: mini6410: Correct card detect type for HSMMC1

2013-10-20 Thread Kukjin Kim
On 10/18/13 08:38, Kukjin Kim wrote: Tomasz Figa wrote: Hi Kukjin, Hi, On Sunday 29 of September 2013 18:12:01 Tomasz Figa wrote: According to board schematics, for HSMMC1 a GPIO line is used to detect card presence, while currently it is being configured for internal card detect line

Re: [PATCH V2] ARM: EXYNOS: Move arm core power down clock to exynos5250 common clock

2013-10-20 Thread Kukjin Kim
tested in exynos5250 based arndale platform. Cc: Abhilash Kesavan Cc: Thomas Abraham Acked-by: Kukjin Kim nit: Typo in samsung. Probably something that Kukjin can fix up when applying, though. Reviewed-by: Bartlomiej Zolnierkiewicz Signed-off-by: Amit Daniel Kachhap --- Changes in V2: * Rebased

Re: [PATCH v2 0/8] ARM: s3c64xx: Let amba-pl08x driver handle DMA

2013-10-20 Thread Kukjin Kim
On 10/17/13 19:22, Mark Brown wrote: On Wed, Oct 16, 2013 at 09:10:51PM +0200, Tomasz Figa wrote: Since the patches extending support of amba-pl08x DMA engine driver to PL080S DMA engine (PL080 modified by Samsung) found in Samsung S3C64xx SoCs got merged into Linux 3.12, it is a good time to mi

Re: [PATCH v2] irqchip: exynos-combiner: remove hard-coded irq_base value

2013-10-20 Thread Kukjin Kim
On 10/18/13 02:53, Tomasz Figa wrote: Hi Kukjin, On Thursday 26 of September 2013 14:05:09 Kukjin Kim wrote: Chander Kashyap wrote: Replace irq_domain_add_simple with "irq_domain_add_linear" in order to use linear irq domain, and to remove hardcoded irq_base_value. Signed-off-b

Re: [PATCH V7] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-10-20 Thread Kukjin Kim
On 10/18/13 20:07, Yuvaraj Kumar wrote: Gentle Ping... On Thu, Sep 26, 2013 at 12:13 PM, Yuvaraj Kumar wrote: Hi Kukjin, Can you please take this patch to your tree? Best Regards Yuvaraj On Tue, Sep 3, 2013 at 11:30 AM, Yuvaraj Kumar C D wrote: This patch adds the mmc device tree node en

Re: [PATCH v5 0/3] ARM: S5PV210: move to common clk framework

2013-10-20 Thread Kukjin Kim
On 10/20/13 01:03, Tomasz Figa wrote: Hi Mike, Kukjin, Rafael, On Tuesday 24 of September 2013 14:50:06 Mateusz Krawczuk wrote: This patch series is the new s5pv210 clock implementation (using common clk framework). This implementation is compatible with device tree definition and board files.

Re: [PATCH V4 1/4] ARM: dts: Move dwmmc nodes from exynos5.dtsi to exynos5250.dtsi

2013-10-20 Thread Kukjin Kim
On 09/03/13 15:04, Yuvaraj Kumar C D wrote: Exynos5 series SOC's 5250 and 5420 have different versions of DWMMC controller.So there is a new compatible string to distinguish between them.So these nodes should be moved out of Exynos5 series common device tree source to SOC specific device tree sou

Re: [PATCH V4 0/4] exynos dwmmc device tree node cleanup

2013-10-20 Thread Kukjin Kim
On 10/18/13 20:07, Yuvaraj Kumar wrote: Gentle Ping... Sorry for late response due to missing :( On Thu, Sep 26, 2013 at 10:51 AM, Yuvaraj Cd wrote: Hi Kukjin, Can you please take this series to your tree? Yeah, looks good to me, applied. Thanks, Kukjin Best Regards Yuvaraj On Tue,

Re: [PATCH RESEND 0/3] ARM: S3C24XX: add missing dma-devices and warning fix

2013-10-20 Thread Kukjin Kim
On 10/16/13 11:05, Vinod Koul wrote: On Wed, Oct 16, 2013 at 07:32:20AM +0900, Kukjin Kim wrote: On 10/14/13 03:11, Heiko Stübner wrote: Am Sonntag, 13. Oktober 2013, 16:56:42 schrieb Vinod Koul: On Fri, Oct 11, 2013 at 10:59:19AM +0200, Heiko Stübner wrote: [I messed up the linux-arm-kernel

RE: [PATCH] ARM: s3c64xx: mini6410: Correct card detect type for HSMMC1

2013-10-17 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Kukjin, > Hi, > On Sunday 29 of September 2013 18:12:01 Tomasz Figa wrote: > > According to board schematics, for HSMMC1 a GPIO line is used to detect > > card presence, while currently it is being configured for internal card > > detect line, which is multiplexed with

RE: [PATCH] ARM: s3c64xx: Select CPU_V6K instead of CPU_V6

2013-10-17 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Kukjin, > > On Saturday 28 of September 2013 19:49:14 Tomasz Figa wrote: > > All S3C64XX SoCs come with ARM1176JZF-s core, which fully supports > > ARMv6K extensions. This patch lets the kernel use them on S3C6410 by > > adding selection of CPU_V6K to ARCH_S3C64XX. > > >

RE: [PATCH V2] ARM: dts: Exynos5420: Add device nodes for GScaler blocks

2013-10-17 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Leela, > > On Thursday 17 of October 2013 11:25:00 Leela Krishna Amudala wrote: > > Adds G-Scaler device nodes to the DT device list > > > > Signed-off-by: Leela Krishna Amudala > > --- > > > > Changes since V1: > > - Changed the patch subject > > - Changed the

Re: [PATCH RESEND 0/3] ARM: S3C24XX: add missing dma-devices and warning fix

2013-10-15 Thread Kukjin Kim
On 10/14/13 03:11, Heiko Stübner wrote: Am Sonntag, 13. Oktober 2013, 16:56:42 schrieb Vinod Koul: On Fri, Oct 11, 2013 at 10:59:19AM +0200, Heiko Stübner wrote: [I messed up the linux-arm-kernel list address yesterday, so I resend it with a fixed address, sorry for the noise] When Olof report

[GIT PULL v2] Samsung-fixes for v3.12

2013-10-15 Thread Kukjin Kim
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-fixes-v2 for you to fetch changes up to 22c98

RE: [GIT PULL] Samsung fixes-1 for v3.12

2013-10-13 Thread Kukjin Kim
Olof Johansson wrote: > > Hi, > Hi, > On Sun, Oct 13, 2013 at 2:56 PM, Kukjin Kim wrote: > > Alexander Shiyan (1): > > ARM: SAMSUNG: Fix switching FIFO in arch_enable_uart_fifo function > > What's the regression that this is fixing? As far as I can

[GIT PULL] Samsung fixes-1 for v3.12

2013-10-13 Thread Kukjin Kim
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-fixes-1 for you to fetch changes up to b7f8c4

RE: [PATCH v5 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-10-07 Thread Kukjin Kim
Vinod Koul wrote: > > On Wed, Sep 18, 2013 at 09:19:54PM +0200, Heiko Stübner wrote: > > This adds a new driver to support the s3c24xx dma using the dmaengine > > and makes the old one in mach-s3c24xx obsolete in the long run. > > > > Conceptually the s3c24xx-dma feels like a distant relative of t

Re: [PATCH] MAINTAINERS: Add DTS files to patterns for Samsung platform

2013-10-07 Thread Kukjin Kim
On 09/17/13 22:42, Mark Brown wrote: From: Mark Brown Help ensure that updates to the Samsung device trees get sent to the Samsung maintainers for review by adding file patterns to MAINTAINERS. Signed-off-by: Mark Brown --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MA

Re: [PATCH] ARM: dts: Add HDMI related I2C nodes for Arndale board

2013-10-07 Thread Kukjin Kim
On 10/01/13 13:31, Tushar Behera wrote: From: Sachin Kamat Updated I2C nodes for HDMI-DDC and HDMI-PHY for Arndale board. Signed-off-by: Sachin Kamat Signed-off-by: Tushar Behera --- arch/arm/boot/dts/exynos5250-arndale.dts | 20 +++- 1 file changed, 19 insertions(+), 1 del

Re: [PATCH] ARM: EXYNOS: fix PL330 MDMA1 address in DT for Universal C210 board

2013-10-07 Thread Kukjin Kim
On 09/24/13 19:41, Bartlomiej Zolnierkiewicz wrote: Hi, On Tuesday, September 24, 2013 07:38:13 PM Kukjin Kim wrote: Bartlomiej Zolnierkiewicz wrote: Hi Kukjin, Hi Bart, Could you please apply this patch? Can you make sure there is no rev1 for universal c210 board? Universal C210

RE: [PATCH v5 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-10-07 Thread Kukjin Kim
Heiko Stübner wrote: > > Hi Vinod, > > with the removed double-retrival of the cookie state, is the driver ok now? > Because I think kgene needs an ack on it. > Yes! Vinod, do you OK on this? If you have any concerns, please kindly let us know. Thanks, Kukjin > > Thanks > Heiko > > > Am Mi

Re: [PATCH V5 1/5] ARM: dts: Add MIPI PHY node to exynos4.dtsi

2013-10-05 Thread Kukjin Kim
On 10/06/13 09:09, Kukjin Kim wrote: On 10/02/13 00:26, Kishon Vijay Abraham I wrote: On Wednesday 02 October 2013 02:43 AM, Sylwester Nawrocki wrote: On 10/01/2013 07:28 AM, Kishon Vijay Abraham I wrote: On Sunday 29 September 2013 12:57 AM, Sylwester Nawrocki wrote: Add PHY provider node

Re: [PATCH V5 1/5] ARM: dts: Add MIPI PHY node to exynos4.dtsi

2013-10-05 Thread Kukjin Kim
On 10/02/13 00:26, Kishon Vijay Abraham I wrote: On Wednesday 02 October 2013 02:43 AM, Sylwester Nawrocki wrote: On 10/01/2013 07:28 AM, Kishon Vijay Abraham I wrote: On Sunday 29 September 2013 12:57 AM, Sylwester Nawrocki wrote: Add PHY provider node for the MIPI CSIS and MIPI DSIM PHYs.

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

2013-10-04 Thread Kukjin Kim
Mike Turquette wrote: > > Quoting Kukjin Kim (2013-09-30 03:11:41) > > Mike Turquette wrote: > > > > > > Quoting Sylwester Nawrocki (2013-09-16 07:33:45) > > > > On 09/12/2013 12:50 PM, Kukjin Kim wrote: > > > > > Well...I'm not su

RE: [PATCH v3 2/2] arm: dt: Exynos5420: populate cpu node enteries to 8 cpus

2013-10-04 Thread Kukjin Kim
Chander Kashyap wrote: > > Hi Kukgin, > > On 6 September 2013 00:52, Sylwester Nawrocki > wrote: > > On 09/05/2013 01:29 PM, Chander Kashyap wrote: > >> > >> Exynos5420 is octacore SoC from samsung. > > > > > > s/octacore/octa-core ? > > s/samsung/Samsung > > > > > >> Hence populate all the cpu

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

2013-09-30 Thread Kukjin Kim
Mike Turquette wrote: > > Quoting Sylwester Nawrocki (2013-09-16 07:33:45) > > On 09/12/2013 12:50 PM, Kukjin Kim wrote: > > > Well...I'm not sure changing to use macro is better or not at this > moment... > > > > I think it is. ;) It's really les

RE: [PATCH v2 1/3] ARM: dts: exynos4210-origen: Add fixed voltage regulator to simple bus

2013-09-30 Thread Kukjin Kim
Sachin Kamat wrote: > > This has been done for Arndale board vide commit aa3edb65 > ("ARM: dts: Put Arndale fixed voltage regulators on a simple-bus"). > Replicate here for consistency and correctness. > > Signed-off-by: Sachin Kamat > --- > Based on Kukjin's for-next branch. > Changes since v1:

RE: [PATCH v7 0/6] ARM: dts: add support for exynos hdmi subsystem

2013-09-30 Thread Kukjin Kim
Rahul Sharma wrote: > > On 29 August 2013 19:05, Tomasz Figa wrote: > > Hi Rahul, > > > > On Thursday 29 of August 2013 19:22:51 Rahul Sharma wrote: > >> It adds Device tree nodes and clocks information for HDMI subsystem > >> for exynos5420 and exynos5250 SoCs. It adds pinctrl node for hdmi > >>

RE: [PATCH V2] ARM: EXYNOS: implement pm_power_off for EXYNOS5440

2013-09-30 Thread Kukjin Kim
Jungseok Lee wrote: > > On Monday, September 30, 2013 12:04 PM, Sachin Kamat wrote: > > On 30 September 2013 07:02, Jungseok Lee wrote: > > > > > + /* turn off all power domains */ > > > + addr = of_iomap(np, 0) + 0x14; > > > + __raw_writel(0x1, addr); > > > > Actually my commen

RE: [PATCH 1/5] ARM: Kconfig: Move if ARCH_S3C64XX statement to mach-s3c64xx/Kconfig

2013-09-30 Thread Kukjin Kim
Tomasz Figa wrote: > > All other platforms have this condition checked inside their own Kconfig > files, so for consistency this patch makes it this way for mach-s3c64xx > as well. > > Signed-off-by: Tomasz Figa > --- > arch/arm/Kconfig | 2 -- > arch/arm/mach-s3c64xx/Kconfig | 4 +

RE: [RFC] clk: samsung: Remove old clock drivers for s5pc100 and s5pv210

2013-09-25 Thread Kukjin Kim
Kukjin Kim wrote: > > Mateusz Krawczuk wrote: > > > > This patch removes old clock management code for S5PC100 and > > S5PC110/S5PV210, > > since the platform has been already moved to the new clock driver > > using Common Clock Framework. > > > >

RE: [RFC] clk: samsung: Remove old clock drivers for s5pc100 and s5pv210

2013-09-25 Thread Kukjin Kim
Mateusz Krawczuk wrote: > > This patch removes old clock management code for S5PC100 and > S5PC110/S5PV210, > since the platform has been already moved to the new clock driver > using Common Clock Framework. > > Signed-off-by: Mateusz Krawczuk > Signed-off-by: Kyungmin Park > --- > This patch s

RE: [PATCH v2] ARM: SAMSUNG: S5P: If detected device tree skip irq init

2013-09-25 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Mateusz, > > On Tuesday 24 of September 2013 17:59:23 Mateusz Krawczuk wrote: > > It prevents from executing things already handled by pinctrl-exynos > > driver, when device tree is available. > > > > Signed-off-by: Mateusz Krawczuk > > Signed-off-by: Kyungmin Park > >

RE: [PATCH v2] irqchip: exynos-combiner: remove hard-coded irq_base value

2013-09-25 Thread Kukjin Kim
Chander Kashyap wrote: > > Replace irq_domain_add_simple with "irq_domain_add_linear" in order to use > linear irq domain, and to remove hardcoded irq_base_value. > > Signed-off-by: Chander Kashyap > --- > Changes since v1: > - Replaced irq_domain_add_simple with irq_domain_add_linear, >

RE: [PATCH] clk: samsung: fix cpll clock register offsets for exynos5420 SoC

2013-09-25 Thread Kukjin Kim
Chander Kashyap wrote: > > Fixes cpll control and lock register offset values for Exynos5420 SoC. > > Signed-off-by: Chander Kashyap Just nit in the subject, 'clk: exynos5420: ...' or 'clk/exynos5420: ...' would be nice... Acked-by: Kukjin Kim Thanks, Kukj

RE: [PATCH V2] ARM: dts: Remove DP PHY node from exynos5250.dtsi

2013-09-25 Thread Kukjin Kim
Jingoo Han wrote: > > Since DP PHY driver is not yet merged, DP PHY node should be > removed from exynos5250.dtsi. > > Signed-off-by: Jingoo Han > --- > Changes since v1: > - Removed duplicated properties such as #address-cells, #size-cells. > > arch/arm/boot/dts/exynos5250.dtsi | 13 +--

RE: [PATCH] ARM: dts: disable PCIe for SD5v1 board

2013-09-25 Thread Kukjin Kim
Jingoo Han wrote: > > Disable PCIe for SD5v1 board, because there is no PCIe slot > on SD5v1 board. > > Signed-off-by: Jingoo Han > --- > Tested on SD5v1 board. > > arch/arm/boot/dts/exynos5440-sd5v1.dts |7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/boot/dts/exyn

RE: [PATCH] ARM: EXYNOS: remove unnecessary header inclusions from exynos4/5 dt machine file

2013-09-25 Thread Kukjin Kim
Jingoo Han wrote: > > mach-exynos{4,5}-dt.c include several header files that are not > really used. > > Signed-off-by: Jingoo Han > --- > arch/arm/mach-exynos/mach-exynos4-dt.c |4 > arch/arm/mach-exynos/mach-exynos5-dt.c |4 > 2 files changed, 8 deletions(-) > > diff --git

RE: [PATCH] pinctrl: Correct number of pins for s5pv210

2013-09-25 Thread Kukjin Kim
Mateusz Krawczuk wrote: > > Values of pins in table s5pv210 bank are incorrect. This patch correct > values. > > Signed-off-by: Mateusz Krawczuk > Signed-off-by: Kyungmin Park This fix is correct, Acked-by: Kukjin Kim Thanks, Kukjin > --- > drivers/pinct

RE: [PATCH] ARM: EXYNOS: remove CONFIG_MACH_EXYNOS[4,5]_DT config options

2013-09-25 Thread Kukjin Kim
Bartlomiej Zolnierkiewicz wrote: > > EXYNOS is now Device Tree (DT) only platform so it makes no sense to have > config options responsible for enabling platform specific DT support. > > Moreover the kernel image won't even link if neither > CONFIG_MACH_EXYNOS4_DT > nor CONFIG_MACH_EXYNOS5_DT con

RE: [PATCH] DT: if dt is available don't use s3c_arch_init

2013-09-25 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Mateusz, > > On Monday 23 of September 2013 12:14:49 Mateusz Krawczuk wrote: > > It prevents from executing platform code, when booting from device tree. > > > > Signed-off-by: Mateusz Krawczuk > > Signed-off-by: Kyungmin Park > > --- > > arch/arm/plat-samsung/init.c

RE: [PATCH] ARM: EXYNOS: fix PL330 MDMA1 address in DT for Universal C210 board

2013-09-24 Thread Kukjin Kim
Bartlomiej Zolnierkiewicz wrote: > > > Hi Kukjin, > Hi Bart, > Could you please apply this patch? > Can you make sure there is no rev1 for universal c210 board? - Kukjin > Best regards, > -- > Bartlomiej Zolnierkiewicz > Samsung R&D Institute Poland > Samsung Electronics > > On Tuesday, Aug

[GIT PULL 1/2] Samsung Common CLK for S3C64XX

2013-09-23 Thread Kukjin Kim
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-clk-s3c64xx for you to fetch changes up to 66fc

[GIT PULL 2/2] Samsung DT for S3C64XX

2013-09-23 Thread Kukjin Kim
The following changes since commit 66fcbe6b7c2827866100837611c9838298a28486: ARM: S3C64XX: Remove old clock management code (2013-09-17 06:47:36 +0900) are available in the git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-dt-s3c64xx for

[GIT PULL 0/2] Samsung S3C64xx for v3.13

2013-09-23 Thread Kukjin Kim
Hi Arnd, Olof and Kevin, Here is pull-request for s3c64xx common clk and dt for v3.13. Note, second s3c64xx-dt branch is based on s3c64xx-common-clk branch. If any problems, please kindly let me know. Thanks, Kukjin -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc

RE: [PATCH v4 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-09-12 Thread Kukjin Kim
Heiko Stübner wrote: > > This adds a new driver to support the s3c24xx dma using the dmaengine > and makes the old one in mach-s3c24xx obsolete in the long run. > > Conceptually the s3c24xx-dma feels like a distant relative of the pl08x > with numerous virtual channels being mapped to a lot less

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

2013-09-12 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Andrzej, > > On Friday 06 of September 2013 12:12:29 Andrzej Hajda wrote: > > Hi, > > > > This patch set adds headers with defines of exynos clocks. > > Then it converts dts files and drivers to use macros instead > > of magic numbers/enums to describe clock bindings. >

RE: [PATCH] ARM: dts: Disable Exynos5250 I2S controllers by default

2013-09-12 Thread Kukjin Kim
Mark Brown wrote: > > On Tue, Sep 10, 2013 at 06:35:48PM +0100, Mark Rutland wrote: > > > It seems far more sensible to me to mark devices disabled by default in > > shared dtsi files and then okay them as needed in particular dts files. > > I'd be happy with more of this. > > Yeah, me too - tho

RE: [PATCH v2 5/7] ARM: dts: Update DP controller DT Node for Exynos5 based SoCs

2013-09-12 Thread Kukjin Kim
Vikas Sajjan wrote: > > Hi Mr. Jingoo Han, > > On 26 August 2013 08:27, Jingoo Han wrote: > > On Tuesday, July 30, 2013 8:20 PM, Vikas Sajjan wrote: > >> > >> Moves the properties of DP controller to exynos5.dtsi which are common > >> across exynos5 SoCs like Exynos5250 and Exynos5420. > >> > >>

RE: [PATCH] ARM: dts: Correct typo in use of samsung,pin-drv for exynos5250

2013-09-12 Thread Kukjin Kim
Jingoo Han wrote: > > On Saturday, September 07, 2013 5:10 AM, Al Stone wrote: > > > > From: Al Stone > > > >Corrects an obvious typo in the Arndale pinctrl descriptions in DT. > >The samsung-pinctrl driver uses the correct name. > > > >

RE: [PATCH] ARM: dts: Fix a typo on Exynos5440 DTS files

2013-09-12 Thread Kukjin Kim
Jungseok Lee wrote: > > On Thursday, September 12, 2013 5:15 PM, Sachin Kamat > wrote: > > On 12 September 2013 13:37, Youngmin Nam > wrote: > > > This patch removes '_' from "early_prink" on Exynos5440 DTS files > > > in according to kernel-parameters document. > > > > > > Signed-off-by: Youngm

[GIT PULL 2/2] 3rd Round Samsung DT s3c64xx for v3.12

2013-08-27 Thread Kukjin Kim
The following changes since commit 1ca2dad9588ac09310154a480f8f9cf400760a31: Merge branch 'clk-next-s3c64xx-delta' into v3.12-next/common-clk-s3c64xx (2013-08-28 01:03:31 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tag

[GIT PULL 1/2] 3rd Round Samsung common clk s3c64xx for v3.12

2013-08-27 Thread Kukjin Kim
7; clk-next-s3c64xx-delta -------- Kukjin Kim (2): Merge tag 'v3.12-pwm-cleanup-for-olof' of git://github.com/tom3q/linux into v3.12-next/common-clk-s3c64xx Merge branch 'clk-next-s3c64xx-delta' into v3.12-next/common-clk-s3c64xx Mike Turquette (1): Merge branch '

[GIT PULL 0/2] 3rd Round Samsung stuff for v3.12

2013-08-27 Thread Kukjin Kim
Hi Arnd, Olof and Kevin, Sorry for a bit late pull-request. Here is s3c64xx DT series and common clk stuff. It took some time due to dependency problem with the clk tree, and fixed now by merge clk-s3c64xx branch in Mike's clk tree. So many clock patches are included in 1st pull-request but most

[GIT PULL V2 3/3] 2nd Round Samsung mach-exynos-v2 for v3.12

2013-08-27 Thread Kukjin Kim
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-mach-exynos-v2 for you to fetch changes up to

<    5   6   7   8   9   10   11   12   13   14   >