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-- 3.4 KB
Makefile -rw-r--r-- 530 bytes
espintcp.c -rw-r--r-- 12.5 KB
xfrm_algo.c -rw-r--r-- 14.5 KB
xfrm_compat.c -rw-r--r-- 19.3 KB
xfrm_device.c -rw-r--r-- 9.7 KB
xfrm_hash.c -rw-r--r-- 803 bytes
xfrm_hash.h -rw-r--r-- 4.6 KB
xfrm_inout.h -rw-r--r-- 1.8 KB
xfrm_input.c -rw-r--r-- 18.9 KB
xfrm_interface.c -rw-r--r-- 23.0 KB
xfrm_ipcomp.c -rw-r--r-- 7.4 KB
xfrm_output.c -rw-r--r-- 21.2 KB
xfrm_policy.c -rw-r--r-- 106.5 KB
xfrm_proc.c -rw-r--r-- 2.8 KB
xfrm_replay.c -rw-r--r-- 18.5 KB
xfrm_state.c -rw-r--r-- 68.3 KB
xfrm_sysctl.c -rw-r--r-- 1.9 KB
xfrm_user.c -rw-r--r-- 84.2 KB

back to top