[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YgeMkKpZpeMO4hNj@kroah.com>
Date: Sat, 12 Feb 2022 11:31:44 +0100
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 fixes for 5.17-rc4
The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:
Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.17-rc4
for you to fetch changes up to c72ea20503610a4a7ba26c769357d31602769c01:
iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL (2022-02-11 12:13:22 +0100)
----------------------------------------------------------------
Char/Misc driver fixes for 5.17-rc4
Here are a small number of char/misc driver fixes for 5.17-rc4 for
reported issues. They contain:
- phy driver fixes
- iio driver fix
- eeprom driver fix
- speakup regression fix
- fastrpc fix
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Al Cooper (2):
phy: usb: Leave some clocks running during suspend
phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option
Dan Carpenter (2):
phy: cadence: Sierra: fix error handling bugs in probe()
phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()
Greg Kroah-Hartman (1):
Merge tag 'phy-fixes-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy into char-misc-next
Jonas Malaco (1):
eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX
Kishon Vijay Abraham I (1):
phy: ti: Fix missing sentinel for clk_div_table
Liu Ying (1):
phy: dphy: Correct clk_pre parameter
Mathias Krause (2):
misc: fastrpc: avoid double fput() on failed usercopy
iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL
Robert Hancock (1):
phy: xilinx: zynqmp: Fix bus width setting for SGMII
Samuel Thibault (1):
speakup-dectlk: Restore pitch setting
Slark Xiao (2):
bus: mhi: pci_generic: Add mru_default for Foxconn SDX55
bus: mhi: pci_generic: Add mru_default for Cinterion MV31-W
Wan Jiabing (1):
phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy
drivers/accessibility/speakup/speakup_dectlk.c | 1 +
drivers/bus/mhi/pci_generic.c | 2 ++
drivers/gpu/drm/bridge/nwl-dsi.c | 12 ++++----
drivers/iio/industrialio-buffer.c | 14 +++++++--
drivers/misc/eeprom/ee1004.c | 3 ++
drivers/misc/fastrpc.c | 9 +++++-
drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c | 3 +-
drivers/phy/broadcom/Kconfig | 3 +-
drivers/phy/broadcom/phy-brcm-usb.c | 38 ++++++++++++++++++++++++
drivers/phy/cadence/phy-cadence-sierra.c | 35 +++++++++++++---------
drivers/phy/mediatek/phy-mtk-tphy.c | 2 +-
drivers/phy/phy-core-mipi-dphy.c | 4 +--
drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c | 3 +-
drivers/phy/st/phy-stm32-usbphyc.c | 2 +-
drivers/phy/ti/phy-j721e-wiz.c | 1 +
drivers/phy/xilinx/phy-zynqmp.c | 11 +++----
16 files changed, 105 insertions(+), 38 deletions(-)
Powered by blists - more mailing lists