[PATCH V3 0/2] Add DT support for tps6507x touchscreen

2013-05-21 Thread Vishwanathrao Badarkhe, Manish
Patch set adds DT support for tps6507x based touchscreen. Also, add DT data for tps6507x touchscreen in da850-evm by providing touchscreen node inside tps6507x mfd device. This patch series applies on top of linux-next tree and depends on [1]. [1]tps6507x-ts: update to devm_* API

[PATCH V3 1/2] tps6507x-ts: Add DT support

2013-05-21 Thread Vishwanathrao Badarkhe, Manish
Add device tree based support for TI's tps6507x touchscreen. Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Changes since V2: - Removed unnecessary code. - Updated Documentation to provide proper names of devicetree properties. Changes since V1: -

[PATCH V3 2/2] ARM: davinci: da850: add tps6507x touchscreen DT data

2013-05-21 Thread Vishwanathrao Badarkhe, Manish
Add tps6507x touchscreen DT node to da850-evm. Touchscreen DT data is added as per da850 board file. Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Changes since V2: - Updated names of devicetree properties. Changes since V1: - Updated commit message.

[v2 0/6] CLK: tegra: convert device tree files to use CLK defines

2013-05-21 Thread Hiroshi Doyu
This patchset converts device tree files to use CLK defines. This version was updated along with the latest DT changes. The following changes since commit 7479d8bb5650f43053d0e82fa44db668cf968f11: TESTING: Build Tegra USB as a module (2013-05-20 13:11:19 -0600) are available in the git

[v2 1/6] ARM: tegra20: create a DT header defining CLK IDs

2013-05-21 Thread Hiroshi Doyu
Create a header file to define the clock IDs used by the Tegra20 clock binding. Remove the list of definitions from the binding documentation, and refer the reader to the header file. This will allow the same header to be used by both device tree files, and drivers implementing this binding,

[v2 2/6] ARM: tegra20: convert device tree files to use CLK defines

2013-05-21 Thread Hiroshi Doyu
Use the Tegra20 CAR binding header (tegra20-car.h) to replace magic numbers in the device tree. For example, - clocks = tegra_car 28; + clocks = tegra_car CLK_HOST1X; Signed-off-by: Hiroshi Doyu hd...@nvidia.com --- arch/arm/boot/dts/tegra20-colibri-512.dtsi | 4 +-

[v2 3/6] ARM: tegra30: create a DT header defining CLK IDs

2013-05-21 Thread Hiroshi Doyu
Create a header file to define the clock IDs used by the Tegra30 clock binding. Remove the list of definitions from the binding documentation, and refer the reader to the header file. This will allow the same header to be used by both device tree files, and drivers implementing this binding,

[v2 4/6] ARM: tegra30: convert device tree files to use CLK defines

2013-05-21 Thread Hiroshi Doyu
Use the Tegra30 CAR binding header (tegra30-car.h) to replace magic numbers in the device tree. For example, - clocks = tegra_car 28; + clocks = tegra_car CLK_HOST1X; Signed-off-by: Hiroshi Doyu hd...@nvidia.com --- arch/arm/boot/dts/tegra30-beaver.dts | 4 +-

[v2 5/6] ARM: tegra114: create a DT header defining CLK IDs

2013-05-21 Thread Hiroshi Doyu
Create a header file to define the clock IDs used by the Tegra114 clock binding. Remove the list of definitions from the binding documentation, and refer the reader to the header file. This will allow the same header to be used by both device tree files, and drivers implementing this binding,

[v2 6/6] ARM: tegra114: convert device tree files to use CLK defines

2013-05-21 Thread Hiroshi Doyu
Use the Tegra114 CAR binding header (tegra114-car.h) to replace magic numbers in the device tree. For example, - clocks = tegra_car 28; + clocks = tegra_car CLK_HOST1X; Signed-off-by: Hiroshi Doyu hd...@nvidia.com --- arch/arm/boot/dts/tegra114-dalmore.dts | 4 +-

