Re: [PATCH] ARM: OMAP2+: N900: remove omapdss init for DT boot

2014-04-09 Thread Tomi Valkeinen
On 08/04/14 23:51, Sebastian Reichel wrote: Do not try to initialize display for DT boot, since omapdss is now initialized via Device Tree. Without this patch the display subsystem does not properly come up. Signed-off-by: Sebastian Reichel s...@kernel.org --- Hi, This patch should be

Re: [PATCH v2 3/3] ARM: OMAP2+: AM43x: L2 cache support

2014-04-09 Thread Sekhar Nori
On Tuesday 08 April 2014 08:47 PM, Santosh Shilimkar wrote: On Tuesday 08 April 2014 10:53 AM, Sekhar Nori wrote: On Friday 04 April 2014 03:48 PM, Russell King - ARM Linux wrote: On Fri, Apr 04, 2014 at 03:40:29PM +0530, Sekhar Nori wrote: diff --git a/arch/arm/mach-omap2/omap4-common.c

[PATCH] i2c: omap: Disable default probing of i2c devices for omap i2c.

2014-04-09 Thread Sourav Poddar
I2c core supports defualt probing functionality for devices not registered through dt/board files. If there are any client driver registered, i2c core will try to check if there is any device present corresponding to the address supplied by the client driver. If the device is actually present and

[PATCHv2] i2c: omap: Disable default probing of i2c devices for omap i2c.

2014-04-09 Thread Sourav Poddar
I2c core supports defualt probing functionality for devices not registered through dt/board files. If there are any client driver registered, i2c core will try to check if there is any device present corresponding to the address supplied by the client driver. If the device is actually present and

Re: [PATCHv2] i2c: omap: Disable default probing of i2c devices for omap i2c.

2014-04-09 Thread Nishanth Menon
) in next-20140409 if you are dropping HWMON adap-class = I2C_CLASS_HWMON | I2C_CLASS_DEPRECATED; this might be a good time to explain why. Also drop the following testing information down into diffstat section, there is no need to retain that information in git history. Tested i2c enumeration

Re: [PATCHv2] i2c: omap: Disable default probing of i2c devices for omap i2c.

2014-04-09 Thread Wolfram Sang
On Wed, Apr 09, 2014 at 04:06:48PM +0530, Sourav Poddar wrote: I2c core supports defualt probing functionality for devices not registered through dt/board files. If there are any client driver registered, i2c core will try to check if there is any device present corresponding to the address

AM437x-epos (next-20140409-omap2plus_defconfig) - boot time warning: qspi/otg..

2014-04-09 Thread Nishanth Menon
Hi, http://slexy.org/raw/s2pkLsiFBX I noticed the following sets of warnings with omap2plus_defconfig on next-20140409. As per older logs, next-20140401 had it and v3.14 tag also had it (I have'nt retained older logs). [0.226189] [ cut here ] [0.226258] WARNING

Re: AM437x-epos (next-20140409-omap2plus_defconfig) - boot time warning: qspi/otg..

2014-04-09 Thread Roger Quadros
PM, Nishanth Menon wrote: Hi, http://slexy.org/raw/s2pkLsiFBX I noticed the following sets of warnings with omap2plus_defconfig on next-20140409. As per older logs, next-20140401 had it and v3.14 tag also had it (I have'nt retained older logs). [0.226189] [ cut here

Re: AM437x-epos (next-20140409-omap2plus_defconfig) - boot time warning: qspi/otg..

2014-04-09 Thread sourav
03:41 PM, Nishanth Menon wrote: Hi, http://slexy.org/raw/s2pkLsiFBX I noticed the following sets of warnings with omap2plus_defconfig on next-20140409. As per older logs, next-20140401 had it and v3.14 tag also had it (I have'nt retained older logs). [0.226189] [ cut here

omap based boards (next-20140409-omap2plus_defconfig) - boot time warning:

2014-04-09 Thread Nishanth Menon
On 04/09/2014 07:41 AM, Nishanth Menon wrote: Hi, http://slexy.org/raw/s2pkLsiFBX I noticed the following sets of warnings with omap2plus_defconfig on next-20140409. As per older logs, next-20140401 had it and v3.14 tag also had it (I have'nt retained older logs). Here is a quick list

[PATCH 1/2] usb: rename 'phy' field of 'struct usb_hcd' to 'transceiver'

2014-04-09 Thread Sergei Shtylyov
Return to the 'phy' field of 'struct usb_hcd' its historic name 'transceiver'. This is in preparation to adding the generic PHY support. Signed-off-by: Sergei Shtylyov sergei.shtyl...@cogentembedded.com --- This patch is against the 'usb-next' branch of Greg KH's 'usb.git' repo.

Re: [PATCH 0/5] OMAP IOMMU fixes and IOMMU architecture questions

