linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-28 20:22:16 to 2018-01-08 12:49:09 UTC [more...]

[PATCH v2] gpio: of: Support SPI nonstandard GPIO properties
 2018-01-08 12:49 UTC 

[PATCH] spi: imx: do not access registers while clocks disabled
 2018-01-08 12:36 UTC  (2+ messages)
` Applied "spi: imx: do not access registers while clocks disabled" to the spi tree

[PATCH 0/3] mtd: spi-nor: fix DMA-unsafe buffer issue between MTD and SPI
 2018-01-07 20:49 UTC  (26+ messages)
` [PATCH 1/3] mtd: spi-nor: add optional DMA-safe bounce buffer for data transfer
` [PATCH 2/3] dt-bindings: mtd: atmel-quadspi: add an optional property 'dmacap, memcpy'
    ` [PATCH 2/3] dt-bindings: mtd: atmel-quadspi: add an optional property 'dmacap,memcpy'
` [PATCH 3/3] mtd: atmel-quadspi: add support of DMA memcpy()

[PATCH 0/5] Rewrite GPIO SPI to use descriptors
 2018-01-06 23:18 UTC  (24+ messages)
  ` [PATCH 1/5] gpio: of: Support SPI nonstandard GPIO properties
  ` [PATCH 2/5] spi: spi-gpio: Rewrite to use GPIO descriptors
  ` [PATCH 3/5] spi: spi-gpio: Augment device tree bindings
  ` [PATCH 4/5] spi: spi-gpio: Make optional chipselect handling more explicit
  ` [PATCH 5/5] spi: spi-gpio: Delete references to non-GENERIC_BITBANG

[PATCH v3] spi: atmel: Implements transfers with bounce buffer
 2018-01-05 12:43 UTC  (2+ messages)
  ` Applied "spi: atmel: Implements transfers with bounce buffer" to the spi tree

[PATCH v3 00/27] kill devm_ioremap_nocache
 2018-01-04 14:52 UTC  (11+ messages)

[PATCH] spi: sh-msiof: Fix timeout failures for TX-only DMA transfers
 2018-01-04 12:00 UTC  (5+ messages)
` Applied "spi: sh-msiof: Fix timeout failures for TX-only DMA transfers" to the spi tree

[PATCH 0/8] spi: sh-msiof: Import some BSP patches
 2018-01-04  8:24 UTC  (12+ messages)
` [PATCH 2/8] spi: sh-msiof: Fix DMA transfer size check

[PATCH v1] eSPI: add Aspeed AST2500 eSPI driver to boot a host with PCH runs on eSPI
 2018-01-04  0:11 UTC  (12+ messages)

[PATCH 00/12] account for const type of of_device_id.data
 2018-01-03 12:22 UTC  (6+ messages)
` [PATCH 03/12] spi: sirf: "
  ` Applied "spi: sirf: account for const type of of_device_id.data" to the spi tree
` [PATCH 10/12] spi: spi-fsl-dspi: account for const type of of_device_id.data
    ` Applied "spi: spi-fsl-dspi: account for const type of of_device_id.data" to the spi tree

[PATCH] spi: bcm53xx: simplify reading SPI data
 2017-12-29 13:48 UTC 

[PATCH] spi: pxa2xx: Use gpiod_put() not gpiod_free()
 2017-12-27 10:40 UTC  (3+ messages)
  ` Applied "spi: pxa2xx: Use gpiod_put() not gpiod_free()" to the spi tree

[PATCH] spi: Add a sysfs interface to instantiate devices
 2017-12-27 10:31 UTC  (7+ messages)

[PATCH v3 27/27] devres: kill devm_ioremap_nocache
 2017-12-25  1:43 UTC  (3+ messages)

[PATCH v3 02/27] spi: replace devm_ioremap_nocache with devm_ioremap
 2017-12-23 10:56 UTC 

[spi:topic/pxa2xx 1/1] drivers//spi/spi-pxa2xx.c:1240:3: error: implicit declaration of function 'gpiod_free'
 2017-12-22 10:29 UTC 

[PATCH] spi: pxa2xx: avoid redundant gpio_to_desc(desc_to_gpio()) round-trip
 2017-12-21 12:28 UTC  (2+ messages)
  ` Applied "spi: pxa2xx: avoid redundant gpio_to_desc(desc_to_gpio()) round-trip" to the spi tree

[GIT PULL] spi fixes for v4.15
 2017-12-20 17:14 UTC 

[PATCH] spi: atmel: fixed spin_lock usage inside atmel_spi_remove
 2017-12-19 11:01 UTC  (3+ messages)
` Applied "spi: atmel: fixed spin_lock usage inside atmel_spi_remove" to the spi tree

