Re: [GIT PULL] USB/PHY driver patches for 4.21-rc1

2018-12-28 Thread pr-tracker-bot
The pull request you sent on Fri, 28 Dec 2018 16:34:42 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.21-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c0ea81b4d37837409d0dfd2036098a7babb312ed

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[GIT PULL] USB/PHY driver patches for 4.21-rc1

2018-12-28 Thread Greg KH
The following changes since commit 177c459b08a34dcf004aa9a4c1f1d8be682ff3af:

  Merge tag 'usb-4.20-rc8' of 
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2018-12-20 07:27:39 
-0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.21-rc1

for you to fetch changes up to 4b2c01ad902ec02fa962b233decd2f14be3714ba:

  USB: serial: option: add Fibocom NL678 series (2018-12-21 16:47:02 +0100)


USB/PHY patches for 4.21-rc1

Here is the big set of USB and PHY driver patches for 4.21-rc1.

All of the usual bits are in here:
  - loads of USB gadget driver updates and additions
  - new device ids
  - phy driver updates
  - xhci reworks and new features
  - typec updates

Full details are in the shortlog.

All of these have been in linux-next for a long time with no reported
issues.

Signed-off-by: Greg Kroah-Hartman 


Alan Douglas (2):
  dt-bindings: phy: Document cadence Sierra PHY bindings
  phy: cadence: Add driver for Sierra PHY

Alexander Theissen (2):
  usb: appledisplay: Set urb transfer_flags to URB_NO_TRANSFER_DMA_MAP
  usb: appledisplay: Remove unnecessary spinlock

Andrzej Pietrasiewicz (1):
  usb: gadget: f_fs: Allow scatter-gather buffers

Andy Shevchenko (4):
  usb: dwc3: drd: Switch to device property for 'extcon' handling
  usb: dwc3: drd: Add support for DR detection through extcon
  staging: typec: fusb302: Rename fcs,extcon-name to linux,extcon-name
  usb: dwc3: trace: add missing break statement to make compiler happy

Anurag Kumar Vulisha (3):
  usb: dwc3: update stream id in depcmd
  usb: dwc3: don't issue no-op trb for stream capable endpoints
  usb: dwc3: Correct the logic for checking TRB full in 
__dwc3_prepare_one_trb()

Arnd Bergmann (1):
  usb: renesas_usbhs: mark PM functions as __maybe_unused

Artur Petrosyan (2):
  usb: dwc2: gadget: Fix WkupAlert interrupt handler.
  usb: dwc2: gadget: Accept LPM token when TxFIFO is not empty

Badhri Jagan Sridharan (3):
  dt-bindings: connector: Add self-powered property
  usb: typec: tcpm: Do not disconnect link for self powered devices
  usb: typec: tcpm: charge current handling for sink during hard reset

Bin Liu (2):
  usb: musb: dsps: fix otg state machine
  usb: musb: dsps: fix runtime pm for peripheral mode

Brian Norris (1):
  usb: dwc3: don't log probe deferrals; but do log other error codes

Chengguang Xu (1):
  usb: host: remove unnecessary condition check

Christoph Hellwig (1):
  USB: remove the unused struct hcd_timeout definition

Chunfeng Yun (10):
  usb: mtu3: remove QMU checksum
  usb: mtu3: enable hardware remote wakeup from L1 automatically
  usb: mtu3: fix the issue about SetFeature(U1/U2_Enable)
  usb: mtu3: enable SETUPENDISR interrupt
  usb: mtu3: clear SOFTCONN when clear USB3_EN if work as HS mode
  usb: mtu3: remove QMU checksum
  usb: mtu3: enable hardware remote wakeup from L1 automatically
  usb: mtu3: fix the issue about SetFeature(U1/U2_Enable)
  usb: mtu3: enable SETUPENDISR interrupt
  usb: mtu3: clear SOFTCONN when clear USB3_EN if work as HS mode

Colin Ian King (5):
  uwb: clean an indentation issue, remove extraneous tab
  USB: gadget: udc: fix spelling mistake "intrerrupt" -> "interrupt"
  USB: ene_usb6250: add missing indentation
  drivers: usb: early: clean up indentation, remove extraneous tabs
  usb: gadget: udc: fix spelling mistake "intrerrupt" -> "interrupt"

Evan Green (4):
  dt-bindings: phy-qcom-qmp: Fix register underspecification
  phy: qcom-qmp: Utilize fully-specified DT registers
  dt-bindings: phy-qcom-qmp: Move #clock-cells to child
  phy: qcom-qmp: Expose provided clocks to DT

Fabrizio Castro (1):
  usb: renesas_usbhs: add support for RZ/G2E

Felipe Balbi (11):
  usb: dwc3: gadget: combine unaligned and zero flags
  usb: dwc3: gadget: track number of TRBs per request
  usb: dwc3: gadget: use num_trbs when skipping TRBs on ->dequeue()
  usb: dwc3: gadget: extract dwc3_gadget_ep_skip_trbs()
  usb: dwc3: gadget: introduce cancelled_list
  usb: dwc3: gadget: move requests to cancelled_list
  usb: dwc3: gadget: remove wait_end_transfer
  usb: dwc3: gadget: return errors from __dwc3_gadget_start_isoc()
  usb: dwc3: trace: log ep commands in hex
  usb: dwc3: gadget: remove unnecessary dev_info()
  usb: dwc3: gadget: check if dep->frame_number is still valid

Greg Kroah-Hartman (8):
  Merge 4.20-rc4 into usb-next
  Merge 4.20-rc5 into usb-next
  Merge 4.20-rc6 into usb-next
  Merge tag 'phy-for-4.21_v1' of git://git.kernel.org/.../kishon/linux-phy 
into usb-next
  Merge tag 'usb-for-v4.21' of git://git.kernel.org/.../balbi/usb into 
usb-next
  Merge tag