2014-04-09 Thread Joerg Roedel
On Tue, Apr 08, 2014 at 05:02:37PM +0200, Laurent Pinchart wrote: On Tuesday 08 April 2014 15:43:22 Joerg Roedel wrote: Who is someone in this case? That's exactly the problem :-) The ARM DMA API implementation doesn't care who that someone is. Existing implementations call those

[PATCH] ARM: OMAP3: hwmod_data: Correct clock domains for USB modules

2014-04-09 Thread Roger Quadros
OMAP3 doesn't contain l3_init_clkdm clock domain. Use the proper clock domains for USB Host and USB TLL modules. Gets rid of the following warnings during boot omap_hwmod: usb_host_hs: could not associate to clkdm l3_init_clkdm omap_hwmod: usb_tll_hs: could not associate to clkdm l3_init_clkdm

Re: [PATCH] ARM: OMAP3: hwmod_data: Correct clock domains for USB modules

2014-04-09 Thread Nishanth Menon
On 04/09/2014 10:16 AM, Roger Quadros wrote: OMAP3 doesn't contain l3_init_clkdm clock domain. Use the proper clock domains for USB Host and USB TLL modules. Gets rid of the following warnings during boot omap_hwmod: usb_host_hs: could not associate to clkdm l3_init_clkdm omap_hwmod:

Re: [PATCH 1/2] usb: rename 'phy' field of 'struct usb_hcd' to 'transceiver'

2014-04-09 Thread Stephen Warren
On 04/09/2014 07:57 AM, Sergei Shtylyov wrote: Return to the 'phy' field of 'struct usb_hcd' its historic name 'transceiver'. This is in preparation to adding the generic PHY support. Surely if the correct term is transceiver, we should be adding generic transceiver support not generic PHY

Re: [PATCH v2 3/3] ARM: OMAP2+: AM43x: L2 cache support

2014-04-09 Thread Russell King - ARM Linux
On Tue, Apr 08, 2014 at 08:23:39PM +0530, Sekhar Nori wrote: On Friday 04 April 2014 03:48 PM, Russell King - ARM Linux wrote: On Fri, Apr 04, 2014 at 03:40:29PM +0530, Sekhar Nori wrote: diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index

Re: [PATCH 1/2] usb: rename 'phy' field of 'struct usb_hcd' to 'transceiver'

2014-04-09 Thread Sergei Shtylyov
Hello. On 04/09/2014 07:31 PM, Stephen Warren wrote: Return to the 'phy' field of 'struct usb_hcd' its historic name 'transceiver'. This is in preparation to adding the generic PHY support. Surely if the correct term is transceiver, we should be adding generic transceiver support not

Re: [PATCH v2 3/3] ARM: OMAP2+: AM43x: L2 cache support

2014-04-09 Thread Russell King - ARM Linux
On Tue, Apr 08, 2014 at 11:17:17AM -0400, Santosh Shilimkar wrote: On Tuesday 08 April 2014 10:53 AM, Sekhar Nori wrote: On Friday 04 April 2014 03:48 PM, Russell King - ARM Linux wrote: On Fri, Apr 04, 2014 at 03:40:29PM +0530, Sekhar Nori wrote: diff --git

Re: [PATCH 1/2] usb: rename 'phy' field of 'struct usb_hcd' to 'transceiver'

2014-04-09 Thread Stephen Warren
On 04/09/2014 10:27 AM, Sergei Shtylyov wrote: Hello. On 04/09/2014 07:31 PM, Stephen Warren wrote: Return to the 'phy' field of 'struct usb_hcd' its historic name 'transceiver'. This is in preparation to adding the generic PHY support. Surely if the correct term is transceiver, we

Re: [PATCH v2 3/3] ARM: OMAP2+: AM43x: L2 cache support

2014-04-09 Thread Santosh Shilimkar
On Wednesday 09 April 2014 12:33 PM, Russell King - ARM Linux wrote: On Tue, Apr 08, 2014 at 11:17:17AM -0400, Santosh Shilimkar wrote: On Tuesday 08 April 2014 10:53 AM, Sekhar Nori wrote: On Friday 04 April 2014 03:48 PM, Russell King - ARM Linux wrote: On Fri, Apr 04, 2014 at 03:40:29PM

Re: [PATCH 1/2] usb: rename 'phy' field of 'struct usb_hcd' to 'transceiver'

2014-04-09 Thread Sergei Shtylyov
On 04/09/2014 08:48 PM, Stephen Warren wrote: Return to the 'phy' field of 'struct usb_hcd' its historic name 'transceiver'. This is in preparation to adding the generic PHY support. Surely if the correct term is transceiver, we should be adding generic transceiver support not generic PHY

Re: [PATCH 1/2] usb: rename 'phy' field of 'struct usb_hcd' to 'transceiver'

