* [GIT PULL]: Generic phy fixes for v6.8
@ 2024-03-03 17:00 Vinod Koul
2024-03-03 17:59 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Vinod Koul @ 2024-03-03 17:00 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML
[-- Attachment #1: Type: text/plain, Size: 1524 bytes --]
Hello Linus,
Please consider the couple of changes for Generic phy second set of
fixes for v6.8
The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:
Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes2-6.8
for you to fetch changes up to d4c08d8b23b22807c712208cd05cb047e92e7672:
phy: qcom-qmp-usb: fix v3 offsets data (2024-02-16 17:05:48 +0530)
----------------------------------------------------------------
phy second set of fixes for 6.8
- Driver fixes for
- qcom: m31 pointer err fix, eusb2 fix redundant zero-out loop and v3
offset fix on qmp-usb
- freescale: fix for dphy alias
----------------------------------------------------------------
Abel Vesa (1):
phy: qualcomm: eusb2-repeater: Rework init to drop redundant zero-out loop
Alexander Stein (1):
phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use dashes
Dmitry Baryshkov (1):
phy: qcom-qmp-usb: fix v3 offsets data
Yang Yingliang (1):
phy: qcom: phy-qcom-m31: fix wrong pointer pass to PTR_ERR()
drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c | 2 +-
drivers/phy/qualcomm/phy-qcom-eusb2-repeater.c | 160 +++++++++----------------
drivers/phy/qualcomm/phy-qcom-m31.c | 2 +-
drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 10 +-
4 files changed, 66 insertions(+), 108 deletions(-)
--
~Vinod
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL]: Generic phy fixes for v6.8
2024-03-03 17:00 [GIT PULL]: Generic phy fixes for v6.8 Vinod Koul
@ 2024-03-03 17:59 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-03-03 17:59 UTC (permalink / raw)
To: Vinod Koul; +Cc: Linus Torvalds, LKML
The pull request you sent on Sun, 3 Mar 2024 22:30:43 +0530:
> git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes2-6.8
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/58c806d867bf265c6fd16fc3bc62e2d3c156b5c9
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL]: Generic phy fixes for v6.8
@ 2024-03-10 17:06 Vinod Koul
2024-03-10 19:00 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Vinod Koul @ 2024-03-10 17:06 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML
[-- Attachment #1: Type: text/plain, Size: 1250 bytes --]
Hello Linus,
Please pull this late fix for Generic phy subsystem to fix the
regression on X13s laptop displays.
The following changes since commit 90d35da658da8cff0d4ecbb5113f5fac9d00eb72:
Linux 6.8-rc7 (2024-03-03 13:02:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes3-6.8
for you to fetch changes up to 47b412c1ea77112f1148b4edd71700a388c7c80f:
phy: qcom-qmp-combo: fix type-c switch registration (2024-03-06 20:37:37 +0530)
----------------------------------------------------------------
phy third set of fixes for 6.8
- fixes for Qualcomm qmp-combo driver for ordering of drm and type-c
switch registartion due to drivers might not probe defer
after having registered child devices to avoid triggering a probe
deferral loop. This fixes internal display on Lenovo ThinkPad X13s
----------------------------------------------------------------
Johan Hovold (2):
phy: qcom-qmp-combo: fix drm bridge registration
phy: qcom-qmp-combo: fix type-c switch registration
drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
--
~Vinod
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL]: Generic phy fixes for v6.8
2024-03-10 17:06 Vinod Koul
@ 2024-03-10 19:00 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-03-10 19:00 UTC (permalink / raw)
To: Vinod Koul; +Cc: Linus Torvalds, LKML
The pull request you sent on Sun, 10 Mar 2024 22:36:28 +0530:
> git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes3-6.8
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/210ee636c4ad5e88a77f858fa460033715ad7d3f
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-03-10 19:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 17:00 [GIT PULL]: Generic phy fixes for v6.8 Vinod Koul
2024-03-03 17:59 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2024-03-10 17:06 Vinod Koul
2024-03-10 19: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