OMAP baseline test results for v3.19-rc6

2015-01-29 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.19-rc6. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.19-rc6/20150128221837/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only, omap1_de

Re: [PATCH] dtc: parser: Add label while overriding nodes

2015-01-29 Thread David Gibson
On Thu, Jan 29, 2015 at 09:07:31PM +1100, David Gibson wrote: > On Wed, Jan 28, 2015 at 08:20:11PM +0530, Nikhil Devshatwar wrote: > > This patch changes the dtc grammar to allow following syntax > > > > i2cexp: &i2c2 { > > ... > > }; > > > > Current device tree compiler allows to define mult

Re: [PATCH] dtc: parser: Add label while overriding nodes

2015-01-29 Thread David Gibson
On Wed, Jan 28, 2015 at 08:20:11PM +0530, Nikhil Devshatwar wrote: > This patch changes the dtc grammar to allow following syntax > > i2cexp: &i2c2 { > ... > }; > > Current device tree compiler allows to define multiple labels when defining > the device node the first time. Typically device n

Re: 3.19 on Nokia n900: audio quality awful

2015-01-29 Thread Peter Ujfalusi
On 01/29/2015 09:35 AM, Jarkko Nikula wrote: > On Wed, Jan 28, 2015 at 11:41:44PM +0100, Pavel Machek wrote: >> On Wed 2015-01-28 20:15:46, Jarkko Nikula wrote: >>> On 01/26/2015 03:20 PM, Peter Ujfalusi wrote: On 01/18/2015 02:01 PM, Pavel Machek wrote: >>> No need to go that far. N900 has be

Re: [PATCH v3 1/7] extcon: usb-gpio: Introduce gpio usb extcon driver

2015-01-29 Thread Roger Quadros
Chanwoo, On 29/01/15 03:49, Chanwoo Choi wrote: > Hi Roger, > > We need to discuss one point about 'id_irqwake'. > I don't recommend to use 'id_irqwake' field. > > And I catch build warning by using "select" keywork in Kconfig. > It is my wrong guide of "select" keyword. So, I'll change it > as

Re: [PATCH v2 1/7] extcon: usb-gpio: Introduce gpio usb extcon driver

2015-01-29 Thread Roger Quadros
On 28/01/15 19:09, Tony Lindgren wrote: > * Roger Quadros [150128 04:15]: >> On 28/01/15 04:19, Chanwoo Choi wrote: I still fail to understand that we need to call disable_irq() in .suspend() and enable_irq() in .resume() can you point me to any other drivers doing s

Re: [PATCH v13 4/6] clk: Add rate constraints to clocks

2015-01-29 Thread Geert Uytterhoeven
Hi Tomeu, Mike, On Fri, Jan 23, 2015 at 12:03 PM, Tomeu Vizoso wrote: > Adds a way for clock consumers to set maximum and minimum rates. This > can be used for thermal drivers to set minimum rates, or by misc. > drivers to set maximum rates to assure a minimum performance level. > > Changes the s

[PATCH 2/2] davinci-mcasp: add option to use AHCLKX pin as clock in

2015-01-29 Thread Urs Fässler
Add option to select AHCLKX pin as clock input source. --- sound/soc/davinci/davinci-mcasp.c | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c index 396cdec..7c0d591 100644 --- a/sound/so

[PATCH 1/2] davinci-mcasp: fix clockin configuration

2015-01-29 Thread Urs Fässler
The CPU seems to be clock master independent of the configuration. Use bitclock-master flag to decide who is clock master. --- sound/soc/davinci/davinci-mcasp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.

Re: Supporting two SMSC9221 interfaces on GPMC in a dts

2015-01-29 Thread Tony Lindgren
Hi, Adding devicetree list to Cc as well if somebody has a good solution. * Ash Charles [150128 18:54]: > Hi, > > The Gumstix Tobi-Duo board has two SMSC9221 NICs attached to the GPMC > interface of an OMAP3. I'm trying to figure out how best to include > both interfaces in the device tree fil

Re: [PATCH v3 0/5] Add support for Fujitsu USB host controller

2015-01-29 Thread Felipe Balbi
On Tue, Jan 27, 2015 at 09:22:50AM -0600, Felipe Balbi wrote: > Hi, > > On Sun, Jan 25, 2015 at 04:13:23PM +0800, Sneeker Yeh wrote: > > These patches add support for XHCI compliant Host controller found > > on Fujitsu Socs, and are based on http://lwn.net/Articles/629162/ > > The first patch is t

Re: [PATCH v2 1/7] extcon: usb-gpio: Introduce gpio usb extcon driver

