The following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576:
Linux 5.10-rc4 (2020-11-15 16:44:31 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.10-rc6
for you to fetch changes up to 484cfbe5fb61469a5f5a276258a8b3973164b56f:
usb: typec: stusb160x: fix power-opmode property with typec-power-opmode (2020-11-27 14:44:26 +0100)
----------------------------------------------------------------
USB / PHY driver fixes for 5.10-rc6
Here are a few small USB and PHY driver fixes for 5.10-rc6. They
include:
- small PHY driver fixes to resolve reported issues
- USB quirks added for "broken" devices
- typec fixes for reported problems
- USB gadget fixes for small issues
Full details are in the shortlog, nothing major in here and all have
been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <[email protected]>
----------------------------------------------------------------
Al Cooper (1):
phy: usb: Fix incorrect clearing of tca_drv_sel bit in SETUP reg for 7211
Alan Stern (2):
USB: core: Fix regression in Hercules audio card
USB: core: Change %pK for __user pointers to %px
Amelie Delaunay (1):
usb: typec: stusb160x: fix power-opmode property with typec-power-opmode
Bryan O'Donoghue (2):
phy: qualcomm: usb: Fix SuperSpeed PHY OF dependency
phy: qualcomm: Fix 28 nm Hi-Speed USB PHY OF dependency
Colin Ian King (1):
phy: mediatek: fix spelling mistake in Kconfig "veriosn" -> "version"
Geert Uytterhoeven (1):
phy: intel: PHY_INTEL_KEEMBAY_EMMC should depend on ARCH_KEEMBAY
Greg Kroah-Hartman (2):
Merge tag 'usb-fixes-v5.10-rc5' of git://git.kernel.org/.../peter.chen/usb into usb-linus
Merge tag 'phy-fixes-5.10' of git://git.kernel.org/.../phy/linux-phy into usb-linus
Marc Zyngier (1):
phy: tegra: xusb: Fix dangling pointer on probe failure
Peter Chen (2):
usb: cdns3: gadget: initialize link_trb as NULL
usb: cdns3: gadget: calculate TD_SIZE based on TD
Randy Dunlap (1):
usb: typec: qcom-pmic-typec: fix builtin build errors
Stephen Boyd (1):
phy: qcom-qmp: Initialize another pointer to NULL
Zhang Qilong (2):
usb: gadget: f_midi: Fix memleak in f_midi_alloc
usb: gadget: Fix memleak in gadgetfs_fill_super
Zou Wei (1):
phy: cpcap-usb: Use IRQF_ONESHOT
penghao (1):
USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO built-in usb-audio card
drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c | 5 -----
drivers/phy/intel/Kconfig | 2 +-
drivers/phy/mediatek/Kconfig | 2 +-
drivers/phy/motorola/phy-cpcap-usb.c | 3 ++-
drivers/phy/qualcomm/Kconfig | 4 ++--
drivers/phy/qualcomm/phy-qcom-qmp.c | 2 +-
drivers/phy/tegra/xusb.c | 1 +
drivers/usb/cdns3/gadget.c | 26 ++++++++++++-----------
drivers/usb/core/devio.c | 14 ++++++------
drivers/usb/core/quirks.c | 10 +++++++++
drivers/usb/gadget/function/f_midi.c | 10 ++++++---
drivers/usb/gadget/legacy/inode.c | 3 +++
drivers/usb/typec/Kconfig | 1 +
drivers/usb/typec/stusb160x.c | 2 +-
14 files changed, 51 insertions(+), 34 deletions(-)
pr-tracker-bot seems a bit under the weather.
But this has been pulled.
I'm not sure why pt-tracker-bot did react to the Kbuild one, but not
the ones by Greg and Arnaldo. The pull requests all look good to me,
and seem to have all the required markers..
Konstantin?
Linus
On Sat, Nov 28, 2020 at 4:21 AM Greg KH <[email protected]> wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.10-rc6
The pull request you sent on Sat, 28 Nov 2020 13:22:56 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.10-rc6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/67f34fa8893e6dfb0e8104c28ee6c5ce23a9e238
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
On 11/28/20 11:30 AM, Linus Torvalds wrote:
> pr-tracker-bot seems a bit under the weather.
>
> But this has been pulled.
>
> I'm not sure why pt-tracker-bot did react to the Kbuild one, but not
> the ones by Greg and Arnaldo. The pull requests all look good to me,
> and seem to have all the required markers..
>
> Konstantin?
>
> Linus
>
> On Sat, Nov 28, 2020 at 4:21 AM Greg KH <[email protected]> wrote:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.10-rc6
Could it just be a vger issue? vger has been acting ill today...
--
~Randy
On Sat, Nov 28, 2020 at 2:07 PM Randy Dunlap <[email protected]> wrote:
>
> Could it just be a vger issue? vger has been acting ill today...
Possible. pr-tracker-bot obviously is back, it just had a very long delay.
And yes, the delay might have been due to it not seeing the original
pull requests due to vger slowness. I didn't think to check if the
pull requests were visible on lore.kernel.org when I was wondering
where the pr-tracker-bot was.
Linus
On Sat, Nov 28, 2020 at 03:50:28PM -0800, Linus Torvalds wrote:
> On Sat, Nov 28, 2020 at 2:07 PM Randy Dunlap <[email protected]> wrote:
> >
> > Could it just be a vger issue? vger has been acting ill today...
>
> Possible. pr-tracker-bot obviously is back, it just had a very long delay.
Correct, there was another 12-hour vger outage on Saturday, so the pull
requests were applied even before we started tracking them.
> And yes, the delay might have been due to it not seeing the original
> pull requests due to vger slowness. I didn't think to check if the
> pull requests were visible on lore.kernel.org when I was wondering
> where the pr-tracker-bot was.
If you wanted to check, just grab the message-id of the pull request and
run it through lore.kernel.org/r/<message-id>. If it doesn't show up,
then we're not tracking it.
Best regards,
-K