Re: [RFC PATCH v3] drivers: bus: add ARM CCI support

2013-05-21 Thread Lorenzo Pieralisi
On Mon, May 20, 2013 at 01:11:21PM +0100, Jon Medhurst (Tixy) wrote: On Thu, 2013-05-09 at 11:34 +0100, Lorenzo Pieralisi wrote: [...] +static int __init cci_probe(void) +{ + struct cci_nb_ports const *cci_config; + int ret, i, nb_ace = 0, nb_ace_lite = 0; + struct device_node

Re: [RFC PATCH v3] drivers: bus: add ARM CCI support

2013-05-21 Thread Benjamin Herrenschmidt
On Tue, 2013-05-21 at 10:21 +0100, Lorenzo Pieralisi wrote: The node name, not type, but point is taken. I prefer to add a compatible property to slave-if nodes (eg arm,cci-400-control-if), I do not think that checking the node name is the standard way of doing things in DT world. Thoughts

[net-next resend PATCH 0/6] Adding pinctrl PM support for CPSW and MDIO

2013-05-21 Thread Mugunthan V N
Resending the same patch series as it is dropped which was sent during merge window This patch series adds the following features * Adding pinctrl PM support for CPSW and MDIO for Power Optimization * Adding phy address to the CPSW node for EVMsk board Hebbar Gururaja (1): net: cpsw: enhance

[net-next resend PATCH 1/6] net: cpsw: enhance pinctrl support

2013-05-21 Thread Mugunthan V N
From: Hebbar Gururaja gururaja.heb...@ti.com Amend cpsw controller to optionally take a pin control handle and set the state of the pins to: - default on boot, resume - sleep on suspend() This should make it possible to optimize energy usage for the pins for the suspend/resume cycle. If any of

[net-next resend PATCH 2/6] net: davinci_mdio: enhance pinctrl support

2013-05-21 Thread Mugunthan V N
Amend cpsw controller to optionally take a pin control handle and set the state of the pins to: - default on boot, resume - sleep on suspend() This should make it possible to optimize energy usage for the pins for the suspend/resume cycle. If any of the above pin states are missing in dt, a

[net-next resend PATCH 4/6] ARM: dts: AM33XX: Add CPSW phy_id device tree data to am335x-evmsk

2013-05-21 Thread Mugunthan V N
Add phy_id device tree data to am335x-evmsk device to bring up CPSW ethernet present on am335x starter kit. Signed-off-by: Mugunthan V N mugunthan...@ti.com --- arch/arm/boot/dts/am335x-evmsk.dts |8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/am335x-evmsk.dts

[net-next resend PATCH 5/6] ARM: dts: AM33XX: Add pinmux configuration for CPSW to EVMsk

2013-05-21 Thread Mugunthan V N
Add pinmux configurations for MII based CPSW ethernet to AM335x EVMsk. In this patch, only single named mode/state is added and these pins are configured during pinctrl driver initialization. Default mode is nothing but the values required for the module during active state. With this

[net-next resend PATCH 6/6] ARM: dts: AM33XX: Add pinmux configuration for CPSW to am335x EVM

2013-05-21 Thread Mugunthan V N
Add pinmux configurations for RGMII based CPSW ethernet to am335x-evm. In this patch, only single named mode/state is added and these pins are configured during pinctrl driver initialization. Default mode is nothing but the values required for the module during active state. With this

Re: [PATCH 0/2] PM / OPP: updates to enable sharing OPPs info

2013-05-21 Thread Sudeep KarkadaNagesha
Hi Rob, Grant, On 01/05/13 12:11, Sudeep KarkadaNagesha wrote: From: Sudeep KarkadaNagesha sudeep.karkadanage...@arm.com These are couple of updates to existing PM/OPP library to support sharing of OPPs between different device nodes. Currently all the cpu nodes are parsed until the OPPs

[RFC/PATCH v2 1/2] gpio-rcar: Make the platform data gpio_base field signed

2013-05-21 Thread Laurent Pinchart
The gpio_base field is used to specify the desired GPIO base for the GPIO controller. The GPIO core can automatically allocate a GPIO number range when the base is set to -1. To make this possible, make the field signed. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com

[RFC/PATCH v2 0/2] R-Car GPIO DT bindings

2013-05-21 Thread Laurent Pinchart
Hello, Here's the second version of the gpio-rcar driver DT bindings. I've tested the patches on the Marzen board (r8a7779). Once again I'd appreciate feedback on the DT bindings. I'm particularly wondering whether getting the number of lines through the gpio-ranges property instead of using a

[RFC/PATCH v2 2/2] gpio-rcar: Add DT support

2013-05-21 Thread Laurent Pinchart
Add DT bindings for the gpio-rcar driver and read the device configuration from the DT node at probe time if available. Cc: devicetree-discuss@lists.ozlabs.org Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- .../devicetree/bindings/gpio/renesas,gpio-rcar.txt | 52

[PATCH] ARM: ux500: build ccu8540 device tree blob

2013-05-21 Thread Linus Walleij
From: Linus Walleij linus.wall...@linaro.org This makes sure the new ccu8540 DTB file is generated by the build system. Cc: Lee Jones lee.jo...@linaro.org Cc: Gabriel Fernandez gabriel.fernandez...@gmail.com Signed-off-by: Linus Walleij linus.wall...@linaro.org --- arch/arm/boot/dts/Makefile |

[PATCH] ARM: ux500: fix typo in STUIB device tree

2013-05-21 Thread Linus Walleij
From: Linus Walleij linus.wall...@linaro.org The Rohm vendor name was twisted in the STUIB device tree include file. Fix it up. Signed-off-by: Linus Walleij linus.wall...@linaro.org --- arch/arm/boot/dts/stuib.dtsi | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff

Re: [PATCH] ARM: ux500: fix typo in STUIB device tree

2013-05-21 Thread Lee Jones
On Tue, 21 May 2013, Linus Walleij wrote: From: Linus Walleij linus.wall...@linaro.org The Rohm vendor name was twisted in the STUIB device tree include file. Fix it up. Signed-off-by: Linus Walleij linus.wall...@linaro.org --- arch/arm/boot/dts/stuib.dtsi | 16 1

[PATCH v4 01/21] sh-pfc: Remove support for platform data

2013-05-21 Thread Laurent Pinchart
Platform data isn't used, support can thus be removed. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- drivers/pinctrl/sh-pfc/core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/pinctrl/sh-pfc/core.c b/drivers/pinctrl/sh-pfc/core.c

[PATCH v4 00/21] SH pinctrl DT support

2013-05-21 Thread Laurent Pinchart
Hello, Here's the fourth version of the SuperH and SH Mobile pin controllers (PFC) DT support patch set. The patches are based on tags/renesas-next-20130513 from Simon's tree (git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git), the R-Car GPIO DT bindings proposal ([RFC/PATCH v2

[PATCH v4 02/21] sh-pfc: Add DT support

2013-05-21 Thread Laurent Pinchart
Support device instantiation through the device tree. The compatible property is used to select the SoC pinmux information. Set the gpio_chip device field to the PFC device to enable automatic GPIO OF support. Cc: devicetree-discuss@lists.ozlabs.org Signed-off-by: Laurent Pinchart

[PATCH v4 03/21] ARM: shmobile: r8a73a4: Add pin control device to device tree

2013-05-21 Thread Laurent Pinchart
Add a pfc node to the r8a73a4 device tree. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/r8a73a4.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi index

[PATCH v4 05/21] ARM: shmobile: r8a7778: Add pin control device to device tree

2013-05-21 Thread Laurent Pinchart
Add a pfc node to the r8a7778 device tree. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/r8a7778.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi index 4743735..c8dbf14

[PATCH v4 04/21] ARM: shmobile: r8a7740: Add pin control device to device tree

2013-05-21 Thread Laurent Pinchart
Add a pfc node to the r8a7740 device tree and remove manual pinmux initialization from the corresponding board files. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/r8a7740.dtsi | 8

[PATCH v4 07/21] ARM: shmobile: r8a7779: Add pin control device to device tree

2013-05-21 Thread Laurent Pinchart
Add a pfc node to the r8a7779 device tree and remove manual pinmux initialization from the corresponding board files. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/r8a7779.dtsi | 5 +

[PATCH v4 06/21] ARM: shmobile: r8a7778: Add GPIO controller devices to device tree

2013-05-21 Thread Laurent Pinchart
Add GPIO controller nodes to the r8a7778 core device tree. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/r8a7778.dtsi | 51 ++ 1 file changed, 51 insertions(+) diff --git a/arch/arm/boot/dts/r8a7778.dtsi

[PATCH v4 09/21] ARM: shmobile: r8a7790: Add pin control device to device tree

2013-05-21 Thread Laurent Pinchart
Add a pfc node to the r8a7790 device tree. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/r8a7790.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 7a17110..c14fbd1

[PATCH v4 08/21] ARM: shmobile: r8a7779: Add GPIO controller devices to device tree

2013-05-21 Thread Laurent Pinchart
Add GPIO controller nodes to the r8a7779 core device tree. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/r8a7779.dtsi | 71 ++ 1 file changed, 71 insertions(+) diff --git a/arch/arm/boot/dts/r8a7779.dtsi

[PATCH v4 11/21] ARM: shmobile: sh7372: Add pin control device to device tree

2013-05-21 Thread Laurent Pinchart
Add a pfc node to the sh7372 device tree. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/sh7372.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/sh7372.dtsi b/arch/arm/boot/dts/sh7372.dtsi index 677fc60..ce19398

[PATCH v4 10/21] ARM: shmobile: r8a7790: Add GPIO controller devices to device tree

2013-05-21 Thread Laurent Pinchart
Add GPIO controller nodes to the r8a7790 core device tree. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/r8a7790.dtsi | 61 ++ 1 file changed, 61 insertions(+) diff --git a/arch/arm/boot/dts/r8a7790.dtsi

[PATCH v4 13/21] ARM: shmobile: armadillo-reference: Move pinctrl mappings to device tree

2013-05-21 Thread Laurent Pinchart
Replace the pinctrl mappings in board code by device tree mappings. For devices that are still instantiated from board code reference the mappings as the default pin controller state to apply them at boot time. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com ---

[PATCH v4 12/21] ARM: shmobile: sh73a0: Add pin control device to device tree

2013-05-21 Thread Laurent Pinchart
Add a pfc node to the sh73a0 device tree and remove manual pinmux initialization from the corresponding board files. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/sh73a0.dtsi | 8

[PATCH v4 14/21] ARM: shmobile: armadillo-reference: Add st1232 pin mappings

2013-05-21 Thread Laurent Pinchart
Add pin mappings for the st1232 device to the device tree and reference them as the default state for the device. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts | 7 +++ 1 file changed, 7 insertions(+)

[PATCH v4 15/21] ARM: shmobile: armadillo-reference: Move st1232 reset GPIO to DT

2013-05-21 Thread Laurent Pinchart
Reference the st1232 reset GPIO from the device tree and remove it from board code. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts | 1 + arch/arm/mach-shmobile/board-armadillo800eva-reference.c | 7 ---

[PATCH v4 16/21] ARM: shmobile: armadillo-reference: Add LED1-LED4 to the device tree

2013-05-21 Thread Laurent Pinchart
LED1 to LED4 are GPIO LEDs. Add corresponding DT nodes. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git

[PATCH v4 17/21] ARM: shmobile: kzm9g-reference: Move pinctrl mappings to device tree

2013-05-21 Thread Laurent Pinchart
Replace the pinctrl mappings in board code by device tree mappings. For devices that are still instantiated from board code reference the mappings as the default pin controller state to apply them at boot time. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com ---

[PATCH v4 18/21] ARM: shmobile: kzm9g-reference: Move SDHI regulators to DT

2013-05-21 Thread Laurent Pinchart
Create two GPIO-controlled fixed-voltage regulators in the kzm9g-reference DT and remove manual configuration of the corresponding GPIOs from board code. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 22

[PATCH v4 19/21] ARM: shmobile: kzm9g-reference: Add LED1-LED4 to the device tree

2013-05-21 Thread Laurent Pinchart
LED1 to LED4 are GPIO LEDs. Add corresponding DT nodes. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts

[PATCH v4 20/21] ARM: shmobile: marzen-reference: Move pinctrl mappings to device tree

2013-05-21 Thread Laurent Pinchart
Replace the pinctrl mappings in board code by device tree mappings. For devices that are still instantiated from board code reference the mappings as the default pin controller state to apply them at boot time. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com ---

[PATCH v4 21/21] ARM: shmobile: marzen-reference: Add LED2-LED4 to the device tree

2013-05-21 Thread Laurent Pinchart
LED2 to LED4 are GPIO LEDs. Add corresponding DT nodes. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- arch/arm/boot/dts/r8a7779-marzen-reference.dts | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/r8a7779-marzen-reference.dts

Re: [PATCH V3 00/10] mmc_of_parse() adaptations, DT support for Sheevaplugs

2013-05-21 Thread Jason Cooper
On Tue, May 21, 2013 at 01:01:41AM +0200, Simon Baatz wrote: Hi, V3 changes: - Patch 01/10: Added EPROBE_DEFER case to mmc_of_parse() - Added Acked-By to (unmodified) patches 02 and 03. V2 changes: - Converted mvsdio to use mmc_of_parse() - Adapted

[PATCH 0/3] pinctrl: pinctrl-single: Add full fledge support to configure multiple pins of different modules

2013-05-21 Thread Manjunathappa, Prakash
Based function-mask and submask preoperties patch allocates and registers pins. Patch is fixes the issue reported and discussed here: http://www.spinics.net/lists/arm-kernel/msg235213.html Applies on top of 3.10-rc2 of linus's tree. Tested on da850-evm. Manjunathappa, Prakash (3): pinctrl:

[PATCH 2/3] pinctrl: pinctrl-single: pin names for pinctrl-single.bits

2013-05-21 Thread Manjunathappa, Prakash
Take care to name pin names as register-offset.bit-pos-of-pin-in-register in case configuring multiple pins in register. Signed-off-by: Manjunathappa, Prakash prakash...@ti.com --- drivers/pinctrl/pinctrl-single.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff

[PATCH 3/3] ARM: davinci: da850: adopt to pinctrl-single driver to configure multiple pins

2013-05-21 Thread Manjunathappa, Prakash
function-mask property is a mask for a pin at each pin configure offset in a pincontrol register. Signed-off-by: Manjunathappa, Prakash prakash...@ti.com --- arch/arm/boot/dts/da850.dtsi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/boot/dts/da850.dtsi

RE: Query on pinctrl usage for DT nodes

2013-05-21 Thread Manjunathappa, Prakash
Hi, On Tue, Apr 23, 2013 at 23:47:54, Tony Lindgren wrote: * Peter Ujfalusi peter.ujfal...@ti.com [130423 00:47]: On 04/16/2013 11:32 PM, Tony Lindgren wrote: * Peter Ujfalusi peter.ujfal...@ti.com [130415 01:30]: On 04/10/2013 10:34 PM, Tony Lindgren wrote: Yeah how about just change

Re: [v2 0/6] CLK: tegra: convert device tree files to use CLK defines

2013-05-21 Thread Stephen Warren
On 05/21/2013 03:10 AM, Hiroshi Doyu wrote: This patchset converts device tree files to use CLK defines. This version was updated along with the latest DT changes. The following changes since commit 7479d8bb5650f43053d0e82fa44db668cf968f11: TESTING: Build Tegra USB as a module

Re: [v2 2/6] ARM: tegra20: convert device tree files to use CLK defines

2013-05-21 Thread Stephen Warren
On 05/21/2013 03:10 AM, Hiroshi Doyu wrote: Use the Tegra20 CAR binding header (tegra20-car.h) to replace magic numbers in the device tree. For example, - clocks = tegra_car 28; + clocks = tegra_car CLK_HOST1X; diff --git a/arch/arm/boot/dts/tegra20-paz00.dts

Re: [PATCH 1/6] drivers: bus: add a new driver for WEIM

2013-05-21 Thread Chaiken, Alison
+ weim: weim at 021b8000 { + compatible = fsl,imx6q-weim; + reg = 0x021b8000 0x4000; + interrupts = 0 14 0x04; + clocks = clks 196; + #address-cells = 2; + #size-cells = 1; + ranges = 0 0 0x0800

RE: [PATCH 4/6] ARM: dts: imx6q: add pinctrl for WEIM NOR

2013-05-21 Thread Chaiken, Alison
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index ed11bcf..e6174c7 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -323,6 +323,64 @@ ; };

Re: [PATCH v2] documentation: iommu: add description of ARM System MMU binding

2013-05-21 Thread Will Deacon
On Tue, May 21, 2013 at 11:25:01AM +0100, Andreas Herrmann wrote: On Mon, May 20, 2013 at 06:18:41AM -0400, Will Deacon wrote: That also looks fine to me, although I'd like to write the parsing code in my driver before I commit to anything! Right, I hacked that up this afternoon and it seems

Re: [PATCH V2 1/2] ARM: mmc: bcm281xx SDHCI driver

2013-05-21 Thread Arnd Bergmann
On Tuesday 21 May 2013, Christian Daudt wrote: +cfg = devm_kzalloc(pdev-dev, sizeof(*cfg), GFP_KERNEL); +if (!cfg) { +dev_err(pdev-dev, Can't allocate platform cfg\n); +return NULL; +} Not needed what is not needed ? The allocation, it can be part

Re: Pulls and drive strengths in the pinctrl world

2013-05-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:28 Tue 21 May , Tomasz Figa wrote: On Friday 17 of May 2013 14:26:25 Jean-Christophe PLAGNIOL-VILLARD wrote: On 18:22 Wed 15 May , Stephen Warren wrote: On 05/15/2013 06:13 PM, Tomasz Figa wrote: On Wednesday 15 of May 2013 16:55:37 Doug Anderson wrote: Tomasz / Linus,

[PATCH 2/2] usb: misc: usb3503: Adding device tree entry 'disabled-ports'

2013-05-21 Thread Dongjin Kim
This patch is to add a property 'disabled-ports' representing the unused port of USB3503. USB3503 can support up to 3 USB host port and each ports can be controlled to be enabled or disabled. Do not describe this property if all ports must be enabled. You can represent the ports to disable in the

[BUG] GPIO: irq: no irq domain found for

2013-05-21 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi, I'm currently adding the ks8851-ml support to a at91 board On this board we use a gpio as interrupt but I found an issue when populating the platfomr devices we try found the virq for the ks8851 but the irq domain is not yet present as the gpio driver (a

Re: [RFC 2/2] clk: samsung: add exynos5250 composite clock for hdmi

2013-05-21 Thread Tomasz Figa
Hi, Cc'ing Mike, clock subsystem maintainer. On Tuesday 21 of May 2013 09:42:25 Rahul Sharma wrote: On Tue, May 21, 2013 at 12:27 AM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Rahul, On Monday 20 of May 2013 19:47:08 Rahul Sharma wrote: HDMI driver needs to change the parent of

Re: [PATCH RFC v2] media: OF: add sync-on-green endpoint property

2013-05-21 Thread Prabhakar Lad
Hi Laurent/Sylwester, On Thu, May 16, 2013 at 6:48 PM, Lad Prabhakar prabhakar.cse...@gmail.com wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch adds sync-on-green property as part of endpoint properties and also support to parse them in the parser. If you are ok with the