[GIT PULL] USB/PHY driver fixes for 4.20-rc5

From: Greg KH
Date: Fri Nov 30 2018 - 11:04:41 EST


The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:

Linux 4.20-rc4 (2018-11-25 14:19:31 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.20-rc5

for you to fetch changes up to 96ae93b46dbb37a4a7a1e807d1b089f6b438840f:

Merge tag 'fixes-for-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus (2018-11-29 11:39:35 +0100)

----------------------------------------------------------------
USB/PHY driver fixes for 4.20-rc5

Here are some small USB and PHY driver fixes for 4.20-rc5

Nothing big at all, just the usual handful of USB fixes for reported
issues, along with some gadget and PHY driver bug fixes.

All of these have been in linux-next with no reported issues.
Note, the USB gadget fixes were in linux-next on its own branch, not in
mine, it just got merged into here yesterday and missed linux-next of
today.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Aaro Koskinen (5):
USB: omap_udc: use devm_request_irq()
USB: omap_udc: fix crashes on probe error and module removal
USB: omap_udc: fix omap_udc_start() on 15xx machines
USB: omap_udc: fix USB gadget functionality on Palm Tungsten E
USB: omap_udc: fix rejection of out transfers when DMA is used

Douglas Anderson (1):
dt-bindings: phy-qcom-qmp: Fix several mistakes from prior commits

Felipe Balbi (1):
Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid"

Greg Kroah-Hartman (2):
Merge tag 'phy-for-4.20-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus
Merge tag 'fixes-for-v4.20-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus

Kai-Heng Feng (1):
USB: usb-storage: Add new IDs to ums-realtek

Kunihiko Hayashi (1):
phy: uniphier-pcie: Depend on HAS_IOMEM

Manu Gautam (2):
phy: qcom-qusb2: Use HSTX_TRIM fused value as is
phy: qcom-qusb2: Fix HSTX_TRIM tuning with fused value for SDM845

Marek Szyprowski (1):
usb: gadget: u_ether: fix unsafe list iteration

Michael Niewöhner (1):
usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream series

.../devicetree/bindings/phy/qcom-qmp-phy.txt | 31 ++++++--
drivers/phy/qualcomm/phy-qcom-qusb2.c | 20 ++---
drivers/phy/socionext/Kconfig | 3 +-
drivers/usb/core/quirks.c | 3 +
drivers/usb/dwc3/gadget.c | 5 --
drivers/usb/gadget/function/u_ether.c | 11 +--
drivers/usb/gadget/udc/omap_udc.c | 88 ++++++++--------------
drivers/usb/storage/unusual_realtek.h | 10 +++
8 files changed, 86 insertions(+), 85 deletions(-)