Re: [GIT PULL] USB patches for next merge window

2011-05-23 Thread Jarkko Nikula
On Mon, 23 May 2011 09:14:38 +0300 Felipe Balbi wrote: > a gentle ping here too. Without this we will have regressions on > ehci/ohci as the pm_runtime patches have gone in via Samuel. > Does this mean that those regressions happened already when those patches were made if there is pull request

Re: [PATCH v2 2/2] OMAP3BEAGLE: Add support for mt9p031 sensor driver.

2011-05-23 Thread javier Martin
On 22 May 2011 15:49, Igor Grinberg wrote: > Hi Javier, > > > linux-omap should be CC'ed - added. > > In addition to Koen's comments, some comments below. > > > On 05/20/11 16:47, Javier Martin wrote: > >> isp.h file has to be included as a temporal measure >> since clocks of the isp are not expos

Using DSI PLL for LCD pixel clock

2011-05-23 Thread Tomi Valkeinen
Hi Steve, I know you've been using OMAP2_DSS_USE_DSI_PLL Kconfig option to use DSI PLL for pixel clock, so I wanted to point out that that has changed in the current DSS2 master (soon to be merged, I hope). You will now need to select the clock usage in the board file, for example: diff --git a/a

Re: [PATCH v2 2/2] OMAP3BEAGLE: Add support for mt9p031 sensor driver.

