linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-10 11:31:59 to 2020-03-16 02:33:38 UTC [more...]

[PATCH AUTOSEL 5.4 01/35] spi: spi-omap2-mcspi: Handle DMA size restriction on AM65x
 2020-03-16  2:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 02/35] spi: spi-omap2-mcspi: Support probe deferral for DMA channels

[PATCH AUTOSEL 5.5 01/41] spi: spi-omap2-mcspi: Handle DMA size restriction on AM65x
 2020-03-16  2:33 UTC  (6+ messages)
` [PATCH AUTOSEL 5.5 02/41] spi: spi-omap2-mcspi: Support probe deferral for DMA channels
` [PATCH AUTOSEL 5.5 10/41] spi: qup: call spi_qup_pm_resume_runtime before suspending
` [PATCH AUTOSEL 5.5 15/41] spi: pxa2xx: Add CS control clock quirk
` [PATCH AUTOSEL 5.5 16/41] spi/zynqmp: remove entry that causes a cs glitch
` [PATCH AUTOSEL 5.5 30/41] spi: spi_register_controller(): free bus id on error paths

[PATCH v1 0/36] dt-bindings: display: convert remaning panel bindings to DT Schema
 2020-03-15 23:32 UTC  (44+ messages)
  ` [PATCH v1 01/36] dt-bindings: display: add te-gpios to panel-common
  ` [PATCH v1 02/36] dt-bindings: spi: support non-spi bindings as SPI slaves
  ` [PATCH v1 03/36] dt-bindings: display: convert samsung,s6e63m0 to DT Schema
  ` [PATCH v1 04/36] dt-bindings: display: convert arm,versatile-tft-panel "
  ` [PATCH v1 05/36] dt-bindings: display: convert boe,himax8279d "
  ` [PATCH v1 06/36] dt-bindings: display: convert ilitek,ili9322 "
  ` [PATCH v1 07/36] dt-bindings: display: convert ilitek,ili9881c "
  ` [PATCH v1 08/36] dt-bindings: display: convert feiyang,fy07024di26a30d "
  ` [PATCH v1 09/36] dt-bindings: display: convert innolux,p079zca "
  ` [PATCH v1 10/36] dt-bindings: display: convert innolux,p097pfg "
  ` [PATCH v1 11/36] dt-bindings: display: convert innolux,p120zdg-bf1 "
  ` [PATCH v1 12/36] dt-bindings: display: convert jdi,lt070me05000 "
  ` [PATCH v1 13/36] dt-bindings: display: convert kingdisplay,kd035g6-54nt "
  ` [PATCH v1 14/36] dt-bindings: display: convert kingdisplay,kd097d04 "
  ` [PATCH v1 15/36] dt-bindings: display: convert simple lg panels "
  ` [PATCH v1 16/36] dt-bindings: display: convert lg,lg4573 "
  ` [PATCH v1 17/36] dt-bindings: display: convert osddisplays,osd101t2587-53ts "
  ` [PATCH v1 18/36] dt-bindings: display: convert raydium,rm67191 "
  ` [PATCH v1 19/36] dt-bindings: display: convert rocktech,jh057n00900 "
  ` [PATCH v1 20/36] dt-bindings: display: convert samsung AMOLED "
  ` [PATCH v1 21/36] dt-bindings: display: convert samsung,s6d16d0 "
  ` [PATCH v1 22/36] dt-bindings: display: convert samsung,ld9040 "
  ` [PATCH v1 23/36] dt-bindings: display: convert samsung,s6e8aa0 "
  ` [PATCH v1 24/36] dt-bindings: display: convert toppoly panels "
  ` [PATCH v1 25/36] dt-bindings: display: convert startek,startek-kd050c "
  ` [PATCH v1 26/36] dt-bindings: display: convert sony,acx565akm "
  ` [PATCH v1 27/36] dt-bindings: display: convert sitronix,st7701 "
  ` [PATCH v1 28/36] dt-bindings: display: convert sitronix,st7789v "
  ` [PATCH v1 29/36] dt-bindings: display: drop unused simple-panel.txt
  ` [PATCH v1 30/36] dt-bindings: display: convert sharp,ls043t1le01 to DT Schema
  ` [PATCH v1 31/36] dt-bindings: display: convert sharp,lq101r1sx01 "
  ` [PATCH v1 32/36] dt-bindings: display: convert sharp,ls037v7dw01 "
  ` [PATCH v1 33/36] dt-bindings: display: convert sharp,lq150x1lg11 "
  ` [PATCH v1 34/36] dt-bindings: display: convert seiko,43wvf1g "
  ` [PATCH v1 35/36] dt-bindings: display: convert lgphilips,lb035q02 "
  ` [PATCH v1 36/36] dt-bindings: display: convert olimex,lcd-olinuxino "

[PATCH] spi: fix cs_change for last transfer
 2020-03-15 17:08 UTC 

Patchwork housekeeping for: spi-devel-general
 2020-03-15  3:00 UTC 

[PATCH v3 00/12] NXP DSPI bugfixes and support for LS1028A
 2020-03-14 22:43 UTC  (13+ messages)
` [PATCH v3 01/12] spi: spi-fsl-dspi: Don't access reserved fields in SPI_MCR
` [PATCH v3 06/12] spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion
` [PATCH v3 07/12] spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for non-DMA mode
  ` [PATCH v3 02/12] spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and TXDATA
  ` [PATCH v3 03/12] spi: spi-fsl-dspi: Fix bits-per-word acceleration in DMA mode
  ` [PATCH v3 04/12] spi: spi-fsl-dspi: Avoid reading more data than written in EOQ mode
  ` [PATCH v3 05/12] spi: spi-fsl-dspi: Protect against races on dspi->words_in_flight
  ` [PATCH v3 08/12] spi: spi-fsl-dspi: Fix interrupt-less DMA mode taking an XSPI code path
  ` [PATCH v3 09/12] spi: spi-fsl-dspi: Move invariant configs out of dspi_transfer_one_message
  ` [PATCH v3 10/12] spi: spi-fsl-dspi: Add support for LS1028A
  ` [PATCH v3 11/12] arm64: dts: ls1028a: Specify the DMA channels for the DSPI controllers
  ` [PATCH v3 12/12] arm64: dts: ls1028a-rdb: Add a spidev node for the mikroBUS

You received my last mail,,,,
 2020-03-14 17:20 UTC 

[PATCH V2 0/8] Add interconnect support to QSPI and QUP drivers
 2020-03-14  0:58 UTC  (17+ messages)
  ` [PATCH V2 1/8] interconnect: Add devm_of_icc_get() as exported API for users
  ` [PATCH V2 4/8] tty: serial: qcom_geni_serial: Add interconnect support
  ` [PATCH V2 5/8] i2c: i2c-qcom-geni: "
  ` [PATCH V2 6/8] spi: spi-geni-qcom: "
` [PATCH V2 2/8] soc: qcom: geni: Support for ICC voting
` [PATCH V2 3/8] soc: qcom-geni-se: Add interconnect support to fix earlycon crash
` [PATCH V2 7/8] spi: spi-qcom-qspi: Add interconnect support
` [PATCH V2 8/8] arm64: dts: sc7180: Add interconnect for QUP and QSPI

[PATCH v3 0/2] spi: dt-bindings: spi-controller: Slave mode fixes
 2020-03-13 17:20 UTC  (7+ messages)
` [PATCH v3 1/2] spi: dt-bindings: spi-controller: Fix #address-cells for slave mode
  ` Applied "spi: dt-bindings: spi-controller: Fix #address-cells for slave mode" to the spi tree
` [PATCH v3 2/2] spi: dt-bindings: spi-controller: Fix spi-[rt]x-bus-width for slave mode
` Patchwork summary for: spi-devel-general

[PATCH v3 0/7] NXP DSPI bugfixes and support for LS1028A
 2020-03-13 16:53 UTC  (14+ messages)
` [PATCH v3 2/7] spi: spi-fsl-dspi: Avoid use-after-free in interrupt mode
` [PATCH v3 5/7] spi: spi-fsl-dspi: Add support for LS1028A
` [PATCH v3 6/7] arm64: dts: ls1028a: Specify the DMA channels for the DSPI controllers
  ` [PATCH v3 1/7] spi: spi-fsl-dspi: Don't access reserved fields in SPI_MCR
  ` [PATCH v3 3/7] spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and TXDATA
  ` [PATCH v3 4/7] spi: spi-fsl-dspi: Fix bits-per-word acceleration in DMA mode
  ` [PATCH v3 7/7] arm64: dts: ls1028a-rdb: Add a spidev node for the mikroBUS

