* [GIT PULL] OMAP USB Patches for 2.6.39
@ 2011-02-18 12:11 Felipe Balbi
[not found] ` <20110218121145.GB11151-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-02-18 16:31 ` Greg KH
0 siblings, 2 replies; 6+ messages in thread
From: Felipe Balbi @ 2011-02-18 12:11 UTC (permalink / raw)
To: Greg KH; +Cc: Linux USB Mailing List, Linux OMAP Mailing List
Hi Greg,
Here are the patches I have for the next merge window.
The outstanding feature is the introduction of pm_runtime
support for the OMAP glue layer for MUSB.
These patches have been tested on omap4430 with g_zero
+ testusb overnight and no problems have come from those.
These are on top of greg/usb-next, if you want me to rebase
on top of another commit, please let me know about it and I'll
do it quickly.
Thanks, pull request below.
The following changes since commit 04b31c776f34d127b422da92899272a0b8cda21d:
usb: isp1362-hcd: use bitmap_clear() and bitmap_set() (2011-02-17 11:00:24 -0800)
are available in the git repository at:
git://gitorious.org/usb/usb.git for-next
Felipe Balbi (4):
usb: musb: do not error out if Kconfig doesn't match board mode
usb: musb: gadget: beautify usb_gadget_probe_driver()/usb_gadget_unregister_driver
usb: musb: gadget: do not poke with gadget's list_head
usb: otg: notifier: switch to atomic notifier
Hema HK (8):
usb: musb: Using runtime pm APIs for musb.
usb: otg: enable regulator only on cable/device connect
usb: otg: Remove one unnecessary I2C read request.
usb: otg: OMAP4430: Add phy_suspend function pointer to twl4030_usb_data
usb: otg: OMAP4430: Introducing suspend function for power management
usb: otg: TWL6030: Introduce the twl6030_phy_suspend function.
usb: otg: TWL6030 Save the last event in otg_transceiver
usb: musb: OMAP4430: Fix usb device detection if connected during boot
arch/arm/mach-omap2/board-4430sdp.c | 1 +
arch/arm/mach-omap2/board-omap4panda.c | 1 +
arch/arm/mach-omap2/omap_phy_internal.c | 22 +++-
arch/arm/plat-omap/include/plat/usb.h | 1 +
drivers/usb/musb/musb_core.c | 25 ----
drivers/usb/musb/musb_core.h | 6 +-
drivers/usb/musb/musb_gadget.c | 191 +++++++++++++++++--------------
drivers/usb/musb/musb_gadget.h | 7 +-
drivers/usb/musb/musb_gadget_ep0.c | 24 +++--
drivers/usb/musb/omap2430.c | 134 ++++++++++++----------
drivers/usb/otg/ab8500-usb.c | 6 +-
drivers/usb/otg/nop-usb-xceiv.c | 2 +-
drivers/usb/otg/twl4030-usb.c | 6 +-
drivers/usb/otg/twl6030-usb.c | 56 ++++++----
include/linux/i2c/twl.h | 2 +
include/linux/usb/otg.h | 7 +-
16 files changed, 260 insertions(+), 231 deletions(-)
--
balbi
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <20110218121145.GB11151-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>]
* Re: [GIT PULL] OMAP USB Patches for 2.6.39 [not found] ` <20110218121145.GB11151-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org> @ 2011-02-18 13:32 ` Sergei Shtylyov 2011-02-18 15:38 ` Felipe Balbi 0 siblings, 1 reply; 6+ messages in thread From: Sergei Shtylyov @ 2011-02-18 13:32 UTC (permalink / raw) To: balbi-l0cyMroinI0 Cc: Greg KH, Linux USB Mailing List, Linux OMAP Mailing List Hello. On 18-02-2011 15:11, Felipe Balbi wrote: > Here are the patches I have for the next merge window. IIRC, you wrote yesterday that we have several days to send the patches still. I have one almost ready... WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] OMAP USB Patches for 2.6.39 2011-02-18 13:32 ` Sergei Shtylyov @ 2011-02-18 15:38 ` Felipe Balbi 0 siblings, 0 replies; 6+ messages in thread From: Felipe Balbi @ 2011-02-18 15:38 UTC (permalink / raw) To: Sergei Shtylyov Cc: balbi, Greg KH, Linux USB Mailing List, Linux OMAP Mailing List Hi, On Fri, Feb 18, 2011 at 04:32:51PM +0300, Sergei Shtylyov wrote: > On 18-02-2011 15:11, Felipe Balbi wrote: > > >Here are the patches I have for the next merge window. > > IIRC, you wrote yesterday that we have several days to send the > patches still. I have one almost ready... Please send, there's still time ;-) I remember saying few days though, oh well. -- balbi ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] OMAP USB Patches for 2.6.39 2011-02-18 12:11 [GIT PULL] OMAP USB Patches for 2.6.39 Felipe Balbi [not found] ` <20110218121145.GB11151-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org> @ 2011-02-18 16:31 ` Greg KH 2011-02-18 16:35 ` Greg KH 1 sibling, 1 reply; 6+ messages in thread From: Greg KH @ 2011-02-18 16:31 UTC (permalink / raw) To: Felipe Balbi; +Cc: Linux USB Mailing List, Linux OMAP Mailing List On Fri, Feb 18, 2011 at 02:11:45PM +0200, Felipe Balbi wrote: > Hi Greg, > > Here are the patches I have for the next merge window. > > The outstanding feature is the introduction of pm_runtime > support for the OMAP glue layer for MUSB. > > These patches have been tested on omap4430 with g_zero > + testusb overnight and no problems have come from those. > > These are on top of greg/usb-next, if you want me to rebase > on top of another commit, please let me know about it and I'll > do it quickly. > > Thanks, pull request below. > > The following changes since commit 04b31c776f34d127b422da92899272a0b8cda21d: > > usb: isp1362-hcd: use bitmap_clear() and bitmap_set() (2011-02-17 11:00:24 -0800) > > are available in the git repository at: > git://gitorious.org/usb/usb.git for-next $ git pull git://gitorious.org/usb/usb.git for-next fatal: The remote end hung up unexpectedly Something's wrong on gitorious's side and I can't seem to pull this :( Any ideas? thanks, greg k-h ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] OMAP USB Patches for 2.6.39 2011-02-18 16:31 ` Greg KH @ 2011-02-18 16:35 ` Greg KH 2011-02-19 14:50 ` Felipe Balbi 0 siblings, 1 reply; 6+ messages in thread From: Greg KH @ 2011-02-18 16:35 UTC (permalink / raw) To: Felipe Balbi; +Cc: Linux USB Mailing List, Linux OMAP Mailing List On Fri, Feb 18, 2011 at 08:31:44AM -0800, Greg KH wrote: > On Fri, Feb 18, 2011 at 02:11:45PM +0200, Felipe Balbi wrote: > > Hi Greg, > > > > Here are the patches I have for the next merge window. > > > > The outstanding feature is the introduction of pm_runtime > > support for the OMAP glue layer for MUSB. > > > > These patches have been tested on omap4430 with g_zero > > + testusb overnight and no problems have come from those. > > > > These are on top of greg/usb-next, if you want me to rebase > > on top of another commit, please let me know about it and I'll > > do it quickly. > > > > Thanks, pull request below. > > > > The following changes since commit 04b31c776f34d127b422da92899272a0b8cda21d: > > > > usb: isp1362-hcd: use bitmap_clear() and bitmap_set() (2011-02-17 11:00:24 -0800) > > > > are available in the git repository at: > > git://gitorious.org/usb/usb.git for-next > > $ git pull git://gitorious.org/usb/usb.git for-next > fatal: The remote end hung up unexpectedly > > Something's wrong on gitorious's side and I can't seem to pull this :( > > Any ideas? Nevermind, it took 7 tried, but eventually it worked. Wierd. pulled and pushed out now, thanks. greg k-h ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] OMAP USB Patches for 2.6.39 2011-02-18 16:35 ` Greg KH @ 2011-02-19 14:50 ` Felipe Balbi 0 siblings, 0 replies; 6+ messages in thread From: Felipe Balbi @ 2011-02-19 14:50 UTC (permalink / raw) To: Greg KH; +Cc: Felipe Balbi, Linux USB Mailing List, Linux OMAP Mailing List Hi, On Fri, Feb 18, 2011 at 08:35:14AM -0800, Greg KH wrote: > On Fri, Feb 18, 2011 at 08:31:44AM -0800, Greg KH wrote: > > On Fri, Feb 18, 2011 at 02:11:45PM +0200, Felipe Balbi wrote: > > > Hi Greg, > > > > > > Here are the patches I have for the next merge window. > > > > > > The outstanding feature is the introduction of pm_runtime > > > support for the OMAP glue layer for MUSB. > > > > > > These patches have been tested on omap4430 with g_zero > > > + testusb overnight and no problems have come from those. > > > > > > These are on top of greg/usb-next, if you want me to rebase > > > on top of another commit, please let me know about it and I'll > > > do it quickly. > > > > > > Thanks, pull request below. > > > > > > The following changes since commit 04b31c776f34d127b422da92899272a0b8cda21d: > > > > > > usb: isp1362-hcd: use bitmap_clear() and bitmap_set() (2011-02-17 11:00:24 -0800) > > > > > > are available in the git repository at: > > > git://gitorious.org/usb/usb.git for-next > > > > $ git pull git://gitorious.org/usb/usb.git for-next > > fatal: The remote end hung up unexpectedly > > > > Something's wrong on gitorious's side and I can't seem to pull this :( > > > > Any ideas? > > Nevermind, it took 7 tried, but eventually it worked. Wierd. > > pulled and pushed out now, thanks. Ok, thanks a lot Greg. -- balbi ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-02-19 14:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18 12:11 [GIT PULL] OMAP USB Patches for 2.6.39 Felipe Balbi
[not found] ` <20110218121145.GB11151-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-02-18 13:32 ` Sergei Shtylyov
2011-02-18 15:38 ` Felipe Balbi
2011-02-18 16:31 ` Greg KH
2011-02-18 16:35 ` Greg KH
2011-02-19 14:50 ` Felipe Balbi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox