* Re: Need help for DT GPIO probing [not found] <CACpRUmig-J7tgipRFC5h09+4fHiOWpHpc3ELuTnujE1_gQCZrw@mail.gmail.com> @ 2013-07-20 19:43 ` Linus Walleij 2013-07-21 4:54 ` Javier Martinez Canillas 0 siblings, 1 reply; 5+ messages in thread From: Linus Walleij @ 2013-07-20 19:43 UTC (permalink / raw) To: Soumya Sutar, Linux-OMAP Cc: linux-gpio, santosh.shilimkar@ti.com, ext Tony Lindgren, ext Kevin Hilman On Fri, Jul 12, 2013 at 4:05 PM, Soumya Sutar <soumyasutar@gmail.com> wrote: > Hi Linus, > > I am facing DT GPIO probing problem same as below link. > http://us.generation-nt.com/answer/gpio-crashed-when-not-using-help-208346861.html > > Could you know any patch is available for this issues or still we need to > use gpio_request() in driver. Please ask questions like this on the mailing lists and include the OMAP GPIO maintainers (Santosh & Kevin). And the answer is yes, all GPIO lines you are using need to be requested by the driver. Yours, Linus Walleij ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Need help for DT GPIO probing 2013-07-20 19:43 ` Need help for DT GPIO probing Linus Walleij @ 2013-07-21 4:54 ` Javier Martinez Canillas 2013-07-21 11:10 ` Linus Walleij 0 siblings, 1 reply; 5+ messages in thread From: Javier Martinez Canillas @ 2013-07-21 4:54 UTC (permalink / raw) To: Linus Walleij Cc: Soumya Sutar, Linux-OMAP, linux-gpio@vger.kernel.org, santosh.shilimkar@ti.com, ext Tony Lindgren, ext Kevin Hilman Hi Soumya On Saturday, July 20, 2013, Linus Walleij wrote: > > On Fri, Jul 12, 2013 at 4:05 PM, Soumya Sutar <soumyasutar@gmail.com> wrote: > > > Hi Linus, > > > > I am facing DT GPIO probing problem same as below link. > > http://us.generation-nt.com/answer/gpio-crashed-when-not-using-help-208346861.html > > > > Could you know any patch is available for this issues or still we need to > > use gpio_request() in driver. > Yes, Linus W has already queued some patches for gpio-omap on the for-next branch of his linux-gpio tree [1] that solves this issue. Take a look to commit b4419e1a ("gpio/omap: auto request GPIO as input if used as IRQ via DT") although this patch depends on others so you should merge the whole branch to make it work. Linus, are you still planing to send this patches as fixes for the v3.11 -rc cycle or did you decide to wait for v3.12? > > Please ask questions like this on the mailing lists and include > the OMAP GPIO maintainers (Santosh & Kevin). > > And the answer is yes, all GPIO lines you are using need to > be requested by the driver. > > Yours, > Linus Walleij > -- Thanks a lot and best regards, Javier [1]: https://git.kernel.org/cgit/linux/kernel/git/linusw/linux-gpio.git/log/?h=for-next -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Need help for DT GPIO probing 2013-07-21 4:54 ` Javier Martinez Canillas @ 2013-07-21 11:10 ` Linus Walleij 2013-07-21 11:29 ` Javier Martinez Canillas 2013-07-22 14:43 ` Santosh Shilimkar 0 siblings, 2 replies; 5+ messages in thread From: Linus Walleij @ 2013-07-21 11:10 UTC (permalink / raw) To: Javier Martinez Canillas Cc: Soumya Sutar, Linux-OMAP, linux-gpio@vger.kernel.org, santosh.shilimkar@ti.com, ext Tony Lindgren, ext Kevin Hilman On Sun, Jul 21, 2013 at 6:54 AM, Javier Martinez Canillas <martinez.javier@gmail.com> wrote: > Linus, are you still planing to send this patches as fixes for the > v3.11 -rc cycle or did you decide to wait for v3.12? It will go into the v3.11 RC:s. I've just been slow due to the current heatwave over northern Europe... Yours, Linus Walleij ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Need help for DT GPIO probing 2013-07-21 11:10 ` Linus Walleij @ 2013-07-21 11:29 ` Javier Martinez Canillas 2013-07-22 14:43 ` Santosh Shilimkar 1 sibling, 0 replies; 5+ messages in thread From: Javier Martinez Canillas @ 2013-07-21 11:29 UTC (permalink / raw) To: Linus Walleij Cc: Soumya Sutar, Linux-OMAP, linux-gpio@vger.kernel.org, santosh.shilimkar@ti.com, ext Tony Lindgren, ext Kevin Hilman On Sunday, July 21, 2013, Linus Walleij wrote: > > On Sun, Jul 21, 2013 at 6:54 AM, Javier Martinez Canillas > <martinez.javier@gmail.com> wrote: > > > Linus, are you still planing to send this patches as fixes for the > > v3.11 -rc cycle or did you decide to wait for v3.12? > > It will go into the v3.11 RC:s. > Great, thanks a lot for your help! > I've just been slow due to the current heatwave over northern Europe... > Haha, yes weather has been even worst here in southern Europe > Yours, > Linus Walleij Best regards, Javier ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Need help for DT GPIO probing 2013-07-21 11:10 ` Linus Walleij 2013-07-21 11:29 ` Javier Martinez Canillas @ 2013-07-22 14:43 ` Santosh Shilimkar 1 sibling, 0 replies; 5+ messages in thread From: Santosh Shilimkar @ 2013-07-22 14:43 UTC (permalink / raw) To: Linus Walleij Cc: Javier Martinez Canillas, Soumya Sutar, Linux-OMAP, linux-gpio@vger.kernel.org, ext Tony Lindgren, ext Kevin Hilman On Sunday 21 July 2013 07:10 AM, Linus Walleij wrote: > On Sun, Jul 21, 2013 at 6:54 AM, Javier Martinez Canillas > <martinez.javier@gmail.com> wrote: > >> Linus, are you still planing to send this patches as fixes for the >> v3.11 -rc cycle or did you decide to wait for v3.12? > > It will go into the v3.11 RC:s. > Thanks Linus. IIRC, off-list I pointed out the same patch-set to Soumya. Regards, Santosh ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-07-22 14:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CACpRUmig-J7tgipRFC5h09+4fHiOWpHpc3ELuTnujE1_gQCZrw@mail.gmail.com>
2013-07-20 19:43 ` Need help for DT GPIO probing Linus Walleij
2013-07-21 4:54 ` Javier Martinez Canillas
2013-07-21 11:10 ` Linus Walleij
2013-07-21 11:29 ` Javier Martinez Canillas
2013-07-22 14:43 ` Santosh Shilimkar
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.