Patchwork housekeeping for: spi-devel-general
 2020-03-13 16:00 UTC 

[PATCH v3 00/12] mtd: spi-nor: add xSPI Octal DTR support
 2020-03-13 15:50 UTC  (14+ messages)
` [PATCH v3 01/12] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH v3 02/12] spi: atmel-quadspi: reject DTR ops
` [PATCH v3 03/12] spi: spi-mem: allow specifying a command's extension
` [PATCH v3 04/12] mtd: spi-nor: add support for DTR protocol
` [PATCH v3 06/12] mtd: spi-nor: get command opcode extension type from BFPT
` [PATCH v3 07/12] mtd: spi-nor: parse xSPI Profile 1.0 table
` [PATCH v3 08/12] mtd: spi-nor: use dummy cycle and address width info from SFDP
` [PATCH v3 09/12] mtd: spi-nor: enable octal DTR mode when possible
  ` [PATCH v3 05/12] mtd: spi-nor: default to address width of 3 for configurable widths
  ` [PATCH v3 10/12] mtd: spi-nor: perform a Soft Reset on shutdown
  ` [PATCH v3 11/12] mtd: spi-nor: Disable Octal DTR mode on suspend
  ` [PATCH v3 12/12] mtd: spi-nor: add support for Cypress Semper flash

[PATCH] spi: spi-nxp-fspi: Fix a NULL vs IS_ERR() check in probe
 2020-03-13 11:54 UTC  (7+ messages)
      ` [EXT] "
