• Linus Torvalds's avatar
    Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi · a922f1a9
    Linus Torvalds authored
    Pull spi fixes from Mark Brown:
     "A relatively large set of fixes here, the biggest part of it is for
      fallout from the GPIO descriptor rework that affected several of the
      devices with usable native chip select support. There's also some new
      PCI IDs for Intel Jasper Lake devices.
    
      The conversion to platform_get_irq() in the fsl driver is an
      incremental fix for build errors introduced on SPARC by the earlier
      fix for error handling in probe in that driver"
    
    * tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
      spi: fsl: use platform_get_irq() instead of of_irq_to_resource()
      spi: nxp-fspi: Ensure width is respected in spi-mem operations
      spi: spi-ti-qspi: Fix a bug when accessing non default CS
      spi: fsl: don't map irq during probe
      spi: spi-cavium-thunderx: Add missing pci_release_regions()
      spi: sprd: Fix the incorrect SPI register
      gpiolib: of: Make of_gpio_spi_cs_get_count static
      spi: fsl: Handle the single hardwired chipselect case
      gpio: Handle counting of Freescale chipselects
      spi: fsl: Fix GPIO descriptor support
      spi: dw: Correct handling of native chipselect
      spi: cadence: Correct handling of native chipselect
      spi: pxa2xx: Add support for Intel Jasper Lake
    a922f1a9
gpiolib-of.c 23.5 KB