Re: [PATCH 3/5] gpio/omap: Add DT support to GPIO driver

2013-03-03 Thread Grant Likely
On Tue, 26 Feb 2013 17:01:22 -0600, Jon Hunter jon-hun...@ti.com wrote: On 02/26/2013 04:44 PM, Stephen Warren wrote: On 02/26/2013 03:40 PM, Jon Hunter wrote: On 02/26/2013 04:01 AM, Javier Martinez Canillas wrote: Are you requesting the gpio anywhere? If not then this is not going to

Re: [PATCH 1/2] gpio/omap: convert gpio irq domain to linear mapping

2013-03-03 Thread Grant Likely
On Fri, 1 Mar 2013 11:22:47 -0600, Jon Hunter jon-hun...@ti.com wrote: Currently the OMAP GPIO driver uses a legacy mapping for the GPIO IRQ domain. This is not necessary because we do not need to assign a specific interrupt number to the GPIO IRQ domain. Therefore, convert the OMAP GPIO

Re: [PATCH] ASoC: omap: Check regulator enable for DAC on Pandora

2013-03-03 Thread Jarkko Nikula
On Sat, 2013-03-02 at 16:02 +0100, Peter Ujfalusi wrote: diff --git a/sound/soc/omap/omap3pandora.c b/sound/soc/omap/omap3pandora.c index 805512f..953483e 100644 --- a/sound/soc/omap/omap3pandora.c +++ b/sound/soc/omap/omap3pandora.c @@ -85,7 +85,11 @@ static int

Re: [PATCH 2/2] gpio/omap: warn if bank is not enabled on setting irq type

2013-03-03 Thread Grant Likely
On Fri, 1 Mar 2013 11:22:48 -0600, Jon Hunter jon-hun...@ti.com wrote: For OMAP devices, if a gpio is being used as an interrupt source but has not been requested by calling gpio_request(), a call to request_irq() may cause the kernel hang because the gpio bank may be disabled and hence the

Re: [PATCH 0/5] usb: musb: am335x support

2013-03-03 Thread Peter Korsgaard
Daniel == Daniel Mack zon...@gmail.com writes: Hi, Daniel On my board, the USB is purely used as host interface, with a Daniel type B plug soldered. In the DT, I'm using the following Daniel sniplet in accordance to the documentation of the bindings: Danielusb_otg_hs: usb@4740

Re: [PATCH 0/5] usb: musb: am335x support

2013-03-03 Thread Daniel Mack
Hi Peter, On 03.03.2013 23:24, Peter Korsgaard wrote: Daniel == Daniel Mack zon...@gmail.com writes: Hi, Daniel On my board, the USB is purely used as host interface, with a Daniel type B plug soldered. In the DT, I'm using the following Daniel sniplet in accordance to the

Re: [PATCH resend] hsi: fix kernel-doc warnings

2013-03-03 Thread Linus Walleij
On Fri, Mar 1, 2013 at 8:11 PM, Randy Dunlap rdun...@infradead.org wrote: From: Randy Dunlap rdun...@infradead.org Fix kernel-doc warnings in hsi files: Warning(include/linux/hsi/hsi.h:136): Excess struct/union/enum/typedef member 'e_handler' description in 'hsi_client'

Re: [PATCH resend] hsi: fix kernel-doc warnings

2013-03-03 Thread Randy Dunlap
On 03/03/13 18:56, Linus Walleij wrote: On Fri, Mar 1, 2013 at 8:11 PM, Randy Dunlap rdun...@infradead.org wrote: From: Randy Dunlap rdun...@infradead.org Fix kernel-doc warnings in hsi files: Warning(include/linux/hsi/hsi.h:136): Excess struct/union/enum/typedef member 'e_handler'