]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
phy: drop probe registration printks
authorJohan Hovold <johan+linaro@kernel.org>
Fri, 23 May 2025 08:51:12 +0000 (10:51 +0200)
committerVinod Koul <vkoul@kernel.org>
Mon, 16 Jun 2025 17:24:21 +0000 (22:54 +0530)
commit95463cbb4fe6489921fb8c72890113dca54ce83f
treee264039272c6878a93d28cb9b42a67094034ccb9
parent351e07e6b2ecc16ef8669713b14b6f67518c945d
phy: drop probe registration printks

Drivers should generally be quiet on successful probe, but this is not
followed by some PHY drivers, for example:

snps-eusb2-hsphy 88e1000.phy: Registered Snps-eUSB2 phy
qcom-eusb2-repeater c432000.spmi:pmic@7:phy@fd00: Registered Qcom-eUSB2 repeater
qcom-eusb2-repeater c432000.spmi:pmic@a:phy@fd00: Registered Qcom-eUSB2 repeater
qcom-eusb2-repeater c432000.spmi:pmic@b:phy@fd00: Registered Qcom-eUSB2 repeater
snps-eusb2-hsphy fd3000.phy: Registered Snps-eUSB2 phy
snps-eusb2-hsphy fd9000.phy: Registered Snps-eUSB2 phy
snps-eusb2-hsphy fde000.phy: Registered Snps-eUSB2 phy
snps-eusb2-hsphy 88e0000.phy: Registered Snps-eUSB2 phy
snps-eusb2-hsphy 88e2000.phy: Registered Snps-eUSB2 phy

Drop (or demote to debug level) unnecessary registration info messages
to make boot logs a little less noisy.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20250523085112.11287-1-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
12 files changed:
drivers/phy/broadcom/phy-bcm-ns2-pcie.c
drivers/phy/broadcom/phy-bcm-ns2-usbdrd.c
drivers/phy/broadcom/phy-bcm-sr-pcie.c
drivers/phy/broadcom/phy-brcm-sata.c
drivers/phy/marvell/phy-pxa-usb.c
drivers/phy/phy-snps-eusb2.c
drivers/phy/qualcomm/phy-qcom-eusb2-repeater.c
drivers/phy/qualcomm/phy-qcom-m31.c
drivers/phy/qualcomm/phy-qcom-qusb2.c
drivers/phy/st/phy-stih407-usb.c
drivers/phy/st/phy-stm32-usbphyc.c
drivers/phy/ti/phy-twl4030-usb.c