This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 854e80bcfdaf Merge tag 'arm-dt-5.7' of git://git.kernel.org/pub/scm/lin [...] new f61f530c5a14 ARC: [plat-axs10x]: PGU: remove unused encoder-slave property new 240c84b1c22c ARC: add helpers to sanitize config options new 4827d0cf744e ARC: handle DSP presence in HW new 7321e2ea0d6a ARC: add support for DSP-enabled userspace applications new f09d3174f002 ARC: allow userspace DSP applications to use AGU extensions new 5364abc57993 Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/li [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/arc/Kconfig | 50 ++++++++++++- arch/arc/boot/dts/axs10x_mb.dtsi | 1 - arch/arc/include/asm/arcregs.h | 26 +++++++ arch/arc/include/asm/asserts.h | 34 +++++++++ arch/arc/include/asm/dsp-impl.h | 150 +++++++++++++++++++++++++++++++++++++ arch/arc/include/asm/dsp.h | 29 +++++++ arch/arc/include/asm/entry-arcv2.h | 6 ++ arch/arc/include/asm/processor.h | 4 + arch/arc/include/asm/ptrace.h | 3 + arch/arc/include/asm/switch_to.h | 2 + arch/arc/kernel/asm-offsets.c | 4 + arch/arc/kernel/head.S | 4 + arch/arc/kernel/setup.c | 34 +++++---- 13 files changed, 332 insertions(+), 15 deletions(-) create mode 100644 arch/arc/include/asm/asserts.h create mode 100644 arch/arc/include/asm/dsp-impl.h create mode 100644 arch/arc/include/asm/dsp.h