linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-27 22:03:15 to 2017-08-16 09:33:12 UTC [more...]

[PATCH 1/2] spi: altera: Switch to SPI core transfer queue management
 2017-08-16  9:33 UTC  (2+ messages)
  ` [PATCH 2/2] spi: altera: Consolidate TX/RX data register access

[PATCH] spi: rockchip: configure CTRLR1 according to size and data frame
 2017-08-16  2:12 UTC 

[PATCH v4 0/8] Support more devices on rockchip rv1108
 2017-08-14 20:24 UTC  (5+ messages)
  ` [PATCH v4 1/8] spi: rockchip: add compatible string for rv1108 spi
  ` [PATCH v4 2/8] ARM: dts: rockchip: add spi dt node for rv1108

[PATCH] spi: spidev: add exclusive bus access lock via ioctls
 2017-08-14 18:38 UTC  (2+ messages)

[PATCH v2 00/23] Support more devices on rockchip rv1108
 2017-08-14 16:45 UTC  (4+ messages)
` [PATCH v2 14/23] spi: rockchip: add compatible string for rv1108 spi
  ` Applied "spi: rockchip: add compatible string for rv1108 spi" to the spi tree

modalias for OF-declared I2C/SPI devices
 2017-08-14  9:20 UTC  (3+ messages)

[PATCH 000/102] Convert drivers to explicit reset API
 2017-08-14  7:36 UTC  (10+ messages)

[PATCH linux-next v5 1/1] spi: imx: Add support for SPI Slave mode
 2017-08-11 11:49 UTC  (2+ messages)

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

[PATCH v3 00/13] Support more devices on rockchip rv1108
 2017-08-11  3:42 UTC  (3+ messages)
  ` [PATCH v3 04/13] spi: rockchip: add compatible string for rv1108 spi
` [PATCH v3 05/13] ARM: dts: rockchip: add spi dt node for rv1108

[PATCH 1/2] spi: qup: hide warning for uninitialized variable
 2017-08-10 15:43 UTC  (4+ messages)
` [PATCH 2/2] spi: qup: fix 64-bit build warning
  ` Applied "spi: qup: fix 64-bit build warning" to the spi tree
` Applied "spi: qup: hide warning for uninitialized variable" "

[PATCHv3 0/2] spi: imx: native chip selects and devicetree
 2017-08-10 15:17 UTC  (16+ messages)
` [PATCHv3 1/2] spi: imx: fix use of native chip-selects with devicetree

Possible race in spi-tegra114.ko
 2017-08-10 12:42 UTC  (3+ messages)
            ` [PATCH] tegra114: fix to a race condition due to early registration of interrupt handler

[PATCH linux-next v5 1/1] spi: imx: dynamic burst length adjust for PIO mode
 2017-08-10  4:50 UTC 

[PATCH v4 0/5] Apple SPI properties
 2017-08-09 22:42 UTC  (12+ messages)
` [PATCH v4 5/5] spi: Use Apple device properties in absence of ACPI resources
` [PATCH v4 4/5] ACPI / scan: Recognize Apple SPI and I2C slaves
` [PATCH v4 2/5] ACPI / property: Don't evaluate objects for devices w/o handle
` [PATCH v4 3/5] ACPI / property: Support Apple _DSM properties
  ` [PATCH v4 1/5] treewide: Consolidate Apple DMI checks

[PATCH 1/7] spi: spi-ep93xx: remove io wrappers
 2017-08-09 16:57 UTC  (2+ messages)
  ` Applied "spi: spi-ep93xx: remove io wrappers" to the spi tree

[PATCH v2 0/7] spi: spi-ep93xx: cleanup and update driver to modern API
 2017-08-09 16:57 UTC  (15+ messages)
  ` [PATCH v2 1/7] spi: spi-ep93xx: remove io wrappers
  ` [PATCH v2 2/7] spi: spi-ep93xx: use 32-bit read/write for all registers
    ` Applied "spi: spi-ep93xx: use 32-bit read/write for all registers" to the spi tree
` [PATCH v2 3/7] spi: spi-ep93xx: add spi master prepare_transfer_hardware()
  ` Applied "spi: spi-ep93xx: add spi master prepare_transfer_hardware()" to the spi tree
` [PATCH v2 4/7] spi: spi-ep93xx: absorb the interrupt enable/disable helpers
  ` Applied "spi: spi-ep93xx: absorb the interrupt enable/disable helpers" to the spi tree
` [PATCH v2 5/7] spi: spi-ep93xx: pass the spi_master pointer around
  ` Applied "spi: spi-ep93xx: pass the spi_master pointer around" to the spi tree
` [PATCH v2 6/7] spi: spi-ep93xx: remove private data 'current_msg'
` [PATCH v2 7/7] spi: spi-ep93xx: use the default master transfer queueing mechanism
  ` Applied "spi: spi-ep93xx: use the default master transfer queueing mechanism" to the spi tree

