linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-15 07:37:12 to 2019-05-02 02:41:04 UTC [more...]

[PATCH v3 0/4] Add Macronix MX25F0A MFD driver for raw nand and spi
 2019-05-02  2:41 UTC  (8+ messages)
` [PATCH v3 1/4] mfd: Add Macronix MX25F0A MFD controller driver
` [PATCH v3 2/4] mtd: rawnand: Add Macronix MX25F0A NAND controller
` [PATCH v3 3/4] spi: Patch Macronix SPI controller driver according to MX25F0A MFD driver
` [PATCH v3 4/4] dt-bindings: mfd: Document Macronix MX25F0A controller bindings

[PATCH] spi: spi-mem: Fix build error without CONFIG_SPI_MEM
 2019-05-02  2:19 UTC  (2+ messages)
` Applied "spi: spi-mem: Fix build error without CONFIG_SPI_MEM" to the spi tree

[PATCH] spi: spi-mem: Make spi_mem_default_supports_op() static inline
 2019-05-02  2:19 UTC  (2+ messages)
` Applied "spi: spi-mem: Make spi_mem_default_supports_op() static inline" to the spi tree

[PATCH 2/2] spi: pxa2xx: use a module softdep for dw_dmac
 2019-05-02  2:19 UTC  (2+ messages)
` Applied "spi: pxa2xx: use a module softdep for dw_dmac" to the spi tree

[PATCH] spi: pxa2xx: Add support for Intel Comet Lake
 2019-05-02  2:19 UTC  (5+ messages)
` Applied "spi: pxa2xx: Add support for Intel Comet Lake" to the spi tree

[PATCH] dt-bindings: spi: spi-mt65xx: add support for MT8516
 2019-05-02  2:19 UTC  (5+ messages)
` Applied "dt-bindings: spi: spi-mt65xx: add support for MT8516" to the spi tree

[PATCH V3 0/9] bug fixes and more features to Tegra SPI
 2019-05-02  2:19 UTC  (18+ messages)
` [PATCH V3 1/9] spi: tegra114: fix PIO transfer
  ` Applied "spi: tegra114: fix PIO transfer" to the spi tree
` [PATCH V3 2/9] spi: expand mode support
  ` Applied "spi: expand mode support" to the spi tree
` [PATCH V3 3/9] spi: add SPI_LSBYTE_FIRST mode
` [PATCH V3 4/9] spi: tegra114: add support for Tegra SPI LSBYTE_FIRST
` [PATCH V3 5/9] spi: export spi core function spi_set_cs
` [PATCH V3 6/9] spi: tegra114: add support for gpio based CS
` [PATCH V3 7/9] spi: tegra114: add support for hw based cs
` [PATCH V3 8/9] spi: tegra114: add support for HW CS timing
` [PATCH V3 9/9] spi: tegra114: add support for TX and RX trimmers

[PATCH] spi: stm32-qspi: manage the get_irq error case
 2019-05-02  2:19 UTC  (5+ messages)
` Applied "spi: stm32-qspi: manage the get_irq error case" to the spi tree

[LINUX PATCH] spi: spi-mem: zynq-qspi: Fix build error on architectures missing readsl/writesl
 2019-05-02  2:19 UTC  (4+ messages)
` Applied "spi: spi-mem: zynq-qspi: Fix build error on architectures missing readsl/writesl" to the spi tree

Applied "spi: AD ASoC: declare missing of table" to the spi tree
 2019-05-02  2:19 UTC  (3+ messages)

[PATCH] spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select
 2019-05-02  2:18 UTC  (3+ messages)
` Applied "spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select" to the spi tree

[PATCH v2] spi: pxa2xx: fix SCR (divisor) calculation
 2019-05-02  2:18 UTC  (3+ messages)
` Applied "spi: pxa2xx: fix SCR (divisor) calculation" to the spi tree

[PATCH] spi: atmel-quadspi: fix crash while suspending
 2019-05-02  2:18 UTC  (5+ messages)
` Applied "spi: atmel-quadspi: fix crash while suspending" to the spi tree

[PATCH] spi: stm32: return the get_irq error
 2019-05-02  2:18 UTC  (5+ messages)
` Applied "spi: stm32: return the get_irq error" to the spi tree