2015-01-29 Thread Tony Lindgren
* Roger Quadros [150129 03:34]: > On 28/01/15 19:09, Tony Lindgren wrote: > > * Roger Quadros [150128 04:15]: > >> On 28/01/15 04:19, Chanwoo Choi wrote: > > I still fail to understand that we need to call disable_irq() in > .suspend() and > enable_irq() in .resume() > >

Re: [PATCH v13 4/6] clk: Add rate constraints to clocks

2015-01-29 Thread Stephen Boyd
On 01/29/15 05:31, Geert Uytterhoeven wrote: > Hi Tomeu, Mike, > > On Fri, Jan 23, 2015 at 12:03 PM, Tomeu Vizoso > wrote: >> --- a/drivers/clk/clk.c >> +++ b/drivers/clk/clk.c >> @@ -2391,25 +2543,24 @@ int __clk_get(struct clk *clk) >> return 1; >> } >> >> -static void clk_core_put(stru

Re: [PATCH 00/11] ARM: OMAP3: legacy clock data move under clk driver

2015-01-29 Thread Tero Kristo
On 01/08/2015 01:00 AM, Tony Lindgren wrote: * Tero Kristo [141216 08:22]: Hi, These patches move the legacy clock data for omap3 under drivers/clk/ti. After these patches are applied, it should be possible to get rid of clk-private.h (long pending project for Mike.) Testing done (on top of 3

[PATCHv2 06/11] clk: ti: dpll: add support for legacy DPLL init

2015-01-29 Thread Tero Kristo
Legacy clock data is initialized slightly differently compared to DT clocks, thus add support for this. Signed-off-by: Tero Kristo Acked-by: Tony Lindgren --- drivers/clk/ti/clk.c |3 ++ drivers/clk/ti/clock.h |2 + drivers/clk/ti/dpll.c | 119 +++

Re: 3.19 on Nokia n900: audio quality awful

2015-01-29 Thread Pavel Machek
Hi! > >> I did this: > >> > >> I'm not sure which one is "main" microphone and which is headset, but > >> I guess 2V should be "close enough" to 2.5V to produce something > >> different from zeros..? > >> > > Main or integrated is digital microphone which does AD conversion itself > > and headset

Re: Supporting two SMSC9221 interfaces on GPMC in a dts

2015-01-29 Thread Ash Charles
On Thu, Jan 29, 2015 at 8:20 AM, Tony Lindgren wrote: > Yeah I think this is how we did it for omap3-sbc-*.dts*. > >> This works but seems, well, verbose. Is there a way to setup multiple >> interfaces without having to duplicate the omap-gpmc-smsc9221.dtsi >> content? > > Hmm I wonder if the "[P

Re: [PATCH v3 1/7] extcon: usb-gpio: Introduce gpio usb extcon driver

2015-01-29 Thread Chanwoo Choi
Hi Roger, On 01/29/2015 08:26 PM, Roger Quadros wrote: > Chanwoo, > > On 29/01/15 03:49, Chanwoo Choi wrote: >> Hi Roger, >> >> We need to discuss one point about 'id_irqwake'. >> I don't recommend to use 'id_irqwake' field. >> >> And I catch build warning by using "select" keywork in Kconfig. >>

Re: [PATCH v3 1/7] extcon: usb-gpio: Introduce gpio usb extcon driver

2015-01-29 Thread Chanwoo Choi
Hi Roger, On 01/28/2015 09:15 PM, Roger Quadros wrote: > This driver observes the USB ID pin connected over a GPIO and > updates the USB cable extcon states accordingly. > > The existing GPIO extcon driver is not suitable for this purpose > as it needs to be taught to understand USB cable states

Re: [PATCH 00/11] ARM: OMAP3: legacy clock data move under clk driver

2015-01-29 Thread Mike Turquette
Quoting Tero Kristo (2015-01-29 12:19:29) > On 01/08/2015 01:00 AM, Tony Lindgren wrote: > > * Tero Kristo [141216 08:22]: > >> Hi, > >> > >> These patches move the legacy clock data for omap3 under drivers/clk/ti. > >> After these patches are applied, it should be possible to get rid of > >> clk-

Re: [PATCH v6 2/6] input: touchscreen: ti_am335x_tsc: Remove udelay in interrupt handler

2015-01-29 Thread Vignesh R
On Wednesday 07 January 2015 11:19 AM, Vignesh R wrote: > From: Brad Griffis > > TSC interrupt handler had udelay to avoid reporting of false pen-up > interrupt to user space. This patch implements workaround suggesting in > Advisory 1.0.31 of silicon errata for am335x, thus eliminating udelay