public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [patch-v2.6.39 00/12] OMAP USB and MUSB patches for Next
@ 2011-02-17 12:38 Felipe Balbi
       [not found] ` <1297946329-9353-1-git-send-email-balbi-l0cyMroinI0@public.gmane.org>
                   ` (6 more replies)
  0 siblings, 7 replies; 29+ messages in thread
From: Felipe Balbi @ 2011-02-17 12:38 UTC (permalink / raw)
  To: Greg KH; +Cc: Linux USB Mailing List, Linux OMAP Mailing List, Felipe Balbi

Hi Greg, all,

Here are the tested set of patches for the next merge window.

We have a pending fixes pull request [1] which could be
integrated to this one if wanted/needed.

I'll be waiting for v2.6.38-rc5 appear on greg/usb-next
before sending the pull request otherwise we will have
conflicts popping.

If there are any other patches pending, you guys have
just a few days remaining to send me those.

[1] http://marc.info/?l=linux-usb&m=129767766917391&w=2

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(-)

-- 
1.7.4.rc2

--
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] 29+ messages in thread

end of thread, other threads:[~2011-03-01 15:47 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 12:38 [patch-v2.6.39 00/12] OMAP USB and MUSB patches for Next Felipe Balbi
     [not found] ` <1297946329-9353-1-git-send-email-balbi-l0cyMroinI0@public.gmane.org>
2011-02-17 12:38   ` [patch-v2.6.39 01/12] usb: musb: do not error out if Kconfig doesn't match board mode Felipe Balbi
2011-02-17 12:38   ` [patch-v2.6.39 05/12] usb: otg: enable regulator only on cable/device connect Felipe Balbi
2011-02-17 12:38   ` [patch-v2.6.39 08/12] usb: otg: OMAP4430: Introducing suspend function for power management Felipe Balbi
     [not found]     ` <1297946329-9353-9-git-send-email-balbi-l0cyMroinI0@public.gmane.org>
2011-02-17 19:13       ` Felipe Balbi
2011-02-18  7:48         ` Felipe Balbi
     [not found]           ` <20110218074857.GY14574-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-02-24 21:32             ` Tony Lindgren
2011-02-24 21:31       ` Tony Lindgren
2011-02-17 12:38   ` [patch-v2.6.39 09/12] usb: otg: TWL6030: Introduce the twl6030_phy_suspend function Felipe Balbi
2011-02-17 12:38   ` [patch-v2.6.39 10/12] usb: otg: TWL6030 Save the last event in otg_transceiver Felipe Balbi
2011-02-17 12:38   ` [patch-v2.6.39 12/12] usb: otg: notifier: switch to atomic notifier Felipe Balbi
2011-02-25 10:46     ` Heikki Krogerus
2011-02-25 10:50       ` Heikki Krogerus
2011-02-25 10:53         ` Felipe Balbi
     [not found]           ` <20110225105317.GE4190-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-02-25 11:07             ` Heikki Krogerus
2011-02-25 11:24               ` Felipe Balbi
2011-02-25 11:32                 ` Heikki Krogerus
2011-02-17 12:38 ` [patch-v2.6.39 02/12] usb: musb: gadget: beautify usb_gadget_probe_driver()/usb_gadget_unregister_driver Felipe Balbi
2011-02-17 12:38 ` [patch-v2.6.39 03/12] usb: musb: gadget: do not poke with gadget's list_head Felipe Balbi
2011-02-25 19:41   ` Pavol Kurina
2011-02-28  8:43     ` Felipe Balbi
2011-03-01 15:36       ` Pavol Kurina
2011-03-01 15:39         ` Felipe Balbi
2011-03-01 15:40           ` Felipe Balbi
2011-03-01 15:44             ` Felipe Balbi
2011-02-17 12:38 ` [patch-v2.6.39 04/12] usb: musb: Using runtime pm APIs for musb Felipe Balbi
2011-02-17 12:38 ` [patch-v2.6.39 06/12] usb: otg: Remove one unnecessary I2C read request Felipe Balbi
2011-02-17 12:38 ` [patch-v2.6.39 07/12] usb: otg: OMAP4430: Add phy_suspend function pointer to twl4030_usb_data Felipe Balbi
2011-02-17 12:38 ` [patch-v2.6.39 11/12] usb: musb: OMAP4430: Fix usb device detection if connected during boot Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox