linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-25 13:10:16 to 2016-12-24 23:47:09 UTC [more...]

[PATCH 1/3] spi: introduce max message size flag in spi_master
 2016-12-24 23:47 UTC  (13+ messages)
  ` [PATCH v2 2/3] mtd: m25p80: consider max message size in m25p80_read
      ` [PATCH RESEND] "
        ` [PATCH v2] "

[PATCH v3 0/2] mtd: spi-nor: add a stateless method to support memory size above 128Mib
 2016-12-23 18:56 UTC  (4+ messages)
` [PATCH v3 1/2] mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codes
  ` [PATCH v3 2/2] mtd: spi-nor: add a stateless method to support memory size above 128Mib

fsl-espi, m25p80 and max_transfer_size / max_message_size
 2016-12-23 15:09 UTC  (4+ messages)

[PATCH 1/1] spi: dw: Make debugfs name unique between instances
 2016-12-22  9:18 UTC 

[PATCH 0/2] Cosmetic changes for the SPI driver of ARMADA 3700
 2016-12-21 10:10 UTC  (3+ messages)
  ` [PATCH 1/2] spi: armada-3700: Coding style fixes
  ` [PATCH 2/2] spi: armada-3700: Replaced raw values for nbits by the SPI macros

[PATCH] spi: rockchip: support "sleep" pin configuration
 2016-12-21  4:04 UTC  (4+ messages)

[PATCH spi/for-next] sip: sh-msiof: Do not use C++ style comment
 2016-12-20 11:41 UTC  (2+ messages)
` Applied "spi: sh-msiof: Do not use C++ style comment" to the spi tree

[PATCH spi/for-next] spi: sh-msiof: Add R-Car Gen 2 and 3 fallback bindings
 2016-12-20 10:21 UTC  (5+ messages)
` Applied "spi: sh-msiof: Add R-Car Gen 2 and 3 fallback bindings" to the spi tree

[PATCH/RFC v2 0/7] spi: Add slave mode support
 2016-12-19 13:28 UTC  (7+ messages)
` [PATCH/RFC v2 3/7] spi: core: Add support for registering SPI slave controllers

[PATCH] spi: spi-fsl-spi: Add OF bus-num property
 2016-12-19 12:09 UTC 

[PATCH v10 1/3] of: Add vendor prefix for Lattice Semiconductor
 2016-12-19 11:16 UTC  (5+ messages)
` [PATCH v10 2/3] Documentation: Add binding document for Lattice iCE40 FPGA manager
  ` [PATCH v10 3/3] fpga: Add support for Lattice iCE40 FPGAs

[PATCH v2 0/2] spi: lantiq-ssc: add support for Lantiq SSC SPI controller
 2016-12-17 22:16 UTC  (8+ messages)
  ` [PATCH v2 1/2] spi: add check_finished() callback
  ` [PATCH v2 2/2] spi: lantiq-ssc: add support for Lantiq SSC SPI controller

[patch 3/3] spi: armada-3700: Remove unnecessary condition
 2016-12-16 12:31 UTC  (3+ messages)
` Applied "spi: armada-3700: Remove unnecessary condition" to the spi tree

[patch 2/3] spi: armada-3700: Set mode bits correctly
 2016-12-16 12:31 UTC  (3+ messages)
` Applied "spi: armada-3700: Set mode bits correctly" to the spi tree

[patch 1/3] spi: armada-3700: Signedness bug in probe
 2016-12-16 10:34 UTC  (5+ messages)

[PATCH/RFC v2 2/7] spi: core: Extract of_spi_parse_dt()
 2016-12-15 18:28 UTC  (2+ messages)
` Applied "spi: core: Extract of_spi_parse_dt()" to the spi tree

[PATCH] spi: fsl-lpspi: Pre-initialize ret in fsl_lpspi_transfer_one_msg()
 2016-12-14 18:03 UTC  (3+ messages)
` Applied "spi: fsl-lpspi: Pre-initialize ret in fsl_lpspi_transfer_one_msg()" to the spi tree

[PATCH] spi: SPI_FSL_DSPI should depend on HAS_DMA
 2016-12-14 18:03 UTC  (5+ messages)
  ` Applied "spi: SPI_FSL_DSPI should depend on HAS_DMA" to the spi tree

[PATCH 1/2] spi: spi-ath79: support multiple internal chip select lines
 2016-12-14 18:03 UTC  (5+ messages)
  ` [PATCH 2/2] spi: spi-ath79: use gpio_set_value_cansleep for GPIO chip select
      ` Applied "spi: spi-ath79: use gpio_set_value_cansleep for GPIO chip select" to the spi tree
  ` Applied "spi: spi-ath79: support multiple internal chip select lines" "

[PATCH] spi: armada-3700: fix unsigned compare than zero on irq
 2016-12-14 18:03 UTC  (5+ messages)
` Applied "spi: armada-3700: fix unsigned compare than zero on irq" to the spi tree

[PATCH v9 1/3] of: Add vendor prefix for Lattice Semiconductor
 2016-12-14 15:40 UTC  (6+ messages)
` [PATCH v9 2/3] Documentation: Add binding document for Lattice iCE40 FPGA manager
` [PATCH v9 3/3] fpga: Add support for Lattice iCE40 FPGAs

[GIT PULL] spi updates for v4.10
 2016-12-13 17:41 UTC 

spidev instantiated from DT
 2016-12-13  8:27 UTC  (2+ messages)

spidev instantiated from DT
 2016-12-12  9:14 UTC  (2+ messages)

[PATCH v2] spi: mvebu: fix baudrate calculation for armada variant
 2016-12-08 17:56 UTC  (2+ messages)

[PATCH 0/5] Add support for the Armada 3700 SPI controller
 2016-12-08 16:55 UTC  (10+ messages)
  ` [PATCH 1/5] spi: Add basic support for Armada 3700 SPI Controller
  ` [PATCH 2/5] spi: armada-3700: Add support for the FIFO mode
  ` [PATCH 3/5] dt-bindings: spi: Add documentation for the Armada 3700 SPI Controller
      ` Applied "spi: armada-3700: Add documentation for the Armada 3700 SPI Controller" to the spi tree
  ` [PATCH 4/5] arm64: dts: marvell: Add definition of SPI controller for Armada 3700
  ` [PATCH 5/5] arm64: dts: marvell: Enable spi0 on the board Armada-3720-db

[PATCH v4 0/4] Add support for the Armada 3700 SPI controller
 2016-12-08 16:55 UTC  (6+ messages)
  ` [PATCH v4 1/4] spi: Add support for Armada 3700 SPI Controller
      ` Applied "spi: Add support for Armada 3700 SPI Controller" to the spi tree
  ` [PATCH v4 2/4] spi: armada-3700: Add documentation for the Armada 3700 SPI Controller
  ` [PATCH v4 3/4] arm64: dts: marvell: Add definition of SPI controller for Armada 3700
  ` [PATCH v4 4/4] arm64: dts: marvell: Enable spi0 on the board Armada-3720-db

[spi:fix/mvbeu 1/1] drivers/spi/spi-orion.c:192:8: error: 'sspr' undeclared
 2016-12-08 16:14 UTC 

[PATCH v2 0/2] mtd: spi-nor: add a stateless method to support memory size above 128Mib
 2016-12-08 12:41 UTC  (3+ messages)
` [PATCH v2 1/2] mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codes
` [PATCH v2 2/2] mtd: spi-nor: add a stateless method to support memory size above 128Mib

[PATCH] spi: mvebu: fix baudrate calculation for armada variants
 2016-12-08  8:21 UTC 

Western Union Spende
 2016-12-08  4:58 UTC 

[PATCH 0/2] mtd: spi-nor: add a stateless method to support memory size above 128Mib
 2016-12-08  3:50 UTC  (10+ messages)