[PATCH v2 00/15] add ecspi ERR009165 for i.mx6/7 soc family
 2019-05-01 20:07 UTC  (27+ messages)
` [PATCH v2 01/15] Revert "ARM: dts: imx6q: Use correct SDMA script for SPI5 core"
` [PATCH v2 02/15] Revert "ARM: dts: imx6: Use correct SDMA script for SPI cores"
` [PATCH v2 03/15] Revert "dmaengine: imx-sdma: refine to load context only once"
` [PATCH v2 04/15] dmaengine: imx-sdma: remove dupilicated sdma_load_context
` [PATCH v2 05/15] dmaengine: imx-sdma: add mcu_2_ecspi script
` [PATCH v2 06/15] spi: imx: fix ERR009165
    ` [EXT] "
` [PATCH v2 07/15] spi: imx: remove ERR009165 workaround on i.mx6ul
    ` [EXT] "
` [PATCH v2 08/15] dt-bindings: spi: imx: add i.mx6ul to state errata fixed
` [PATCH v2 09/15] dmaengine: imx-sdma: remove ERR009165 on i.mx6ul
` [PATCH v2 10/15] dt-bindings: dma: imx-sdma: add i.mx6ul/6sx compatible name
` [PATCH v2 11/15] dmaengine: imx-sdma: fix ecspi1 rx dma not work on i.mx8mm
` [PATCH v2 12/15] ARM64: dts: freescale: imx8mm/8mq: update new compatible name for ecspi and sdma
` [PATCH v2 13/15] ARM: dts: imx6ul: add dma support on ecspi
` [PATCH v2 14/15] ARM: dts: imx6sll: correct ecspi/sdma compatible
` [PATCH v2 15/15] arm64: defconfig: Enable SDMA on i.mx8mq/8mm
  ` [EXT] Re: [PATCH v2 00/15] add ecspi ERR009165 for i.mx6/7 soc family

[PATCH 0/3] spi: SPI bus multiplexer
 2019-04-29 21:37 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: spi: Add spi-mux-gpio

[PATCH] spi: zynqmp: Fix build break
 2019-04-29 16:28 UTC  (2+ messages)

