messages from 2017-07-24 12:30:36 to 2017-08-09 16:57:23 UTC [more...]
[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 v9 00/16] MIPS: lantiq: handle RCU register by separate drivers
2017-08-09 14:02 UTC (19+ 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
[PATCHv3 0/2] spi: imx: native chip selects and devicetree
2017-08-09 13:00 UTC (7+ messages)
` [PATCHv3 1/2] spi: imx: fix use of native chip-selects with devicetree
[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 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 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 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 (3+ 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 v2 00/23] Support more devices on rockchip rv1108
2017-08-02 8:46 UTC (2+ messages)
` [PATCH v2 14/23] spi: rockchip: add compatible string for rv1108 spi
[PATCH v4 0/5] Apple SPI properties
2017-08-01 13:12 UTC (11+ 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 1/5] treewide: Consolidate Apple DMI checks
` [PATCH v4 3/5] ACPI / property: Support Apple _DSM properties
[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
Possible race in spi-tegra114.ko
2017-07-31 10:41 UTC (2+ messages)
[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 (15+ messages)
` [RFC PATCH v2 01/12] spi: spi-ep93xx: use 32-bit read/write for all registers
` [RFC PATCH v2 02/12] spi: spi-ep93xx: add spi master prepare_transfer_hardware()
` [RFC PATCH v2 03/12] spi: spi-ep93xx: absorb the interrupt enable/disable helpers
` [RFC PATCH v2 04/12] spi: spi-ep93xx: pass the spi_master pointer around
` [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
[PATCH] spi: core: use gpio_request_one for configured gpio cs
2017-07-27 21:01 UTC (9+ messages)
[PATCH v1] spi: core: Propagate error code of add_uevent_var()
2017-07-27 19:02 UTC (2+ messages)
` Applied "spi: core: Propagate error code of add_uevent_var()" to the spi tree
[PATCH v1] Revert "spi: pxa2xx: Only claim CS GPIOs when the slave device is created"
2017-07-27 19:02 UTC (3+ messages)
` Applied "spi: pxa2xx: Revert "Only claim CS GPIOs when the slave device is created"" to the spi tree
[PATCH v2] spi: pxa2xx: Revert "Only claim CS GPIOs when the slave device is created"
2017-07-27 11:37 UTC
[PATCH v5 03/14] spi: qup: Add completion timeout
2017-07-27 8:30 UTC (2+ messages)
[PATCH] spi: document broadcom qspi driver as broken
2017-07-26 19:43 UTC (5+ messages)
[PATCH v1 1/2] tools/spi: move to tools buildsystem
2017-07-26 14:18 UTC (3+ messages)
` Applied "spi: tools: move to tools buildsystem" to the spi tree
[PATCH v1 2/2] tools/spi: add install section
2017-07-26 14:18 UTC (2+ messages)
` Applied "spi: tools: add install section" to the spi tree
[PATCH] spi: pic32: fix spelling mistakes on macro names
2017-07-26 14:18 UTC (2+ messages)
` Applied "spi: pic32: fix spelling mistakes on macro names" to the spi tree
[PATCH v1 1/2] spi: loopback-test: implement testing with no CS
2017-07-26 14:18 UTC (4+ messages)
` [PATCH v1 2/2] spi: imx: add SPI_NO_CS support
` Applied "spi: imx: add SPI_NO_CS support" to the spi tree
` Applied "spi: loopback-test: implement testing with no CS" "
[PATCH v2 1/2] tools/spi: move to tools buildsystem
2017-07-26 9:59 UTC (2+ messages)
` [PATCH v2 2/2] tools/spi: add install section
[PATCH] spi: pxa2xx: Only claim CS GPIOs when the slave device is created
2017-07-24 13:14 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).