linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-01 16:06:19 to 2015-09-16 10:08:09 UTC [more...]

[PATCH 0/5] Add memory mapped read support for ti-qspi
 2015-09-16 10:08 UTC  (15+ messages)
` [PATCH 1/5] spi: introduce mmap read support for spi flash devices
` [PATCH 2/5] spi: spi-ti-qspi: add mmap mode read support
` [PATCH 3/5] mtd: devices: m25p80: add support for mmap read request
  ` [PATCH 4/5] ARM: dts: DRA7: add entry for qspi mmap region
` [PATCH 5/5] ARM: dts: AM4372: "

[linux-next RFC v7 0/6] mtd: spi-nor: improve support of QSPI nor
 2015-09-16  8:34 UTC  (9+ messages)
` [linux-next RFC v7 2/6] mtd: spi-nor: read JEDEC ID with multiple I/O protocols
  ` [linux-next RFC v7 1/6] mtd: spi-nor: remove unused read_xfer/write_xfer hooks
  ` [linux-next RFC v7 3/6] mtd: spi-nor: set the read op code and protocol based on the manufacturer
` [linux-next RFC v7 4/6] mtd: m25p80: add support of dual and quad spi protocols to all commands
` [linux-next RFC v7 5/6] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
` [linux-next RFC v7 6/6] mtd: atmel-quadspi: add driver for Atmel QSPI controller

[PATCH v4 0/5] bcm2835: auxiliar device support for spi
 2015-09-16  5:25 UTC  (6+ messages)
` [PATCH v4 3/5] dt/bindings: bcm2835: add binding documentation for bcm2835-aux

resend [BUG] atmel: spi: scheduling while atomic
 2015-09-15 14:10 UTC 

[PATCH 01/16] spi: txx9: Use transfer speed unconditionally
 2015-09-15 13:54 UTC  (17+ messages)
  ` [PATCH 02/16] spi: s3c64xx: "
  ` [PATCH 03/16] spi: octeon: "
  ` [PATCH 04/16] spi: bfin-sport: Calculate "
  ` [PATCH 05/16] spi: spi-bfin5xx: "
  ` [PATCH 06/16] spi: au1550: Simplify au1550_spi_setupxfer()
  ` [PATCH 07/16] spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionally
  ` [PATCH 08/16] spi: omap-uwire: Remove needless bits_per_word and speed_hz tests
  ` [PATCH 09/16] spi: omap-100k: Rely on validations done by spi core
  ` [PATCH 10/16] spi: atmel: Remove needless bits_per_word and speed_hz tests
  ` [PATCH 11/16] spi: dw: Remove needless if statements
  ` [PATCH 12/16] spi: dw: Remove test for non-zero spi->max_speed_hz
  ` [PATCH 13/16] spi: spi-fsl-dspi: Remove duplicated register write
  ` [PATCH 14/16] spi: pxa2xx: Remove two variables from struct chip_data
  ` [PATCH 15/16] spi: pxa2xx: Remove if statement that is always true in pump_transfers()
  ` [PATCH 16/16] spi: pxa2xx: Remove cr0 variable from struct chip_data

[RESEND PATCH] spi: mediatek: fix wrong error return value on probe
 2015-09-15 12:46 UTC 

[PATCH] spi: mediatek: fix wrong error return value on probe
 2015-09-15 12:34 UTC  (4+ messages)

[PATCH] spi: fix kernel-doc warnings in spi.h
 2015-09-15 11:59 UTC 

[PATCH 1/3] spi: s3c64xx: fix runtime PM handling if registering the driver fails
 2015-09-14 18:54 UTC  (2+ messages)
  ` Applied "spi: s3c64xx: clean up runtime PM if driver registration fails" to the spi tree

