linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] USB/PHY driver fixes for 5.10-rc6
@ 2020-11-28 12:22 Greg KH
  2020-11-28 19:30 ` Linus Torvalds
  2020-11-28 22:00 ` pr-tracker-bot
  0 siblings, 2 replies; 6+ messages in thread
From: Greg KH @ 2020-11-28 12:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-usb

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 <gregkh@linuxfoundation.org>

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] USB/PHY driver fixes for 5.10-rc6
  2020-11-28 12:22 [GIT PULL] USB/PHY driver fixes for 5.10-rc6 Greg KH
@ 2020-11-28 19:30 ` Linus Torvalds
  2020-11-28 22:07   ` Randy Dunlap
  2020-11-28 22:00 ` pr-tracker-bot
  1 sibling, 1 reply; 6+ messages in thread
From: Linus Torvalds @ 2020-11-28 19:30 UTC (permalink / raw)
  To: Greg KH, Konstantin Ryabitsev, Arnaldo Carvalho de Melo
  Cc: Linux Kernel Mailing List

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 <gregkh@linuxfoundation.org> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.10-rc6

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] USB/PHY driver fixes for 5.10-rc6
  2020-11-28 12:22 [GIT PULL] USB/PHY driver fixes for 5.10-rc6 Greg KH
  2020-11-28 19:30 ` Linus Torvalds
@ 2020-11-28 22:00 ` pr-tracker-bot
  1 sibling, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2020-11-28 22:00 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] USB/PHY driver fixes for 5.10-rc6
  2020-11-28 19:30 ` Linus Torvalds
@ 2020-11-28 22:07   ` Randy Dunlap
  2020-11-28 23:50     ` Linus Torvalds
  0 siblings, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2020-11-28 22:07 UTC (permalink / raw)
  To: Linus Torvalds, Greg KH, Konstantin Ryabitsev, Arnaldo Carvalho de Melo
  Cc: Linux Kernel Mailing List

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 <gregkh@linuxfoundation.org> 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] USB/PHY driver fixes for 5.10-rc6
  2020-11-28 22:07   ` Randy Dunlap
@ 2020-11-28 23:50     ` Linus Torvalds
  2020-11-30 13:00       ` Konstantin Ryabitsev
  0 siblings, 1 reply; 6+ messages in thread
From: Linus Torvalds @ 2020-11-28 23:50 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Greg KH, Konstantin Ryabitsev, Arnaldo Carvalho de Melo,
	Linux Kernel Mailing List

On Sat, Nov 28, 2020 at 2:07 PM Randy Dunlap <rdunlap@infradead.org> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] USB/PHY driver fixes for 5.10-rc6
  2020-11-28 23:50     ` Linus Torvalds
@ 2020-11-30 13:00       ` Konstantin Ryabitsev
  0 siblings, 0 replies; 6+ messages in thread
From: Konstantin Ryabitsev @ 2020-11-30 13:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Randy Dunlap, Greg KH, Arnaldo Carvalho de Melo,
	Linux Kernel Mailing List

On Sat, Nov 28, 2020 at 03:50:28PM -0800, Linus Torvalds wrote:
> On Sat, Nov 28, 2020 at 2:07 PM Randy Dunlap <rdunlap@infradead.org> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-30 13:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-28 12:22 [GIT PULL] USB/PHY driver fixes for 5.10-rc6 Greg KH
2020-11-28 19:30 ` Linus Torvalds
2020-11-28 22:07   ` Randy Dunlap
2020-11-28 23:50     ` Linus Torvalds
2020-11-30 13:00       ` Konstantin Ryabitsev
2020-11-28 22:00 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).