On Wed, 31 Jul 2024 01:04:54 +0100 Mark Brown <broonie@xxxxxxxxxx> wrote: > On Fri, Jul 12, 2024 at 04:20:00PM -0300, Marcelo Schmitt wrote: > > This patch series extends the SPI bitbang, gpio, and spi-engine controllers to > > support configurable MOSI line idle states. > > The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: > > Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-mosi-config Thanks. Merged that tag into IIO and applied patches 6 and 7. Jonathan > > for you to fetch changes up to 96472f18a4affdaff5013a836c48375f1eddb4a4: > > dt-bindings: iio: adc: Add AD4000 (2024-07-29 01:19:55 +0100) > > ---------------------------------------------------------------- > spi: Support MOSI idle configuration > > Add support for configuring the idle state of the MOSI signal in > controllers. > > ---------------------------------------------------------------- > Marcelo Schmitt (5): > spi: Enable controllers to extend the SPI protocol with MOSI idle configuration > spi: bitbang: Implement support for MOSI idle state configuration > spi: spi-gpio: Add support for MOSI idle state configuration > spi: spi-axi-spi-engine: Add support for MOSI idle configuration > dt-bindings: iio: adc: Add AD4000 > > .../devicetree/bindings/iio/adc/adi,ad4000.yaml | 197 +++++++++++++++++++++ > Documentation/spi/spi-summary.rst | 83 +++++++++ > MAINTAINERS | 7 + > drivers/spi/spi-axi-spi-engine.c | 15 +- > drivers/spi/spi-bitbang.c | 24 +++ > drivers/spi/spi-gpio.c | 12 +- > drivers/spi/spi.c | 6 + > include/linux/spi/spi_bitbang.h | 1 + > include/uapi/linux/spi/spi.h | 5 +- > 9 files changed, 344 insertions(+), 6 deletions(-) > create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad4000.yaml