Re: [PATCHv2 3/8] devfreq: exynos4: Add ppmu's clock control and code clean about regulator control

2014-03-17 Thread Chanwoo Choi
Hi Tomasz, On 03/17/2014 11:51 AM, Chanwoo Choi wrote: Hi Tomasz, On 03/15/2014 02:42 AM, Tomasz Figa wrote: Hi Chanwoo, On 13.03.2014 09:17, Chanwoo Choi wrote: There are not the clock controller of ppmudmc0/1. This patch control the clock of ppmudmc0/1 which is used for monitoring

[PATCH 1/1] ARM: EXYNOS: Add support to reserve memory for MFC-v7

2014-03-17 Thread Sachin Kamat
Reserve memory for MFC-v7 IP. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Based on top of Tushar's patch: [PATCH V2] ARM: SAMSUNG: Reorganize calls to reserve memory for MFC http://www.spinics.net/lists/linux-samsung-soc/msg25501.html --- arch/arm/mach-exynos/mach-exynos5-dt.c | 10

[PATCH v3 0/3] clk: s2mps11: Add support for S2MPS14 clocks

2014-03-17 Thread Krzysztof Kozlowski
Hi, This is third version of patchset adding support for the S2MPS14 device to the s2mps11 clock driver. The patchset *depends on*: == 1. Work done by Tushar Behera: [PATCH V2 0/2] Add support for clocks in S5M8767

[PATCH v3 3/3] Documentation: mfd: s2mps11: Describe S5M8767 and S2MPS14 clocks

2014-03-17 Thread Krzysztof Kozlowski
Add bindings documentation for clocks on S5M8767 and S2MPS14 devices. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Tomasz Figa t.f...@samsung.com Cc: devicet...@vger.kernel.org Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland

[PATCH v3 1/3] clk: s2mps11: Add support for S2MPS14 clocks

2014-03-17 Thread Krzysztof Kozlowski
This patch adds support for S2MPS14 PMIC clocks (BT and AP) to the s2mps11 clock driver. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Reviewed-by: Yadwinder Singh Brar yadi.b...@samsung.com Reviewed-by: Tomasz Figa t.f...@samsung.com --- drivers/clk/Kconfig |8 +++---

[PATCH v3 2/3] mfd: sec-core: Add of_compatible strings for clock MFD cells

2014-03-17 Thread Krzysztof Kozlowski
Add of_compatible strings for S5M8767 and S2MPS14 clock MFD cells. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- drivers/mfd/sec-core.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c index d163c66edebb..716606479235

Re: [PATCH V2 1/7] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver

2014-03-17 Thread Mark Rutland
On Mon, Mar 17, 2014 at 05:51:21AM +, Byungho An wrote: Mark Rutland mark.rutl...@arm.com : On Wed, Mar 12, 2014 at 01:28:00PM +, Byungho An wrote: From: Siva Reddy siva.kal...@samsung.com This patch adds support for Samsung 10Gb ethernet driver(sxgbe). - sxgbe core

[PATCH 2/9] drm/exynos: init kms poll after creation of connectors

2014-03-17 Thread Andrzej Hajda
KMS poll init helper should be run when connectors are created, otherwise it will not schedule connection detector. Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 5/9] drm/exynos: restore parallel output interface support

2014-03-17 Thread Andrzej Hajda
The patch adds parallel output interface to FIMD device driver. It also restores support for panels initialized by boot loader, but without proper kernel driver. Driver uses video interface bindings to find connected panel. It uses drm_panel interface to interact with the panel. Signed-off-by:

[PATCH 3/9] drm/exynos: correct timing porch conversion

2014-03-17 Thread Andrzej Hajda
The patch corrects porch calculation. It should be calculated as a difference between adjacent respective fields of drm_display_mode. Signed-off-by: Andrzej Hajda a.ha...@samsung.com Reviewed-by: Daniel Kurtz djku...@chromium.org --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 12 +--- 1

[PATCH 0/9] Restore parallel display support for Exynos based boards

2014-03-17 Thread Andrzej Hajda
Hi, This patch set restores parallel display support removed during exynos refactorization. It is rebased on the latest exynos-drm-next branch plus patch adding polarization flags to drm_display_mode [1]. [1]: http://permalink.gmane.org/gmane.linux.drivers.driver-project.devel/47216 Regards

[PATCH 7/9] drm/modes: add polarization handling to mode conversion

2014-03-17 Thread Andrzej Hajda
The patch adds conversion of DISPLAY_FLAGS_DE_* and DISPLAY_FLAGS_PIXDATA_* flags to pol_flags in drm_display_mode_from_videomode function. Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- drivers/gpu/drm/drm_modes.c | 11 +++ 1 file changed, 11 insertions(+) diff --git

[PATCH 8/9] drm/exynos/fimd: use polarization flags provided by drm_display_mode

2014-03-17 Thread Andrzej Hajda
The patch replaces fimd private bindings for signal polarization by polarization flags provided by drm_display_mode. Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git

[PATCH 9/9] drm/exynos/fimd: remove unused variable

2014-03-17 Thread Andrzej Hajda
The patch removes unused vidcon0 field from fimd_context structure. Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c

[PATCH 4/9] exynos/fimd: add parallel output related bindings

2014-03-17 Thread Andrzej Hajda
The patch adds bindings required to add support for parallel output. Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- Documentation/devicetree/bindings/video/samsung-fimd.txt | 15 +++ 1 file changed, 15 insertions(+) diff --git

[PATCH 6/9] ARM: dts: exynos4210-universal: add exynos/fimd node

2014-03-17 Thread Andrzej Hajda
The patch adds fimd node with display timings for exynos4210-universal device. It also makes LCD regulators always on. This allow to re-use panel initialized by boot loader. Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- arch/arm/boot/dts/exynos4210-universal_c210.dts | 25

[PATCH 1/9] drm/exynos: delay fbdev initialization until an output is connected

2014-03-17 Thread Andrzej Hajda
In case fbdev is initialized before any output is connected, fb resolution defaults to 1024x768. After that any output with bigger resolution is ignored and fbdev is not displayed. The patch postpones fbdev initialization to avoid such situation. Signed-off-by: Andrzej Hajda a.ha...@samsung.com

[PATCH v2 5/9] drm/exynos: restore parallel output interface support

2014-03-17 Thread Andrzej Hajda
The patch adds parallel output interface to FIMD device driver. It also restores support for panels initialized by boot loader, but without proper kernel driver. Driver uses video interface bindings to find connected panel. It uses drm_panel interface to interact with the panel. Signed-off-by:

[PATCH v2 2/3] ARM: EXYNOS: Add initial support of PMU for Exynos5260

2014-03-17 Thread Vikas Sajjan
Adds PMU support of PMU for Exynos5260. Suspend-to-RAM can be built on top this. Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com Signed-off-by: Vikas Sajjan vikas.saj...@samsung.com --- arch/arm/mach-exynos/common.h| 26 arch/arm/mach-exynos/pm.c| 34

[PATCH v2 0/3] Add initial support of PMU for exynos5260

2014-03-17 Thread Vikas Sajjan
From: Vikas Sajjan vikas.saj...@linaro.org 1) Added initial PMU support for exynos5260 2) Added S2R(single CPU) support on exynos5260 3) Added PMU mapping via DT. rebased on 1) kgene tree for-next branch https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next 2)

[PATCH v2 1/3] ARM: EXYNOS: Map PMU address through DT

2014-03-17 Thread Vikas Sajjan
Instead of hardcoding the PMU details for each SoC, pass this information through device tree (DT). Signed-off-by: Vikas Sajjan vikas.saj...@samsung.com --- .../devicetree/bindings/arm/samsung/pmu.txt|5 +- arch/arm/boot/dts/exynos4.dtsi |5 ++

