Re: [PATCH v3 0/7] mv643xx.c: Add basic device tree support.

2012-09-11 Thread Benjamin Herrenschmidt
On Mon, 2012-09-10 at 14:22 +, Arnd Bergmann wrote: Following up on the old discussion, I talked briefly about this issue with BenH at the kernel summit. The outcome basically is that it's a bit sad to have incompatible bindings, but it's not the end of the world,and it's more important to

[PATCH] arm/dts: omap: Add omap-usb2 dt data

2012-09-11 Thread Kishon Vijay Abraham I
Add omap-usb2 data node in omap4 device tree file. Since omap-usb2 is connected to ocp2scp, omap-usb2 dt data is added as a child node of ocp2scp. Acked-by: Felipe Balbi ba...@ti.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- Applies on

RE: [PATCH v2 0/2] ARM: dts: AM33xx: Correct gpio labels to match docs

2012-09-11 Thread Hiremath, Vaibhav
On Tue, Sep 11, 2012 at 01:15:10, Porter, Matt wrote: Changes since v1: - Series now applies on top of Anil's AM33XX DTS series This series applies on top of the for_3.7/dts/ branch and Anil's [v7,2/3] arm/dts: AM33XX: Configure pinmuxs for user leds control on Bone patch that is

RE: [PATCH] ARM: OMAP2+: Makefile.boot: Add am335x evm and bone targets

2012-09-11 Thread Hiremath, Vaibhav
On Fri, Aug 31, 2012 at 23:24:34, Hiremath, Vaibhav wrote: This adds am335x-evm and am335x-bone dtb targets to 'make dtbs', just like other platforms. Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Cc: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/Makefile.boot |1 + 1

Re: [PATCH] arm/dts: omap: Add omap-usb2 dt data

2012-09-11 Thread Benoit Cousson
Hi Kishon, On 09/11/2012 08:12 AM, Kishon Vijay Abraham I wrote: Add omap-usb2 data node in omap4 device tree file. Since omap-usb2 is connected to ocp2scp, omap-usb2 dt data is added as a child node of ocp2scp. Could you add more details about the omap-usb2? You must update the

Re: [PATCH v4 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs

2012-09-11 Thread Tomasz Figa
Hi Praveen, Praveen Paneri wrote: Changes from v3: Replaced susbsys_initcall()/module_exit() by module_platform_driver(). Accordingly in the hsotg driver returned -EPROBE_DEFER until phy driver is registered Removed unnecessary devm_usb_put_phy() call from the hsotg driver remove. Changes

Re: [PATCH] arm/dts: omap: Add omap-usb2 dt data

2012-09-11 Thread ABRAHAM, KISHON VIJAY
Hi, On Tue, Sep 11, 2012 at 1:53 PM, Benoit Cousson b-cous...@ti.com wrote: Hi Kishon, On 09/11/2012 08:12 AM, Kishon Vijay Abraham I wrote: Add omap-usb2 data node in omap4 device tree file. Since omap-usb2 is connected to ocp2scp, omap-usb2 dt data is added as a child node of ocp2scp.

Re: [PATCH 1/3] arm: omap: hwmod: add a new addr space in otg for writing to control module

2012-09-11 Thread ABRAHAM, KISHON VIJAY
Hi, On Mon, Sep 10, 2012 at 10:13 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Mon, Sep 10, 2012 at 06:17:03PM +0200, Benoit Cousson wrote: On 9/6/2012 8:25 PM, Kishon Vijay Abraham I wrote: The mailbox register for usb otg in omap is present in control module. On detection of any events

[PATCH v2 0/3] omap: musb: Add device tree support

2012-09-11 Thread Kishon Vijay Abraham I
This patch series adds device tree support for MUSB. The glue layer is now made to write to mailbox register (present in control module) instead of calling phy layer to write to mailbox register. Writing to mailbox register notifies the core of events like device connect/disconnect. Changes from

[PATCH v2 1/3] arm: omap: hwmod: add a new addr space in otg for writing to control module

2012-09-11 Thread Kishon Vijay Abraham I
The mailbox register for usb otg in omap is present in control module. On detection of any events VBUS or ID, this register should be written to send the notification to musb core. Till we have a separate control module driver to write to control module, omap2430 will handle the register writes

[PATCH v2 2/3] usb: musb: omap: write directly to mailbox instead of using phy

2012-09-11 Thread Kishon Vijay Abraham I
The glue layer should directly write to mailbox register (present in control module) instead of calling phy layer to write to mailbox register. Writing to mailbox register notifies the core of events like device connect/disconnect. Currently writing to control module register is taken care in

[PATCH v2 3/3] usb: musb: omap: Add device tree support for omap musb glue

2012-09-11 Thread Kishon Vijay Abraham I
Added device tree support for omap musb driver and updated the Documentation with device tree binding information. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- Documentation/devicetree/bindings/usb/omap-usb.txt | 33 drivers/usb/musb/omap2430.c|

Re: [PATCH v2 1/3] arm: omap: hwmod: add a new addr space in otg for writing to control module

2012-09-11 Thread Benoit Cousson
On 09/11/2012 11:09 AM, Kishon Vijay Abraham I wrote: The mailbox register for usb otg in omap is present in control module. On detection of any events VBUS or ID, this register should be written to send the notification to musb core. Till we have a separate control module driver to write to

Re: [PATCH v9 00/13] usb: musb: adding multi instance support

2012-09-11 Thread Felipe Balbi
Hi, On Fri, Aug 31, 2012 at 04:39:46PM +0530, Ravi Babu wrote: This series of patches adds, a) Multi instances support in musb driver b) DT support for musb_dsps glue layer c) DT support for NOP transceiver AM33xx and TI81xx has dual musb controller and has two usb PHY of same type. This

