[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190507175947.GA11857@kroah.com>
Date: Tue, 7 May 2019 19:59:47 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver patches for 5.2-rc1 - part 1
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@...uxfoundation.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(-)
Powered by blists - more mailing lists