` Applied "spi: spi-nxp-fspi: Fix a NULL vs IS_ERR() check in probe" to the spi tree

[PATCH 0/9] spi: meson-spicc: add support for AXG and G12A variants
 2020-03-12 17:39 UTC  (19+ messages)
` [PATCH 2/9] spi: meson-spicc: enhance output enable feature
    ` Applied "spi: meson-spicc: enhance output enable feature" to the spi tree
  ` [PATCH 1/9] spi: meson-spicc: remove unused variables
      ` Applied "spi: meson-spicc: remove unused variables" to the spi tree
  ` [PATCH 3/9] spi: meson-spicc: add a linear clock divider support
      ` Applied "spi: meson-spicc: add a linear clock divider support" to the spi tree
  ` [PATCH 4/9] spi: meson-spicc: support max 80MHz clock
      ` Applied "spi: meson-spicc: support max 80MHz clock" to the spi tree
  ` [PATCH 5/9] spi: meson-spicc: add min sclk for each compatible
      ` Applied "spi: meson-spicc: add min sclk for each compatible" to the spi tree
  ` [PATCH 9/9] spi: meson-spicc: add support for Amlogic G12A
      ` Applied "spi: meson-spicc: add support for Amlogic G12A" to the spi tree
` [PATCH 6/9] spi: meson-spicc: setup IO line delay
    ` Applied "spi: meson-spicc: setup IO line delay" to the spi tree
` [PATCH 7/9] spi: meson-spicc: adapt burst handling for G12A support
  ` Applied "spi: meson-spicc: adapt burst handling for G12A support" to the spi tree
` [PATCH 8/9] dt-bindings: spi: amlogic,meson-gx-spicc: add Amlogic G12A compatible
    ` Applied "spi: dt-bindings: amlogic, meson-gx-spicc: add Amlogic G12A compatible" to the spi tree

[PATCH] spi: acpi: remove superfluous parameter check
 2020-03-12 17:38 UTC  (4+ messages)
  ` Applied "spi: acpi: remove superfluous parameter check" to the spi tree

[PATCH 0/7] spi:dw: Add support for Intel Keem Bay SPI
 2020-03-12 11:31 UTC  (8+ messages)
  ` [PATCH 1/7] spi: dw: Fix typo in few registers name
  ` [PATCH 2/7] spi: dw: Add update_cr0() callback to update CTRLR0
  ` [PATCH 3/7] dt-bindings: spi: dw-apb-ssi: Convert bindings to json-schema
  ` [PATCH 4/7] dt-bindings: spi: dw-apb-ssi: Add compatible string for DesignWare DWC_ssi
  ` [PATCH 5/7] spi: dw: Add support "
  ` [PATCH 6/7] dt-bindings: spi: dw-apb-ssi: Add Intel Keem Bay support
  ` [PATCH 7/7] spi: dw: Add support for Intel Keem Bay SPI

[PATCH v3 0/4] rewrite mtk-quadspi spi-nor driver with spi-mem
 2020-03-11 19:57 UTC  (6+ messages)
` [PATCH v3 4/4] mtd: spi-nor: remove mtk-quadspi driver
` Patchwork summary for: spi-devel-general

[PATCH v3 3/4] dt-bindings: convert mtk-quadspi binding doc for spi-mtk-nor
 2020-03-11 18:35 UTC  (2+ messages)
  ` Applied "dt-bindings: convert mtk-quadspi binding doc for spi-mtk-nor" to the spi tree