[PATCH 2/4 RESEND v2] spi: s3c64xx: extend driver to make full use of runtime PM autosuspend
 2015-09-14 18:54 UTC  (2+ messages)
  ` Applied "spi: s3c64xx: extend driver to make full use of runtime PM autosuspend" to the spi tree

[PATCH 3/3] spi: s3c64xx: simplify suspend / resume handlers
 2015-09-14 18:54 UTC  (2+ messages)
  ` Applied "spi: s3c64xx: simplify suspend / resume handlers" to the spi tree

[PATCH 4/4 RESEND v2] spi: s3c64xx: replace clock disabling with runtime PM suspend call in remove function
 2015-09-14 18:54 UTC  (2+ messages)
  ` Applied "spi: s3c64xx: replace clock disabling with runtime PM suspend call in remove function" to the spi tree

[PATCH 0/6] spi/bcm63xx: cleanup and decouple from arch code
 2015-09-14 18:54 UTC  (14+ messages)
  ` [PATCH 1/6] spi/bcm63xx: remove unused rx_tail variable
      ` Applied "spi/bcm63xx: remove unused rx_tail variable" to the spi tree
  ` [PATCH 2/6] spi/bcm63xx: always use a fixed number of CS
      ` Applied "spi/bcm63xx: always use a fixed number of CS" to the spi tree
  ` [PATCH 3/6] spi/bcm63xx: hardcode busnum to 0
      ` Applied "spi/bcm63xx: hardcode busnum to 0" to the spi tree
  ` [PATCH 4/6] spi/bcm63xx: replace custom io accessors with standard ones
      ` Applied "spi/bcm63xx: replace custom io accessors with standard ones" to the spi tree
  ` [PATCH 5/6] spi/bcm63xx: move register definitions into the driver
  ` [PATCH 6/6] spi/bcm63xx: move message control word description to register offsets

[PATCH 1/4 RESEND v2] spi: s3c64xx: clean up runtime PM if driver registration fails
 2015-09-14 17:58 UTC  (2+ messages)

[PATCH] spi: omap2-mcspi: Add calls for pinctrl state select
 2015-09-14 16:10 UTC  (6+ messages)

[PATCH v5 0/10] Fix broken DMAFLUSHP on Rockchips platform
 2015-09-13 23:49 UTC  (11+ messages)
` [PATCH v5 03/10] DMA: pl330: add quirk for broken no flushp
` [PATCH v5 04/10] ARM: dts: Add arm,pl330-broken-no-flushp quirk for rk3288 platform
` [PATCH v5 05/10] ARM: dts: Add arm,pl330-broken-no-flushp quirk for rk3xxx platform
` [PATCH v5 06/10] dmaengine: add API for getting dma controller's quirk
` [PATCH v5 07/10] DMA: pl330: implement dmaengine_get_quirks hook
` [PATCH v5 08/10] spi: rockchip: modify DMA max burst to 1
  ` [PATCH v5 01/10] DMA: pl330: support burst mode for dev-to-mem and mem-to-dev transmit
  ` [PATCH v5 02/10] Documentation: arm-pl330: add description of arm,pl330-broken-no-flushp
  ` [PATCH v5 09/10] snd: dmaengine-pcm: add snd_dmaengine_pcm_get_quirks interface
  ` [PATCH v5 10/10] ASoC: rockchip_i2s: modify DMA max burst to 1

[PATCH V2 0/6] spi/bcm63xx: cleanup and decouple from arch code
 2015-09-12 16:07 UTC  (7+ messages)
` [PATCH V2 1/6] spi/bcm63xx: remove unused rx_tail variable
  ` [PATCH V2 2/6] spi/bcm63xx: always use a fixed number of CS
  ` [PATCH V2 3/6] spi/bcm63xx: hardcode busnum to 0
  ` [PATCH V2 4/6] spi/bcm63xx: replace custom io accessors with standard ones
  ` [PATCH V2 5/6] spi/bcm63xx: move message control word description to register offsets
  ` [PATCH V2 6/6] spi/bcm63xx: move register definitions into the driver

[PATCH v2] ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding
 2015-09-12 13:43 UTC  (2+ messages)

[LINUX RFC v2 0/4] spi: add dual parallel mode support in Zynq MPSoC GQSPI controller
 2015-09-11 16:24 UTC  (14+ messages)
` [LINUX RFC v2 1/4] spi: add support of two chip selects & data stripe

