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
Kconfig -rw-r--r-- 710 bytes
Makefile -rw-r--r-- 542 bytes
af_rds.c -rw-r--r-- 23.3 KB
bind.c -rw-r--r-- 7.7 KB
cong.c -rw-r--r-- 12.8 KB
connection.c -rw-r--r-- 26.3 KB
ib.c -rw-r--r-- 17.1 KB
ib.h -rw-r--r-- 13.8 KB
ib_cm.c -rw-r--r-- 36.0 KB
ib_frmr.c -rw-r--r-- 11.8 KB
ib_mr.h -rw-r--r-- 4.8 KB
ib_rdma.c -rw-r--r-- 17.4 KB
ib_recv.c -rw-r--r-- 31.0 KB
ib_ring.c -rw-r--r-- 4.8 KB
ib_send.c -rw-r--r-- 30.0 KB
ib_stats.c -rw-r--r-- 3.1 KB
ib_sysctl.c -rw-r--r-- 4.0 KB
info.c -rw-r--r-- 6.4 KB
info.h -rw-r--r-- 973 bytes
loop.c -rw-r--r-- 7.1 KB
loop.h -rw-r--r-- 235 bytes
message.c -rw-r--r-- 13.4 KB
page.c -rw-r--r-- 4.5 KB
rdma.c -rw-r--r-- 25.1 KB
rdma_transport.c -rw-r--r-- 8.5 KB
rdma_transport.h -rw-r--r-- 916 bytes
rds.h -rw-r--r-- 30.9 KB
rds_single_path.h -rw-r--r-- 1.2 KB
recv.c -rw-r--r-- 23.3 KB
send.c -rw-r--r-- 39.3 KB
stats.c -rw-r--r-- 4.4 KB
sysctl.c -rw-r--r-- 3.4 KB
tcp.c -rw-r--r-- 20.3 KB
tcp.h -rw-r--r-- 3.1 KB
tcp_connect.c -rw-r--r-- 6.2 KB
tcp_listen.c -rw-r--r-- 9.9 KB
tcp_recv.c -rw-r--r-- 9.2 KB
tcp_send.c -rw-r--r-- 6.7 KB
tcp_stats.c -rw-r--r-- 2.3 KB
threads.c -rw-r--r-- 8.8 KB
transport.c -rw-r--r-- 4.5 KB

back to top