Revision 92e55a865bc7b3f89bb8c684f6846651868ee7d7 authored by Palmer Dabbelt on 25 August 2022, 23:06:49 UTC, committed by Palmer Dabbelt on 25 August 2022, 23:32:39 UTC
Microchip RISC-V devicetree fixes for 6.0-rc3

Two sets of fixes this time around:
- A fix for the interrupt ordering of the l2-cache controller. If the
  driver is enabled, it would spam the console /constantly/, rendering
  the system useless.
- General cleanup for some bogus properties in the dt, part of my quest
  for zero dtbs_check warnings.

On that note, the interrupt ordering adds a dtbs_check warning - but I
considered that fixing the potentially useless system was more of a
priority.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

* tag 'dt-fixes-for-palmer-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git:
  riscv: dts: microchip: mpfs: remove pci axi address translation property
  riscv: dts: microchip: mpfs: remove bogus card-detect-delay
  riscv: dts: microchip: mpfs: remove ti,fifo-depth property
  riscv: dts: microchip: mpfs: fix incorrect pcie child node name
  riscv: dts: microchip: correct L2 cache interrupts
2 parent s 9626423 + e4009c5
History
File Mode Size
certs
.gitignore -rw-r--r-- 70 bytes
Kconfig -rw-r--r-- 7.5 KB
Makefile -rw-r--r-- 2.1 KB
ap.c -rw-r--r-- 2.0 KB
chan.c -rw-r--r-- 35.6 KB
core.c -rw-r--r-- 41.1 KB
core.h -rw-r--r-- 18.3 KB
debugfs.c -rw-r--r-- 2.8 KB
debugfs.h -rw-r--r-- 339 bytes
ethtool.c -rw-r--r-- 843 bytes
ibss.c -rw-r--r-- 12.4 KB
lib80211.c -rw-r--r-- 6.6 KB
lib80211_crypt_ccmp.c -rw-r--r-- 10.7 KB
lib80211_crypt_tkip.c -rw-r--r-- 19.2 KB
lib80211_crypt_wep.c -rw-r--r-- 6.0 KB
mesh.c -rw-r--r-- 8.2 KB
mlme.c -rw-r--r-- 30.3 KB
nl80211.c -rw-r--r-- 531.7 KB
nl80211.h -rw-r--r-- 4.5 KB
ocb.c -rw-r--r-- 1.9 KB
of.c -rw-r--r-- 3.4 KB
pmsr.c -rw-r--r-- 17.6 KB
radiotap.c -rw-r--r-- 11.8 KB
rdev-ops.h -rw-r--r-- 42.3 KB
reg.c -rw-r--r-- 113.8 KB
reg.h -rw-r--r-- 7.2 KB
scan.c -rw-r--r-- 85.1 KB
sme.c -rw-r--r-- 40.6 KB
sysfs.c -rw-r--r-- 4.0 KB
sysfs.h -rw-r--r-- 222 bytes
trace.c -rw-r--r-- 102 bytes
trace.h -rw-r--r-- 106.9 KB
util.c -rw-r--r-- 60.6 KB
wext-compat.c -rw-r--r-- 41.9 KB
wext-compat.h -rw-r--r-- 2.3 KB
wext-core.c -rw-r--r-- 31.6 KB
wext-priv.c -rw-r--r-- 6.9 KB
wext-proc.c -rw-r--r-- 3.6 KB
wext-sme.c -rw-r--r-- 9.1 KB
wext-spy.c -rw-r--r-- 6.5 KB

back to top