]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'stm32-bus-firewall-for-v6.19-1' of git://git.kernel.org/pub/scm/linux...
authorArnd Bergmann <arnd@arndb.de>
Tue, 25 Nov 2025 13:04:50 +0000 (14:04 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 25 Nov 2025 13:04:50 +0000 (14:04 +0100)
commit73147be308317fdce93a4e3d838f8436913c0f40
treebce328dda33f11e4a9b66ca37d91f8fb2b3e36cd
parentc0401dcbcacd3d3d057480e66bcf1d264328df4f
parent3bae4748c1cdd51f5d25b6c2fcf5a5634ab686f1
Merge tag 'stm32-bus-firewall-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32 into soc/drivers

STM32 Firewall bus for v6.19, round 1

Highlights:
----------

The STM32MP21x platforms have a slightly different RIFSC. Add support
for these platforms.

Also, the RIF is a complex firewall framework which can be tricky
to debug. To facilitate the latter, add a debugfs entry that can
be used to display the whole RIFSC firewall configuration at runtime.

* tag 'stm32-bus-firewall-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32:
  bus: rifsc: add debugfs entry to dump the firewall configuration
  dt-bindings: bus: add stm32mp21 RIFSC compatible

Signed-off-by: Arnd Bergmann <arnd@arndb.de>