` [PATCH 1/2] mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codes
` [PATCH 2/2] mtd: spi-nor: add a stateless method to support memory size above 128Mib

[PATCH v3 0/5] Add support for the Armada 3700 SPI controller
 2016-12-07 16:34 UTC  (12+ messages)
  ` [PATCH v3 1/5] spi: Add basic support for Armada 3700 SPI Controller
  ` [PATCH v3 2/5] spi: armada-3700: Add support for the FIFO mode
  ` [PATCH v3 3/5] spi: armada-3700: Add documentation for the Armada 3700 SPI Controller
  ` [PATCH v3 4/5] arm64: dts: marvell: Add definition of SPI controller for Armada 3700
  ` [PATCH v3 5/5] arm64: dts: marvell: Enable spi0 on the board Armada-3720-db

[PATCH] spi: davinci: Allow device tree devices to use DMA
 2016-12-07  2:28 UTC  (5+ messages)

[LINUX RFC v4 3/4] mtd: spi-nor: add stripe support
 2016-12-06 15:58 UTC  (9+ messages)

[PATCH v2 0/5] Add support for the Armada 3700 SPI controller
 2016-12-05 23:27 UTC  (10+ messages)
  ` [PATCH v2 1/5] spi: Add basic support for Armada 3700 SPI Controller
  ` [PATCH v2 2/5] spi: armada-3700: Add support for the FIFO mode
  ` [PATCH v2 4/5] arm64: dts: marvell: Add definition of SPI controller for Armada 3700
  ` [PATCH v2 5/5] arm64: dts: marvell: Enable spi0 on the board Armada-3720-db
` [PATCH v2 3/5] dt-bindings: spi: Add documentation for the Armada 3700 SPI Controller

[PATCH] spi: spi-pxa2xx: Remove unused macro
 2016-12-05 12:10 UTC  (2+ messages)
  ` Applied "spi: spi-pxa2xx: Remove unused macro" to the spi tree

[Patch V1 1/2] spi: fsl-lpspi: use GPL as module license
 2016-12-05 12:10 UTC  (4+ messages)
  ` [Patch V1 2/2] spi: fsl-lpspi: quit reading rx fifo under error condition
      ` Applied "spi: fsl-lpspi: quit reading rx fifo under error condition" to the spi tree
  ` Applied "spi: fsl-lpspi: use GPL as module license" "

[PATCH] spi: fsl-espi: fix ioread16/iowrite16 endianness
 2016-12-01 21:46 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: fix ioread16/iowrite16 endianness" to the spi tree

[PATCH v6, 0/8] Broadcom stb, and iProc SoC QSPI driver
 2016-12-01 15:45 UTC  (9+ messages)
` [PATCH v6, 5/8] mtd: m25p80: Let m25p80_read() fallback to spi transfer

[PATCH v2, 1/1] mtd: devices: m25p80: Add PM suspend resume support
 2016-12-01 15:43 UTC  (5+ messages)

[Patch V1 1/2] spi: imx: use wait_for_completion_timeout() while waiting transfer done
 2016-12-01  1:49 UTC  (6+ messages)
  ` [Patch V1 2/2] imx: spi: read lpspi tx/rx fifo size in probe()
      ` Applied "spi: fsl-lpspi: read lpspi tx/rx fifo size in probe()" to the spi tree
  ` Applied "spi: fsl-lpspi: use wait_for_completion_timeout() while waiting transfer done" "