[PATCH v2 3/3] arm: exynos5260: add support for S2R

2014-03-17 Thread Vikas Sajjan
Adds Suspend to RAM (S2R) support to exynos5260. Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Vikas Sajjan vikas.saj...@samsung.com --- arch/arm/mach-exynos/pm.c | 62 +++ arch/arm/mach-exynos/regs-pmu.h | 12 2 files

[PATCH v2 9/9] drm/exynos/fimd: remove unused variable

2014-03-17 Thread Andrzej Hajda
The patch removes unused vidcon0 field from fimd_context structure. Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- v2: - corrected vidcon0 calculation --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git

Re: [PATCH] clk: samsung: fixed compiler warning [-Wpointer-to-int-cast]

2014-03-17 Thread Tomasz Figa
Hi Pankaj, On 17.03.2014 02:22, Pankaj Dubey wrote: On 02/26/2014 11:42 AM, Pankaj Dubey wrote: When compiled using ARM64 cross compiler, gcc complains as drivers/clk/samsung/clk.c:293:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Signed-off-by: Pankaj

Re: [PATCH v2 1/3] ARM: EXYNOS: Map PMU address through DT

2014-03-17 Thread Sachin Kamat
Hi Vikas, On 17 March 2014 18:39, Vikas Sajjan vikas.saj...@samsung.com wrote: Instead of hardcoding the PMU details for each SoC, pass this information through device tree (DT). Signed-off-by: Vikas Sajjan vikas.saj...@samsung.com --- .../devicetree/bindings/arm/samsung/pmu.txt|

Re: [RFC v3 0/5] cpufreq:LAB: Support for LAB governor.

2014-03-17 Thread Lukasz Majewski
Dear all, Despite this patch set is working and applicable on top of 3.14-rc5, please regard it solely as a pure RFC. This patch provides support for LAB governor build on top of ondemand. Previous version of LAB can be found here:

Re: [PATCH V2 RE-SEND 1/7] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver

2014-03-17 Thread Stephen Hemminger
On Sun, 16 Mar 2014 20:53:25 -0700 Byungho An bh74...@samsung.com wrote: They are used but they always point to the same set of methods. Those methods could thus be directly called. Yes, those methods can be called directly. But I think it is acceptable for manageability and extension

[GIT PULL] Samsung clock changes for v3.15

2014-03-17 Thread Tomasz Figa
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git tags/for_3.15/samsung-clk for you to fetch changes up to

[PATCH V3 0/8] add new Samsung SXGBE driver

2014-03-17 Thread Byungho An
Hi all, This is 3rd posting for SAMSUNG SXGBE driver. Changes since v1: - changed name of driver to SXGbE as per Ben's comment - squashed Joe's neatening for many stuff in original patches Changes since v2: - updated and split binding document as per Mark's comment - clean up codes as per Joe's

[PATCH V3 1/8] sxgbe: Add device-tree binding support document

2014-03-17 Thread Byungho An
From: Siva Reddy siva.kal...@samsung.com This patch adds binding document for SXGBE ethernet driver via device-tree. Signed-off-by: Siva Reddy Kallam siva.kal...@samsung.com Signed-off-by: Byungho An bh74...@samsung.com --- .../devicetree/bindings/net/samsung-sxgbe.txt | 53

[PATCH V3 8/8] MAINTAINERS: add maintainer for Samsung sxgbe driver

2014-03-17 Thread Byungho An
From: Byungho An bh74...@samsung.com Signed-off-by: Byungho An bh74...@samsung.com --- MAINTAINERS |9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b7befe7..aeb81f2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7536,6 +7536,15 @@ S: Supported

[PATCH V3 5/8] net: sxgbe: add Checksum offload support for Samsung sxgbe

2014-03-17 Thread Byungho An
From: Vipul Pandya vipul.pan...@samsung.com This patch adds TX and RX checksum offload support. Signed-off-by: Vipul Pandya vipul.pan...@samsung.com Neatening-by: Joe Perches j...@perches.com Signed-off-by: Byungho An bh74...@samsung.com --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h |

