This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3022bf37da50 Merge tag 'gpio-fixes-for-v6.9-rc6' of git://git.kernel.or [...] new 4053caf60bb3 mtd: rawnand: brcmnand: Fix data access violation for STB chip new b61bb5bc2c1c mtd: rawnand: qcom: Fix broken OP_RESET_DEVICE command in [...] new 21c9fb611c25 mtd: diskonchip: work around ubsan link failure new d2d73a6dd173 mtd: limit OTP NVMEM cell parse to non-NAND devices new bbacf717de8a Merge tag 'mtd/fixes-for-6.9-rc6' of git://git.kernel.org/ [...] new db70d9f9dcf8 ARC: Fix -Wmissing-prototypes warnings new d5272aaa8257 ARC: mm: fix new code about cache aliasing new ebfc2fd8873b ARC: Fix typos new 61231eb8113c ARC: [plat-hsdk]: Remove misplaced interrupt-cells property new c9e35b4aeb2f Merge tag 'arc-6.9-fixes' of git://git.kernel.org/pub/scm/ [...] new f8def10f73a5 mmc: sdhci-msm: pervent access to suspended controller new ace323f80b9b mmc: sdhci-of-dwcmshc: th1520: Increase tuning loop count to 128 new e027e72ecc16 mmc: moxart: fix handling of sgm->consumed, otherwise WARN [...] new 4630932a5529 Merge tag 'mmc-v6.9-rc2' of git://git.kernel.org/pub/scm/l [...]
The 14 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 | 1 - arch/arc/boot/Makefile | 4 ++-- arch/arc/boot/dts/axc003.dtsi | 4 ++-- arch/arc/boot/dts/hsdk.dts | 1 - arch/arc/boot/dts/vdk_axs10x_mb.dtsi | 2 +- arch/arc/include/asm/cachetype.h | 9 --------- arch/arc/include/asm/dsp.h | 2 +- arch/arc/include/asm/entry-compact.h | 10 +++++----- arch/arc/include/asm/entry.h | 4 ++-- arch/arc/include/asm/irq.h | 2 +- arch/arc/include/asm/irqflags-compact.h | 2 +- arch/arc/include/asm/mmu_context.h | 2 +- arch/arc/include/asm/pgtable-bits-arcv2.h | 2 +- arch/arc/include/asm/ptrace.h | 2 +- arch/arc/include/asm/shmparam.h | 2 +- arch/arc/include/asm/smp.h | 4 ++-- arch/arc/include/asm/thread_info.h | 2 +- arch/arc/include/uapi/asm/swab.h | 2 +- arch/arc/kernel/entry-arcv2.S | 8 ++++---- arch/arc/kernel/entry.S | 4 ++-- arch/arc/kernel/head.S | 2 +- arch/arc/kernel/intc-arcv2.c | 2 +- arch/arc/kernel/kprobes.c | 7 ++++--- arch/arc/kernel/perf_event.c | 2 +- arch/arc/kernel/setup.c | 2 +- arch/arc/kernel/signal.c | 7 ++++--- arch/arc/kernel/traps.c | 2 +- arch/arc/kernel/vmlinux.lds.S | 4 ++-- arch/arc/mm/tlb.c | 4 ++-- arch/arc/mm/tlbex.S | 8 ++++---- drivers/mmc/host/moxart-mmc.c | 1 + drivers/mmc/host/sdhci-msm.c | 16 +++++++++++++++- drivers/mmc/host/sdhci-of-dwcmshc.c | 1 + drivers/mtd/mtdcore.c | 2 +- drivers/mtd/nand/raw/brcmnand/brcmnand.c | 2 +- drivers/mtd/nand/raw/diskonchip.c | 4 ++-- drivers/mtd/nand/raw/qcom_nandc.c | 7 +++---- 37 files changed, 74 insertions(+), 68 deletions(-) delete mode 100644 arch/arc/include/asm/cachetype.h