[PATCH 6/7] spi: spi-ep93xx: remove private data 'current_msg'
 2017-08-09 16:57 UTC  (2+ messages)
  ` Applied "spi: spi-ep93xx: remove private data 'current_msg'" to the spi tree

[PATCH] spi: spi-sh: fix error return code in spi_sh_probe()
 2017-08-09 15:46 UTC 

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

[PATCH v3 0/7] spi: spi-ep93xx: cleanup and update driver to modern API
 2017-08-08 20:51 UTC  (8+ messages)
  ` [PATCH v3 1/7] spi: spi-ep93xx: remove io wrappers
  ` [PATCH v3 5/7] spi: spi-ep93xx: pass the spi_master pointer around
  ` [PATCH v3 7/7] spi: spi-ep93xx: use the default master transfer queueing mechanism
` [PATCH v3 2/7] spi: spi-ep93xx: use 32-bit read/write for all registers
` [PATCH v3 3/7] spi: spi-ep93xx: add spi master prepare_transfer_hardware()
` [PATCH v3 4/7] spi: spi-ep93xx: absorb the interrupt enable/disable helpers
` [PATCH v3 6/7] spi: spi-ep93xx: remove private data 'current_msg'

[PATCH 01/18] spi: qup: Enable chip select support
 2017-08-08 11:18 UTC  (2+ messages)
` Applied "spi: qup: Enable chip select support" to the spi tree

[PATCH 02/18] spi: qup: Setup DMA mode correctly
 2017-08-08 11:18 UTC  (2+ messages)
` Applied "spi: qup: Setup DMA mode correctly" to the spi tree

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

[PATCH v5 04/14] spi: qup: Place the QUP in run mode before DMA
 2017-08-08 11:18 UTC  (2+ messages)
` Applied "spi: qup: Place the QUP in run mode before DMA" to the spi tree

[PATCH v5 05/14] spi: qup: Fix error handling in spi_qup_prep_sg
 2017-08-08 11:18 UTC  (2+ messages)
` Applied "spi: qup: Fix error handling in spi_qup_prep_sg" to the spi tree

[PATCH v3 07/15] spi: qup: Fix transaction done signaling
 2017-08-08 11:18 UTC  (2+ messages)
` Applied "spi: qup: Fix transaction done signaling" to the spi tree

[PATCH v5 07/14] spi: qup: Do block sized read/write in block mode
 2017-08-08 11:18 UTC  (2+ messages)
` Applied "spi: qup: Do block sized read/write in block mode" to the spi tree

[PATCH v5 08/14] spi: qup: refactor spi_qup_io_config into two functions
 2017-08-08 11:18 UTC  (2+ messages)
` Applied "spi: qup: refactor spi_qup_io_config into two functions" to the spi tree

[PATCH v5 10/14] spi: qup: allow block mode to generate multiple transactions
 2017-08-08 11:18 UTC  (2+ messages)
` Applied "spi: qup: allow block mode to generate multiple transactions" to the spi tree

[PATCH v5 11/14] spi: qup: refactor spi_qup_prep_sg
 2017-08-08 11:18 UTC  (2+ messages)
` Applied "spi: qup: refactor spi_qup_prep_sg" to the spi tree

[PATCH 14/15] spi: qup: Ensure done detection
 2017-08-08 11:17 UTC  (2+ messages)
  ` Applied "spi: qup: Ensure done detection" to the spi tree

[PATCH v5 14/14] spi: qup: Fix QUP version identify method
 2017-08-08 11:17 UTC  (2+ messages)
  ` Applied "spi: qup: Fix QUP version identify method" to the spi tree

[PATCH] spi: cadence: change sequence of calling runtime_enable
 2017-08-08 11:06 UTC  (2+ messages)
` Applied "spi: cadence: change sequence of calling runtime_enable" to the spi tree