2014-04-09 Thread Stephen Warren
On 04/09/2014 10:53 AM, Sergei Shtylyov wrote: On 04/09/2014 08:48 PM, Stephen Warren wrote: Return to the 'phy' field of 'struct usb_hcd' its historic name 'transceiver'. This is in preparation to adding the generic PHY support. Surely if the correct term is transceiver, we should be

Re: [PATCH 1/2] usb: rename 'phy' field of 'struct usb_hcd' to 'transceiver'

2014-04-09 Thread Sergei Shtylyov
On 04/09/2014 09:37 PM, Stephen Warren wrote: Return to the 'phy' field of 'struct usb_hcd' its historic name 'transceiver'. This is in preparation to adding the generic PHY support. Surely if the correct term is transceiver, we should be adding generic transceiver support not generic PHY

Re: [PATCH 1/2] usb: rename 'phy' field of 'struct usb_hcd' to 'transceiver'

2014-04-09 Thread Alan Stern
On Wed, 9 Apr 2014, Sergei Shtylyov wrote: Ok, the existing field is being replaced by something? I didn't get that No, not replaced. I'm adding the support for generic PHY to the existing USB PHY support. I thought that was clear from the changelog. from the patch description; I

[PATCH 1/2] pwm: add period and polarity to struct pwm_lookup

2014-04-09 Thread Alexandre Belloni
Adds a period and a polarity member to struct pwm_lookup so that when performing a lookup using the lookup table instead of device tree, we are able to set the period and the polarity accordingly like what is done in of_pwm_xlate_with_flags. Signed-off-by: Alexandre Belloni

[PATCH 2/2] pwm: use PWM_LOOKUP to set the period and polarity

2014-04-09 Thread Alexandre Belloni
Now that the PWM core is able to set the period and polarity based on the lookup table, add those to PWM_LOOKUP to ease their usage. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- Documentation/pwm.txt | 3 ++-

[PATCH 0/2] improve pwm lookup support without device tree

2014-04-09 Thread Alexandre Belloni
Hi, a small patch set as suggested byt Thierry to make lokkup with the lookup table instead of device tree bahve more like when using device tree. The first patch adds a period annd a polarity member to the lookup table and use those to set period and polarity. The second patch changes

Re: [PATCH 1/2] usb: rename 'phy' field of 'struct usb_hcd' to 'transceiver'

2014-04-09 Thread Sergei Shtylyov
Hello. On 04/09/2014 09:56 PM, Alan Stern wrote: Ok, the existing field is being replaced by something? I didn't get that No, not replaced. I'm adding the support for generic PHY to the existing USB PHY support. I thought that was clear from the changelog. from the patch

Re: [PATCH 1/2] usb: rename 'phy' field of 'struct usb_hcd' to 'transceiver'

2014-04-09 Thread Stephen Warren
On 04/09/2014 12:16 PM, Sergei Shtylyov wrote: Hello. On 04/09/2014 09:56 PM, Alan Stern wrote: Ok, the existing field is being replaced by something? I didn't get that No, not replaced. I'm adding the support for generic PHY to the existing USB PHY support. I thought that was

Re: [PATCH 1/2] usb: rename 'phy' field of 'struct usb_hcd' to 'transceiver'

2014-04-09 Thread Sergei Shtylyov
On 04/09/2014 11:01 PM, Stephen Warren wrote: Ok, the existing field is being replaced by something? I didn't get that No, not replaced. I'm adding the support for generic PHY to the existing USB PHY support. I thought that was clear from the changelog. from the patch description; I

Re: [PATCH 1/2] pwm: add period and polarity to struct pwm_lookup

2014-04-09 Thread Russell King - ARM Linux
On Wed, Apr 09, 2014 at 08:04:08PM +0200, Alexandre Belloni wrote: Adds a period and a polarity member to struct pwm_lookup so that when performing a lookup using the lookup table instead of device tree, we are able to set the period and the polarity accordingly like what is done in

Re: [PATCH 1/2] pwm: add period and polarity to struct pwm_lookup

2014-04-09 Thread Alexandre Belloni
On 09/04/2014 at 20:37:06 +0100, Russell King - ARM Linux wrote : On Wed, Apr 09, 2014 at 08:04:08PM +0200, Alexandre Belloni wrote: Adds a period and a polarity member to struct pwm_lookup so that when performing a lookup using the lookup table instead of device tree, we are able to set

Re: [PATCH 2/2] pwm: use PWM_LOOKUP to set the period and polarity

2014-04-09 Thread Simon Horman
On Wed, Apr 09, 2014 at 08:04:09PM +0200, Alexandre Belloni wrote: Now that the PWM core is able to set the period and polarity based on the lookup table, add those to PWM_LOOKUP to ease their usage. I would prefer if this change was made in a non-atomic manner. 1. Add new infrastructure 2.