Revision ab37a7a890c1176144a4c66ff3d51ef2c20ed486 authored by Stefan Wahren on 10 July 2021, 11:04:55 UTC, committed by Arnd Bergmann on 16 July 2021, 21:02:53 UTC
The usage of usb-nop-xceiv PHY on Raspberry Pi boards with BCM283x has
been a "regression source" a lot of times. The last case is breakage of
USB mass storage boot has been commit e590474768f1 ("driver core: Set
fw_devlink=on by default") for multi_v7_defconfig. As long as
NOP_USB_XCEIV is configured as module, the dwc2 USB driver defer probing
endlessly and prevent booting from USB mass storage device. So make
the driver built-in as in bcm2835_defconfig and arm64/defconfig.

Fixes: e590474768f1 ("driver core: Set fw_devlink=on by default")
Reported-by: Ojaswin Mujoo <ojaswin98@gmail.com>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Link: https://lore.kernel.org/r/1625915095-23077-1-git-send-email-stefan.wahren@i2se.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 042f2e1
History
File Mode Size
netfilter
Kconfig -rw-r--r-- 2.6 KB
Makefile -rw-r--r-- 996 bytes
br.c -rw-r--r-- 8.8 KB
br_arp_nd_proxy.c -rw-r--r-- 11.4 KB
br_cfm.c -rw-r--r-- 20.4 KB
br_cfm_netlink.c -rw-r--r-- 20.7 KB
br_device.c -rw-r--r-- 12.4 KB
br_fdb.c -rw-r--r-- 34.1 KB
br_forward.c -rw-r--r-- 7.5 KB
br_if.c -rw-r--r-- 17.5 KB
br_input.c -rw-r--r-- 10.4 KB
br_ioctl.c -rw-r--r-- 8.8 KB
br_mdb.c -rw-r--r-- 31.3 KB
br_mrp.c -rw-r--r-- 32.1 KB
br_mrp_netlink.c -rw-r--r-- 15.9 KB
br_mrp_switchdev.c -rw-r--r-- 5.8 KB
br_multicast.c -rw-r--r-- 109.7 KB
br_multicast_eht.c -rw-r--r-- 21.3 KB
br_netfilter_hooks.c -rw-r--r-- 30.9 KB
br_netfilter_ipv6.c -rw-r--r-- 5.6 KB
br_netlink.c -rw-r--r-- 51.8 KB
br_netlink_tunnel.c -rw-r--r-- 7.9 KB
br_nf_core.c -rw-r--r-- 2.0 KB
br_private.h -rw-r--r-- 47.9 KB
br_private_cfm.h -rw-r--r-- 4.3 KB
br_private_mcast_eht.h -rw-r--r-- 2.4 KB
br_private_mrp.h -rw-r--r-- 4.3 KB
br_private_stp.h -rw-r--r-- 1.7 KB
br_private_tunnel.h -rw-r--r-- 2.3 KB
br_stp.c -rw-r--r-- 16.2 KB
br_stp_bpdu.c -rw-r--r-- 5.6 KB
br_stp_if.c -rw-r--r-- 8.4 KB
br_stp_timer.c -rw-r--r-- 4.2 KB
br_switchdev.c -rw-r--r-- 3.8 KB
br_sysfs_br.c -rw-r--r-- 29.2 KB
br_sysfs_if.c -rw-r--r-- 10.6 KB
br_vlan.c -rw-r--r-- 51.6 KB
br_vlan_options.c -rw-r--r-- 6.7 KB
br_vlan_tunnel.c -rw-r--r-- 4.8 KB

back to top