[PATCH v12 0/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD & SPI driver
 2019-04-26  1:44 UTC  (8+ messages)
` [PATCH v12 1/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD driver
` [PATCH v12 2/3] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver
` [PATCH v12 3/3] dt-bindings: mfd: Document Renesas R-Car Gen3 RPC-IF MFD bindings

[PATCH 00/24] arm64: mediatek: add support for Pumpkin MT8516 board
 2019-04-25 21:39 UTC  (37+ messages)
` [PATCH 11/24] dt-bindings: mediatek: topckgen: add support for MT8516
` [PATCH 12/24] dt-bindings: mediatek: infracfg: "
` [PATCH 13/24] dt-bindings: mediatek: apmixedsys: "
` [PATCH 14/24] clk: mediatek: add clock driver "
` [PATCH 15/24] dt-bindings: pinctrl: pinctrl-mt65xx: add support "
` [PATCH 18/24] dt-bindings: timer: mtk-timer: "
` [PATCH 19/24] dt-bindings: spi: spi-mt65xx: "
` [PATCH 20/24] dt-bindings: serial: mtk-uart: "
` [PATCH 21/24] dt-bindings: irq: mtk,sysirq: "
` [PATCH 22/24] dt-bindings: i2c: i2c-mtk: "
` [PATCH 23/24] arm64: dts: mediatek: add dtsi "

[PATCH] eeprom: at25: Convert the driver to the spi-mem interface
 2019-04-25 19:44 UTC  (2+ messages)

[PATCH 1/2] spi: Micrel eth switch: declare missing of table
 2019-04-25 18:04 UTC  (4+ messages)

[PATCH v1 00/15] add ecspi ERR009165 for i.mx6/7 soc family
 2019-04-24  9:06 UTC  (23+ messages)
` [PATCH v1 01/15] Revert "ARM: dts: imx6q: Use correct SDMA script for SPI5 core"
    ` [EXT] "
` [PATCH v1 02/15] Revert "ARM: dts: imx6: Use correct SDMA script for SPI cores"
` [PATCH v1 03/15] Revert "dmaengine: imx-sdma: refine to load context only once"
` [PATCH v1 04/15] dmaengine: imx-sdma: remove dupilicated sdma_load_context
` [PATCH v1 05/15] dma: engine: imx-sdma: add mcu_2_ecspi script
` [PATCH v1 06/15] spi: imx: fix ERR009165
` [PATCH v1 07/15] spi: imx: remove ERR009165 workaround on i.mx6ul
` [PATCH v1 08/15] dt-bindings: spi: imx: add i.mx6ul to state errata fixed
` [PATCH v1 09/15] dmaengine: imx-sdma: remove ERR009165 on i.mx6ul
` [PATCH v1 10/15] dt-bindings: dma: imx-sdma: add i.mx6ul/6sx compatible name
` [PATCH v1 11/15] dmaengine: imx-sdma: fix ecspi1 rx dma not work on i.mx8mm
` [PATCH v1 12/15] ARM64: dts: freescale: imx8mm/8mq: update new compatible name for ecspi and sdma
` [PATCH v1 13/15] ARM: dts: imx6ul: add dma support on ecspi
` [PATCH v1 14/15] ARM: dts: imx6sll: correct ecspi/sdma compatible
    ` [EXT] "
` [PATCH v1 15/15] arm64: defconfig: Enable SDMA on i.mx8mq/8mm

[PATCH V2 0/6] spi: bcm2835: improvements
 2019-04-23 20:15 UTC  (7+ messages)
` [PATCH V2 2/6] spi: bcm2835: Avoid 64-bit arithmetic in xfer len calc
  ` [PATCH V2 1/6] spi: bcm2835: bcm2835_spi_transfer_one_poll remove unnecessary argument
  ` [PATCH V2 3/6] spi: bcm2835: added comment about different bus behaviour of DMA mode
  ` [PATCH V2 4/6] spi: bcm2835: make the polling duration limits configurable
  ` [PATCH V2 5/6] spi: bcm2835: make the lower limit for dma mode configurable
  ` [PATCH V2 6/6] spi: bcm2835: add driver stats to debugfs

[PATCH v11 0/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD & SPI driver
 2019-04-23 16:09 UTC  (8+ messages)
` [PATCH v11 1/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD driver
` [PATCH v11 2/3] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver
` [PATCH v11 3/3] dt-bindings: mfd: Document Renesas R-Car Gen3 RPC-IF MFD bindings

[PATCH 0/3] spi: lpspi: SS function related changes
 2019-04-23 11:21 UTC  (6+ messages)
` [PATCH 1/3] spi: lpspi: add NULL check when probe device
` [PATCH 2/3] spi: lpspi: add multi SS support in PIO mode
` [PATCH 3/3] spi: lpspi: remove fsl_lpspi->chipselect

[PATCH v9 0/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD driver
 2019-04-23  7:29 UTC  (8+ messages)
` [PATCH v9 2/3] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver

[PATCH v10 0/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD & SPI driver
 2019-04-19 15:44 UTC  (12+ messages)
` [PATCH v10 1/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD controller driver
` [PATCH v10 2/3] spi: Add Renesas R-Car Gen3 RPC-IF SPI "
` [PATCH v10 3/3] dt-bindings: mfd: Document Renesas R-Car Gen3 RPC-IF controller bindings

4-Byte addressing issue with IS25WP256D nor flash
 2019-04-18 14:11 UTC  (2+ messages)

Issues with i.MX SPI DMA transfers
 2019-04-18  8:05 UTC  (12+ messages)

[PATCH 1/2] spi: Add spi_is_bpw_supported()
 2019-04-17 16:42 UTC  (3+ messages)
` Applied "spi: Add spi_is_bpw_supported()" to the spi tree

[PATCH v5 1/4] spi: Remove warning in spi_split_transfers_maxsize()
 2019-04-15  8:53 UTC  (2+ messages)
` Applied "spi: Remove warning in spi_split_transfers_maxsize()" to the spi tree

[PATCH v5 2/4] spi: Release spi_res after finalizing message
 2019-04-15  8:53 UTC  (2+ messages)
` Applied "spi: Release spi_res after finalizing message" to the spi tree


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).