linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-13 05:25:41 to 2017-06-25 02:39:33 UTC [more...]

(unknown),
 2017-06-25  2:39 UTC 

[PATCH v5 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-06-23 22:17 UTC  (21+ messages)
  ` [PATCH v5 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
  ` [PATCH v5 02/16] mtd: lantiq-flash: drop check of boot select
  ` [PATCH v5 03/16] mtd: spi-falcon: "
  ` [PATCH v5 04/16] watchdog: lantiq: access boot cause register through regmap
  ` [PATCH v5 05/16] watchdog: lantiq: add device tree binding documentation
  ` [PATCH v5 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
  ` [PATCH v5 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
  ` [PATCH v5 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
  ` [PATCH v5 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
  ` [PATCH v5 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
  ` [PATCH v5 11/16] MIPS: lantiq: remove old reset controller implementation
  ` [PATCH v5 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
  ` [PATCH v5 13/16] MIPS: lantiq: remove old GPHY loader code
  ` [PATCH v5 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
  ` [PATCH v5 15/16] MIPS: lantiq: remove old USB PHY initialisation
  ` [PATCH v5 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation

[PATCH v3 00/15] spi: qup: Fixes and add support for >64k transfers
 2017-06-23 21:49 UTC  (17+ messages)
` [PATCH v3 01/15] spi: qup: Enable chip select support
` [PATCH v3 02/15] spi: qup: Setup DMA mode correctly
` [PATCH v3 03/15] spi: qup: Add completion structures for DMA
` [PATCH v3 05/15] spi: qup: Place the QUP in run mode before DMA
` [PATCH v3 06/15] spi: qup: Fix error handling in spi_qup_prep_sg
` [PATCH v3 07/15] spi: qup: Fix transaction done signaling
` [PATCH v3 08/15] spi: qup: Do block sized read/write in block mode
` [PATCH v3 09/15] spi: qup: refactor spi_qup_io_config into two functions
` [PATCH v3 10/15] spi: qup: call io_config in mode specific function
` [PATCH v3 11/15] spi: qup: allow block mode to generate multiple transactions
` [PATCH v3 12/15] spi: qup: refactor spi_qup_prep_sg
  ` [PATCH v3 04/15] spi: qup: Add completion timeout
  ` [PATCH v3 13/15] spi: qup: allow multiple DMA transactions per spi xfer
  ` [PATCH v3 14/15] spi: qup: Ensure done detection
` [PATCH v3 15/15] spi: qup: support for qup v1 dma

[PATCH 0/2] add mt2712 spi support
 2017-06-23 21:46 UTC  (6+ messages)
` [PATCH 1/2] spi: mediatek: Add bindings for mediatek MT2712 soc platform
` [PATCH 2/2] spi: mediatek: add spi support for mt2712 IC

[PATCH 1/1] spi: atmel: fix corrupted data issue on SAM9 family SoCs
 2017-06-23 17:18 UTC  (4+ messages)
` Applied "spi: atmel: fix corrupted data issue on SAM9 family SoCs" to the spi tree

[PATCH 0/8] STM32 SPI various fixes
 2017-06-23 12:55 UTC  (9+ messages)
` [PATCH 1/8] dt-bindings: spi: stm32: use SoC specific compatible
` [PATCH 2/8] spi: stm32: fix compatible to fit with new bindings
` [PATCH 3/8] dt-bindings: spi: stm32: fix example with st,spi-midi-ns property
` [PATCH 4/8] spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindings
` [PATCH 5/8] spi: stm32: use normal conditional statements instead of ternary operator
` [PATCH 6/8] spi: stm32: add runtime PM support
  ` [PATCH 7/8] spi: stm32: enhance DMA error management
` [PATCH 8/8] spi: stm32: fix potential dereference null return value

[PATCH][spi-next] spi: stm32: fix range limit checks on div
 2017-06-23 12:42 UTC  (5+ messages)

[PATCH v2 0/2] spi-ti-qspi: Handle vmalloc'd buffers
 2017-06-23 12:12 UTC  (7+ messages)
` [PATCH v2 2/2] spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble

[PATCH] spi: stm32: fix error check on mbr being -ve
 2017-06-23 12:04 UTC  (2+ messages)
` Applied "spi: stm32: fix error check on mbr being -ve" to the spi tree

[PATCH v3 1/3] spi: rockchip: add support for "cs-gpios" dts property
 2017-06-23  4:02 UTC  (7+ messages)
  ` [PATCH v3 2/3] dt-bindings: spi/rockchip: add "cs-gpios" optional property

[PATCH 0/3] Apple SPI properties
 2017-06-22 14:18 UTC  (15+ messages)
` [PATCH 1/3] ACPI / property: Don't evaluate objects for devices w/o handle
` [PATCH 2/3] ACPI / property: Support Apple _DSM properties
` [PATCH 3/3] spi: Use Apple device properties in absence of ACPI resources

[PATCH 0/2] Add support for STM32 SPI
 2017-06-22 11:51 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: spi: Document the STM32 SPI bindings
  ` Applied "spi: Document the STM32 SPI bindings" to the spi tree
  ` [PATCH 2/2] spi: add driver for STM32 SPI controller
    ` Applied "spi: add driver for STM32 SPI controller" to the spi tree

[PATCH] spi: imx: Check for allocation failure earlier
 2017-06-21 11:16 UTC  (2+ messages)
  ` Applied "spi: imx: Check for allocation failure earlier" to the spi tree

[PATCH] mips: bcm63xx: spi: Fix checkpatch.pl warnings
 2017-06-21 11:16 UTC  (4+ messages)
` Applied "spi/bcm63xx: Fix checkpatch warnings" to the spi tree

[RFC PATCH v3 0/6] Report wakeup events in cros_ec_keyb and make cros-ec-spi wakeup optional
 2017-06-21 10:52 UTC  (4+ messages)
  ` [RFC PATCH v3 1/6] spi: core: add support for wakeup-source dts property
` [RFC PATCH v3 2/6] dt-bindings: spi/core: add wakeup-source optional property

[PATCH v4 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-06-20 22:20 UTC  (23+ messages)
  ` [PATCH v4 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
  ` [PATCH v4 02/16] mtd: lantiq-flash: drop check of boot select
  ` [PATCH v4 03/16] mtd: spi-falcon: "
  ` [PATCH v4 04/16] watchdog: lantiq: access boot cause register through regmap
  ` [PATCH v4 05/16] watchdog: lantiq: add device tree binding documentation
  ` [PATCH v4 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
  ` [PATCH v4 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
  ` [PATCH v4 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
  ` [PATCH v4 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
  ` [PATCH v4 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
  ` [PATCH v4 11/16] MIPS: lantiq: remove old reset controller implementation
  ` [PATCH v4 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
  ` [PATCH v4 13/16] MIPS: lantiq: remove old GPHY loader code
  ` [PATCH v4 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
  ` [PATCH v4 15/16] MIPS: lantiq: remove old USB PHY initialisation
  ` [PATCH v4 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation

[PATCH] spi: loopback-test: Fix kfree() NULL pointer error
 2017-06-20  9:30 UTC 

[PATCH v2] spi/bcm63xx: Fix checkpatch warnings
 2017-06-19 20:07 UTC  (3+ messages)

spi-omap2: AM335x SPI interface 3WIRE mode
 2017-06-19 16:32 UTC  (3+ messages)

[PATCH 00/15] spi: qup: Fixes and add support for >64k transfers
 2017-06-18  2:17 UTC  (18+ messages)
` [PATCH 01/15] spi: qup: Enable chip select support
` [PATCH 02/15] spi: qup: Setup DMA mode correctly
` [PATCH 03/15] spi: qup: Add completion timeout for dma mode
` [PATCH 05/15] spi: qup: Place the QUP in run mode before DMA transactions
  ` [PATCH 04/15] spi: qup: Add completion timeout for fifo/block mode
  ` [PATCH 06/15] spi: qup: Fix error handling in spi_qup_prep_sg
  ` [PATCH 07/15] spi: qup: Fix transaction done signaling
` [PATCH 08/15] spi: qup: Do block sized read/write in block mode
` [PATCH 09/15] spi: qup: refactor spi_qup_io_config into two functions
` [PATCH 10/15] spi: qup: call io_config in mode specific function
` [PATCH 11/15] spi: qup: allow block mode to generate multiple transactions
` [PATCH 12/15] spi: qup: refactor spi_qup_prep_sg
` [PATCH 13/15] spi: qup: allow multiple DMA transactions per spi xfer
` [PATCH 14/15] spi: qup: Ensure done detection
` [PATCH 15/15] spi: qup: support for qup v1 dma

[PATCH 00/18] spi: qup: Fixes and add support for >64k transfers
 2017-06-15  5:52 UTC  (32+ messages)
` [PATCH 01/18] spi: qup: Enable chip select support
  ` [PATCH 02/18] spi: qup: Setup DMA mode correctly
  ` [PATCH 06/18] spi: qup: Fix error handling in spi_qup_prep_sg
` [PATCH 03/18] spi: qup: Add completion timeout for dma mode
` [PATCH 04/18] spi: qup: Add completion timeout for fifo/block mode
` [PATCH 05/18] spi: qup: Place the QUP in run mode before DMA transactions
` [PATCH 07/18] spi: qup: Fix transaction done signaling
` [PATCH 08/18] spi: qup: Handle v1 dma completion differently
` [PATCH 09/18] spi: qup: Do block sized read/write in block mode
` [PATCH 10/18] spi: qup: Fix DMA mode interrupt handling
` [PATCH 11/18] spi: qup: properly detect extra interrupts
` [PATCH 12/18] spi: qup: refactor spi_qup_io_config into two functions
` [PATCH 13/18] spi: qup: call io_config in mode specific function
` [PATCH 14/18] spi: qup: allow block mode to generate multiple transactions
` [PATCH 15/18] spi: qup: refactor spi_qup_prep_sg
` [PATCH 16/18] spi: qup: allow multiple DMA transactions per spi xfer
` [PATCH 17/18] spi: qup: Ensure done detection
` [PATCH 18/18] spi: qup: support for qup v1 dma

[PATCH v2 1/4] spi: rockchip: fix error handling when probe
 2017-06-14  1:27 UTC  (7+ messages)
  ` [PATCH v2 2/4] spi: rockchip: add support for "cs-gpios" dts property
` [PATCH v2 3/4] dt-bindings: spi/rockchip: add "cs-gpios" optional property

[PATCH v2] spi: Generalize SPI "master" to "controller"
 2017-06-13 21:09 UTC  (2+ messages)
` Applied "spi: Generalize SPI "master" to "controller"" to the spi tree

[PATCH v2 1/2] spi: mediatek: adjust register to enhance time accuracy
 2017-06-13 21:09 UTC  (2+ messages)
` Applied "spi: mediatek: adjust register to enhance time accuracy" to the spi tree

[PATCH v3 2/2] spi: mediatek: add spi support for mt7622 IC
 2017-06-13 21:09 UTC  (2+ messages)
` Applied "spi: mediatek: add spi support for mt7622 IC" to the spi tree

Applied "spi: rockchip: fix error handling when probe" to the spi tree
 2017-06-13 21:09 UTC 

[PATCH linux-next v4 0/4] i.MX ECSPI controller slave mode support
 2017-06-13 14:29 UTC  (5+ messages)
` [PATCH linux-next v4 2/4] spi: imx: add selection for iMX53 and iMX6 controller

[PATCH linux-next v4 1/1] spi: imx: dynamic burst length adjust for PIO mode
 2017-06-13  8:34 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).