Re: [PATCH v2 3/3] usb: musb: omap: Add device tree support for omap musb glue

2012-09-11 Thread Vaibhav Hiremath
On 9/11/2012 2:39 PM, Kishon Vijay Abraham I wrote: Added device tree support for omap musb driver and updated the Documentation with device tree binding information. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- Documentation/devicetree/bindings/usb/omap-usb.txt | 33

RE: [PATCH v2 0/2] mfd: dt: add power off support for Tegra20/Tegra30

2012-09-11 Thread Bill Huang
Hi all, Could somebody review this? Thanks, Bill This patch series add new property into regulator DT for telling whether or not to hook pmic's power off routine to system call pm_power_off. Patch 1 add power off support for Tegra20 boards using TPS6586x Patch 2 add power off

Re: [PATCH v2 0/2] mfd: dt: add power off support for Tegra20/Tegra30

2012-09-11 Thread Thierry Reding
On Tue, Sep 11, 2012 at 06:25:14PM +0800, Bill Huang wrote: Hi all, Could somebody review this? Given that I haven't been able to test yet (due to time constraints) with PM_SLEEP_SMP enabled, I don't want to give you a Tested-by, but the code looks okay to me, so for both patches:

Re: [PATCH v2 3/3] usb: musb: omap: Add device tree support for omap musb glue

2012-09-11 Thread ABRAHAM, KISHON VIJAY
Hi, On Tue, Sep 11, 2012 at 3:23 PM, Vaibhav Hiremath hvaib...@ti.com wrote: On 9/11/2012 2:39 PM, Kishon Vijay Abraham I wrote: Added device tree support for omap musb driver and updated the Documentation with device tree binding information. Signed-off-by: Kishon Vijay Abraham I

Re: [PATCH] ARM: dts: AM33XX: fix gpio node numbering to match hardware

2012-09-11 Thread Matt Porter
On Tue, Sep 11, 2012 at 04:57:08AM +, Hiremath, Vaibhav wrote: On Mon, Sep 10, 2012 at 21:50:20, Porter, Matt wrote: On AM33xx, the datasheet and TRM refer to four GPIO instances that are 0-based, GPIO0-3. Thanks Matt, I think Anil labeled it as gpio1-4 due to hwmod naming

Re: [PATCH] arm/dts: Add omap3-beagle.dts

2012-09-11 Thread Benoit Cousson
Hi Jon, On 09/11/2012 12:57 AM, Jon Hunter wrote: Add a minimal dts for original OMAP3430/3530 version of the Beagle board. This version of the Beagle board has 256MB of DDR and features the same TWL4030 power management IC (PMIC) as the Beagle board XM. Thanks for the patch. Given that the

RE: [PATCH] ARM: dts: AM33XX: fix gpio node numbering to match hardware

2012-09-11 Thread Hiremath, Vaibhav
On Tue, Sep 11, 2012 at 16:59:05, Porter, Matt wrote: On Tue, Sep 11, 2012 at 04:57:08AM +, Hiremath, Vaibhav wrote: On Mon, Sep 10, 2012 at 21:50:20, Porter, Matt wrote: On AM33xx, the datasheet and TRM refer to four GPIO instances that are 0-based, GPIO0-3. Thanks Matt, I

RE: [PATCH v2 3/3] usb: musb: omap: Add device tree support for omap musb glue