[PATCH] spi: Stop selecting MTD_SPI_NOR for SPI_HISI_SFC_V3XX
 2020-03-11 18:35 UTC  (2+ messages)
` Applied "spi: Stop selecting MTD_SPI_NOR for SPI_HISI_SFC_V3XX" to the spi tree

[PATCH v7 00/13] add ecspi ERR009165 for i.mx6/7 soc family
 2020-03-11 16:36 UTC  (14+ messages)
` [PATCH v7 08/13] spi: imx: remove ERR009165 workaround on i.mx6ul
  ` [PATCH v7 01/13] Revert "ARM: dts: imx6q: Use correct SDMA script for SPI5 core"
  ` [PATCH v7 02/13] Revert "ARM: dts: imx6: Use correct SDMA script for SPI cores"
  ` [PATCH v7 03/13] Revert "dmaengine: imx-sdma: fix context cache"
  ` [PATCH v7 04/13] Revert "dmaengine: imx-sdma: refine to load context only once"
  ` [PATCH v7 05/13] dmaengine: imx-sdma: remove dupilicated sdma_load_context
  ` [PATCH v7 06/13] dmaengine: imx-sdma: add mcu_2_ecspi script
  ` [PATCH v7 07/13] spi: imx: fix ERR009165
  ` [PATCH v7 09/13] spi: imx: add new i.mx6ul compatible name in binding doc
  ` [PATCH v7 10/13] dmaengine: imx-sdma: remove ERR009165 on i.mx6ul
  ` [PATCH v7 12/13] dmaengine: imx-sdma: fix ecspi1 rx dma not work on i.mx8mm
` [PATCH v7 11/13] dma: imx-sdma: add i.mx6ul compatible name
` [PATCH v7 13/13] dmaengine: imx-sdma: add uart rom script

[PATCH 0/6] Add interconnect support to UART, I2C, SPI and QSPI
 2020-03-11 13:02 UTC  (3+ messages)

[PATCH 3/3] spi: spi-mem: MediaTek: Add SPI NAND Flash interface driver for MediaTek MT7622
 2020-03-11  9:22 UTC  (5+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-03-11  8:40 UTC 

[RESEND v6 00/13] add ecspi ERR009165 for i.mx6/7 soc family
 2020-03-11  3:22 UTC  (8+ messages)
` [RESEND v6 08/13] spi: imx: add new i.mx6ul compatible name in binding doc
  ` [RESEND v6 10/13] dma: imx-sdma: add i.mx6ul/6sx compatible name
  ` [RESEND v6 11/13] dmaengine: imx-sdma: fix ecspi1 rx dma not work on i.mx8mm
  ` [RESEND v6 12/13] dmaengine: imx-sdma: add uart rom script
` [RESEND v6 13/13] Revert "dmaengine: imx-sdma: fix context cache"

[PATCH] spi: spi-fsl-dspi: fix DMA mapping
 2020-03-10 18:35 UTC  (8+ messages)
  ` Applied "spi: spi-fsl-dspi: fix DMA mapping" to the spi tree

SPI irq regression
 2020-03-10 17:31 UTC  (2+ messages)

[PATCH] docs: dt: fix several broken doc references
 2020-03-10 14:40 UTC  (2+ messages)
` Patchwork summary for: spi-devel-general

[PATCH v3 1/2] dt-bindings: fsi: Add FSI2SPI bindings
 2020-03-10 14:31 UTC  (2+ messages)
  ` Applied "dt-bindings: fsi: Add FSI2SPI bindings" to the spi tree

[PATCH v3 2/2] spi: Add FSI-attached SPI controller driver
 2020-03-10 14:31 UTC  (2+ messages)
` Applied "spi: Add FSI-attached SPI controller driver" to the spi tree

[PATCH] spi: rockchip: add compatible string for px30 rk3308 rk3328
 2020-03-10 14:31 UTC  (2+ messages)
  ` Applied "spi: rockchip: add compatible string for px30 rk3308 rk3328" to the spi tree

[PATCH] spi: rspi: Add support for active-high chip selects
 2020-03-10 14:31 UTC  (2+ messages)
` Applied "spi: rspi: Add support for active-high chip selects" to the spi tree

[PATCH] spi: update the structure documentation
 2020-03-10 14:31 UTC  (2+ messages)
` Applied "spi: update the structure documentation" to the spi tree

Patchwork housekeeping for: spi-devel-general
 2020-03-10 13:40 UTC 

[PATCH v2 0/6] NXP DSPI bugfixes and support for LS1028A
 2020-03-10 12:57 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).