Patch "usb: musb: select GENERIC_PHY instead of depending on it" has been added to the 5.10-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    usb: musb: select GENERIC_PHY instead of depending on it

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     usb-musb-select-generic_phy-instead-of-depending-on-.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 46724892398f029e97ca72aa08ff5286b606e82f
Author: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Date:   Tue Oct 5 16:57:47 2021 -0700

    usb: musb: select GENERIC_PHY instead of depending on it
    
    [ Upstream commit fde1fbedbaed4e76cef4600d775b185f59b9b568 ]
    
    The kconfig symbol GENERIC_PHY says:
      All the users of this framework should select this config.
    and around 136 out of 138 drivers do so, so change USB_MUSB_MEDIATEK
    to do so also.
    
    This (also) fixes a long circular dependency problem for an upcoming
    patch.
    
    Fixes: 0990366bab3c ("usb: musb: Add support for MediaTek musb controller")
    Cc: Bin Liu <b-liu@xxxxxx>
    Cc: Min Guo <min.guo@xxxxxxxxxxxx>
    Cc: Yonglong Wu <yonglong.wu@xxxxxxxxxxxx>
    Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Cc: linux-mediatek@xxxxxxxxxxxxxxxxxxx
    Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20211005235747.5588-1-rdunlap@xxxxxxxxxxxxx
    Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
index 8de143807c1ae..4d61df6a9b5c8 100644
--- a/drivers/usb/musb/Kconfig
+++ b/drivers/usb/musb/Kconfig
@@ -120,7 +120,7 @@ config USB_MUSB_MEDIATEK
 	tristate "MediaTek platforms"
 	depends on ARCH_MEDIATEK || COMPILE_TEST
 	depends on NOP_USB_XCEIV
-	depends on GENERIC_PHY
+	select GENERIC_PHY
 	select USB_ROLE_SWITCH
 
 comment "MUSB DMA mode"



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux