Revision f04298169d9c522d611a2ce8c54489990c38e72f authored by Linus Torvalds on 16 October 2021, 16:05:58 UTC, committed by Linus Torvalds on 16 October 2021, 16:05:58 UTC
Pull ARM SoC fixes from Arnd Bergmann:
 "A small number fixes this time, mostly touching actual code:

   - Add platform device for i.MX System Reset Controller (SRC) to
     fix a regression caused by fw_devlink change

   - A fixup for a boot regression caused by my own rework for the
     Qualcomm SCM driver

   - Multiple bugfixes for the Arm FFA and optee firmware drivers,
     addressing problems when they are built as a loadable module

   - Four dts bugfixes for the Broadcom SoC used in Raspberry pi,
     addressing VEC (video encoder), MDIO bus controller
     #address-cells/#size-cells, SDIO voltage and PCIe host bridge
     dtc warnings"

* tag 'arm-soc-fixes-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:
  ARM: imx: register reset controller from a platform driver
  iommu/arm: fix ARM_SMMU_QCOM compilation
  ARM: dts: bcm2711-rpi-4-b: Fix usb's unit address
  ARM: dts: bcm2711-rpi-4-b: Fix pcie0's unit address formatting
  tee: optee: Fix missing devices unregister during optee_remove
  ARM: dts: bcm2711-rpi-4-b: fix sd_io_1v8_reg regulator states
  ARM: dts: bcm2711: fix MDIO #address- and #size-cells
  ARM: dts: bcm283x: Fix VEC address for BCM2711
  firmware: arm_ffa: Fix __ffa_devices_unregister
  firmware: arm_ffa: Add missing remove callback to ffa_bus_type
2 parent s 5a7ee55 + 011ace4
History
File Mode Size
preload
Kconfig -rw-r--r-- 2.6 KB
Makefile -rw-r--r-- 1.5 KB
arraymap.c -rw-r--r-- 35.6 KB
bpf_inode_storage.c -rw-r--r-- 6.9 KB
bpf_iter.c -rw-r--r-- 16.0 KB
bpf_local_storage.c -rw-r--r-- 16.8 KB
bpf_lru_list.c -rw-r--r-- 17.4 KB
bpf_lru_list.h -rw-r--r-- 2.1 KB
bpf_lsm.c -rw-r--r-- 6.5 KB
bpf_struct_ops.c -rw-r--r-- 16.7 KB
bpf_struct_ops_types.h -rw-r--r-- 202 bytes
bpf_task_storage.c -rw-r--r-- 8.2 KB
btf.c -rw-r--r-- 159.0 KB
cgroup.c -rw-r--r-- 51.8 KB
core.c -rw-r--r-- 62.7 KB
cpumap.c -rw-r--r-- 20.8 KB
devmap.c -rw-r--r-- 29.1 KB
disasm.c -rw-r--r-- 9.2 KB
disasm.h -rw-r--r-- 1.0 KB
dispatcher.c -rw-r--r-- 3.6 KB
hashtab.c -rw-r--r-- 62.7 KB
helpers.c -rw-r--r-- 35.2 KB
inode.c -rw-r--r-- 17.3 KB
local_storage.c -rw-r--r-- 14.5 KB
lpm_trie.c -rw-r--r-- 21.0 KB
map_in_map.c -rw-r--r-- 3.0 KB
map_in_map.h -rw-r--r-- 461 bytes
map_iter.c -rw-r--r-- 4.5 KB
net_namespace.c -rw-r--r-- 13.0 KB
offload.c -rw-r--r-- 16.3 KB
percpu_freelist.c -rw-r--r-- 4.7 KB
percpu_freelist.h -rw-r--r-- 1.1 KB
prog_iter.c -rw-r--r-- 2.4 KB
queue_stack_maps.c -rw-r--r-- 6.6 KB
reuseport_array.c -rw-r--r-- 8.6 KB
ringbuf.c -rw-r--r-- 12.7 KB
stackmap.c -rw-r--r-- 18.7 KB
syscall.c -rw-r--r-- 113.1 KB
sysfs_btf.c -rw-r--r-- 1.1 KB
task_iter.c -rw-r--r-- 14.6 KB
tnum.c -rw-r--r-- 5.1 KB
trampoline.c -rw-r--r-- 16.1 KB
verifier.c -rw-r--r-- 395.1 KB

back to top