2012-09-11 Thread Hiremath, Vaibhav
On Tue, Sep 11, 2012 at 16:54:37, ABRAHAM, KISHON VIJAY wrote: Hi, On Tue, Sep 11, 2012 at 3:23 PM, Vaibhav Hiremath hvaib...@ti.com wrote: On 9/11/2012 2:39 PM, Kishon Vijay Abraham I wrote: Added device tree support for omap musb driver and updated the Documentation with device

Re: [PATCH v9 00/13] usb: musb: adding multi instance support

2012-09-11 Thread Felipe Balbi
On Tue, Sep 11, 2012 at 10:45:44AM +, B, Ravi wrote: Hi, On Fri, Aug 31, 2012 at 04:39:46PM +0530, Ravi Babu wrote: This series of patches adds, a) Multi instances support in musb driver b) DT support for musb_dsps glue layer c) DT support for NOP transceiver

RE: [PATCH v2 1/8] ARM/dts: OMAP2: Add McBSP entries for OMAP2420 and OMAP2430 SoC

2012-09-11 Thread Hiremath, Vaibhav
+ Andrew, On Thu, Sep 06, 2012 at 20:12:07, Cousson, Benoit wrote: On 09/05/2012 04:41 PM, Hiremath, Vaibhav wrote: ... There are other patches which are pending, arm/dts: AM33XX: Convert all hex numbers to lower-case https://patchwork.kernel.org/patch/1377351/ arm/dts: AM33XX:

Re: [PATCH] arm/dts: Add omap3-beagle.dts

2012-09-11 Thread Benoit Cousson
On 09/11/2012 01:29 PM, Benoit Cousson wrote: Hi Jon, On 09/11/2012 12:57 AM, Jon Hunter wrote: Add a minimal dts for original OMAP3430/3530 version of the Beagle board. This version of the Beagle board has 256MB of DDR and features the same TWL4030 power management IC (PMIC) as the

Re: [PATCH v3 1/3] ARM: add cpufreq transiton notifier to adjust loops_per_jiffy for smp

2012-09-11 Thread Prashant Gaikwad
On Monday 10 September 2012 10:47 PM, Stephen Warren wrote: On 09/09/2012 07:17 PM, Shawn Guo wrote: On Fri, Sep 07, 2012 at 10:55:00AM -0600, Stephen Warren wrote: Yes, that does solve the problem (well, with s/late_init/late_initcall/). As you imply, that change wouldn't help if cpu-tegra.c

[PATCH v2] usb: gadget: at91_udc: dt: fix platform_data check

2012-09-11 Thread Fabio Porcedda
Don't fail the initialization check for the platform_data if there is avaiable an associated device tree node. This patch fix the dt support introduced in 3.4-rc1 by commit (d1494a3 USB: at91: Device udc add dt support). Tested on a at91sam9260 based board (PRO3-EVK). Signed-off-by: Fabio

Re: [PATCH v2] usb: gadget: at91_udc: dt: fix platform_data check

2012-09-11 Thread Nicolas Ferre
On 09/11/2012 02:07 PM, Fabio Porcedda : Don't fail the initialization check for the platform_data if there is avaiable an associated device tree node. This patch fix the dt support introduced in 3.4-rc1 by commit (d1494a3 USB: at91: Device udc add dt support). Tested on a at91sam9260

Re: [PATCH v6 1/3] USB: chipidea: add imx usbmisc support

2012-09-11 Thread Shawn Guo
On Tue, Sep 11, 2012 at 01:42:01PM +0300, Alexander Shishkin wrote: What about the other two patches? I guess they can go through arm tree so we don't have to send it through Greg, right? Right, those two will go via arm-soc tree once the first one gets applied on usb tree. -- Regards, Shawn

Re: [RFC v5] V4L DT bindings

2012-09-11 Thread Guennadi Liakhovetski
Hi Stephen Thanks for the review. On Wed, 5 Sep 2012, Stephen Warren wrote: On 09/05/2012 04:57 AM, Guennadi Liakhovetski wrote: Hi all Version 5 of this RFC is a result of a discussion of its version 4, which took place during the recent Linux Plumbers conference in San Diego.

Re: [PATCH v3 1/3] ARM: add cpufreq transiton notifier to adjust loops_per_jiffy for smp

2012-09-11 Thread Stephen Warren
On 09/11/2012 05:59 AM, Prashant Gaikwad wrote: On Monday 10 September 2012 10:47 PM, Stephen Warren wrote: On 09/09/2012 07:17 PM, Shawn Guo wrote: On Fri, Sep 07, 2012 at 10:55:00AM -0600, Stephen Warren wrote: Yes, that does solve the problem (well, with s/late_init/late_initcall/). As

Re: [RFC v5] V4L DT bindings

