[GIT PULL] USB fixes for v4.0-rc2

From: Felipe Balbi
Date: Tue Feb 24 2015 - 11:23:27 EST


Hi Greg,

Here's my first set of fixes for this -rc. Let me know if you
need anything to be changed.

cheers

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.0-rc2

for you to fetch changes up to a0456399fb07155637a2b597b91cc1c63bc25141:

usb: gadget: configfs: don't NUL-terminate (sub)compatible ids (2015-02-23 09:37:27 -0600)

----------------------------------------------------------------
usb: fixes for v4.0-rc2

Not that many fixes this time. They have all been tested on
platforms I have around and also passed my randconfig builds.

Here's a quick summary of the changes:

Phonet function learned to not disable a disabled endpoint.

musb received a pm_runtime_irq_safe() call to fix a bug when
calling musb_pullup() (via usb_gadget_{connect,disconnect}())
with irqs disabled.

musb also got a really old fix for throughput with isochronous
endpoints by pushing URB completion to a tasklet (by means of
HCD_BH flag).

musb now can properly get its phys on musb-dsps platforms (am335x
as of now).

musb learned how to read boolean OF properties.

Old bug on how to disable dwc3-omap's IRQs got fixed finally.

A few sparse warnings here and there.

Renesas got a linkage fix.

Signed-off-by: Felipe Balbi <balbi@xxxxxx>

----------------------------------------------------------------
Andrzej Pietrasiewicz (1):
usb: gadget: configfs: don't NUL-terminate (sub)compatible ids

Arnd Bergmann (1):
usb: renesas: fix extcon dependency

Felipe Balbi (2):
usb: gadget: function: phonet: balance usb_ep_disable calls
usb: musb: core: add pm_runtime_irq_safe()

George Cherian (2):
usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom half
usb: dwc3: dwc3-omap: Fix disable IRQ

Lad, Prabhakar (6):
usb: gadget: function: f_hid: fix sparse warning
usb: gadget: function: f_uac2: fix sparse warnings
usb: gadget: function: f_sourcesink: fix sparse warning
usb: gadget: function: uvc: fix sparse warnings
usb: gadget: gadgetfs: fix sparse warnings
usb: gadget: function: uvc_v4l2.c: fix sparse warnings

Nicholas Mc Guire (1):
usb: isp1760: use msecs_to_jiffies for time conversion

Tony Lindgren (2):
usb: musb: Fix use for of_property_read_bool for disabled multipoint
usb: musb: Fix getting a generic phy for musb_dsps

drivers/usb/dwc3/dwc3-omap.c | 30 ++++++++++++++++++++++++--
drivers/usb/gadget/configfs.c | 2 --
drivers/usb/gadget/function/f_hid.c | 2 +-
drivers/usb/gadget/function/f_phonet.c | 5 ++++-
drivers/usb/gadget/function/f_sourcesink.c | 4 ++--
drivers/usb/gadget/function/f_uac2.c | 34 +++++++++++++++---------------
drivers/usb/gadget/function/uvc_v4l2.c | 1 +
drivers/usb/gadget/function/uvc_video.c | 1 +
drivers/usb/gadget/legacy/g_ffs.c | 6 ++++--
drivers/usb/isp1760/isp1760-hcd.c | 6 +++---
drivers/usb/musb/musb_core.c | 10 +++++----
drivers/usb/musb/musb_dsps.c | 32 +++++++++++++++++++++++++---
drivers/usb/musb/musb_host.c | 2 +-
drivers/usb/musb/omap2430.c | 7 ++++--
drivers/usb/renesas_usbhs/Kconfig | 1 +
15 files changed, 103 insertions(+), 40 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/