[PATCH 1/4] spi: fsl-espi: determine need for byte swap only once
 2016-11-30 18:08 UTC  (8+ messages)
      ` Applied "spi: fsl-espi: determine need for byte swap only once" to the spi tree
  ` [PATCH 2/4] spi: fsl-espi: eliminate need for linearization when writing to hardware
      ` Applied "spi: fsl-espi: eliminate need for linearization when writing to hardware" to the spi tree
  ` [PATCH 3/4] spi: fsl-espi: eliminate need for linearization when reading from hardware
      ` Applied "spi: fsl-espi: eliminate need for linearization when reading from hardware" to the spi tree
  ` [PATCH 4/4] spi: fsl-espi: remove unused linearization code
      ` Applied "spi: fsl-espi: remove unused linearization code" to the spi tree

[PATCH] spi: orion: fix comment to mention MVEBU
 2016-11-30 11:18 UTC  (2+ messages)

BMW PROMO
 2016-11-28  5:20 UTC 

[LINUX RFC v4 4/4] spi: zynqmp: gqspi: add support for stripe feature
 2016-11-27  8:33 UTC 

[LINUX RFC v4 2/4] mtd: add spi_device instance to spi_nor struct
 2016-11-27  8:33 UTC 

[LINUX RFC v4 1/4] spi: adding support for data stripe feature in core
 2016-11-27  8:33 UTC 

[LINUX RFC v4 0/4] Add stripe support for ZynqMP SoC GQSPI controller
 2016-11-27  8:33 UTC 

[PATCH 0/4] spi: fsl-espi: eliminate linearization into intermediate buffer
 2016-11-25 22:58 UTC 

[PATCH 1/4] spi: spi-axi: Fix module autoload
 2016-11-25 13:10 UTC  (2+ messages)
  ` Applied "spi: spi-axi: Fix module autoload" to the spi tree

[PATCH 2/4] spi: jcore: Fix module autoload for OF registration
 2016-11-25 13:10 UTC  (2+ messages)
` Applied "spi: jcore: Fix module autoload for OF registration" to the spi tree

[PATCH 3/4] spi: xlp: Fix module autoload for OF registration
 2016-11-25 13:10 UTC  (2+ messages)
` Applied "spi: xlp: Fix module autoload for OF registration" to the spi tree

[PATCH 4/4] spi: ath79: Fix module autoload for OF registration
 2016-11-25 13:10 UTC  (2+ messages)
  ` Applied "spi: ath79: Fix module autoload for OF registration" to the spi tree

[Patch V1 3/3] spi: imx: use prepare_transfer_hardware() for lpspi
 2016-11-25 13:10 UTC  (2+ messages)
  ` Applied "spi: imx: use prepare_transfer_hardware() for lpspi" to the spi tree

[Patch V1 2/3] spi: imx: fix potential shift truncation
 2016-11-25 13:10 UTC  (2+ messages)
  ` Applied "spi: imx: fix potential shift truncation" to the spi tree

[Patch V1 1/3] spi: imx: replace schedule() with cond_resched()
 2016-11-25 13:10 UTC  (2+ messages)
  ` Applied "spi: imx: replace schedule() with cond_resched()" to the spi tree

[PATCH 1/5] spi: atmel: trivial: move info banner to latest probe action
 2016-11-25 13:10 UTC  (2+ messages)
  ` Applied "spi: atmel: trivial: move info banner to latest probe action" to the spi tree

[PATCH 2/5] spi: atmel: Use core SPI_MASTER_MUST_[RT]X handling
 2016-11-25 13:10 UTC  (2+ messages)
  ` Applied "spi: atmel: Use core SPI_MASTER_MUST_[RT]X handling" to the spi tree

[PATCH 3/5] spi: atmel: Use SPI core DMA mapping framework
 2016-11-25 13:10 UTC  (2+ messages)
` Applied "spi: atmel: Use SPI core DMA mapping framework" to the spi tree

[PATCH 4/5] spi: atmel: trivial: remove unused fields in DMA structure
 2016-11-25 13:10 UTC  (2+ messages)
` Applied "spi: atmel: trivial: remove unused fields in DMA structure" to the spi tree

[PATCH 5/5] spi: atmel: remove the use of private channel fields
 2016-11-25 13:10 UTC  (2+ messages)
` Applied "spi: atmel: remove the use of private channel fields" 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).