2011-05-23 Thread Laurent Pinchart
Hi Javier, On Monday 23 May 2011 09:25:01 javier Martin wrote: > On 22 May 2011 15:49, Igor Grinberg wrote: [snip] > >> @@ -309,6 +357,15 @@ static int beagle_twl_gpio_setup(struct device > >> *dev, pr_err("%s: unable to configure EHCI_nOC\n", __func__); } > >> > >> + if (omap3_beagle_get_

Re: [GIT PULL] USB patches for next merge window

2011-05-23 Thread Felipe Balbi
On Mon, May 23, 2011 at 10:15:15AM +0300, Jarkko Nikula wrote: > On Mon, 23 May 2011 09:14:38 +0300 > Felipe Balbi wrote: > > > a gentle ping here too. Without this we will have regressions on > > ehci/ohci as the pm_runtime patches have gone in via Samuel. > > > Does this mean that those regres

RE: [PATCH] Fix generic irq chip

2011-05-23 Thread Nori, Sekhar
On Sat, May 21, 2011 at 03:35:10, Russell King - ARM Linux wrote: > As a result of c42321c (genirq: Make generic irq chip depend on > CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in > my tree to select this symbol. > > Signed-off-by: Russell King > -- > Please send acks ASAP.

Re: [PATCH v4 1/2] REGULATOR: TWL6025: add support to twl-regulator

2011-05-23 Thread Liam Girdwood
On 22/05/11 23:48, Mark Brown wrote: > On Sun, May 22, 2011 at 09:21:23PM +0100, Graeme Gregory wrote: >> Adding support for the twl6025. Major difference in the twl6025 is the >> group functionality has been removed from the chip so this affects how >> regulators are enabled and disabled. > > Ack

Re: [PATCH v4 2/2] USB: TWL6025 allow different regulator name

2011-05-23 Thread Liam Girdwood
On 22/05/11 23:51, Mark Brown wrote: > On Sun, May 22, 2011 at 09:21:24PM +0100, Graeme Gregory wrote: >> The twl6025 uses a different regulator for USB than the 6030 so select >> the correct regulator name depending on the subclass of device. > > Acked-by: Mark Brown Acked-by: Liam Girdwood --

Re: [PATCH v4 2/2] USB: TWL6025 allow different regulator name

2011-05-23 Thread Felipe Balbi
Hi, On Mon, May 23, 2011 at 10:58:27AM +0100, Liam Girdwood wrote: > On 22/05/11 23:51, Mark Brown wrote: > > On Sun, May 22, 2011 at 09:21:24PM +0100, Graeme Gregory wrote: > >> The twl6025 uses a different regulator for USB than the 6030 so select > >> the correct regulator name depending on the

[GIT PULL] OMAP DSS updates for 2.6.40

2011-05-23 Thread Tomi Valkeinen
Hi Paul, Here are the OMAP Display Subsystem updates for 2.6.40. Most of the patches are OMAP4 related, either fixing the old code to allow us to implement new OMAP4 features, or implementing those new features. Other bigger changes are ULPS power management feature and moving the DSS header file

Re: [PATCH v4 2/2] USB: TWL6025 allow different regulator name

2011-05-23 Thread Liam Girdwood
On 23/05/11 12:13, Balbi, Felipe wrote: > Hi, > > On Mon, May 23, 2011 at 10:58:27AM +0100, Liam Girdwood wrote: >> On 22/05/11 23:51, Mark Brown wrote: >>> On Sun, May 22, 2011 at 09:21:24PM +0100, Graeme Gregory wrote: The twl6025 uses a different regulator for USB than the 6030 so select >

Re: [PATCH] Fix generic irq chip

2011-05-23 Thread Kevin Hilman
Russell King - ARM Linux writes: > As a result of c42321c (genirq: Make generic irq chip depend on > CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in > my tree to select this symbol. > > Signed-off-by: Russell King > -- > Please send acks ASAP. Thanks to Mark for pointing thi

Re: [PATCH] Fix generic irq chip

2011-05-23 Thread Russell King - ARM Linux
On Mon, May 23, 2011 at 06:48:41AM -0700, Kevin Hilman wrote: > Russell King - ARM Linux writes: > > > As a result of c42321c (genirq: Make generic irq chip depend on > > CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in > > my tree to select this symbol. > > > > Signed-off-by:

Re: [PATCH] Fix generic irq chip

2011-05-23 Thread Kevin Hilman
Russell King - ARM Linux writes: > On Mon, May 23, 2011 at 06:48:41AM -0700, Kevin Hilman wrote: >> Russell King - ARM Linux writes: >> >> > As a result of c42321c (genirq: Make generic irq chip depend on >> > CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in >> > my tree to s

Re: [PATCH v2 2/2] OMAP3BEAGLE: Add support for mt9p031 sensor driver.

2011-05-23 Thread Igor Grinberg
On 05/23/11 10:47, Laurent Pinchart wrote: > Hi Javier, > > On Monday 23 May 2011 09:25:01 javier Martin wrote: >> On 22 May 2011 15:49, Igor Grinberg wrote: > [snip] > @@ -309,6 +357,15 @@ static int beagle_twl_gpio_setup(struct device *dev, pr_err("%s: unable to configure EHCI_nOC\n",

Re: [PATCHv2] OMAP3: beagle: add support for beagleboard xM revision C

2011-05-23 Thread Koen Kooi
Op 22 mei 2011, om 16:30 heeft Igor Grinberg het volgende geschreven: > Hi Koen, > > On 05/20/11 13:59, k...@dominion.thruhere.net wrote: > >> From: Koen Kooi >> >> The USB enable GPIO has been inverted and the USER button moved. >> >> Signed-off-by: Koen Kooi >> --- >> >> Changes since v1

[PATCH] PM: OPP: introduce function to free cpufreq table

2011-05-23 Thread Nishanth Menon
cpufreq table allocated by opp_init_cpufreq_table is better freed by OPP layer itself. This allows future modifications to the table handling to be transparent to the users. Signed-off-by: Nishanth Menon --- Example discussion: http://marc.info/?t=13057044065&r=1&w=2 Documentation/power/op

Re: [PATCH] PM: OPP: introduce function to free cpufreq table

2011-05-23 Thread Todd Poynor
On Mon, May 23, 2011 at 06:12:15PM -0500, Nishanth Menon wrote: > cpufreq table allocated by opp_init_cpufreq_table is better > freed by OPP layer itself. This allows future modifications to > the table handling to be transparent to the users. ... > +void opp_free_cpufreq_table(struct device *dev,

Re: Initial B&N Nook Color support, take four

2011-05-23 Thread Oleg Drokin
Hello! On May 23, 2011, at 8:48 PM, Theodore Kilgore wrote: > Thank you very much for this work. I am considering the idea of buying one > of these Nook Color things; at least it would get good company from a > couple of other half-finished ARM-type projects lying around. But, most > particula

Re: Initial B&N Nook Color support, take four

2011-05-23 Thread Theodore Kilgore
On Sun, 22 May 2011, gr...@linuxhacker.ru wrote: > Hello! > > Next attempt at B&N Nook Color board file submission. > USB peripheral mode is fully operational as is serial console and > MMC/SDCard. [snip] Thank you very much for this work. I am considering the idea of buying one of the

Re: [PATCH] PM: OPP: introduce function to free cpufreq table

2011-05-23 Thread Menon, Nishanth
On Mon, May 23, 2011 at 19:05, Todd Poynor wrote: > On Mon, May 23, 2011 at 06:12:15PM -0500, Nishanth Menon wrote: >> cpufreq table allocated by opp_init_cpufreq_table is better >> freed by OPP layer itself. This allows future modifications to >> the table handling to be transparent to the users.

Re: [PATCH 1/2] OMAP4: HDMI: Add OMAP device for HDMI audio CPU DAI

2011-05-23 Thread Ricardo Neri
Hi Steve, Le mercredi 18 mai 2011 à 12:07 -0500, Steve Calfee a écrit : > On 05/17/11 22:41, Peter Ujfalusi wrote: > > On Tuesday 17 May 2011 22:35:09 Steve Calfee wrote: > >> I think the generally accepted method of doing stuff like this is to > >> have the ifdeffery in a header file where a inli

Re: Initial B&N Nook Color support, take four

2011-05-23 Thread Igor Grinberg
On 05/23/11 00:04, gr...@linuxhacker.ru wrote: > Hello! > > Next attempt at B&N Nook Color board file submission. > USB peripheral mode is fully operational as is serial console and > MMC/SDCard. > > Changes > since v3: > Separated mach-types change into a separate patch (already got RM

Re: [GIT PULL] OMAP DSS updates for 2.6.40

2011-05-23 Thread Paul Mundt
On Mon, May 23, 2011 at 02:43:24PM +0300, Tomi Valkeinen wrote: > Here are the OMAP Display Subsystem updates for 2.6.40. > > Most of the patches are OMAP4 related, either fixing the old code to > allow us to implement new OMAP4 features, or implementing those new > features. Other bigger changes