linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-06 13:21:49 to 2018-11-18 17:21:11 UTC [more...]

[PATCH RFC 00/18] mtd: spi-nor: Proposal for 8-8-8 mode support
 2018-11-18 17:21 UTC  (3+ messages)
` [PATCH RFC 05/18] spi: spi-mem: mxic: Add support for DTR and Octo mode

[PATCH v1 0/1] npcm: fix uninitialized 'val' warning in receive function
 2018-11-18 12:35 UTC  (2+ messages)
` [PATCH v1 1/1] spi: "

[PATCH v2 0/17] Add support for OLPC XO 1.75 Embedded Controller
 2018-11-17 16:03 UTC  (19+ messages)
` [PATCH v2 01/17] power: supply: olpc_battery: correct the temperature units
` [PATCH v2 02/17] dt-bindings: olpc,xo1.75-ec: Add OLPC XO-1.75 EC bindings
` [PATCH v2 03/17] Platform: OLPC: Remove an unused include
` [PATCH v2 04/17] Revert "platform/olpc: Make ec explicitly non-modular"
` [PATCH v2 05/17] Platform: OLPC: Move OLPC config symbol out of x86 tree
` [PATCH v2 06/17] Platform: OLPC: Add XO-1.75 EC driver
` [PATCH v2 07/17] Platform: OLPC: Avoid a warning if the EC didn't register yet
` [PATCH v2 08/17] Platform: OLPC: Move EC-specific functionality out from x86
` [PATCH v2 09/17] Platform: OLPC: Use BIT() and GENMASK() for event masks
` [PATCH v2 10/17] Platform: OLPC: add a regulator for the DCON
` [PATCH v2 11/17] dt-bindings: olpc_battery: Add XO-1.5 battery
` [PATCH v2 12/17] x86, olpc: Use a correct version when making up a battery node
` [PATCH v2 13/17] power: supply: olpc_battery: Use DT to get battery version
` [PATCH v2 14/17] power: supply: olpc_battery: Move priv data to a struct
` [PATCH v2 15/17] power: supply: olpc_battery: Use devm_power_supply_register()
` [PATCH v2 16/17] power: supply: olpc_battery: Avoid using platform_info
` [PATCH v2 17/17] power: supply: olpc_battery: Add OLPC XO 1.75 support

[PATCH] spi: npcm: Fix uninitialized variable warning
 2018-11-17  3:55 UTC 

[PATCH v2] spi: pxa2xx: Fix '"CONFIG_OF" is not defined' warning
 2018-11-17  3:29 UTC  (2+ messages)
` Applied "spi: pxa2xx: Fix '"CONFIG_OF" is not defined' warning" to the spi tree

[PATCH v5 0/9] Port the FSL QSPI driver to the SPI framework
 2018-11-16 22:59 UTC  (26+ messages)
` [PATCH v5 1/9] ARM: dts: Reflect change of FSL QSPI driver and remove unused properties
` [PATCH v5 2/9] arm64: "
` [PATCH v5 3/9] spi: Add a driver for the Freescale/NXP QuadSPI controller
` [PATCH v5 4/9] dt-bindings: spi: Move the bindings for the FSL QSPI driver
` [PATCH v5 5/9] dt-bindings: spi: Adjust "
` [PATCH v5 6/9] mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c
` [PATCH v5 7/9] ARM: dts: ls1021a: Remove fsl,qspi-has-second-chip as it is not used
` [PATCH v5 8/9] ARM64: dts: ls1046a: "
` [PATCH v5 9/9] MAINTAINERS: Move the Freescale QSPI driver to the SPI framework

[PATCH v5 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
 2018-11-16 11:14 UTC  (6+ messages)
` [PATCH v5 1/5] "
` [PATCH v5 2/5] dt-bindings: spi: add binding file "
` [PATCH v5 3/5] arm64: dts: lx2160a: add FlexSPI node property
` [PATCH v5 4/5] arm64: defconfig: enable NXP FlexSPI driver
` [PATCH v5 5/5] MAINTAINERS: add maintainers for the "

[PATCH v3 0/2] mtd: spi-nor: add entry for mt35xu512aba flash
 2018-11-16  6:54 UTC  (8+ messages)
