linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-16 15:27:49 to 2015-08-01 02:51:44 UTC [more...]

[PATCH 1/2] spi: bcm2835: add spi-bcm2835aux driver for the auxiliar spi1 and spi2
 2015-08-01  2:51 UTC  (21+ messages)

[RFC PATCH 0/5] Add memory mapped read support for TI QSPI
 2015-07-31 21:28 UTC  (10+ messages)
` [RFC PATCH 1/5] spi: introduce flag for memory mapped read
` [RFC PATCH 2/5] spi: spi-ti-qspi: Add memory mapped read support
` [RFC PATCH 3/5] mtd: devices: m25p80: set flag to request memory mapped read
` [RFC PATCH 4/5] ARM: dts: DRA7: Add memory map region entries for qspi
` [RFC PATCH 5/5] ARM: dts: AM4372: "

[PATCH] spi: spidev: fix inconsistent indenting
 2015-07-31 12:42 UTC 

[PATCH v3 0/5] add driver for Atmel QSPI controller
 2015-07-31  8:51 UTC  (8+ messages)
  ` [PATCH v3 1/5] mtd: spi-nor: notify (Q)SPI controller about protocol change
  ` [PATCH v3 2/5] Documentation: mtd: add a DT property to set the number of dummy cycles
  ` [PATCH v3 3/5] mtd: spi-nor: allow to tune "
  ` [PATCH v3 4/5] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
  ` [PATCH v3 5/5] mtd: atmel-quadspi: add driver for Atmel QSPI controller

[PATCH v4 0/3] Add Mediatek SPI bus driver
 2015-07-31  2:44 UTC  (8+ messages)
` [PATCH v4 1/3] dt-binding: spi: Mediatek: Document devicetree bindings for spi bus
  ` [PATCH v4 2/3] spi: mediatek: Add spi bus for Mediatek MT8173
` [PATCH v4 3/3] arm64: dts: Add spi bus dts

[PATCH 00/27] Export I2C and OF module aliases in missing drivers
 2015-07-30 17:13 UTC  (6+ messages)
` [PATCH 02/27] spi: xcomm: Export I2C module alias information
  ` [PATCH 27/27] i2c: (RFC, don't apply) report OF style modalias when probing using DT

[PATCH] spi: pxa2xx: Add support for Intel Sunrisepoint
 2015-07-30 13:30 UTC 

[PATCH 08/11] MTD: m25p80: Add option to limit SPI transfer size
 2015-07-30 12:33 UTC  (26+ messages)

[RFC PATCH 1/2] dt: mtd: ofpart: use compatible for partitions
 2015-07-30 10:52 UTC  (12+ messages)
` [RFC PATCH 2/2] dt: spi: s3c64xx: add compatible to controller-data

[PATCH] spi: bcm2835: fix overflow in calculation of transfer time
 2015-07-29 16:03 UTC  (6+ messages)
  ` Applied "spi: bcm2835: fix overflow in calculation of transfer time" to the spi tree

[PATCH 1/2] spi: img-spfi: check for timeout error before proceeding
 2015-07-29 14:14 UTC  (12+ messages)
` [PATCH 2/2] spi: img-spfi: fix spfi_setup by removing gpio_request_one
` Applied "spi: img-spfi: check for timeout error before proceeding" to the spi tree

[PATCH] spi: Fix regression in spi-bitbang-txrx.h
 2015-07-29 14:14 UTC  (2+ messages)
` Applied "spi: Fix regression in spi-bitbang-txrx.h" to the spi tree

[PATCH v2] spi: img-spfi: check for timeout error before proceeding
 2015-07-29 14:08 UTC 

[RFC PATCH 0/2] disambiguate s3c64xx controller-data and ofpart partition nodes
 2015-07-29 11:14 UTC 

[PATCH] spi: img-spfi: fix multiple calls to request gpio
 2015-07-29 11:00 UTC  (2+ messages)

[PATCH v2] spi: img-spfi: fix multiple calls to request gpio
 2015-07-29 10:55 UTC 

[PATCH 0/2] s3c64xx debug prints
 2015-07-28 14:52 UTC  (4+ messages)
` [PATCH 1/2] spi: s3c64xx: print fifo size on probe
` [PATCH v2 2/2] spi: s3c64xx: add more debug prints

[PATCH] spi: bcm2835: set up spi-mode before asserting cs-gpio
 2015-07-28 14:03 UTC 

[RFC PATCH 0/2] spi: add dual parallel & stacked mode support in Zynq MPSoC GQSPI controller
 2015-07-27 14:23 UTC  (11+ messages)

[PATCH 0/2] spi: dw: Reintroduce optional 16 bit data register I/O
 2015-07-27 13:59 UTC  (12+ messages)
