Messages in this thread |  | | Date | Fri, 5 Feb 2021 17:26:18 +0530 | From | Vinod Koul <> | Subject | [GIT PULL] phy: second round of fixes for v5.11 |
| |
Hello Greg,
Please pull to receive few phy driver fixes for v5.11. Apologies for sending them bit late.
The following changes since commit d092bd9110494de3372722b317510b3692f1b2fe:
phy: mediatek: allow compile-testing the dsi phy (2021-01-04 13:00:54 +0530)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes2-5.11
for you to fetch changes up to 9a8b9434c60f40e4d2603c822a68af6a9ca710df:
phy: mediatek: Add missing MODULE_DEVICE_TABLE() (2021-02-04 13:37:37 +0530)
---------------------------------------------------------------- phy: second round of phy fixes for v5.11
- rockchip: init return and vednor prefix to dt-property - cpcap: bool conversion fix - lantiq: clock enable fix - lgm: kconfig depends on x86 - mediatek: add mising MODULE_DEVICE_TABLE()
---------------------------------------------------------------- Boris Brezillon (1): phy: mediatek: Add missing MODULE_DEVICE_TABLE()
Chris Ruehl (3): phy: rockchip-emmc: emmc_phy_init() always return 0 devicetree: phy: rockchip-emmc optional add vendor prefix phy: rockchip: emmc, add vendor prefix to dts properties
Geert Uytterhoeven (1): phy: USB_LGM_PHY should depend on X86
Mathias Kresin (1): phy: lantiq: rcu-usb2: wait after clock enable
Tian Tao (1): phy: cpcap-usb: remove unneeded conversion to bool
Yang Li (1): phy: phy-brcm-sata: remove unneeded semicolon
Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt | 10 +++++----- drivers/phy/Kconfig | 1 + drivers/phy/broadcom/phy-brcm-sata.c | 2 +- drivers/phy/lantiq/phy-lantiq-rcu-usb2.c | 10 +++++++++- drivers/phy/mediatek/phy-mtk-hdmi.c | 1 + drivers/phy/mediatek/phy-mtk-mipi-dsi.c | 1 + drivers/phy/motorola/phy-cpcap-usb.c | 2 +- drivers/phy/rockchip/phy-rockchip-emmc.c | 12 +++++++----- 8 files changed, 26 insertions(+), 13 deletions(-)
-- ~Vinod
|  |