This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9ed22ae6be81 Merge tag 'spi-fix-v6.6-rc3' of git://git.kernel.org/pub/s [...] new 494e87ffa015 xtensa: add default definition for XCHAL_HAVE_DIV32 new 84e34a99fd40 xtensa: fault: include <asm/traps.h> new 4052a37aa84a xtensa: irq: include <asm/traps.h> new 8cf543c0a074 xtensa: ptrace: add prototypes to <asm/ptrace.h> new ccf9d278e5bb xtensa: processor.h: add init_arch() prototype new 4ec4b8b1ec31 xtensa: signal: include headers for function prototypes new 1b6ceeb99ee0 xtensa: stacktrace: include <asm/ftrace.h> for prototype new 1c4087e97eb5 xtensa: traps: add <linux/cpu.h> for function prototype new 373e41633c35 irqchip: irq-xtensa-mx: include header for missing prototype new 0f95df6246fe xtensa: smp: add headers for missing function prototypes new 2e413b1ebc30 xtensa: hw_breakpoint: include header for missing prototype new 25b9a3caf886 xtensa: tlb: include <asm/tlb.h> for missing prototype new 1b59efeb5985 xtensa: iss/network: make functions static new 54d3d7d36382 xtensa: boot: don't add include-dirs new 9aecda97ec3d xtensa: umulsidi3: fix conditional expression new f54d02c8f2cc xtensa: boot/lib: fix function prototypes new b02afe1df518 Merge tag 'xtensa-20230928' of https://github.com/jcmvbkbc [...] new dc77721ea4aa power: supply: ab8500: Set typing and props new 779873ec8130 power: supply: mt6370: Fix missing error code in mt6370_ch [...] new 37d1a624cb79 power: supply: rt5033_charger: recognize EXTCON setting new 82f07f1acf41 pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency new 926ce6ba2510 power: reset: use capital "OR" for multiple licenses in SPDX new 4ec7b666fb42 power: vexpress: fix -Wvoid-pointer-to-enum-cast warning new e35059949daa power: supply: ucs1002: fix error code in ucs1002_get_property() new cbcdfbf5a6cd power: supply: rk817: Add missing module alias new cba320408d63 power: supply: rt9467: Fix rt9467_run_aicl() new 3dc0bab23dba power: supply: core: fix use after free in uevent new 488ef44c068e power: supply: rk817: Fix node refcount leak new 94b7ed384fa9 Merge tag 'for-v6.6-rc' of git://git.kernel.org/pub/scm/li [...] new 1aa2a9f27627 dt-bindings: clock: versaclock3: Add description for #cloc [...] new 576418e34172 clk: vc3: Fix 64 by 64 division new 6dcf03bcac31 clk: vc3: Fix output clock mapping new eec11486d191 clk: vc3: Make vc3_clk_mux enum values based on vc3_clk en [...] new b7b20cfe6f84 clk: sprd: Fix thm_parents incorrect configuration new f03a562450ee clk: si521xx: Use REGCACHE_FLAT instead of NONE new 83df5bf010eb clk: si521xx: Fix regmap write accessor new a47b44fbb13f clk: tegra: fix error return case for recalc_rate new acfdcaeed6e6 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new 9e8bc2dda5a7 gpio: timberdale: Fix potential deadlock on &tgpio->lock new 26d9e5640d21 gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip new 71e58659bfc0 Merge tag 'gpio-fixes-for-v6.6-rc4' of git://git.kernel.or [...]
The 41 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: .../devicetree/bindings/clock/renesas,5p35023.yaml | 11 +-- arch/xtensa/boot/Makefile | 3 +- arch/xtensa/boot/lib/zmem.c | 5 +- arch/xtensa/include/asm/core.h | 4 ++ arch/xtensa/include/asm/hw_breakpoint.h | 1 + arch/xtensa/include/asm/processor.h | 5 ++ arch/xtensa/include/asm/ptrace.h | 3 + arch/xtensa/include/asm/smp.h | 1 + arch/xtensa/include/asm/tlb.h | 2 + arch/xtensa/kernel/hw_breakpoint.c | 1 + arch/xtensa/kernel/irq.c | 1 + arch/xtensa/kernel/ptrace.c | 1 - arch/xtensa/kernel/signal.c | 2 + arch/xtensa/kernel/smp.c | 1 + arch/xtensa/kernel/stacktrace.c | 1 + arch/xtensa/kernel/traps.c | 1 + arch/xtensa/lib/umulsidi3.S | 4 +- arch/xtensa/mm/fault.c | 1 + arch/xtensa/mm/tlb.c | 1 + arch/xtensa/platforms/iss/network.c | 4 +- drivers/clk/clk-si521xx.c | 9 +-- drivers/clk/clk-versaclock3.c | 81 +++++++++++----------- drivers/clk/sprd/ums512-clk.c | 2 +- drivers/clk/tegra/clk-bpmp.c | 2 +- drivers/gpio/gpio-pmic-eic-sprd.c | 1 + drivers/gpio/gpio-timberdale.c | 5 +- drivers/irqchip/irq-xtensa-mx.c | 1 + drivers/power/reset/Kconfig | 2 +- drivers/power/reset/pwr-mlxbf.c | 2 +- drivers/power/reset/vexpress-poweroff.c | 2 +- drivers/power/supply/Kconfig | 1 + drivers/power/supply/ab8500_btemp.c | 9 +-- drivers/power/supply/ab8500_chargalg.c | 2 +- drivers/power/supply/mt6370-charger.c | 2 +- drivers/power/supply/power_supply_sysfs.c | 7 ++ drivers/power/supply/rk817_charger.c | 16 ++++- drivers/power/supply/rt9467-charger.c | 4 +- drivers/power/supply/ucs1002_power.c | 3 +- 38 files changed, 124 insertions(+), 80 deletions(-)