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

2014-03-05 Thread Sachin Kamat
On 6 March 2014 11:34, 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 > CC: Kukjin Kim > CC: Tomasz Figa > --- Sen

[RFC 2/4] drm: add ioctl to write into binary blob KMS properties

2014-03-05 Thread Rahul Sharma
Add a new ioctl to common drm framework which can be used to set variable length binary data from the user space. 'Blob' is the only KMS property which can hold more than 64 bits. So far, it has been implemented as read only property for user application (only used for EDID data). Signed-off-by: R

[RFC 3/4] drm: add generic blob properties for image enhancement

2014-03-05 Thread Rahul Sharma
Add generic KMS blob properties to core drm framework. These are writable blob properties which can be used to set Image Enhancement parameters. The properties which are added here are meant for color reproduction, color saturation and edge enhancement. Signed-off-by: Rahul Sharma --- drivers/gp

[RFC 0/4] drm: add generic KMS blob properties for image enhancement

2014-03-05 Thread Rahul Sharma
From: Rahul Sharma Patch set has following proposal. 1) Add writable KMS blob properties patch 1: drm: allow to create blank writable blob properties patch 2: drm: add ioctl to write into binary blob KMS properties 2) Add generic image enhancement properties. Added as per exynos

[RFC 1/4] drm: allow to create blank writable blob properties

2014-03-05 Thread Rahul Sharma
There is no provision to create a blob property without providing binary data. This data is needed to fill inside the blob. With subsequent patches, blob properties are modified to receive well defined structures by the user application. DRM creates a blank blob (initialized with all zeros) which

[RFC 4/4] drm: export create and destroy function for blob properties

2014-03-05 Thread Rahul Sharma
Drm drivers can also create and attach private blob properties. This patch exports functions to create and destroy blob properties. Signed-off-by: Rahul Sharma --- drivers/gpu/drm/drm_crtc.c |8 +--- include/drm/drm_crtc.h |4 2 files changed, 9 insertions(+), 3 deletions(-)

[PATCH 1/2] dt-bindings: clock: Move at91.h to dt-bindigs/clock

2014-03-05 Thread Tushar Behera
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 CC: Rob Landley CC: Andrew Victor CC: Jean-Christophe Plagniol-Villard --- .../devicetree/binding

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

2014-03-05 Thread Tushar Behera
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 CC: Kukjin Kim CC: Tomasz Figa --- arch/arm/boot/dts/exynos5250.dtsi |2 +- a

[PATCH 0/2] Move header files from dt-bindings/clk to dt-bindings/clock

2014-03-05 Thread Tushar Behera
patches are based next-20140305. Tushar Behera (2): dt-bindings: clock: Move at91.h to dt-bindigs/clock dt-bindings: clock: Move exynos-audss-clk.h to dt-bindings/clock .../devicetree/bindings/clock/at91-clock.txt |2 +- arch/arm/boot/dts/exynos5250.dtsi |2

[PATCH] [media] s5p-mfc: Add a control for IVF format for VP8 encoder

2014-03-05 Thread Arun Kumar K
From: Pawel Osciak Add a control to enable/disable IVF output stream format for VP8 encode. Set the IVF format output to disabled as default. Signed-off-by: Pawel Osciak Signed-off-by: Arun Kumar K --- Documentation/DocBook/media/v4l/controls.xml|8 drivers/media/platform/s5p

Re: [PATCH v2 3/6] PCI: rcar: use new OF interrupt mapping when possible

2014-03-05 Thread Simon Horman
On Wed, Mar 05, 2014 at 02:25:48PM +0100, Lucas Stach wrote: > This is the recommended method of doing the IRQ > mapping. Still fall back to the old method in order > to not break the just submitted board files. > > Signed-off-by: Lucas Stach Assuming that it does what it says on the wrapper: A

Re: [PATCH v2 6/6] PCI: designware: use new OF interrupt mapping when possible

