1. 16 5月, 2022 8 次提交
  2. 13 5月, 2022 1 次提交
  3. 12 5月, 2022 6 次提交
  4. 10 5月, 2022 11 次提交
  5. 09 5月, 2022 1 次提交
  6. 04 5月, 2022 1 次提交
    • A
      spi: omap2-mcspi: add support for interword delay · 2cd757e6
      Andrea Zanotti 提交于
      The module omap2-mcspi does not support the interword delay
      parameter present in the spi transfer. On one side, if the module
      is instructed to use the dma, this parameter is correctly ignored.
      However, without the usage of the dma, that parameter should be
      used.
      
      The patch introduce the handling of such delay in the omap2-mcspi
      module, using standard spi_delay struct. The patch has been tested
      using as benchmark a DM3730.
      
      The delay function used (spi_delay_exec) is already present in the
      kernel and it checks on its own the validity of the input, as such,
      no additional checks are present.
      
      The range of usage of the udelay function is incremented to 200 us,
      as the change from udelay to usleep_range introduces not
      neglectible delays.
      Signed-off-by: NAndrea Zanotti <andreazanottifo@gmail.com>
      Link: https://lore.kernel.org/r/20220502111300.24754-1-andreazanottifo@gmail.comSigned-off-by: NMark Brown <broonie@kernel.org>
      2cd757e6
  7. 03 5月, 2022 3 次提交
  8. 28 4月, 2022 5 次提交
  9. 26 4月, 2022 1 次提交
    • M
      Improve SPI support for Ingenic SoCs. · 9ee448f9
      Mark Brown 提交于
      Merge series from 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>:
      
      1.Add support for using GPIOs as chip select lines on Ingenic SoCs.
      2.Add support for probing the spi-ingenic driver on the JZ4775 SoC,
        the X1000 SoC, and the X2000 SoC.
      3.Modify annotation texts to be more in line with the current state.
      9ee448f9
  10. 25 4月, 2022 3 次提交