[PATCH V3 7/8] net: sxgbe: add ethtool related functions support Samsung sxgbe

2014-03-17 Thread Byungho An
From: Vipul Pandya vipul.pan...@samsung.com This patch adds ethtool related functions. Signed-off-by: Vipul Pandya vipul.pan...@samsung.com Neatening-by: Joe Perches j...@perches.com Signed-off-by: Byungho An bh74...@samsung.com --- drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h | 25 +-

[PATCH V3 4/8] net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbe

2014-03-17 Thread Byungho An
From: Girish K S ks.g...@samsung.com Added support for the EEE(Energy Efficient Ethernet) in 10G ethernet driver. Signed-off-by: Girish K S ks.g...@samsung.com Neatening-by: Joe Perches j...@perches.com Signed-off-by: Byungho An bh74...@samsung.com ---

[PATCH V3 3/8] net: sxgbe: add TSO support for Samsung sxgbe

2014-03-17 Thread Byungho An
From: Vipul Pandya vipul.pan...@samsung.com Enable TSO during initialization for each DMA channels Signed-off-by: Vipul Pandya vipul.pan...@samsung.com Neatening-by: Joe Perches j...@perches.com Signed-off-by: Byungho An bh74...@samsung.com --- drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.h |

[PATCH V3 6/8] net: sxgbe: add WOL(Wakeup-On-Lan)support for Samsung sxgbe

2014-03-17 Thread Byungho An
From: Girish K S ks.g...@samsung.com This patch adds support for wake up on magic frame arrival. Also remote wake up on all other packets (unicast, multicast broadcast) is supported. Signed-off-by: Girish K S ks.g...@samsung.com Neatening-by: Joe Perches j...@perches.com Signed-off-by: Byungho

Re: [PATCH V3 2/8] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver

2014-03-17 Thread David Miller
From: Byungho An bh74...@samsung.com Date: Mon, 17 Mar 2014 13:43:37 -0700 +static void sxgbe_tx_timer(unsigned long data) +{ + struct sxgbe_tx_queue *p = (struct sxgbe_tx_queue *)data; + sxgbe_tx_queue_clean(p); +} A empty line after local variable declarations please. +

Re: [PATCH V3 2/8] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver

2014-03-17 Thread Joe Perches
On Mon, 2014-03-17 at 13:43 -0700, Byungho An wrote: From: Siva Reddy siva.kal...@samsung.com This patch adds support for Samsung 10Gb ethernet driver(sxgbe). Sorry about the brevity, but this driver is very long and I don't like to read that much at a time, so this is very superficial and I

RE: [PATCH V3 2/8] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver

2014-03-17 Thread Byungho An
David Miller da...@davemloft.net : From: Byungho An bh74...@samsung.com Date: Mon, 17 Mar 2014 13:43:37 -0700 +static void sxgbe_tx_timer(unsigned long data) { + struct sxgbe_tx_queue *p = (struct sxgbe_tx_queue *)data; + sxgbe_tx_queue_clean(p); +} A empty line after local

