This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 71c061d24438 Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/s [...] new cffa4b2122f5 regmap: debugfs: Fix a memory leak when calling regmap_attach_dev new f6bcb4c7f366 regmap: debugfs: Fix a reversed if statement in regmap_deb [...] new fc37784dc71b Merge tag 'regmap-fix-v5.11-rc2' of git://git.kernel.org/p [...] new df9716ec9ade regulator: pf8x00: Use specific compatible strings for devices new 3b66e4a8e58a regulator: bd718x7: Add enable times new 2ae6f64ce1ce Merge tag 'v5.11-rc1' into regulator-5.11 new d957d1610c66 regulator: qcom-rpmh: add QCOM_COMMAND_DB dependency new 2bf3a72b08e7 dt-bindings: regulator: qcom,rpmh-regulator: add pm8009 revision new df6b92fa4005 regulator: qcom-rpmh-regulator: correct hfsmps515 definition new 36836f5b377b Merge qcom driver fix into regulator-5.11 new a1a7b4f32433 Merge tag 'regulator-fix-v5.11-rc2' of git://git.kernel.or [...] new 127a7a95df41 Merge remote-tracking branch 'spi/for-5.10' into spi-5.11 new 4aa1464acbe3 spi: spi-geni-qcom: Fix geni_spi_isr() NULL dereference in [...] new 690d8b917bbe spi: spi-geni-qcom: Fail new xfers if xfer/cancel/abort pending new 3d7d916f9bc9 spi: spi-geni-qcom: Don't try to set CS if an xfer is pending new 17fa81aa702e spi: spi-geni-qcom: Print an error when we timeout setting the CS new a590370d918f spi: stm32: FIFO threshold level - fix align packet size new 8db90aa36063 Merge tag 'v5.11-rc1' into spi-5.11 new ede090f5a438 spi: altera: fix return value for altera_spi_txrx() new 6820e812dafb spi: Fix the clamping of spi->max_speed_hz new 6170d077bf92 spi: fix the divide by 0 error when calculating xfer waiting time new f5e6c330254a Merge tag 'spi-fix-v5.11-rc2' of git://git.kernel.org/pub/ [...]
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: .../bindings/regulator/nxp,pf8x00-regulator.yaml | 6 +- .../bindings/regulator/qcom,rpmh-regulator.txt | 1 + drivers/base/regmap/regmap-debugfs.c | 9 ++- drivers/regulator/Kconfig | 1 + drivers/regulator/bd718x7-regulator.c | 57 +++++++++++++++ drivers/regulator/pf8x00-regulator.c | 8 ++- drivers/regulator/qcom-rpmh-regulator.c | 2 +- drivers/spi/spi-altera.c | 26 +++---- drivers/spi/spi-geni-qcom.c | 84 ++++++++++++++++++++-- drivers/spi/spi-stm32.c | 4 +- drivers/spi/spi.c | 11 ++- 11 files changed, 181 insertions(+), 28 deletions(-)