Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'mhi-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-misc-next

Manivannan writes:
"MHI Host
--------

- Print the modem name while probing the MHI host pci-generic driver. This has
been exposed as a debug information so far but on a low storate embedded
devices such as OpenWRT based products, this helps in identifying the
attached modem without enabling the debug logs."

* tag 'mhi-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi:
bus: mhi: host: always print detected modem name

+1 -1
+1 -1
drivers/bus/mhi/host/pci_generic.c
··· 841 841 struct mhi_controller *mhi_cntrl; 842 842 int err; 843 843 844 - dev_dbg(&pdev->dev, "MHI PCI device found: %s\n", info->name); 844 + dev_info(&pdev->dev, "MHI PCI device found: %s\n", info->name); 845 845 846 846 /* mhi_pdev.mhi_cntrl must be zero-initialized */ 847 847 mhi_pdev = devm_kzalloc(&pdev->dev, sizeof(*mhi_pdev), GFP_KERNEL);