` [PATCH v3 1/2] mtd: spi-nor: add macros related to MICRON flash

[PATCH 0/7] Raspberry Pi spi0 improvements
 2018-11-16  5:11 UTC  (17+ messages)
  ` [PATCH 1/7] spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode
  ` [PATCH 4/7] spi: bcm2835: Drop unused code for native Chip Select
  ` [PATCH 3/7] spi: bcm2835: Fix race on DMA termination
  ` [PATCH 7/7] spi: bcm2835: Speed up FIFO access if fill level is known
  ` [PATCH 5/7] spi: bcm2835: Document struct bcm2835_spi
  ` [PATCH 2/7] spi: bcm2835: Fix book-keeping of DMA termination
  ` [PATCH 6/7] spi: bcm2835: Overcome sglist entry length limitation

[PATCH v3 0/7] spi: spi-mem: Add a direct mapping API
 2018-11-15 19:56 UTC  (9+ messages)
` [PATCH v3 1/7] spi: spi-mem: Add missing word in the SPI_MEM_DATA_OUT description
` [PATCH v3 2/7] spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enum
` [PATCH v3 3/7] spi: spi-mem: Split spi_mem_exec_op() code
` [PATCH v3 4/7] spi: spi-mem: Add a new API to support direct mapping
` [PATCH v3 5/7] mtd: devices: m25p80: Use the spi-mem dirmap API
` [PATCH v3 6/7] mtd: spinand: "
` [PATCH v3 7/7] spi: mxic: Add support for direct mapping

[PATCH 0/15] Add support for OLPC XO 1.75 Embedded Controller
 2018-11-15 18:57 UTC  (28+ messages)
` [PATCH 02/15] Revert "platform/olpc: Make ec explicitly non-modular"
` [PATCH 04/15] Platform: OLPC: Remove an unused include
` [PATCH 06/15] Platform: OLPC: Add XO-1.75 EC driver
` [PATCH 08/15] Platform: OLPC: Move EC-specific functionality out from x86
` [PATCH 11/15] x86, olpc: Use a correct version when making up a battery node
` [PATCH 12/15] power: supply: olpc_battery: Use DT to get battery version
` [PATCH 13/15] power: supply: olpc_battery: Move priv data to a struct
` [PATCH 14/15] power: supply: olpc_battery: Avoid using platform_info

[PATCH] spi: npcm: fix platform_no_drv_owner.cocci warnings
 2018-11-15  7:11 UTC 

[PATCH 3/3] spi: bcm2835: make license text and module license match
 2018-11-14 22:27 UTC  (2+ messages)
` Applied "spi: bcm2835: make license text and module license match" to the spi tree

[PATCH][next] spi: npcm: fix u32 csgpio being checked for less than zero
 2018-11-14 22:12 UTC  (2+ messages)
` Applied "spi: npcm: fix u32 csgpio being checked for less than zero" to the spi tree

[PATCH] spi: pxa2xx: Fix '"CONFIG_OF" is not defined' warning
 2018-11-14 19:15 UTC  (2+ messages)

[RFC PATCH] spi: add driver for the SiFive SPI controller
 2018-11-13 22:38 UTC  (4+ messages)

[PATCH 15/17] spi: bcm2835: Switch to SPDX identifier
 2018-11-13 21:39 UTC  (4+ messages)

[PATCH v1 0/2] spi: npcm: add NPCM Peripheral SPI driver
 2018-11-13 20:02 UTC  (4+ messages)
` [PATCH v1 1/2] dt-binding: spi: add NPCM PSPI controller documentation
  ` Applied "dt-binding: spi: add NPCM PSPI controller documentation" to the spi tree
` [PATCH v1 2/2] spi: npcm: add NPCM PSPI controller driver

[PATCH] spi: lpspi: Add Slave Mode support for LPSPI
 2018-11-13 18:55 UTC  (2+ messages)

[PATCH v3 0/6] spi: pxa2xx: add slave mode support
 2018-11-13 18:35 UTC  (14+ messages)
` [PATCH v3 1/6] spi: pxa2xx: dt-bindings: Add spi-slave property
` [PATCH v3 2/6] spi: Deal with slaves that return from transfer_one() unfinished
  ` Applied "spi: Deal with slaves that return from transfer_one() unfinished" to the spi tree
` [PATCH v3 3/6] spi: pxa2xx: Add slave mode support
` [PATCH v3 4/6] spi: pxa2xx: dt-bindings: Add ready GPIO signal
  ` Applied "spi: pxa2xx: dt-bindings: Add ready GPIO signal" to the spi tree
` [PATCH v3 5/6] spi: pxa2xx: Add ready signal
  ` Applied "spi: pxa2xx: Add ready signal" to the spi tree