2012-09-11 Thread Stephen Warren
On 09/11/2012 08:02 AM, Guennadi Liakhovetski wrote: Hi Stephen Thanks for the review. On Wed, 5 Sep 2012, Stephen Warren wrote: On 09/05/2012 04:57 AM, Guennadi Liakhovetski wrote: Hi all Version 5 of this RFC is a result of a discussion of its version 4, which took place during

[PATCH] media: add V4L2 DT binding documentation

2012-09-11 Thread Guennadi Liakhovetski
This patch adds a document, describing common V4L2 device tree bindings. Co-authored-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Documentation/devicetree/bindings/media/v4l2.txt | 143 ++ 1 files changed, 143

[PATCH V2] arm/dts: Add omap3-beagle.dts

2012-09-11 Thread Jon Hunter
Add a minimal dts for original OMAP3430/3530 version of the Beagle board. This version of the Beagle board has 256MB of DDR and features the same TWL4030 power management IC (PMIC) as the Beagle board XM. Given that the Beagle and Beagle-XM boards use the same PMIC, move the definition of the

Re: [PATCH v2 0/2] mfd: dt: add power off support for Tegra20/Tegra30

2012-09-11 Thread Samuel Ortiz
Hi Bill, On Sun, Aug 19, 2012 at 06:07:54PM -0700, Bill Huang wrote: This patch series add new property into regulator DT for telling whether or not to hook pmic's power off routine to system call pm_power_off. Patch 1 add power off support for Tegra20 boards using TPS6586x Patch 2 add

Re: [PATCH v2 0/2] mfd: dt: add power off support for Tegra20/Tegra30

2012-09-11 Thread Samuel Ortiz
Hi Stephen, On Tue, Sep 11, 2012 at 09:15:07AM -0600, Stephen Warren wrote: On 09/11/2012 04:46 AM, Thierry Reding wrote: On Tue, Sep 11, 2012 at 06:25:14PM +0800, Bill Huang wrote: Hi all, Could somebody review this? Given that I haven't been able to test yet (due to time

Re: [PATCH v2 0/2] mfd: dt: add power off support for Tegra20/Tegra30

2012-09-11 Thread Stephen Warren
On 09/11/2012 10:08 AM, Samuel Ortiz wrote: Hi Stephen, On Tue, Sep 11, 2012 at 09:15:07AM -0600, Stephen Warren wrote: On 09/11/2012 04:46 AM, Thierry Reding wrote: On Tue, Sep 11, 2012 at 06:25:14PM +0800, Bill Huang wrote: Hi all, Could somebody review this? Given that I haven't been

Re: [PATCH] media: add V4L2 DT binding documentation

2012-09-11 Thread Sylwester Nawrocki
Hi Guennadi, On 09/11/2012 05:51 PM, Guennadi Liakhovetski wrote: This patch adds a document, describing common V4L2 device tree bindings. Co-authored-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de ---

Re: [PATCH v2 0/2] mfd: dt: add power off support for Tegra20/Tegra30

2012-09-11 Thread Samuel Ortiz
On Tue, Sep 11, 2012 at 10:26:55AM -0600, Stephen Warren wrote: On 09/11/2012 10:08 AM, Samuel Ortiz wrote: Hi Stephen, On Tue, Sep 11, 2012 at 09:15:07AM -0600, Stephen Warren wrote: On 09/11/2012 04:46 AM, Thierry Reding wrote: On Tue, Sep 11, 2012 at 06:25:14PM +0800, Bill Huang

[PATCH] mfd: max8907: add power off control

2012-09-11 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Add DT property maxim,system-power-controller to indicate whether the PMIC is in charge of controlling the system power. If this is set, the driver will provide the pm_power_off() function. Signed-off-by: Stephen Warren swar...@nvidia.com --- Note: This is

Re: [PATCH v3 1/9] pinctrl: mvebu: pinctrl driver core

2012-09-11 Thread Stephen Warren
On 09/11/2012 08:44 AM, Thomas Petazzoni wrote: Hello Sebastian, Sorry for getting back to you so late about this patch set. I have been very busy with other things. Le Mon, 10 Sep 2012 10:39:38 +0200, Sebastian Hesselbarth sebastian.hesselba...@gmail.com a écrit : v3: - list of

Re: [PATCH v3 6/9] ARM: mvebu: add pinctrl device in DT for Armada 370/XP SoCs

2012-09-11 Thread Stephen Warren
On 09/10/2012 02:39 AM, Sebastian Hesselbarth wrote: From: Thomas Petazzoni thomas.petazz...@free-electrons.com The Armada 370 and XP SoCs have configurable muxing for a certain number of their pins, controlled through a pinctrl driver. Hmmm. I'd be tempted just to put the entire node