Skip to content
  1. Jul 02, 2020
  2. Jun 30, 2020
  3. Jun 24, 2020
  4. Jun 23, 2020
  5. Jun 22, 2020
  6. Jun 19, 2020
  7. Jun 18, 2020
  8. Jun 17, 2020
  9. Jun 16, 2020
    • Mark Brown's avatar
      Merge series "Add MSIOF support for R8A7742 SOC" from Lad Prabhakar... · 42fd4f25
      Mark Brown authored
      Merge series "Add MSIOF support for R8A7742 SOC" from Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>:
      
      Hi All,
      
      This patch series adds support for MSIOF on R8A7742 SOC.
      
      Cheers,
      Prabhakar
      
      Lad Prabhakar (2):
        dt-bindings: spi: renesas,sh-msiof: Add r8a7742 support
        ARM: dts: r8a7742: Add MSIOF[0123] support
      
       .../devicetree/bindings/spi/renesas,sh-msiof.yaml  |  1 +
       arch/arm/boot/dts/r8a7742.dtsi                     | 64 ++++++++++++++++++++++
       2 files changed, 65 insertions(+)
      
      --
      2.7.4
      42fd4f25
    • Mark Brown's avatar
      Merge series "spi: bcm63xx: add BMIPS support" from Álvaro Fernández Rojas <noltari@gmail.com>: · 75bc1138
      Mark Brown authored
      BCM63xx SPI and HSSPI controller are present on several BMIPS SoCs (BCM6318,
      BCM6328, BCM6358, BCM6362, BCM6368 and BCM63268).
      
      v2: use devm_reset_control_get_exclusive
      
      Álvaro Fernández Rojas (4):
        spi: bcm63xx-spi: add reset support
        spi: bcm63xx-spi: allow building for BMIPS
        spi: bcm63xx-hsspi: add reset support
        spi: bcm63xx-hsspi: allow building for BMIPS
      
       drivers/spi/Kconfig             |  4 ++--
       drivers/spi/spi-bcm63xx-hsspi.c | 17 +++++++++++++++++
       drivers/spi/spi-bcm63xx.c       | 17 +++++++++++++++++
       3 files changed, 36 insertions(+), 2 deletions(-)
      
      --
      2.27.0
      
      _______________________________________________
      linux-arm-kernel mailing list
      linux-arm-kernel@lists.infradead.org
      http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
      75bc1138
    • Mark Brown's avatar
      Merge series "Add more configuration and regmap support for spi-altera" from... · 731f1e71
      Mark Brown authored
      Merge series "Add more configuration and regmap support for spi-altera" from Xu Yilun <yilun.xu@intel.com>:
      
      This patchset adds platform_data for spi-altera, to enable more IP
      configurations, and creating specific spi client devices. It also adds
      regmap support, to enable the indirect access to this IP.
      
      We have a PCIE based FPGA platform which integrates this IP to communicate
      with a BMC chip (Intel MAX10) over SPI. The IP is configured as 32bit data
      width. There is also an indirect access interface in FPGA for host to
      access the registers of this IP. This patchset enables this use case.
      
      Matthew Gerlach (1):
        spi: altera: fix size mismatch on 64 bit processors
      
      Xu Yilun (5):
        spi: altera: add 32bit data width transfer support.
        spi: altera: add SPI core parameters support via platform data.
        spi: altera: add platform data for slave information.
        spi: altera: use regmap instead of direct mmio register access
        spi: altera: move driver name string to header file
      
       drivers/spi/Kconfig        |   1 +
       drivers/spi/spi-altera.c   | 161 +++++++++++++++++++++++++++++++++++++--------
       include/linux/spi/altera.h |  37 +++++++++++
       3 files changed, 171 insertions(+), 28 deletions(-)
       create mode 100644 include/linux/spi/altera.h
      
      --
      2.7.4
      731f1e71
    • Tim Harvey's avatar
      spi: spi-cavium-thunderx: flag controller as half duplex · e8510d43
      Tim Harvey authored
      
      
      The OcteonTX (TX1/ThunderX) SPI controller does not support full
      duplex transactions. Set the appropriate flag such that the spi
      core will return -EINVAL on such transactions requested by chip
      drivers.
      
      This is an RFC as I need someone from Marvell/Cavium to confirm
      if this driver is used for other silicon that does support
      full duplex transfers (in which case we will need to identify
      that we are running on the ThunderX arch before setting the flag).
      
      Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
      Cc: Robert Richter <rrichter@marvell.com>
      Link: https://lore.kernel.org/r/1590680799-5640-1-git-send-email-tharvey@gateworks.com
      
      
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      e8510d43
    • Sergei Shtylyov's avatar
      spi: add Renesas RPC-IF driver · eb8d6d46
      Sergei Shtylyov authored
      
      
      Add the SPI driver for the Renesas RPC-IF.  It's the "front end" driver
      using the "back end" APIs in the main driver to talk to the real hardware.
      We only implement the 'spi-mem' interface -- there's no need to implement
      the usual SPI driver methods...
      
      Based on the original patch by Mason Yang <masonccyang@mxic.com.tw>.
      
      Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Link: https://lore.kernel.org/r/1ece0e6c-71af-f0f1-709e-571f4b0b4853@cogentembedded.com
      
      
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      eb8d6d46