messages from 2018-06-28 12:02:19 to 2018-08-01 07:29:12 UTC [more...]
[PATCH v3 0/2] add SPI controller driver for UniPhier SoCs
2018-08-01 7:29 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: spi: add DT bindings for UniPhier SPI controller
` [PATCH v3 2/2] spi: add SPI controller driver for UniPhier SoC
[PATCH v4 0/3] Add support for MSCC Ocelot SPI
2018-07-31 18:16 UTC (7+ messages)
` [PATCH v4 1/3] spi: dw: document Microsemi integration
` Applied "spi: dw: document Microsemi integration" to the spi tree
` [PATCH v4 2/3] mips: dts: mscc: Add spi on Ocelot
` [PATCH v4 3/3] mips: dts: mscc: enable spi and NOR flash support on ocelot PCB123
[PATCH v2 0/2] add SPI controller driver for UniPhier SoCs
2018-07-30 23:44 UTC (16+ messages)
` [PATCH v2 1/2] dt-bindings: spi: add DT bindings for UniPhier SPI controller
` [PATCH v2 2/2] spi: add SPI controller driver for UniPhier SoC
[PATCH] spi: omap2-mcspi: remove several redundant variables
2018-07-30 16:03 UTC (2+ messages)
` Applied "spi: omap2-mcspi: remove several redundant variables" to the spi tree
[PATCH 00/15] MIPS: pistachio: Creator Ci40 aka Marduk SPI-UART
2018-07-30 15:35 UTC (9+ messages)
` [PATCH 10/15] spi: img-spfi: Implement dual and quad mode
` [PATCH 11/15] spi: img-spfi: Set device select bits for SPFI port state
` [PATCH 12/15] spi: img-spfi: Use device 0 configuration for all devices
` [PATCH 13/15] spi: img-spfi: RX maximum burst size for DMA is 8
` [PATCH 14/15] spi: img-spfi: Finish every transfer cleanly
[PATCH v3 0/5] Add support for MSCC Ocelot SPI
2018-07-30 11:05 UTC (11+ messages)
` [PATCH v3 1/5] spi: dw: export dw_spi_set_cs
` Applied "spi: dw: export dw_spi_set_cs" to the spi tree
` [PATCH v3 2/5] dt-bindings: spi: snps,dw-apb-ssi: document Microsemi integration
` [PATCH v3 3/5] spi: dw-mmio: add MSCC Ocelot support
` Applied "spi: dw-mmio: add MSCC Ocelot support" to the spi tree
` [PATCH v3 4/5] mips: dts: mscc: Add spi on Ocelot
` [PATCH v3 5/5] mips: dts: mscc: enable spi and NOR flash support on ocelot PCB123
[PATCH v2 0/4] Add support for MSCC Ocelot SPI
2018-07-27 15:26 UTC (7+ messages)
` [PATCH v2 1/4] dt-bindings: spi: snps,dw-apb-ssi: document Microsemi integration
` [PATCH v2 2/4] spi: dw-mmio: add MSCC Ocelot support
` [PATCH v2 3/4] mips: dts: mscc: Add spi on Ocelot
` [PATCH v2 4/4] mips: dts: mscc: enable spi and NOR flash support on ocelot PCB123
[PATCH 0/2] add SPI controller driver for UniPhier SoCs
2018-07-25 19:17 UTC (8+ messages)
` [PATCH 1/2] dt-bindings: spi: add DT bindings for UniPhier SPI controller
` [PATCH 2/2] spi: add SPI controller driver for UniPhier SoC
[PATCH V2] spi: spi-geni-qcom: Add SPI driver support for GENI based QUP
2018-07-23 10:27 UTC (6+ messages)
[PATCH 0/4] spi: introduce SPI_CS_WORD mode flag
2018-07-21 19:05 UTC (11+ messages)
` [PATCH 1/4] spi: spi-bitbang: change flags from u8 to u16
` Applied "spi: spi-bitbang: change flags from u8 to u16" to the spi tree
` [PATCH 2/4] spi: add new SPI_CS_WORD flag
` [PATCH 3/4] spi: spi-davinci: Add support for SPI_CS_WORD
` [PATCH 4/4] iio: adc: ti-ads7950: use SPI_CS_WORD to reduce CPU usage
[DISCUSSION] spi multi chipselect support
2018-07-19 13:25 UTC (3+ messages)
[PATCH 0/5] Add support for MSCC Ocelot SPI
2018-07-18 12:29 UTC (18+ messages)
` [PATCH 1/5] spi: dw: fix possible race condition
` Applied "spi: dw: fix possible race condition" to the spi tree
` [PATCH 2/5] spi: dw: allow providing own set_cs callback
` Applied "spi: dw: allow providing own set_cs callback" to the spi tree
` [PATCH 3/5] spi: dw-mmio: add MSCC Ocelot support
` [PATCH 4/5] mips: dts: mscc: Add spi on Ocelot
` [PATCH 5/5] mips: dts: mscc: enable spi and NOR flash support on ocelot PCB123
[RFC net-next 00/15] net: A socket API for LoRa
2018-07-18 11:28 UTC (25+ messages)
` [RFC net-next 15/15] net: lora: Add Semtech SX1301
[PATCH 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
2018-07-17 22:19 UTC (9+ messages)
` [PATCH 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller
[PATCH RESEND 0/5] spi: imx: Improve non 8-bit aligned words and dynamic bursts
2018-07-17 14:31 UTC (6+ messages)
` [PATCH RESEND 1/5] spi: imx: Remove duplicate variable assignments
` [PATCH RESEND 2/5] spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32
` [PATCH RESEND 3/5] spi: imx: Use correct number of bytes per words
` [PATCH RESEND 4/5] spi: imx: remove unnecessary check in spi_imx_can_dma
` [PATCH RESEND 5/5] spi: imx: Use the longuest possible burst size when in dynamic_burst
[PATCH v2] spi: spi-fsl-dspi: Fill actual_length when doing DMA transfer
2018-07-17 14:15 UTC (2+ messages)
` Applied "spi: spi-fsl-dspi: Fill actual_length when doing DMA transfer" to the spi tree
[PATCH 0/5] spi: imx: Improve non 8-bit aligned words and dynamic bursts
2018-07-17 13:43 UTC (6+ messages)
` [PATCH 1/5] spi: imx: Remove duplicate variable assignments
` [PATCH 2/5] spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32
` [PATCH 3/5] spi: imx: Use correct number of bytes per words
` [PATCH 4/5] spi: imx: remove unnecessary check in spi_imx_can_dma
` [PATCH 5/5] spi: imx: Use the longuest possible burst size when in dynamic_burst
[PATCH] spi: spi-fsl-dspi: Fill actual_length when doing DMA transfer
2018-07-17 4:11 UTC (3+ messages)
[PATCH v2 00/12] Port the FSL QSPI driver to the SPI framework
2018-07-16 7:04 UTC (24+ messages)
` [PATCH v2 01/12] spi: spi-mem: Extend the SPI mem interface to set a custom memory name
` [PATCH v2 02/12] mtd: m25p80: Call spi_mem_get_name() to let controller set a custom name
` [PATCH v2 03/12] spi: Add a driver for the Freescale/NXP QuadSPI controller
` [PATCH v2 04/12] dt-bindings: spi: Move the bindings for the FSL QSPI driver
` [PATCH v2 05/12] dt-bindings: spi: Adjust "
` [PATCH v2 06/12] ARM: dts: Reflect change of FSL QSPI driver and remove unused properties
` [PATCH v2 07/12] arm64: "
` [PATCH v2 08/12] ARM: defconfig: Use the new FSL QSPI driver under the SPI framework
` [PATCH v2 09/12] mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c
` [PATCH v2 10/12] ARM: dts: ls1021a: Remove fsl,qspi-has-second-chip as it is not used
` [PATCH v2 11/12] ARM64: dts: ls1046a: "
` [PATCH v2 12/12] MAINTAINERS: Move the Freescale QSPI driver to the SPI framework
[PATCH v11 0/6] Driver for at91 usart in spi mode
2018-07-13 16:47 UTC (7+ messages)
` [PATCH v11 1/6] MAINTAINERS: add at91 usart mfd driver
` [PATCH v11 2/6] dt-bindings: add binding for atmel-usart in SPI mode
` [PATCH v11 3/6] mfd: at91-usart: added mfd driver for usart
` [PATCH v11 4/6] MAINTAINERS: add at91 usart spi driver
` [PATCH v11 5/6] spi: at91-usart: add driver for at91-usart as spi
` [PATCH v11 6/6] tty/serial: atmel: change the driver to work under at91-usart mfd
[PATCH v10 0/6] Driver for at91 usart in spi mode
2018-07-13 10:06 UTC (11+ messages)
` [PATCH v10 1/6] MAINTAINERS: add at91 usart mfd driver
` [PATCH v10 2/6] dt-bindings: add binding for atmel-usart in SPI mode
` [PATCH v10 5/6] spi: at91-usart: add driver for at91-usart as spi
[PATCH] mtd: spi-nor: Support controllers with limited TX FIFO size
2018-07-09 21:34 UTC (2+ messages)
[RFC PATCH v2 0/6] New QuadSPI driver for Atmel SAMA5D2
2018-07-05 7:26 UTC (6+ messages)
` [RFC PATCH v2 1/6] mtd: spi-nor: atmel-quaspi: Typo fix
` [RFC PATCH v2 6/6] dt-bindings: spi: QuadSPI driver for Atmel SAMA5D2
[PATCH v3 23/27] devicetree: fix name of pinctrl-bindings.txt
2018-07-03 7:33 UTC (2+ messages)
[PATCH] spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe
2018-07-02 12:48 UTC (3+ messages)
` Applied "spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe" to the spi tree
[PATCH v9 0/6] mtd: Add a SPI NAND driver
2018-07-01 18:11 UTC (2+ messages)
[RFC PATCH 0/2] New QuadSPI driver for Atmel SAMA5D2
2018-06-28 12:02 UTC (9+ messages)
` [RFC PATCH 1/2] spi: Add "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).