` [PATCH v3 6/6] spi: pxa2xx: Deal with the leftover garbage in TXFIFO

[PATCH v2 0/3] Add QSPI flash support to iwg23s
 2018-11-13 14:35 UTC  (8+ messages)
` [PATCH v2 1/3] mtd: spi-nor: Add support for is25lp016d
` [PATCH v2 2/3] ARM: dts: r8a77470: Add QSPI support
` [PATCH v2 3/3] ARM: dts: iwg23s-sbc: Add QSPI flash support

[PATCH v4 00/10] Port the FSL QSPI driver to the SPI framework
 2018-11-13 13:56 UTC  (29+ messages)
` [PATCH v4 01/10] spi: Add a driver for the Freescale/NXP QuadSPI controller
` [PATCH v4 02/10] dt-bindings: spi: Move the bindings for the FSL QSPI driver
` [PATCH v4 03/10] dt-bindings: spi: Adjust "
` [PATCH v4 04/10] ARM: dts: Reflect change of FSL QSPI driver and remove unused properties
` [PATCH v4 05/10] arm64: "
` [PATCH v4 06/10] ARM: defconfig: Use the new FSL QSPI driver under the SPI framework
` [PATCH v4 07/10] mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c
` [PATCH v4 08/10] ARM: dts: ls1021a: Remove fsl, qspi-has-second-chip as it is not used
` [PATCH v4 09/10] ARM64: dts: ls1046a: "
` [PATCH v4 10/10] MAINTAINERS: Move the Freescale QSPI driver to the SPI framework

[PATCH v2] ARM: dspi: Provide support for DSPI slave more operation (Vybryd vf610)
 2018-11-13 12:06 UTC  (2+ messages)
` [PATCHv3] ARM: dspi: Provide support for DSPI slave mode "

[PATCH v3 0/7] spi: add support for octo mode
 2018-11-13  8:00 UTC  (2+ messages)

[PATCH RESEND v4 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
 2018-11-13  7:26 UTC  (5+ messages)
` [PATCH RESEND v4 1/5] "

[PATCH 0/3] Fix MODULE_LICENSE of bcm2835 drivers
 2018-11-11  9:09 UTC  (9+ messages)
` [PATCH 1/3] clk: bcm2835: make license text and module license match
` [PATCH 2/3] dma: "

[PATCH 00/17] bcm2835: Treewide switch to SPDX identifier
 2018-11-10 14:17 UTC 

[PATCH v3 5/6] spi: Add QuadSPI driver for Atmel SAMA5D2
 2018-11-08 12:07 UTC  (5+ messages)
` Applied "spi: Add QuadSPI driver for Atmel SAMA5D2" to the spi tree

[PATCH 0/4] Add QSPI flash support to iwg23s
 2018-11-08 10:48 UTC  (11+ messages)
` [PATCH 1/4] spi: rspi: Add r8a77470 to the compatible list
  ` Applied "spi: rspi: Add r8a77470 to the compatible list" to the spi tree
` [PATCH 3/4] ARM: dts: r8a77470: Add QSPI support

[PATCH v2 00/12] Port the FSL QSPI driver to the SPI framework
 2018-11-08  8:57 UTC  (8+ messages)

[PATCH v3 2/6] mtd: spi-nor: atmel-quadspi: Add spi-mem support to atmel-quadspi
 2018-11-07 15:05 UTC  (2+ messages)
` Applied "mtd: spi-nor: atmel-quadspi: Add spi-mem support to atmel-quadspi" to the spi tree

[PATCH v3 4/6] mtd: spi-nor: atmel-quadspi: Remove unused code from atmel-quadspi driver
 2018-11-07 15:03 UTC  (2+ messages)
` Applied "mtd: spi-nor: atmel-quadspi: Remove unused code from atmel-quadspi driver" to the spi tree

[PATCH 0/2] McSPI: Enable mcspi driver for AM654 SoCs
 2018-11-07 15:01 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: spi: omap-spi: Add compatible for AM654 SoC
  ` Applied "spi: omap-spi: Add compatible for AM654 SoC" to the spi tree
` [PATCH 2/2] spi: Kconfig: Enable McSPI driver for K3 platforms
  ` Applied "spi: Kconfig: Enable McSPI driver for K3 platforms" to the spi tree

[PATCH v2 0/7] spi: spi-mem: Add a direct mapping API
 2018-11-06 13:21 UTC  (2+ 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).