[PATCH v3 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board

2014-03-17 Thread Kukjin Kim
Signed-off-by: Kukjin Kim kgene@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- arch/arm64/boot/dts/samsung-gh7.dtsi | 134 +++ arch/arm64/boot/dts/samsung-ssdk-gh7.dts | 26 ++ 2 files changed,

[PATCH v3 0/3] arm64: add new support Samsung GH7 SoC and SSDK board

2014-03-17 Thread Kukjin Kim
This adds support for Samsung ARMv8 core based GH7 SoC and its evaluation SSDK board. Changes since v2: - add comment about reserved memory - reduced size of reserved memory - add 4 more cores - add specific compatible string for pmu - change model strin for SSDK-GH7 board - add DT ml in Cc

[PATCH v3 2/3] arm64: defconfig: Enable ARCH_GH7 by default

2014-03-17 Thread Kukjin Kim
This patch adds support for Samsung GH7 SoC in arm64/Kconfig and enable Samsung GH7 based SSDK_GH7 in single defconfig for arm64. Signed-off-by: Kukjin Kim kgene@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- arch/arm64/Kconfig | 5 + arch/arm64/boot/dts/Makefile |

[PATCH v3 3/3] Documentation: DT: add new entry for Samsung GH7 SoC and SSDK board

2014-03-17 Thread Kukjin Kim
Signed-off-by: Kukjin Kim kgene@samsung.com Reviewed-by: Thomas Abraham thomas...@samsung.com Cc: Catalin Marinas catalin.mari...@arm.com --- Documentation/devicetree/bindings/arm/samsung-boards.txt | 9 + 1 file changed, 9 insertions(+) diff --git

Re: [PATCH 2/2] dt-bindings: clock: Move exynos-audss-clk.h to dt-bindings/clock

2014-03-17 Thread Kukjin Kim
On 03/10/14 09:20, Tomasz Figa wrote: On 06.03.2014 07:04, Tushar Behera wrote: Most of the clock related dt-binding header files are located in dt-bindings/clock folder. It would be good to keep all the similar header files at a single location. Signed-off-by: Tushar Behera

Re: [PATCH 6/9 v7] ARM: dts: exynos5250/5420: add dt node for sss module

2014-03-17 Thread Kukjin Kim
On 02/17/14 18:44, Naveen Krishna Chatradhi wrote: This patch adds the device tree node for SSS module found on Exynos5420 and Exynos5250 Signed-off-by: Naveen Krishna Chatradhich.nav...@samsung.com Reviewed-by: Tomasz Figat.f...@samsung.com TO:linux-samsung-soc@vger.kernel.org CC: David S.

RE: [PATCH V3 2/8] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver

2014-03-17 Thread Byungho An
Joe Perches j...@perches.com : On Mon, 2014-03-17 at 13:43 -0700, Byungho An wrote: From: Siva Reddy siva.kal...@samsung.com This patch adds support for Samsung 10Gb ethernet driver(sxgbe). Sorry about the brevity, but this driver is very long and I don't like to read that much at a

Re: [PATCH V3 2/8] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver

2014-03-17 Thread Francois Romieu
Byungho An bh74...@samsung.com : [...] Please don't use net_device.{irq, base_addr} fields. They ought to be considered legacy. -- Ueimor -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at

RE: [PATCH v2 00/12] Samsung PM consolidation part 2 (multiplatform)

2014-03-17 Thread Kukjin Kim
Tomasz Figa wrote: On 21.02.2014 14:15, Tomasz Figa wrote: Hi Kukjin, On 06.02.2014 20:12, Tomasz Figa wrote: Current Samsung PM code is heavily unprepared for multiplatform systems. The design implies accessing functions and global variables defined in particular mach- subdirectory

[GIT PULL] Samsung non-critical fixes for v3.15

2014-03-17 Thread Kukjin Kim
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -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

Re: [PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

2014-03-17 Thread Inki Dae
Applied. Thanks, Inki Dae 2014-03-17 12:28 GMT+09:00 Daniel Kurtz djku...@chromium.org: The following commit [0] fixed a use-after-free, but left the subdrv open in the error path. [0] commit 6ca605f7c70895a35737435f17ae9cc5e36f1466 drm/exynos: Fix freeing issues in exynos_drm_drv.c

RE: [PATCH] drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c

2014-03-17 Thread Kukjin Kim
Inki Dae wrote: Applied. Thanks, Inki Dae 2014-03-17 12:28 GMT+09:00 Daniel Kurtz djku...@chromium.org: The following commit [0] fixed a use-after-free, but left the subdrv open in the error path. [0] commit 6ca605f7c70895a35737435f17ae9cc5e36f1466 drm/exynos: Fix freeing