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
Documentation
arch
bench
dlfilters
examples
include
jvmti
pmu-events
python
scripts
tests
trace
ui
util
.gitignore -rw-r--r-- 591 bytes
Build -rw-r--r-- 1.6 KB
CREDITS -rw-r--r-- 603 bytes
MANIFEST -rw-r--r-- 501 bytes
Makefile -rw-r--r-- 2.7 KB
Makefile.config -rw-r--r-- 41.1 KB
Makefile.perf -rw-r--r-- 39.9 KB
builtin-annotate.c -rw-r--r-- 18.3 KB
builtin-bench.c -rw-r--r-- 8.6 KB
builtin-buildid-cache.c -rw-r--r-- 12.9 KB
builtin-buildid-list.c -rw-r--r-- 4.1 KB
builtin-c2c.c -rw-r--r-- 80.2 KB
builtin-config.c -rw-r--r-- 5.7 KB
builtin-daemon.c -rw-r--r-- 31.1 KB
builtin-data.c -rw-r--r-- 2.9 KB
builtin-diff.c -rw-r--r-- 46.0 KB
builtin-evlist.c -rw-r--r-- 2.5 KB
builtin-ftrace.c -rw-r--r-- 28.6 KB
builtin-help.c -rw-r--r-- 11.7 KB
builtin-inject.c -rw-r--r-- 58.5 KB
builtin-kallsyms.c -rw-r--r-- 1.7 KB
builtin-kmem.c -rw-r--r-- 45.6 KB
builtin-kvm.c -rw-r--r-- 38.4 KB
builtin-kwork.c -rw-r--r-- 46.0 KB
builtin-list.c -rw-r--r-- 4.5 KB
builtin-lock.c -rw-r--r-- 44.1 KB
builtin-mem.c -rw-r--r-- 11.7 KB
builtin-probe.c -rw-r--r-- 19.0 KB
builtin-record.c -rw-r--r-- 107.4 KB
builtin-report.c -rw-r--r-- 46.9 KB
builtin-sched.c -rw-r--r-- 90.0 KB
builtin-script.c -rw-r--r-- 113.3 KB
builtin-stat.c -rw-r--r-- 70.1 KB
builtin-timechart.c -rw-r--r-- 46.6 KB
builtin-top.c -rw-r--r-- 47.6 KB
builtin-trace.c -rw-r--r-- 147.9 KB
builtin-version.c -rw-r--r-- 2.4 KB
builtin.h -rw-r--r-- 1.7 KB
check-headers.sh -rwxr-xr-x 5.1 KB
command-list.txt -rw-r--r-- 1.2 KB
design.txt -rw-r--r-- 17.6 KB
perf-archive.sh -rw-r--r-- 1.2 KB
perf-completion.sh -rw-r--r-- 6.2 KB
perf-iostat.sh -rw-r--r-- 290 bytes
perf-read-vdso.c -rw-r--r-- 547 bytes
perf-sys.h -rw-r--r-- 452 bytes
perf.c -rw-r--r-- 12.9 KB
perf.h -rw-r--r-- 450 bytes

back to top