• Linus Torvalds's avatar
    Merge tag 'spi-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi · 303ba85c
    Linus Torvalds authored
    Pull spi updates from Mark Brown:
     "This is quite a quiet release for SPI. The one new core feature here
      is support for configuring the state of the MOSI pin when the bus is
      idle, there are some devices which are very fragile in this regard
      even when the chip select signal is not asserted. Otherwise we have
      some new driver support, a bunch of small fixes and some general
      cleanup work.
    
       - Support for configuring the state of the MOSI pin when the the bus
         is idle
    
       - Add the Elgin JG0309-01 in spidev
    
       - Support for Marvell xSPI, Mediatek MTK7981, Microchip PIC64GX, NXP
         i.MX8ULP, and Rockchip RK3576 controllers
    
      I also accidentally pulled in an IIO DT bindings update due to a typo
      when applying the MOSI idle state patches"
    
    * tag 'spi-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: (65 commits)
      spi: geni-qcom: Use devm functions to simplify code
      spi: remove spi_controller_is_slave() and spi_slave_abort()
      platform/olpc: olpc-xo175-ec: switch to use spi_target_abort().
      spi: slave-mt27xx: switch to use target_abort
      spi: spidev: switch to use spi_target_abort()
      spi: slave-system-control: switch to use spi_target_abort()
      spi: slave-time: switch to use spi_target_abort()
      spi: switch to use spi_controller_is_target()
      spi: fspi: add support for imx8ulp
      spi: fspi: involve lut_num for struct nxp_fspi_devtype_data
      dt-bindings: spi: nxp-fspi: add imx8ulp support
      spi: spidev_fdx: Fix the wrong format specifier
      spi: mxs: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()
      spi: dt-bindings: Add rockchip,rk3576-spi compatible
      spi: Revert "spi: Insert the missing pci_dev_put()before return"
      spi: zynq-qspi: Replace kzalloc with kmalloc for buffer allocation
      spi: ppc4xx: Sort headers
      spi: ppc4xx: Revert "handle irq_of_parse_and_map() errors"
      spi: zynqmp-gqspi: Simplify with dev_err_probe()
      spi: zynqmp-gqspi: Use devm_spi_alloc_host()
      ...
    303ba85c
spi-nxp-fspi.c 36 KB