linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Char/Misc driver patches for 5.2-rc1 - part 1
@ 2019-05-07 17:59 Greg KH
  2019-05-07 20:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2019-05-07 17:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, Arnd Bergmann, linux-kernel

The following changes since commit 085b7755808aa11f78ab9377257e1dad2e6fa4bb:

  Linux 5.1-rc6 (2019-04-21 10:45:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.2-rc1-part1

for you to fetch changes up to 24f1bc280bcedbde1c05bec2d9f7fbef4a7579ff:

  misc: rtsx: Fixed rts5260 power saving parameter and sd glitch (2019-04-25 21:58:46 +0200)

----------------------------------------------------------------
Char/Misc patches for 5.2-rc1 - part 1

This is the first pull request for the char/misc driver tree for 5.2-rc1

This contains only a small number of bugfixes that would have gone to
you for 5.1-rc8 if that had happened, but instead I let them sit in
linux-next for an extra week just "to be sure".

The "big" patch here is for hyper-v, fixing a bug in their sysfs files
that could cause big problems.  The others are all small fixes,
resolving reported issues that showed up in 5.1-rcs, plus some odd
'static' cleanups for the phy drivers that really should have waited for
-rc1.  Most of these are tagged for the stable trees, so 5.1 will pick
them up.

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

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alexander Shishkin (2):
      stm class: Fix channel bitmap on 32-bit systems
      intel_th: pci: Add Comet Lake support

Arnd Bergmann (3):
      phy: allwinner: allow compile testing
      phy: ti: usb2: fix OMAP_CONTROL_PHY dependency
      phy: mapphone-mdm6600: add gpiolib dependency

Dexuan Cui (1):
      Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()

Greg Kroah-Hartman (2):
      Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/.../hyperv/linux into char-misc-linus
      Merge tag 'phy-for-5.1-rc-v2' of git://git.kernel.org/.../kishon/linux-phy into char-misc-next

Kimberly Brown (4):
      Drivers: hv: vmbus: Expose monitor data only when monitor pages are used
      Drivers: hv: vmbus: Refactor chan->state if statement
      Drivers: hv: vmbus: Set ring_info field to 0 and remove memset
      Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutex

Paul Kocialkowski (1):
      phy: sun4i-usb: Make sure to disable PHY0 passby for peripheral mode

RickyWu (1):
      misc: rtsx: Fixed rts5260 power saving parameter and sd glitch

Tingwei Zhang (1):
      stm class: Fix channel free in stm output free path

Tony Lindgren (1):
      phy: phy-twl4030-usb: Fix cable state handling

Tyler Hicks (1):
      binder: take read mode of mmap_sem in binder_alloc_free_page()

YueHaibing (3):
      phy: rockchip-typec: Make usb3_pll_cfg and dp_pll_cfg static
      phy: qcom-ufs: Make ufs_qcom_phy_disable_iface_clk static
      phy: fix platform_no_drv_owner.cocci warnings

 Documentation/ABI/stable/sysfs-bus-vmbus   |  12 ++-
 drivers/android/binder_alloc.c             |   8 +-
 drivers/hv/channel_mgmt.c                  |   3 +
 drivers/hv/hv.c                            |   1 -
 drivers/hv/hyperv_vmbus.h                  |   3 +
 drivers/hv/ring_buffer.c                   |  22 +++-
 drivers/hv/vmbus_drv.c                     | 166 +++++++++++++++++++++++------
 drivers/hwtracing/intel_th/pci.c           |   5 +
 drivers/hwtracing/stm/core.c               |   9 +-
 drivers/misc/cardreader/rts5260.c          |   7 +-
 drivers/phy/allwinner/Kconfig              |   9 +-
 drivers/phy/allwinner/phy-sun4i-usb.c      |   4 +
 drivers/phy/marvell/phy-mvebu-a3700-utmi.c |   1 -
 drivers/phy/motorola/Kconfig               |   2 +-
 drivers/phy/qualcomm/phy-qcom-ufs.c        |   2 +-
 drivers/phy/rockchip/phy-rockchip-typec.c  |   4 +-
 drivers/phy/ti/Kconfig                     |   2 +-
 drivers/phy/ti/phy-twl4030-usb.c           |  35 +++---
 include/linux/hyperv.h                     |   7 +-
 19 files changed, 220 insertions(+), 82 deletions(-)

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

* Re: [GIT PULL] Char/Misc driver patches for 5.2-rc1 - part 1
  2019-05-07 17:59 [GIT PULL] Char/Misc driver patches for 5.2-rc1 - part 1 Greg KH
@ 2019-05-07 20:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-05-07 20:50 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, Arnd Bergmann, linux-kernel

The pull request you sent on Tue, 7 May 2019 19:59:47 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.2-rc1-part1

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

Thank you!

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

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

end of thread, other threads:[~2019-05-07 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07 17:59 [GIT PULL] Char/Misc driver patches for 5.2-rc1 - part 1 Greg KH
2019-05-07 20:50 ` 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).