[PATCH] spi: spidev: fix possible NULL dereference
 2015-09-11 14:21 UTC  (5+ messages)

[PATCH v4 0/10] Fix broken DMAFLUSHP on Rockchips platform
 2015-09-11 12:31 UTC  (14+ messages)
` [PATCH v4 01/10] DMA: pl330: support burst mode for dev-to-mem and mem-to-dev transmit
` [PATCH v4 03/10] DMA: pl330: add quirk for broken no flushp
` [PATCH v4 06/10] dmaengine: add API for getting dma controller's quirk
` [PATCH v4 08/10] spi: rockchip: modify DMA max burst to 1
` [PATCH v4 09/10] snd: dmaengine-pcm: add snd_dmaengine_pcm_get_quirks interface
  ` [PATCH v4 02/10] Documentation: arm-pl330: add description of arm,pl330-broken-no-flushp
  ` [PATCH v4 04/10] ARM: dts: Add arm,pl330-broken-no-flushp quirk for rk3288 platform
  ` [PATCH v4 05/10] ARM: dts: Add arm,pl330-broken-no-flushp quirk for rk3xxx platform
  ` [PATCH v4 07/10] DMA: pl330: implement dmaengine_get_quirks hook
  ` [PATCH v4 10/10] ASoC: rockchip_i2s: modify DMA max burst to 1

spi-sc18is602.c GPIO support
 2015-09-11 11:33 UTC 

[PATCH v6 0/4] spi: bcm2835: add spi-bcm2835aux driver
 2015-09-11 11:22 UTC  (5+ messages)
  ` [PATCH v6 1/4] dt/bindings: bcm2835: spi: add bindings for the bcm2835 auxiliary spi devices
  ` [PATCH v6 2/4] spi: bcm2835: add bcm2835 auxiliary spi device driver
  ` [PATCH v6 3/4] spi: bcm2835: add the auxiliary spi1 and spi2 to the device tree
  ` [PATCH v6 4/4] ARM: bcm2835: enable auxiliary spi driver in defconfig

[PATCH 0/2] spi/bcm63xx: add device tree support
 2015-09-11 10:28 UTC  (6+ messages)
  ` [PATCH 1/2] spi/bcm63xx: document device tree bindings
  ` [PATCH 2/2] spi/bcm63xx: add support for probing through devicetree

[PATCH v5 0/6] bcm2835: auxiliar device support for spi
 2015-09-10 17:02 UTC  (14+ messages)
` [PATCH 1/6] soc: bcm2835: auxiliar devices enable infrastructure
` [PATCH v5 2/6] ARM: bcm2835: add DT for the bcm2835 auxiliar devices
` [PATCH v5 3/6] dt/bindings: bcm2835: add binding documentation for bcm2835-aux
` [PATCH v5 4/6] spi: bcm2835: new driver implementing auxiliar spi1/spi2 on the bcm2835 soc
` [PATCH v5 5/6] ARM: bcm2835: enable building of spi-bcm2835aux driver in default config
  ` [PATCH v5 6/6] dt/bindings: bcm2835: Add binding documentation for auxiliar spi devices

