linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-20 09:45:34 to 2017-06-30 14:44:27 UTC [more...]

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

[PATCH linux-next v4 1/1] spi: imx: dynamic burst length adjust for PIO mode
 2017-06-30 12:14 UTC  (3+ messages)
` Applied "spi: imx: dynamic burst length adjust for PIO mode" to the spi tree

[PATCHv2 0/9] STM32 SPI various fixes
 2017-06-30 11:51 UTC  (16+ messages)
` [PATCHv2 4/9] spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindings
` [PATCHv2 5/9] spi: stm32: use normal conditional statements instead of ternary operator
  ` [PATCHv2 1/9] dt-bindings: spi: stm32: use SoC specific compatible
  ` [PATCHv2 2/9] spi: stm32: fix compatible to fit with new bindings
  ` [PATCHv2 3/9] dt-bindings: spi: stm32: fix example with st,spi-midi-ns property
    ` Applied "spi: stm32: fix example with st, spi-midi-ns property" to the spi tree
  ` [PATCHv2 6/9] spi: stm32: add runtime PM support
  ` [PATCHv2 7/9] spi: stm32: enhance DMA error management
      ` Applied "spi: stm32: enhance DMA error management" to the spi tree
  ` [PATCHv2 8/9] spi: stm32: fix potential dereference null return value
` [PATCHv2 9/9] spi: spidev: add Aardvark to device tree compatibility list

[PATCH v5 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-06-29 20:27 UTC  (22+ 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 v2 0/4] Apple SPI properties
 2017-06-29  9:22 UTC  (14+ messages)
  ` [PATCH v2 3/4] ACPI / scan: Recognize Apple SPI and I2C slaves
  ` [PATCH v2 1/4] ACPI / property: Don't evaluate objects for devices w/o handle
  ` [PATCH v2 4/4] spi: Use Apple device properties in absence of ACPI resources
` [PATCH v2 2/4] ACPI / property: Support Apple _DSM properties

[PATCH v3 1/2] spi: rockchip: Set GPIO_SS flag to enable Slave Select with GPIO CS
 2017-06-28 19:26 UTC  (7+ messages)
  ` [PATCH v3 2/2] spi: rockchip: Disable Runtime PM when chip select is asserted
      ` Applied "spi: rockchip: Disable Runtime PM when chip select is asserted" to the spi tree
  ` Applied "spi: rockchip: Set GPIO_SS flag to enable Slave Select with GPIO CS" "

[PATCH 0/8] STM32 SPI various fixes
 2017-06-28 19:25 UTC  (17+ messages)
` [PATCH 1/8] dt-bindings: spi: stm32: use SoC specific compatible
    ` Applied "spi: stm32: use SoC specific compatible" to the spi tree
` [PATCH 2/8] spi: stm32: fix compatible to fit with new bindings
    ` Applied "spi: stm32: fix compatible to fit with new bindings" to the spi tree
` [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
    ` Applied "spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindings" to the spi tree
` [PATCH 5/8] spi: stm32: use normal conditional statements instead of ternary operator
    ` Applied "spi: stm32: use normal conditional statements instead of ternary operator" to the spi tree
` [PATCH 6/8] spi: stm32: add runtime PM support
  ` Applied "spi: stm32: add runtime PM support" to the spi tree
  ` [PATCH 7/8] spi: stm32: enhance DMA error management
` [PATCH 8/8] spi: stm32: fix potential dereference null return value
  ` Applied "spi: stm32: fix potential dereference null return value" to the spi tree

[PATCH] spi: sirf: fix spelling mistake: "registerred" -> "registered"
 2017-06-28 19:24 UTC  (2+ messages)
` Applied "spi: sirf: fix spelling mistake: "registerred" -> "registered"" to the spi tree

[PATCH] spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning"
 2017-06-28 19:24 UTC  (2+ messages)
` Applied "spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning"" to the spi tree

[PATCH] spi: loopback-test: Fix kfree() NULL pointer error
 2017-06-28 19:24 UTC  (3+ messages)
  ` Applied "spi: loopback-test: Fix kfree() NULL pointer error." to the spi tree

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

[PATCH] spi/bcm63xx-hspi: Fix checkpatch warnings
 2017-06-28 18:45 UTC  (2+ messages)

[PATCH v3 00/15] spi: qup: Fixes and add support for >64k transfers
 2017-06-28  6:47 UTC  (5+ messages)
` [PATCH v3 15/15] spi: qup: support for qup v1 dma

[PATCH v2] spi: rockchip: Disable Runtime PM when chip select is asserted
 2017-06-28  4:41 UTC  (3+ messages)

[PATCH] spi/ath79: Fix checkpatch warnings
 2017-06-27 16:31 UTC 

[PATCH 2/2] spi/ath79: Fix checkpatch warnings
 2017-06-27 16:21 UTC  (2+ messages)

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

[PATCH 1/1] spi: atmel: fix corrupted data issue on SAM9 family SoCs
 2017-06-27  9:19 UTC  (6+ messages)
` Applied "spi: atmel: fix corrupted data issue on SAM9 family SoCs" to the spi tree

[PATCH 0/2] Add support for STM32 SPI
 2017-06-27  7:38 UTC  (13+ 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: rockchip: Keep master alive when CS asserted
 2017-06-27  2:22 UTC  (3+ messages)

Product Inquiry
 2017-06-26 21:52 UTC 

[PATCH v2 1/4] spi: rockchip: fix error handling when probe
 2017-06-26  3:27 UTC  (3+ messages)
                    ` [PATCH v2 4/4] arm64: dts: rockchip: use cs-gpios for cros_ec_spi

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

[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][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  (2+ messages)

[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] 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  (2+ messages)
` Applied "spi/bcm63xx: Fix checkpatch warnings" to the spi tree

[PATCH v4 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-06-20 22:20 UTC  (10+ messages)
` [PATCH v4 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v4 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
` [PATCH v4 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module


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