This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9065e0636036 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] new 9c7315c9fca5 spi: pxa2xx: Add support for Intel Jasper Lake new 61acd19f9c56 spi: cadence: Correct handling of native chipselect new ada9e3fcc175 spi: dw: Correct handling of native chipselect new f106904968e2 spi: fsl: Fix GPIO descriptor support new 71b8f600b034 gpio: Handle counting of Freescale chipselects new 7251953d784b spi: fsl: Handle the single hardwired chipselect case new a1f4c96b799b gpiolib: of: Make of_gpio_spi_cs_get_count static new 5e9c5236b7b8 spi: sprd: Fix the incorrect SPI register new a841e2853e1a spi: spi-cavium-thunderx: Add missing pci_release_regions() new 3194d2533eff spi: fsl: don't map irq during probe new c52c91bb9aa6 spi: spi-ti-qspi: Fix a bug when accessing non default CS new 007773e16a6f spi: nxp-fspi: Ensure width is respected in spi-mem operations new 63aa6a692595 spi: fsl: use platform_get_irq() instead of of_irq_to_resource() new a922f1a9aec1 Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/s [...] new 4affd79a125a regulator: fix use after free issue new a3cde9534ebd regulator: core: fix regulator_register() error paths to p [...] new f3c7f7b636ef regulator: s5m8767: Fix a warning message new 6d30fc511bec regulator: core: avoid unneeded .list_voltage calls new 100a21100bbb regulator: max77650: add of_match table new 62a1923cc8fe regulator: rn5t618: fix module aliases new 58d90a04bdcc Merge tag 'regulator-fix-v5.5-rc2' of git://git.kernel.org [...] new 2d3145f8d280 early init: fix error handling when opening /dev/console
The 22 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/gpio/gpiolib-of.c | 27 +++++++++++++++++++++++++++ drivers/regulator/core.c | 16 ++++++++++++---- drivers/regulator/max77650-regulator.c | 7 +++++++ drivers/regulator/rn5t618-regulator.c | 1 + drivers/regulator/s5m8767.c | 2 +- drivers/spi/spi-cadence.c | 6 +++--- drivers/spi/spi-cavium-thunderx.c | 2 ++ drivers/spi/spi-dw.c | 5 +++-- drivers/spi/spi-fsl-spi.c | 22 ++++++++++++++++------ drivers/spi/spi-nxp-fspi.c | 2 +- drivers/spi/spi-pxa2xx.c | 4 ++++ drivers/spi/spi-sprd.c | 2 +- drivers/spi/spi-ti-qspi.c | 6 +++++- init/main.c | 2 +- 14 files changed, 84 insertions(+), 20 deletions(-)