[PATCH] spi: cadence: Add support for context loss
 2017-08-08 11:06 UTC  (2+ messages)
  ` Applied "spi: cadence: Add support for context loss" to the spi tree

[PATCH] spi/bcm63xx: fix error return code in bcm63xx_spi_probe()
 2017-08-08 11:06 UTC  (2+ messages)
` Applied "spi/bcm63xx: fix error return code in bcm63xx_spi_probe()" to the spi tree

[PATCH] spi/bcm63xx-hspi: fix error return code in bcm63xx_hsspi_probe()
 2017-08-08 11:06 UTC  (2+ messages)
` Applied "spi/bcm63xx-hspi: fix error return code in bcm63xx_hsspi_probe()" to the spi tree

[PATCH] spi: xlp: fix error return code in xlp_spi_probe()
 2017-08-08  4:45 UTC 

[PATCH 0/3] Fix clock handling in rockchip spi suspend/resume/remove
 2017-08-07 15:53 UTC  (7+ messages)
` [PATCH 1/3] spi: rockchip: Slightly rework return value handling
  ` Applied "spi: rockchip: Slightly rework return value handling" to the spi tree
` [PATCH 2/3] spi: rockchip: Fix clock handling in remove
    ` Applied "spi: rockchip: Fix clock handling in remove" to the spi tree
` [PATCH 3/3] spi: rockchip: Fix clock handling in suspend/resume
  ` Applied "spi: rockchip: Fix clock handling in suspend/resume" to the spi tree

[PATCH] SPI: fix building SPI_PXA on MMP
 2017-08-07 15:53 UTC  (2+ messages)
  ` Applied "spi: fix building SPI_PXA on MMP" to the spi tree

[PATCH] spi: use of_property_read_bool()
 2017-08-07 11:52 UTC  (2+ messages)
  ` Applied "spi: use of_property_read_bool()" to the spi tree

FINANCING ASSISTANCE AT 2% INTEREST RATE
 2017-08-06 18:13 UTC 

[PATCH RFC 0/2] spi: pxa2xx: gpiod cleanups and late CS GPIO allocation
 2017-08-04 11:44 UTC  (10+ messages)
` [PATCH RFC 1/2] spi: pxa2xx: Convert to GPIO descriptor API where possible
    ` Applied "spi: pxa2xx: Convert to GPIO descriptor API where possible" to the spi tree
` [PATCH RFC 2/2] spi: pxa2xx: Only claim CS GPIOs when the slave device is created

[PATCH] drivers: spi: Pick spi bus number from Linux idr or spi alias
 2017-08-03  4:35 UTC 

[PATCH 00/14] Support more devices on rockchip rv1108
 2017-07-31 13:16 UTC  (4+ messages)
  ` [PATCH 07/14] spi: rockchip: add compatible string for rv1108 spi
  ` [PATCH 08/14] ARM: dts: rockchip: add spi dt node for rv1108

[PATCH] powerpc/asm/cacheflush: Cleanup cacheflush function params
 2017-07-31  8:41 UTC  (2+ messages)

[RFC PATCH v2 00/12] spi: moving to struct gpio_desc
 2017-07-29 13:23 UTC  (11+ messages)
  ` [RFC PATCH v2 05/12] spi: spi-ep93xx: remove private data 'current_msg'
  ` [RFC PATCH v2 06/12] spi: spi-ep93xx: use the default master transfer queueing mechanism
  ` [RFC PATCH v2 07/12] spi: use gpio_desc instead of numeric gpio
  ` [RFC PATCH v2 08/12] ARM: ep93xx: add gpiod_lookup_table for spi chip-selects
  ` [RFC PATCH v2 09/12] ARM: imx: "
  ` [RFC PATCH v2 10/12] spi: core: convert spi_master to use gpio_desc
  ` [RFC PATCH v2 11/12] ARM: ep93xx: remove chipselect from ep93xx_spi_info
  ` [RFC PATCH v2 12/12] wip: convert struct spi_device to gpio_desc

[PATCH v1] spi: pxa2xx: Don't touch CS pin until we have a transfer pending
 2017-07-28 12:38 UTC  (3+ messages)
  ` Applied "spi: pxa2xx: Don't touch CS pin until we have a transfer pending" to the spi tree

[PATCH] spi: bcm-qspi: Remove hardcoded settings and spi-nor.h dependency
 2017-07-28 10:18 UTC  (2+ messages)
  ` Applied "spi: bcm-qspi: Remove hardcoded settings and spi-nor.h dependency" 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).