[PATCH v2] spi: atmel: Implements transfers with bounce buffer
 2017-12-19 10:43 UTC  (3+ messages)

[PATCH 0/4] spi: sh-msiof: Multi-slave enhancements
 2017-12-14 11:50 UTC  (10+ messages)
` [PATCH 1/4] spi: sh-msiof: Avoid writing to registers from spi_master.setup()
  ` Applied "spi: sh-msiof: Avoid writing to registers from spi_master.setup()" to the spi tree
  ` [PATCH 2/4] spi: sh-msiof: Extend support to 3 native chip selects
    ` Applied "spi: sh-msiof: Extend support to 3 native chip selects" to the spi tree
  ` [PATCH 3/4] spi: sh-msiof: Implement cs-gpios configuration
    ` Applied "spi: sh-msiof: Implement cs-gpios configuration" to the spi tree
` [PATCH 4/4] spi: sh-msiof: Document hardware limitations related to chip selects
  ` Applied "spi: sh-msiof: Document hardware limitations related to chip selects" to the spi tree

[PATCH v2] spi: s3c64xx: add SPDX identifier
 2017-12-14 11:00 UTC  (7+ messages)

[PATCH v3] spi: s3c64xx: add SPDX identifier
 2017-12-14  8:56 UTC  (2+ messages)

[PATCH] spi: jcore: disable clock when registering spi conroller failed When probe function fails in registering the spi controller, the clock should remain disabled
 2017-12-13 19:43 UTC  (2+ messages)
  ` Applied "spi: jcore: disable clock when registering spi conroller failed" to the spi tree

[PATCH] spi: s3c64xx: add SPDX identifier
 2017-12-13  9:38 UTC  (14+ messages)

spidev: Instantiating from DT as "spidev"
 2017-12-12 18:44 UTC  (9+ messages)

[PATCH v2] spi: atmel: bounce buffer spi
 2017-12-12 15:28 UTC  (2+ messages)

spi: davinci: Initialize dspi->done before any possible use of it
 2017-12-12 11:17 UTC  (5+ messages)
      ` Applied "spi: davinci: Initialize dspi->done before any possible use of it" to the spi tree

[BUG] drivers/spi: a possible sleep-in-atomic bug in atmel_spi_remove
 2017-12-12  7:30 UTC 

RFC: FT232H based FPGA configuration adapter drivers
 2017-12-08 13:57 UTC  (5+ messages)

[RFC PATCH 0/2] Enable DMA transfers for SAM9 and fix cache aliasing
 2017-12-08 13:26 UTC  (4+ messages)
` [RFC PATCH 2/2] spi: atmel: Fix DMA transfers data corruption

[PATCH] spi: sun6i: disable/unprepare clocks on remove
 2017-12-07 17:48 UTC  (3+ messages)
  ` Applied "spi: sun6i: disable/unprepare clocks on remove" to the spi tree

[PATCH] spi: rspi: Do not set SPCR_SPE in qspi_set_config_register()
 2017-12-07 12:35 UTC  (2+ messages)
` Applied "spi: rspi: Do not set SPCR_SPE in qspi_set_config_register()" to the spi tree

[PATCH] spi: sun4i: disable clocks in the remove function
 2017-12-07 12:35 UTC  (7+ messages)
      ` [PATCH V3] "
          ` Applied "spi: sun4i: disable clocks in the remove function" to the spi tree

[PATCH] spi: jcore: disable clock when registering spi conroller failed
 2017-12-07 11:55 UTC  (2+ messages)

[PATCH] spi: jcore: disable clock when registering spi conroller
 2017-12-07 10:09 UTC 

[PATCH 0/3] spicc: meson-axg: add SPICC controller
 2017-12-07  0:04 UTC  (4+ messages)
` [PATCH 3/3] ARM64: dts: meson-axg: add the "

[RFC] spi: sun6i: disable/unprepare clocks on remove
 2017-12-06 15:20 UTC  (2+ messages)

brauchen sie schnell geld? Wir helfen ihnen weiter
 2017-12-03 20:11 UTC 

[PATCH/trivial] spi: Fix double "when"
 2017-11-30 17:40 UTC  (2+ messages)
  ` Applied "spi: Fix double "when"" to the spi tree

[PATCH] spi: sh-msiof: Use dev_warn_once() instead of open-coding
 2017-11-30 17:40 UTC  (2+ messages)
  ` Applied "spi: sh-msiof: Use dev_warn_once() instead of open-coding" to the spi tree

[PATCH 1/3] dt-bindings: spicc: update compatible string for the Meson-AXG
 2017-11-28 20:22 UTC  (2+ messages)
` Applied "spi: meson-axg: update compatible string for the Meson-AXG" to the spi tree


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