This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c2e7554e1b85 Merge tag 'gfs2-v5.10-rc4-fixes' of git://git.kernel.org/p [...] new b98467fe96d2 thermal: ti-soc-thermal: Disable the CPU PM notifier for OMAP4430 new 841d6e9ec9e3 Merge tag 'thermal-v5.10-rc5' of git://git.kernel.org/pub/ [...] new c088a4985e5f regulator: core: don't disable regulator if is_enabled ret [...] new 365ec8b61689 regulator: pfuze100: limit pfuze-support-disable-sw to pfu [...] new 57a6ad482af2 regulator: fix memory leak with repeated set_machine_const [...] new 4b639e254d3d regulator: avoid resolve_supply() infinite recursion new f5c042b23f74 regulator: workaround self-referent regulators new 2ba546ebe0ce regulator: ti-abb: Fix array out of bound read access on t [...] new d748287a28de Merge tag 'regulator-fix-v5.10-rc4' of git://git.kernel.or [...] new 766c6b63aa04 spi: fix client driver breakages when using GPIO descriptors new ee4ad5d06509 spi: fsi: Fix transfer returning without finalizing message new 4def49da620c spi: lpspi: Fix use-after-free on unbind new 5e844cc37a5c spi: Introduce device-managed SPI controller allocation new e1483ac030fb spi: bcm2835: Fix use-after-free on unbind new e13ee6cc4781 spi: bcm2835aux: Fix use-after-free on unbind new 63c5395bb7a9 spi: bcm-qspi: Fix use-after-free on unbind new c371dcf51cef Merge series "Use-after-free be gone" from Lukas Wunner <l [...] new d853b3406903 spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probe new ac9978fcad3c spi: cadence-quadspi: Fix error return code in cqspi_probe new a41b0ad07bfa spi: dw: Set transfer handler before unmasking the IRQs new 04a9cd51d3f3 spi: npcm-fiu: Don't leak SPI master in probe error path new fee3c824edf2 Merge tag 'spi-fix-v5.10-rc4' of git://git.kernel.org/pub/ [...] new e010d1d25e47 cpufreq: tegra186: Fix get frequency callback new 8410e7f3b31e cpufreq: scmi: Fix OPP addition failure with a dummy clock [...] new 14c620cf2ee8 Merge branch 'cpufreq/arm/fixes' of git://git.kernel.org/p [...] new c39de538a06e cpuidle: tegra: Annotate tegra_pm_set_cpu_in_lp2() with RC [...] new 3a8ac4d39651 Merge branch 'pm-cpuidle' new 4ca35b4f4509 Merge tag 'pm-5.10-rc5' of git://git.kernel.org/pub/scm/li [...] new 4fba15fbb810 ACPI, APEI, Fix error return value in apei_map_generic_address() new 7dc7a8b04f3d ACPI: fan: Initialize performance state sysfs attribute new de15e20f50b1 Merge branch 'acpi-fan' new 131ad0b6f529 Merge tag 'acpi-5.10-rc5' of git://git.kernel.org/pub/scm/ [...]
The 32 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: drivers/acpi/apei/apei-base.c | 4 ++ drivers/acpi/fan.c | 1 + drivers/cpufreq/scmi-cpufreq.c | 6 +++ drivers/cpufreq/tegra186-cpufreq.c | 33 +++++++----- drivers/cpuidle/cpuidle-tegra.c | 4 +- drivers/regulator/core.c | 43 ++++++++------- drivers/regulator/pfuze100-regulator.c | 13 +++-- drivers/regulator/ti-abb-regulator.c | 12 ++++- drivers/spi/spi-bcm-qspi.c | 34 +++++------- drivers/spi/spi-bcm2835.c | 24 +++------ drivers/spi/spi-bcm2835aux.c | 20 +++---- drivers/spi/spi-cadence-quadspi.c | 2 + drivers/spi/spi-dw-core.c | 4 +- drivers/spi/spi-fsi.c | 2 +- drivers/spi/spi-fsl-lpspi.c | 3 -- drivers/spi/spi-npcm-fiu.c | 2 +- drivers/spi/spi.c | 81 ++++++++++++++++++++++------- drivers/thermal/ti-soc-thermal/ti-bandgap.c | 18 ++++++- include/linux/spi/spi.h | 19 +++++++ 19 files changed, 209 insertions(+), 116 deletions(-)