` [PATCH v2 "
    ` [RESEND PATCH "
        ` [RESEND PATCH v2 1/2] dt: snps,dw-apb-ssi: Document new I/O data register width property
        ` [RESEND PATCH v2 2/2] spi: dw: Allow interface drivers to limit data I/O to word sizes

[PATCH v2 0/5] add driver for Atmel QSPI controller
 2015-07-27 10:53 UTC  (15+ messages)
` [PATCH v2 1/5] mtd: spi-nor: notify (Q)SPI controller about protocol change
` [PATCH v2 3/5] mtd: spi-nor: allow to tune the number of dummy cycles
  ` [PATCH v2 2/5] Documentation: mtd: add a DT property to set "
  ` [PATCH v2 4/5] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
  ` [PATCH v2 5/5] mtd: atmel-quadspi: add driver for Atmel QSPI controller

[PATCH v3 0/4] Add Mediatek SPI bus driver
 2015-07-27  2:48 UTC  (9+ messages)
  ` [PATCH v3 1/4] spi: support spi without dma channel to use can_dma()
  ` [PATCH v3 2/4] dt-bindings: ARM: Mediatek: Document devicetree bindings for spi bus
  ` [PATCH v3 4/4] arm64: dts: Add spi bus dts
` [PATCH v3 3/4] spi: mediatek: Add spi bus for Mediatek MT8173

[PATCH v2 1/4] spi: support spi without dma channel to use can_dma()
 2015-07-24 17:49 UTC  (2+ messages)
  ` Applied "spi: support spi without dma channel to use can_dma()" to the spi tree

[PATCH 1/4] spi: davinci: Set prescale value based on register value
 2015-07-24 17:29 UTC  (2+ messages)
  ` Applied "spi: davinci: Set prescale value based on register value" to the spi tree

[PATCH 2/4] spi: davinci: Choose correct pre-scaler limit based on SOC
 2015-07-24 17:29 UTC  (2+ messages)
  ` Applied "spi: davinci: Choose correct pre-scaler limit based on SOC" to the spi tree

[PATCH] spi: omap2-mcspi: add runtime PM to set_cs()
 2015-07-24 17:29 UTC  (4+ messages)
  ` Applied "spi: omap2-mcspi: add runtime PM to set_cs()" to the spi tree

[GIT PULL] spi fixes for v4.2
 2015-07-24 16:54 UTC 

[PATCH] spi: imx: Fix small DMA transfers
 2015-07-24 15:09 UTC  (2+ messages)
` Applied "spi: imx: Fix small DMA transfers" to the spi tree

[PATCH] Revert "spi: bitbang: only toggle bitchanges"
 2015-07-24 14:50 UTC  (7+ messages)

[RESEND][PATCH 0/4] spi: davinci: Improve prescaler limit support
 2015-07-24 11:50 UTC  (8+ messages)
` [RESEND][PATCH 1/4] spi: davinci: Set prescale value based on register value
` [RESEND][PATCH 3/4] ARM: davinci: Set proper SPI prescale limit value
  ` [RESEND][PATCH 2/4] spi: davinci: Choose correct pre-scaler limit based on SOC
  ` [RESEND][PATCH 4/4] ARM: dts: keystone: Add ti,keystone-spi for SPI

[PATCH v2 00/10] mtd: spi-nor: Add the DDR quad read support
 2015-07-22 18:18 UTC  (11+ messages)
` [PATCH v2 03/10] mtd: spi-nor: add "

[PATCH v3] nand: Add NAND driver for Mikrotik RB4xx series boards
 2015-07-21 20:29 UTC 

[PATCH] Documentation: dt: mtd: replace "nor-jedec" binding with "jedec,spi-nor"
 2015-07-21 16:57 UTC  (4+ messages)

[PATCH] spi: mpc512x-psc: fix compiler warning about uninitialized variable
 2015-07-21  8:30 UTC 

[PATCH 0/7] add driver for Atmel QSPI controller
 2015-07-20 19:29 UTC  (14+ messages)
` [PATCH 2/7] mtd: spi-nor: notify (Q)SPI controller about protocol change
` [PATCH 3/7] mtd: spi-nor: allow to tune the number of dummy cycles
` [PATCH 4/7] Documentation: mtd: add a DT property to set the latency code of Spansion memory
  ` [PATCH 5/7] mtd: spi-nor: allow the set the latency code on Spansion memories
  ` [PATCH 6/7] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
` [PATCH 7/7] mtd: atmel-quadspi: add driver for Atmel QSPI controller

[alsa-devel] Fwd: [PATCH 1/1] SPI : spi-pxa2xx : fix spi init of WM510205 codec via ACPI (resend)
 2015-07-17  8:54 UTC  (14+ messages)
                        `  "

[PATCH] spi: mpc512x-psc: add support for Freescale MPC5125
 2015-07-16 19:35 UTC  (2+ messages)
  ` [PATCH] dt-bindings: powerpc: adapt mpc5121-psc document to reality


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