[PATCH linux-next v6 0/8] add driver for Atmel QSPI controller
 2015-09-10 10:36 UTC  (14+ messages)
  ` [PATCH linux-next v6 1/8] mtd: spi-nor: read JEDEC ID with multiple I/O protocols
  ` [PATCH linux-next v6 2/8] mtd: spi-nor: remove unused read_xfer/write_xfer hooks
  ` [PATCH linux-next v6 3/8] mtd: spi-nor: update the SPI protocol when enabling manufacturer Quad mode
  ` [PATCH linux-next v6 4/8] mtd: spi-nor: use optimized commands for read/write/erase operations
  ` [PATCH linux-next v6 5/8] Documentation: mtd: add a DT property to set the number of dummy cycles
  ` [PATCH linux-next v6 6/8] mtd: spi-nor: allow to tune "
  ` [PATCH linux-next v6 7/8] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
` [PATCH linux-next v6 8/8] mtd: atmel-quadspi: add driver for Atmel QSPI controller

[PATCH] spi: bcm2835: BUG: fix wrong use of PAGE_MASK
 2015-09-10 10:36 UTC  (2+ messages)
` Applied "spi: bcm2835: BUG: fix wrong use of PAGE_MASK" to the spi tree

[PATCH] spi: atmel: remove warning when !CONFIG_PM_SLEEP
 2015-09-10 10:36 UTC  (2+ messages)
  ` Applied "spi: atmel: remove warning when !CONFIG_PM_SLEEP" to the spi tree

[PATCH] spi: oc-tiny: Use of_property_read_u32 instead of open-coding it
 2015-09-09 11:55 UTC 

[PATCH linux-next v5 0/5] add driver for Atmel QSPI controller
 2015-09-08 23:29 UTC  (9+ messages)
` [PATCH linux-next v5 1/5] mtd: spi-nor: notify (Q)SPI controller about protocol change
` [PATCH linux-next v5 4/5] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver

[BUG] atmel: spi: scheduling while atomic
 2015-09-08 12:17 UTC 

[PATCH v7] arm64: dts: Add spi bus dts
 2015-09-08  8:59 UTC  (2+ messages)

[PATCH] spi: mediatek: fix spi cs polarity error
 2015-09-07 19:17 UTC  (2+ messages)
  ` Applied "spi: mediatek: fix spi cs polarity error" to the spi tree

[PATCH RESEND 0/1] Revert "spi/doc: spi_master_put must be followed up by kfree"
 2015-09-07 10:13 UTC  (4+ messages)

[alsa-devel] Fwd: [PATCH 1/1] SPI : spi-pxa2xx : fix spi init of WM510205 codec via ACPI (resend)
 2015-09-07  7:58 UTC  (13+ messages)
        `  "
              ` Fwd: [alsa-devel] "

[PATCH] ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding
 2015-09-07  7:24 UTC  (2+ messages)

[PATCH] Revert "spi/doc: spi_master_put must be followed up by kfree"
 2015-09-06  0:09 UTC  (2+ messages)
` Applied "spi: Fix documentation of spi_alloc_master()" to the spi tree

[PATCH RESEND 1/1] Revert "spi/doc: spi_master_put must be followed up by kfree"
 2015-09-06  0:04 UTC  (2+ messages)

[PATCH] ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding
 2015-09-04  8:05 UTC 

[PATCH v3 0/9] Fix broken DMAFLUSHP on Rockchips platform
 2015-09-04  0:03 UTC  (6+ messages)
` [PATCH v3 8/9] spi: rockchip: modify DMA max burst to 1

[PATCH 4/4 RESEND v2] spi: s3c64xx: replace clock disabling with runtime PM suspend call in remove function
 2015-09-03 20:40 UTC 

[PATCH 3/4 RESEND v2] spi: s3c64xx: simplify suspend / resume handlers
 2015-09-03 20:40 UTC 

[PATCH 2/4 RESEND v2] spi: s3c64xx: extend driver to make full use of runtime PM autosuspend
 2015-09-03 20:39 UTC 

[PATCH] spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabled
 2015-09-02 12:12 UTC  (2+ messages)
  ` Applied "spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabled" to the spi tree

ARM: pxa: build error in arch/arm/plat-pxa/ssp.c
 2015-09-02  7:40 UTC  (4+ messages)

Re:
 2015-09-01 16:06 UTC 


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