2014-03-05 Thread Jingoo Han
On Wednesday, March 05, 2014 10:26 PM, Lucas Stach wrote: > > This is the recommended method of doing the IRQ > mapping. For old devicetrees we fall back to the > previous practice. > > Signed-off-by: Lucas Stach > Acked-by: Arnd Bergmann (+cc Mohit KUMAR, Richard Zhu, Pratyush Anand, Marek Va

Re: [PATCH v2 4/6] ARM: dts: exynos5440: fix PCIe interrupt mapping

2014-03-05 Thread Jingoo Han
On Wednesday, March 05, 2014 10:26 PM, Lucas Stach wrote: > > So it actually works. > > Signed-off-by: Lucas Stach > Acked-by: Arnd Bergmann Acked-by: Jingoo Han It works properly on Exynos platform. Thank you. Best regards, Jingoo Han > --- > v2: fix build breakage by including arm-gic.h

Re: [PATCH] iommu/exynos: Remove driver

2014-03-05 Thread Kyungmin Park
On Fri, Feb 14, 2014 at 9:17 AM, Cho KyongHo wrote: >> -Original Message- >> From: Olof Johansson [mailto:o...@lixom.net] >> Sent: Friday, February 14, 2014 4:34 AM >> >> On Mon, Feb 10, 2014 at 10:21 PM, Kukjin Kim wrote: >> >> > Just adding KyongHo Cho. >> > >> > If he can fixup for thi

Re: [PATCH v9 0/4] phy: Add new Exynos USB 2.0 PHY driver

2014-03-05 Thread Tobias Jakobi
Hello Kamil, this looks very good. I just tested the patchset on my ODROID-X2 (Exynos4412-based board) and the USB stability issues I mentioned to you before (with the older patchset) seem to be gone. All devices on the USB behave normally (mass storage, ethernet and bluetooth). With best wishe

Re: [PATCH v2 1/6] ARM: dts: tegra: add PCIe interrupt mapping properties

2014-03-05 Thread Stephen Warren
On 03/05/2014 06:25 AM, Lucas Stach wrote: > Those are defined by the common PCI binding. It sounds like there's no dependency between pathces 1/6 and 2/6, so I should apply 1/6 to the Tegra tree, and Bjorn apply 2/6 to the PCI tree? -- To unsubscribe from this list: send the line "unsubscribe lin

[PATCH 5/5] samsung: xgmac: Mostly whitespace neatening

2014-03-05 Thread Joe Perches
Alignment to parenthesis and adding parenthesis where appropriate. Added a conversion of if (foo < x) bar ; else return baz to if (foo >= x) return baz; and unindented. git diff -w shows trivial changes. Added a few > 80 column lines. Signed-off-by: Joe Perches --- drivers/net/ethernet/

[PATCH 4/5] samsung: xgmac: Neaten comments

2014-03-05 Thread Joe Perches
Fix a couple of typos Fix some comments that seem to have been kernel-doc style. Fix alignment where noticed. Signed-off-by: Joe Perches --- drivers/net/ethernet/samsung/xgmac_core.c | 1 - drivers/net/ethernet/samsung/xgmac_desc.c | 14 +++--- drivers/net/ethernet/samsung/xgmac_desc.h

[PATCH 3/5] samsung: xgmac: Use more current logging style

2014-03-05 Thread Joe Perches
Use netdev_ and netif_ where appropriate. Remove else and unnecessary indentation around if goto else. Signed-off-by: Joe Perches --- drivers/net/ethernet/samsung/xgmac_ethtool.c | 2 +- drivers/net/ethernet/samsung/xgmac_main.c | 185 -- drivers/net/ethernet/samsu

[PATCH 0/5] samsung: xgmac:

2014-03-05 Thread Joe Perches
Mostly neatening and logging cleanups on top of the initial submittal. Joe Perches (5): samsung: xgmac: Neatening samsung: xgmac: Fix pr_ uses samsung: xgmac: Use more current logging style samsung: xgmac: Neaten comments samsung: xgmac: Mostly whitespace neatening drivers/net/ethernet

[PATCH 1/5] samsung: xgmac: Neatening

2014-03-05 Thread Joe Perches
Quiet checkpatch noise: o Multi-line statement alignment o Add braces o Move logical continuations o Remove externs from .h o Remove unnecessary blank lines around braces Typo fixes where noticed. Change logic to return first to reduce indentation. Signed-off-by: Joe Perches --- drivers/net/eth

[PATCH 2/5] samsung: xgmac: Fix pr_ uses

2014-03-05 Thread Joe Perches
Use pr_fmt to prefix messages consistently with "samsung_xgmac: ". Add missing newlines. Use print_hex_dump_debug. Alignment neatening of pr_ uses. Signed-off-by: Joe Perches --- drivers/net/ethernet/samsung/xgmac_core.c | 8 ++-- drivers/net/ethernet/samsung/xgmac_desc.c | 11 +++-- dr

Re: [PATCH v2 6/6] PCI: designware: use new OF interrupt mapping when possible

2014-03-05 Thread Jason Gunthorpe
On Wed, Mar 05, 2014 at 02:25:51PM +0100, Lucas Stach wrote: > - return pp->irq; > + irq = of_irq_parse_and_map_pci(dev, slot, pin); > + if (!irq) > + irq = pp->irq; In light of the two bugs that Tim found, it might be wise to throw a 'dev_warn(FW_BUG "Missing DT interrupt

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

2014-03-05 Thread Joe Perches
On Wed, 2014-03-05 at 20:28 +0900, Byungho An wrote: > From: Siva Reddy Just a few trivial comments on a brief scan. > +/* Context descriptor structure */ > +struct xgmac_tx_ctxt_desc { > + u32 tstamp_lo:32; > + u32 tstamp_hi:32; I think u32 foo:32; is odd at best and may cause compiler

Re: [PATCH v2 03/11] ARM: exynos: Move to generic power domain bindings

2014-03-05 Thread Tomasz Figa
Hi Bartek, On 05.03.2014 17:15, Bartlomiej Zolnierkiewicz wrote: Hi Tomek, On Monday, March 03, 2014 05:02:08 PM Tomasz Figa wrote: This patch moves Exynos power domain code to use the new generic power domain look-up framework introduced by previous patch, allowing the new code to be compile

Re: [PATCH v2 03/11] ARM: exynos: Move to generic power domain bindings

2014-03-05 Thread Bartlomiej Zolnierkiewicz
Hi Tomek, On Monday, March 03, 2014 05:02:08 PM Tomasz Figa wrote: > This patch moves Exynos power domain code to use the new generic power > domain look-up framework introduced by previous patch, allowing the new > code to be compiled with CONFIG_ARCH_EXYNOS selected as well. > > Signed-off-by:

Re: [PATCH v9 3/4] phy: Add new Exynos USB 2.0 PHY driver

2014-03-05 Thread Tomasz Figa
On 05.03.2014 16:28, Kamil Debski wrote: Add a new driver for the Exynos USB 2.0 PHY. The new driver uses the generic PHY framework. The driver includes support for the Exynos 4x10 and 4x12 SoC families. Signed-off-by: Kamil Debski --- .../devicetree/bindings/phy/samsung-phy.txt| 53

Re: [PATCH v9 2/4] phy: core: Add devm_of_phy_get to phy-core

2014-03-05 Thread Tomasz Figa
On 05.03.2014 16:28, Kamil Debski wrote: Adding devm_of_phy_get will allow to get phys by supplying a pointer to the struct device_node instead of struct device. Signed-off-by: Kamil Debski --- drivers/phy/phy-core.c | 31 +++ include/linux/phy/phy.h |8 +++

Re: [PATCH v9 1/4] phy: core: Add an exported of_phy_get function

2014-03-05 Thread Tomasz Figa
On 05.03.2014 16:28, Kamil Debski wrote: Previously the of_phy_get function took a struct device * and was declared static. It was impossible to call it from another driver and thus it was impossible to get phy defined for a given node. The old function was renamed to _of_phy_get and was left for

Re: [PATCH 1/1] ARM: EXYNOS: Map SYSRAM address through DT

2014-03-05 Thread Tomasz Figa
On 05.03.2014 16:36, Sachin Kamat wrote: On 5 March 2014 18:56, Andreas Oberritter wrote: On 05.03.2014 09:23, Sachin Kamat wrote: diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts b/arch/arm/boot/dts/exynos4210-universal_c210.dts index d2e3f5f5916d..3ca3fb6aa5f4 100644 --- a/arc

Re: [PATCH 1/1] ARM: EXYNOS: Map SYSRAM address through DT

2014-03-05 Thread Sachin Kamat
On 5 March 2014 18:56, Andreas Oberritter wrote: > On 05.03.2014 09:23, Sachin Kamat wrote: >>> diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts >>> b/arch/arm/boot/dts/exynos4210-universal_c210.dts >>> index d2e3f5f5916d..3ca3fb6aa5f4 100644 >>> --- a/arch/arm/boot/dts/exynos4210-uni

Re: [PATCH 1/1] ARM: Exynos: Add generic compatible string

2014-03-05 Thread Sachin Kamat
On 5 March 2014 17:42, Tomasz Figa wrote: > On 05.03.2014 09:25, Sachin Kamat wrote: >> >> On 25 February 2014 17:12, Arnd Bergmann wrote: >>> >>> On Tuesday 25 February 2014, Olof Johansson wrote: I disagree. I don't know what Samsung has in mind, but the revision of the CPU doesn

[PATCH v9 3/4] phy: Add new Exynos USB 2.0 PHY driver

2014-03-05 Thread Kamil Debski
Add a new driver for the Exynos USB 2.0 PHY. The new driver uses the generic PHY framework. The driver includes support for the Exynos 4x10 and 4x12 SoC families. Signed-off-by: Kamil Debski --- .../devicetree/bindings/phy/samsung-phy.txt| 53 Documentation/phy/samsung-usb2.txt

[PATCH v9 2/4] phy: core: Add devm_of_phy_get to phy-core

2014-03-05 Thread Kamil Debski
Adding devm_of_phy_get will allow to get phys by supplying a pointer to the struct device_node instead of struct device. Signed-off-by: Kamil Debski --- drivers/phy/phy-core.c | 31 +++ include/linux/phy/phy.h |8 2 files changed, 39 insertions(+) dif

[PATCH v9 4/4] phy: Add Exynos 5250 support to the Exynos USB 2.0 PHY driver

2014-03-05 Thread Kamil Debski
Add support for Exynos 5250. This driver is to replace the old USB 2.0 PHY driver. Signed-off-by: Kamil Debski --- .../devicetree/bindings/phy/samsung-phy.txt|1 + drivers/phy/Kconfig| 11 + drivers/phy/Makefile |1 +

[PATCH v9 0/4] phy: Add new Exynos USB 2.0 PHY driver

2014-03-05 Thread Kamil Debski
Hi, This is the ninth version of this patchset. First and most significant change since v6 is that this patchset includes only patches touching the Generic PHY Framework. Patches to the USB controllers were stripped as they require additional work. S5PV210 support is also omitted - it requires mor

[PATCH v9 1/4] phy: core: Add an exported of_phy_get function

2014-03-05 Thread Kamil Debski
Previously the of_phy_get function took a struct device * and was declared static. It was impossible to call it from another driver and thus it was impossible to get phy defined for a given node. The old function was renamed to _of_phy_get and was left for internal use. of_phy_get function was adde

Re: [PATCH v8 4/4] phy: Add Exynos 5250 support to the Exynos USB 2.0 PHY driver

2014-03-05 Thread Kishon Vijay Abraham I
Hi, On Wednesday 05 March 2014 07:48 PM, Kamil Debski wrote: Add support for Exynos 5250. This driver is to replace the old USB 2.0 PHY driver. Pls fix this error too.. Applying: phy: Add Exynos 5250 support to the Exynos USB 2.0 PHY driver /home/kishon/repos/linux-phy/.git/rebase-apply/patch

Re: [PATCH v8 3/4] phy: Add new Exynos USB 2.0 PHY driver

2014-03-05 Thread Kishon Vijay Abraham I
Kamil, On Wednesday 05 March 2014 07:48 PM, Kamil Debski wrote: Add a new driver for the Exynos USB 2.0 PHY. The new driver uses the generic PHY framework. The driver includes support for the Exynos 4x10 and 4x12 SoC families. Pls fix these errors which I get while applying your patch. Applyi

[PATCH v8 4/4] phy: Add Exynos 5250 support to the Exynos USB 2.0 PHY driver

2014-03-05 Thread Kamil Debski
Add support for Exynos 5250. This driver is to replace the old USB 2.0 PHY driver. Signed-off-by: Kamil Debski --- .../devicetree/bindings/phy/samsung-phy.txt|1 + drivers/phy/Kconfig| 11 + drivers/phy/Makefile |1 +

[PATCH v8 1/4] phy: core: Add an exported of_phy_get function

2014-03-05 Thread Kamil Debski
Previously the of_phy_get function took a struct device * and was declared static. It was impossible to call it from another driver and thus it was impossible to get phy defined for a given node. The old function was renamed to _of_phy_get and was left for internal use. of_phy_get function was adde

[PATCH v8 0/4] phy: Add new Exynos USB 2.0 PHY driver

2014-03-05 Thread Kamil Debski
Hi, This is the eighth version of this patchset. First and most significant change since v6 is that this patchset includes only patches touching the Generic PHY Framework. Patches to the USB controllers were stripped as they require additional work. S5PV210 support is also omitted - it requires mo

[PATCH v8 3/4] phy: Add new Exynos USB 2.0 PHY driver

2014-03-05 Thread Kamil Debski
Add a new driver for the Exynos USB 2.0 PHY. The new driver uses the generic PHY framework. The driver includes support for the Exynos 4x10 and 4x12 SoC families. Signed-off-by: Kamil Debski --- .../devicetree/bindings/phy/samsung-phy.txt| 53 Documentation/phy/samsung-usb2.txt

[PATCH v8 2/4] phy: core: Add devm_of_phy_get to phy-core

2014-03-05 Thread Kamil Debski
Adding devm_of_phy_get will allow to get phys by supplying a pointer to the struct device_node instead of struct device. Signed-off-by: Kamil Debski --- drivers/phy/phy-core.c | 31 +++ include/linux/phy/phy.h |8 2 files changed, 39 insertions(+) dif

Re: [PATCH 1/1] ARM: EXYNOS: Map SYSRAM address through DT

2014-03-05 Thread Andreas Oberritter
On 05.03.2014 09:23, Sachin Kamat wrote: >> diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts >> b/arch/arm/boot/dts/exynos4210-universal_c210.dts >> index d2e3f5f5916d..3ca3fb6aa5f4 100644 >> --- a/arch/arm/boot/dts/exynos4210-universal_c210.dts >> +++ b/arch/arm/boot/dts/exynos4210-un

[PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible

2014-03-05 Thread Lucas Stach
This is the recommended method of doing the IRQ mapping. For old devicetrees we fall back to the previous practice. Signed-off-by: Lucas Stach Acked-by: Arnd Bergmann --- drivers/pci/host/pci-tegra.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/pci/host/pci-

[PATCH v2 1/6] ARM: dts: tegra: add PCIe interrupt mapping properties

2014-03-05 Thread Lucas Stach
Those are defined by the common PCI binding. Signed-off-by: Lucas Stach Acked-by: Arnd Bergmann --- Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt | 8 arch/arm/boot/dts/tegra20.dtsi| 4 arch/arm/boot/dts/tegra30.dtsi

[PATCH v2 6/6] PCI: designware: use new OF interrupt mapping when possible

2014-03-05 Thread Lucas Stach
This is the recommended method of doing the IRQ mapping. For old devicetrees we fall back to the previous practice. Signed-off-by: Lucas Stach Acked-by: Arnd Bergmann --- v2: pass in parent dev to relevant functions, to make DT parsing work (spotted by Tim Harvey ) --- drivers/pci/host/pcie

[PATCH v2 3/6] PCI: rcar: use new OF interrupt mapping when possible

2014-03-05 Thread Lucas Stach
This is the recommended method of doing the IRQ mapping. Still fall back to the old method in order to not break the just submitted board files. Signed-off-by: Lucas Stach --- v2: pass in parent device to pci_common_init(), to make DT parsing work. --- drivers/pci/host/pci-rcar-gen2.c | 12 +

[PATCH v2 4/6] ARM: dts: exynos5440: fix PCIe interrupt mapping

2014-03-05 Thread Lucas Stach
So it actually works. Signed-off-by: Lucas Stach Acked-by: Arnd Bergmann --- v2: fix build breakage by including arm-gic.h --- arch/arm/boot/dts/exynos5440.dtsi | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exyno

[PATCH v2 5/6] ARM: dts: imx6: add PCIe interrupt mapping properties

2014-03-05 Thread Lucas Stach
As defined by the common PCI bindings. Signed-off-by: Lucas Stach Acked-by: Arnd Bergmann --- v2: drop blank lines --- arch/arm/boot/dts/imx6qdl.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index fb28b2ecb1db..c

[PATCH v2 0/6] PCI irq mapping fixes and cleanups

2014-03-05 Thread Lucas Stach
This series cleans up the PCI irq mapping for all the ARM PCI host drivers, so they handle it in the way defined in the common PCI bindings. I've worked in all the feedback I received on the first round of this series and left out the i.MX pcie driver changes, as these need more work includig brea

Re: [PATCH v2 01/11] base: power: Add generic OF-based power domain look-up

2014-03-05 Thread Tomasz Figa
On 05.03.2014 12:47, Tomasz Figa wrote: Hi Ulf, On 05.03.2014 08:19, Ulf Hansson wrote: @@ -2177,3 +2181,297 @@ void pm_genpd_init(struct generic_pm_domain *genpd, list_add(&genpd->gpd_list_node, &gpd_list); mutex_unlock(&gpd_list_lock); } + +#ifdef CONFIG_PM_GENERIC_DOMAINS

Re: [PATCH 1/1] ARM: Exynos: Add generic compatible string

2014-03-05 Thread Tomasz Figa
On 05.03.2014 09:25, Sachin Kamat wrote: On 25 February 2014 17:12, Arnd Bergmann wrote: On Tuesday 25 February 2014, Olof Johansson wrote: I disagree. I don't know what Samsung has in mind, but the revision of the CPU doesn't have all that much to do with the rest of the SoC. It's quite likel

Re: [RFC PATCH v2 19/21] ARM: dts: exynos5250-arndale: add dsi and panel nodes

2014-03-05 Thread Inki Dae
Sorry for interrupting, 2014-03-04 21:00 GMT+09:00 Andrzej Hajda : > On 02/28/2014 02:39 PM, Tomi Valkeinen wrote: >> On 28/02/14 15:31, Tomi Valkeinen wrote: >> >>> Compared to what I've done on OMAP, you don't seem to specify the video >>> inputs for the tc358764 at all. In this case it's obvio

Re: [PATCH v2 01/11] base: power: Add generic OF-based power domain look-up

2014-03-05 Thread Tomasz Figa
On 04.03.2014 19:23, Stephen Boyd wrote: On 03/03, Tomasz Figa wrote: diff --git a/drivers/base/power/domain.c b/drivers/base/power/domain.c index dc127e5..006b455 100644 --- a/drivers/base/power/domain.c +++ b/drivers/base/power/domain.c @@ -3,12 +3,16 @@ * * Copyright (C) 2011 Rafael J.

Re: [PATCH v2 01/11] base: power: Add generic OF-based power domain look-up

2014-03-05 Thread Tomasz Figa
Hi Ulf, On 05.03.2014 08:19, Ulf Hansson wrote: @@ -2177,3 +2181,297 @@ void pm_genpd_init(struct generic_pm_domain *genpd, list_add(&genpd->gpd_list_node, &gpd_list); mutex_unlock(&gpd_list_lock); } + +#ifdef CONFIG_PM_GENERIC_DOMAINS_OF Do we need a new config for this? C

Loan Application

2014-03-05 Thread Loans
Loan Application at a low rate of 0.5% send your Name,Amount,Phone and country to standar...@56788.com Note: $5,000.00 USD minimum and $100,000,000 Maximum. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.kernel.org More m

[PATCH 7/7] MAINTAINERS: add maintainer for Samsung xgmac driver

2014-03-05 Thread Byungho An
From: Byungho An Signed-off-by: Byungho An --- MAINTAINERS |9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c6d0e93..10cb617 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7526,6 +7526,15 @@ S: Supported L: linux-samsung-soc@vger.kernel.

[PATCH 6/7] net: xgmac: add ethtool related functions support xgmac

2014-03-05 Thread Byungho An
From: Vipul Pandya This patch adds ethtool related functions. Signed-off-by: Vipul Pandya Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/xgmac_common.h | 28 +- drivers/net/ethernet/samsung/xgmac_ethtool.c | 508 +- drivers/net/ethernet/samsung/xgmac_ma

[PATCH 2/7] net: xgmac: add TSO support for Samsung xgmac

2014-03-05 Thread Byungho An
From: Vipul Pandya Enable TSO during initialization for each DMA channels Signed-off-by: Vipul Pandya Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/xgmac_desc.c | 47 +++--- drivers/net/ethernet/samsung/xgmac_desc.h | 17 +-- drivers/net/ethernet/samsung/xgmac

[PATCH 3/7] net: xgmac: add EEE(Energy Efficient Ethernet) for Samsung xgmac

2014-03-05 Thread Byungho An
From: Girish K S Added support for the EEE(Energy Efficient Ethernet) in 10G ethernet driver. Signed-off-by: Girish K S Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/xgmac_common.h | 54 + drivers/net/ethernet/samsung/xgmac_core.c | 86 +- drivers/ne

[PATCH 5/7] net: xgmac: add WOL(Wakeup-On-Lan)support for Samsung xgmac

2014-03-05 Thread Byungho An
From: Girish K S 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 Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/xgmac_common.h | 15 ++ drivers/net/e

[PATCH 4/7] net: xgmac: add Checksum offload support for Samsung xgmac

2014-03-05 Thread Byungho An
From: Vipul Pandya This patch adds TX and RX checksum offload support. Signed-off-by: Vipul Pandya Signed-off-by: Byungho An --- drivers/net/ethernet/samsung/xgmac_common.h |6 +++- drivers/net/ethernet/samsung/xgmac_core.c | 20 drivers/net/ethernet/samsung/xgmac_desc.c

[PATCH 0/7] add new Samsung xgmac driver

2014-03-05 Thread Byungho An
Hi all, This series adds Samsung xgmac driver. Byungho An (1): MAINTAINERS: add maintainer for Samsung xgmac driver Girish K S (2): net: xgmac: add EEE(Energy Efficient Ethernet) for Samsung xgmac net: xgmac: add WOL(Wakeup-On-Lan)support for Samsung xgmac Siva Reddy (1):

Re: [PATCH v7 0/4] phy: Add new Exynos USB 2.0 PHY driver

2014-03-05 Thread Kishon Vijay Abraham I
Hi, On Tuesday 04 March 2014 08:53 PM, Kamil Debski wrote: Hi, This is the seventh version of this patchset. First and most significant change is that this patchset includes only patches touching the Generic PHY Framework. Patches to the USB controllers were stripped as they require additional

Re: [PATCH 3/3] Documentation: mfd: s2mps11: Document support for S2MPS14

2014-03-05 Thread Sachin Kamat
Hi Krzysztof, On 5 March 2014 14:52, Krzysztof Kozlowski wrote: > Add bindings documentation for S2MPS14 device to the s2mps11 driver. nit: s/s2mps11/S2MPS11 > > Signed-off-by: Krzysztof Kozlowski > Cc: Mark Brown > Cc: Liam Girdwood > Cc: Tomasz Figa > Cc: devicet...@vger.kernel.org > Cc:

Re: [PATCH 2/3] regulator: s2mps11: Add set_suspend_disable for S2MPS14

2014-03-05 Thread Lee Jones
> S2MPS14 regulators support suspend mode where their status is controlled > by PWREN coming from SoC. This patch implements the set_suspend_disable > for S2MPS14 regulators. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/regulator/s2mps11.c | 26 ++ > i

[PATCH 1/3] regulator: s2mps11: Add support for S2MPS14 regulators

2014-03-05 Thread Krzysztof Kozlowski
Add support for S2MPS14 PMIC regulators to s2mps11 driver. The S2MPS14 has fewer BUCK-s and LDO-s than S2MPS11. It also does not support controlling the BUCK ramp delay. Signed-off-by: Krzysztof Kozlowski Cc: Mark Brown Cc: Liam Girdwood Reviewed-by: Yadwinder Singh Brar --- drivers/regulator

[PATCH 3/3] Documentation: mfd: s2mps11: Document support for S2MPS14

2014-03-05 Thread Krzysztof Kozlowski
Add bindings documentation for S2MPS14 device to the s2mps11 driver. Signed-off-by: Krzysztof Kozlowski Cc: Mark Brown Cc: Liam Girdwood Cc: Tomasz Figa Cc: devicet...@vger.kernel.org Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Acked-by: Tomasz Figa --

[PATCH 2/3] regulator: s2mps11: Add set_suspend_disable for S2MPS14

2014-03-05 Thread Krzysztof Kozlowski
S2MPS14 regulators support suspend mode where their status is controlled by PWREN coming from SoC. This patch implements the set_suspend_disable for S2MPS14 regulators. Signed-off-by: Krzysztof Kozlowski --- drivers/regulator/s2mps11.c | 26 ++ include/linux/mfd

[PATCH 0/3] regulator: s2mps11: Add support for S2MPS14 regulators

2014-03-05 Thread Krzysztof Kozlowski
: Add set_suspend_disable for S2MPS14 which replaces previous "opmode" idea. These patches are rebased against linux-next tree (next-20140305) because they depend on changes in main MFD sec-core and s2mps11 regulator driver. Best regards, Krzysztof Krzysztof Kozlowski (3): regulator: s2mps11:

RE: [PATCH v7 3/4] phy: Add new Exynos USB 2.0 PHY driver

2014-03-05 Thread Kamil Debski
Hi Sander, > From: Kamil Debski [mailto:k.deb...@samsung.com] > Sent: Tuesday, March 04, 2014 4:24 PM > > Add a new driver for the Exynos USB 2.0 PHY. The new driver uses the > generic PHY framework. The driver includes support for the Exynos 4210 > and 4x12 SoC families. > > Signed-off-by: Kami

Re: Adding set_blob ioctl to DRM

2014-03-05 Thread Rahul Sharma
Thanks Daniel and Bob, Agree, DT is good enough for initial settings. But when need to support on the fly parameter changes, we will end up with 2 solutions. Adding KMS ioctls or improvising blob prop infrastructure (Ruled out existing KMS 64bit props as list of parameters is close to 30, as if no

Re: [PATCH 1/1] ARM: Exynos: Add generic compatible string

2014-03-05 Thread Sachin Kamat
On 25 February 2014 17:12, Arnd Bergmann wrote: > On Tuesday 25 February 2014, Olof Johansson wrote: >> I disagree. I don't know what Samsung has in mind, but the revision of >> the CPU doesn't have all that much to do with the rest of the SoC. >> It's quite likely that some vendors (maybe not Sam

Re: [PATCH 1/1] ARM: EXYNOS: Map SYSRAM address through DT

2014-03-05 Thread Sachin Kamat
On 20 February 2014 11:35, Sachin Kamat wrote: > Instead of hardcoding the SYSRAM details for each SoC, > pass this information through device tree (DT) and make > the code SoC agnostic. > > Signed-off-by: Sachin Kamat > --- > Based on top of my earlier patch > "ARM: EXYNOS: Consolidate CPU init

[PATCH 1/2] ARM: dts: Disable MDMA1 node for Arndale-octa board

2014-03-05 Thread Tushar Behera
MDMA1 can support both secure and non-secure AXI transactions. When this is enabled in the kernel for boards that run in secure mode, we get imprecise external aborts causing the kernel to oops. Unhandled fault: imprecise external abort (0x1406) at 0x Kernel panic - not syncing: Attempted

[PATCH 2/2] ARM: dts: Keep some essential LDOs enabled for Arndale-Octa

2014-03-05 Thread Tushar Behera
LDO3 and LDO23 need to be enabled in order for soft-reset to work. Additionally LDO9 needs to be enabled for USB operations. Signed-off-by: Tushar Behera --- arch/arm/boot/dts/exynos5420-arndale-octa.dts |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420-arnd