linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-22 06:21:10 to 2019-02-01 05:05:49 UTC [more...]

[PATCH v8 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
 2019-02-01  5:05 UTC  (15+ messages)
` [PATCH v8 1/5] "
  ` Applied "spi: spi-mem: Add driver for NXP FlexSPI controller" to the spi tree
` [PATCH v8 2/5] dt-bindings: spi: add binding file for NXP FlexSPI controller
` [PATCH v8 3/5] arm64: dts: lx2160a: add FlexSPI node property
` [PATCH v8 4/5] arm64: defconfig: enable NXP FlexSPI driver

[PATCH v7 0/5] spi: add support for octal mode
 2019-02-01  3:51 UTC  (6+ messages)
` [PATCH v7 4/5] spi: nxp-fspi: add octal mode flag bit for octal support
` [PATCH v7 5/5] arm64: dts: lx2160a: update fspi node

[PATCH v2 00/10] spi: atmel-quadspi: introduce sam9x60 qspi controller
 2019-01-31 16:55 UTC  (13+ messages)
` [PATCH v2 01/10] spi: atmel-quadspi: cache MR value to avoid a write access
` [PATCH v2 02/10] spi: atmel-quadspi: order header files inclusion alphabetically
` [PATCH v2 03/10] spi: atmel-quadspi: drop wrappers for iomem accesses
` [PATCH v2 04/10] spi: atmel-quadspi: fix naming scheme
` [PATCH v2 05/10] spi: atmel-quadspi: remove unnecessary cast
` [PATCH v2 06/10] spi: atmel-quadspi: return appropriate error code
` [PATCH v2 07/10] spi: atmel-quadspi: switch to SPDX license identifiers
` [PATCH v2 08/10] dt-bindings: spi: atmel-quadspi: update example to new clock binding
` [PATCH v2 09/10] dt-bindings: spi: atmel-quadspi: QuadSPI driver for Microchip SAM9X60
` [PATCH v2 10/10] spi: atmel-quadspi: add support for sam9x60 qspi controller

[PATCH 0/9] spi: atmel-quadspi: introduce sam9x60 qspi contoller
 2019-01-31 13:12 UTC  (27+ messages)
` [PATCH 1/9] spi: atmel-quadspi: optimize qspi init
` [PATCH 2/9] spi: atmel-quadspi: order header files inclusion alphabetically
` [PATCH 3/9] spi: atmel-quadspi: fix naming scheme
` [PATCH 4/9] spi: atmel-quadspi: remove unnecessary cast
` [PATCH 5/9] spi: atmel-quadspi: return appropriate error code
` [PATCH 6/9] spi: atmel-quadspi: switch to SPDX license identifiers
` [PATCH 7/9] dt-bindings: spi: atmel-quadspi: update example to new clock binding
` [PATCH 8/9] dt-bindings: spi: atmel-quadspi: QuadSPI driver for Microchip SAM9X60
` [PATCH 9/9] spi: atmel-quadspi: add support for sam9x60 qspi controller

[PATCH v5 1/2] spi: support inter-word delay requirement for devices
 2019-01-31 12:46 UTC  (7+ messages)
` [PATCH v5 2/2] spi-atmel: support inter-word delay

[RFC/PATCH 0/5] DVFS in the OPP core
 2019-01-31 10:41 UTC  (11+ messages)
` [RFC/PATCH 1/5] OPP: Don't overwrite rounded clk rate
` [RFC/PATCH 2/5] OPP: Make dev_pm_opp_set_rate() with freq=0 as valid
` [RFC/PATCH 3/5] tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state
` [RFC/PATCH 4/5] spi: spi-geni-qcom: "
` [RFC/PATCH 5/5] arm64: dts: sdm845: Add OPP table for all qup devices

[PATCH v6 1/2] spi: support inter-word delay requirement for devices
 2019-01-30 23:02 UTC  (4+ messages)
  ` Applied "spi: support inter-word delay requirement for devices" to the spi tree
` [PATCH v6 2/2] spi-atmel: support inter-word delay
  ` Applied "spi-atmel: support inter-word delay" to the spi tree

[PATCH 0/6] Add interconnect support for GENI QUPs
 2019-01-30 22:29 UTC  (28+ messages)
` [PATCH 1/6] dt-bindings: soc: qcom: Add interconnect binding for GENI QUP
` [PATCH 2/6] soc: qcom: Add wrapper to support for Interconnect path
` [PATCH 3/6] i2c: i2c-qcom-geni: Add interconnect support
` [PATCH 4/6] spi: spi-geni-qcom: "
` [PATCH 5/6] tty: serial: qcom_geni_serial: "
` [PATCH 6/6] arm64: dts: sdm845: Add interconnect for GENI QUP

[PATCH v2 0/2] eeprom: at25: SPI transfer improvements
 2019-01-30 19:40 UTC  (12+ messages)
` [PATCH v2 1/2] eeprom: at25: Merge "off" and "offset" in at25_ee_write()
` [PATCH v2 2/2] eeprom: at25: Use spi_message_init_with_transfers() instead of open coding

[PATCH v7 0/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI driver
 2019-01-30  9:26 UTC  (19+ messages)
` [PATCH v7 1/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver
` [PATCH v7 2/2] dt-bindings: spi: Document Renesas R-Car Gen3 RPC-IF controller bindings

[PATCH v4 1/2] spi: support inter-word delay requirement for devices
 2019-01-29 18:06 UTC  (6+ messages)
` [PATCH v4 2/2] spi-atmel: support inter-word delay

[PATCH v3 0/2] spi: support inter-word delays
 2019-01-29 16:41 UTC  (11+ messages)
` [PATCH v3 1/2] spi: support inter-word delay requirement for devices
` [PATCH v3 2/2] spi-atmel: support inter-word delay

[PATCH v2] spi: spi-mem: spi-nxp-fspi: add module license info
 2019-01-29 12:14 UTC  (2+ messages)
` Applied "spi: spi-mem: spi-nxp-fspi: add module license info" to the spi tree

[PATCH] spi: ti-qspi: Fix mmap read when more than one CS in use
 2019-01-29 12:14 UTC  (2+ messages)
` Applied "spi: ti-qspi: Fix mmap read when more than one CS in use" to the spi tree

[PATCH] spi: spi-mem: spi-fsl-qspi: typo fix in author name
 2019-01-29 12:14 UTC  (6+ messages)
` Applied "spi: spi-mem: spi-fsl-qspi: typo fix in author name" to the spi tree

[PATCH] spi: spi-mem: spi-nxp-fspi: add module license info
 2019-01-29  9:41 UTC  (3+ messages)

[PATCH]spi: pl022: add a message state STATE_TIMEOUT for timeout transfer
 2019-01-28 18:25 UTC  (2+ messages)
` Applied "spi: pl022: add a message state STATE_TIMEOUT for timeout transfer" to the spi tree

[PATCH AUTOSEL 4.20 112/304] spi: fix spi-at91-usart.c build errors when PINCTRL is not set
 2019-01-28 15:40 UTC 

[PATCH v8 5/5] MAINTAINERS: add maintainers for the NXP FlexSPI driver
 2019-01-28 12:36 UTC  (2+ messages)
` Applied "MAINTAINERS: add maintainers for the NXP FlexSPI driver" to the spi tree

[PATCH 0/2] spi: support inter-word delays
 2019-01-28 11:54 UTC  (15+ messages)
` [PATCH 1/2] spi: support inter-word delay requirement for devices
` [PATCH 2/2] spi-atmel: support inter-word delay

[PATCH v8 0/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI driver
 2019-01-28  6:49 UTC  (3+ messages)
` [PATCH v8 1/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver
` [PATCH v8 2/2] dt-bindings: spi: Document Renesas R-Car Gen3 RPC-IF controller bindings

[PATCH v2 0/2] spi: support inter-word delays
 2019-01-25 12:24 UTC  (3+ messages)
` [PATCH v2 1/2] spi: support inter-word delay requirement for devices
` [PATCH v2 2/2] spi-atmel: support inter-word delay

[PATCH v3 0/7] spi: spi-mem: Add a direct mapping API
 2019-01-24  8:49 UTC  (3+ messages)
` [PATCH v3 6/7] mtd: spinand: Use the spi-mem dirmap API

Regression in Linux next with SPI pump changes
 2019-01-24  0:11 UTC  (2+ messages)

[PATCH -next] spi: bcm2835aux: remove unneeded NULL check of devm_clk_get
 2019-01-23 17:58 UTC  (3+ messages)
` Applied "spi: bcm2835aux: remove unneeded NULL check of devm_clk_get" to the spi tree

[PATCH] pxa2xx: replace spi_master with spi_controller
 2019-01-23 17:57 UTC  (2+ messages)
` Applied "pxa2xx: replace spi_master with spi_controller" to the spi tree

[PATCH -next] spi/topcliff_pch: Fix potential NULL dereference on allocation error
 2019-01-23 17:57 UTC  (2+ messages)
` Applied "spi/topcliff_pch: Fix potential NULL dereference on allocation error" to the spi tree

Regression: spi: core: avoid waking pump thread from spi_sync instead run teardown delayed
 2019-01-23 17:56 UTC  (12+ messages)

[PATCH 2/6] soc: qcom: Add wrapper to support for Interconnect path
 2019-01-23  6:49 UTC 

[PATCH 1/4] spi: sprd: Fix the error data length in SPI read-only mode
 2019-01-22  8:43 UTC  (6+ messages)
` [PATCH 3/4] dt-bindings: spi: Add the DMA properties for the SPI dma mode

[PATCH 4/6] spi: spi-geni-qcom: Add interconnect support
 2019-01-22  6:21 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).