linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-13 14:55:29 to 2018-01-02 13:27:59 UTC [more...]

[PATCH 00/12] account for const type of of_device_id.data
 2018-01-02 13:27 UTC  (2+ messages)
` [PATCH 03/12] spi: sirf: "

[PATCH 0/3] mtd: spi-nor: fix DMA-unsafe buffer issue between MTD and SPI
 2018-01-02 10:22 UTC  (20+ 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-02  8:15 UTC  (7+ 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 v1] eSPI: add Aspeed AST2500 eSPI driver to boot a host with PCH runs on eSPI
 2017-12-30 23:10 UTC 

[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 00/27] kill devm_ioremap_nocache
 2017-12-25  1:34 UTC  (7+ 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 v3] spi: atmel: Implements transfers with bounce buffer
 2017-12-19 15:17 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  (8+ messages)
  ` [RFC PATCH 1/2] Revert "spi: atmel: fix corrupted data issue on SAM9 family SoCs"
  ` [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  (10+ messages)
` [PATCH 1/3] dt-bindings: spicc: update compatible string for the Meson-AXG
  ` Applied "spi: meson-axg: update compatible string for the Meson-AXG" to the spi tree
  ` [PATCH 2/3] spi: meson-axg: add SPICC driver support
      ` Applied "spi: meson-axg: add SPICC driver support" to the spi tree
` [PATCH 3/3] ARM64: dts: meson-axg: add the SPICC controller

[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] spi: a3700: Fix clk prescaling for coefficient over 15
 2017-11-27 18:54 UTC  (2+ messages)
  ` Applied "spi: a3700: Fix clk prescaling for coefficient over 15" to the spi tree

[PATCH 1/3] spi: xilinx: Detect stall with Unknown commands
 2017-11-27 18:54 UTC  (9+ messages)
  ` [PATCH 2/3] spi: xilinx: Add support for xlnx,axi-quad-spi-1.00.a
      ` Applied "spi: xilinx: Add support for xlnx,axi-quad-spi-1.00.a" to the spi tree
  ` [PATCH 3/3] MAINTAINERS: Add Ricardo Ribalda for spi-xilinx
  ` Applied "spi: xilinx: Detect stall with Unknown commands" to the spi tree

[RFC PATCH v2 00/12] spi: moving to struct gpio_desc
 2017-11-24 13:03 UTC  (5+ messages)
` [RFC PATCH v2 10/12] spi: core: convert spi_master to use gpio_desc
` [RFC PATCH v2 12/12] wip: convert struct spi_device to gpio_desc

[PATCH] spi: a3700: Fix event detection when waiting for interrupt
 2017-11-24 12:11 UTC 

Kredit beantragen
 2017-11-23 13:14 UTC 

Hi Dear
 2017-11-21 21:59 UTC 

Spende von 4.800.000,00 EUR
 2017-11-18 18:19 UTC 

[PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list
 2017-11-17 18:08 UTC  (3+ messages)

[PATCH] spi: imx: Fix failure path leak on GPIO request error correctly
 2017-11-16 19:30 UTC  (2+ messages)
  ` Applied "spi: imx: Fix failure path leak on GPIO request error correctly" to the spi tree

[PATCH] spi: spi-fsl-dspi: add SPI_LSB_FIRST to driver capabilities
 2017-11-16 19:30 UTC  (2+ messages)
  ` Applied "spi: spi-fsl-dspi: add SPI_LSB_FIRST to driver capabilities" to the spi tree

MCP251x SPI CAN controller on Cavium ThunderX
 2017-11-16 16:13 UTC  (14+ messages)

[PATCH 1/1] spi: imx: Update device tree binding documentation
 2017-11-16 11:06 UTC  (2+ messages)
  ` Applied "spi: imx: Update device tree binding documentation" to the spi tree

[PATCH v4 0/3] Fix for imx-spi CS GPIOs
 2017-11-16  7:47 UTC  (3+ messages)
` [PATCH v4 3/3] ARM: imx: Update spi_imx platform data to reflect current state

spi->irq == 0 on module reload of driver using IRQF_TRIGGER_LOW
 2017-11-13 18:25 UTC  (7+ messages)

Re:
 2017-11-13 14:55 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).