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
Kconfig -rw-r--r-- 642 bytes
Makefile -rw-r--r-- 352 bytes
af_smc.c -rw-r--r-- 88.5 KB
smc.h -rw-r--r-- 11.1 KB
smc_cdc.c -rw-r--r-- 14.1 KB
smc_cdc.h -rw-r--r-- 8.3 KB
smc_clc.c -rw-r--r-- 32.4 KB
smc_clc.h -rw-r--r-- 13.0 KB
smc_close.c -rw-r--r-- 12.7 KB
smc_close.h -rw-r--r-- 759 bytes
smc_core.c -rw-r--r-- 67.8 KB
smc_core.h -rw-r--r-- 17.9 KB
smc_diag.c -rw-r--r-- 7.4 KB
smc_ib.c -rw-r--r-- 27.2 KB
smc_ib.h -rw-r--r-- 4.4 KB
smc_ism.c -rw-r--r-- 13.2 KB
smc_ism.h -rw-r--r-- 1.7 KB
smc_llc.c -rw-r--r-- 64.7 KB
smc_llc.h -rw-r--r-- 4.0 KB
smc_netlink.c -rw-r--r-- 3.5 KB
smc_netlink.h -rw-r--r-- 660 bytes
smc_netns.h -rw-r--r-- 381 bytes
smc_pnet.c -rw-r--r-- 30.2 KB
smc_pnet.h -rw-r--r-- 1.7 KB
smc_rx.c -rw-r--r-- 13.3 KB
smc_rx.h -rw-r--r-- 715 bytes
smc_stats.c -rw-r--r-- 11.0 KB
smc_stats.h -rw-r--r-- 7.4 KB
smc_sysctl.c -rw-r--r-- 1.7 KB
smc_sysctl.h -rw-r--r-- 691 bytes
smc_tracepoint.c -rw-r--r-- 275 bytes
smc_tracepoint.h -rw-r--r-- 2.9 KB
smc_tx.c -rw-r--r-- 22.3 KB
smc_tx.h -rw-r--r-- 1.2 KB
smc_wr.c -rw-r--r-- 25.0 KB
smc_wr.h -rw-r--r-- 3.9 KB

back to top