freebsd-dev/sys
Kyle Evans acf411aafe dwc_otg: fix fdt attachment for newer bcm2708-usb nodes
The newer versions of RPi FDT flipped the order of the interrupts
specification and added an 'interrupt-names' property for driver aide in
finding the correct interrupt, rather than assuming the positions. Use it if
it's available, or fallback to the old method if there is no interrupt-names
property with a usb value.

This has been tested with both old RPi3B FDT and new RPi3B FDT, USB again
works on the latter.

Reported by:	Tom Yan <tom.ty89 gmail com>
MFC after:	3 days
2020-01-09 19:22:11 +00:00
..
amd64 sysctl: mark more nodes as MPSAFE 2020-01-06 10:52:13 +00:00
arm bcm2835_vcbus: hide 'checking root' messages under bootverbose 2020-01-09 19:13:09 +00:00
arm64 Add atomic_testandset/clear on arm64. 2020-01-09 10:26:36 +00:00
bsm
cam Const-poison the cam_sim_* convenience accessor functions. 2020-01-09 16:34:54 +00:00
cddl zfs: plug a vnode reserve leak in zfs_make_xattrdir 2020-01-07 04:34:29 +00:00
compat linprocfs: Fix some bugs in the maps file implementation. 2020-01-08 16:57:08 +00:00
conf Work around lld's inability to handle undefined weak symbols on risc-v. 2020-01-07 23:18:31 +00:00
contrib
crypto
ddb
dev dwc_otg: fix fdt attachment for newer bcm2708-usb nodes 2020-01-09 19:22:11 +00:00
dts
fs
gdb
geom vfs: reimplement deferred inactive to use a dedicated flag (VI_DEFINACT) 2020-01-07 15:56:24 +00:00
gnu
i386 Define a unified pmap structure for i386. 2020-01-07 15:59:31 +00:00
isa
kern Change malloc_domain() to return the allocation size to the caller. 2020-01-09 15:02:48 +00:00
kgssapi
libkern
mips Simplify arguments to signal handlers on mips. 2020-01-06 18:02:02 +00:00
modules
net Add fibnum, family and vnet pointer to each rib head. 2020-01-09 17:21:00 +00:00
net80211
netgraph netgraph/ng_bridge: Reestablish old ABI 2020-01-05 19:14:16 +00:00
netinet Add fibnum, family and vnet pointer to each rib head. 2020-01-09 17:21:00 +00:00
netinet6 Add fibnum, family and vnet pointer to each rib head. 2020-01-09 17:21:00 +00:00
netipsec
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto Add stricter checking on mac key lengths. 2020-01-09 18:29:59 +00:00
powerpc
riscv Work around lld's inability to handle undefined weak symbols on risc-v. 2020-01-07 23:18:31 +00:00
rpc
security vfs: eliminate v_tag from struct vnode 2020-01-07 04:29:34 +00:00
sparc64
sys Add fibnum, family and vnet pointer to each rib head. 2020-01-09 17:21:00 +00:00
teken
tests
tools
ufs
vm UMA: Don't destroy zones after the system shutdown process starts. 2020-01-09 19:17:42 +00:00
x86
xdr
xen
Makefile