messages from 2015-10-08 08:31:18 to 2015-10-28 13:13:39 UTC [more...]
[PATCH 1/5] spi: pxa2xx: Use LPSS prefix for defines that are Intel LPSS specific
2015-10-28 13:13 UTC
[PATCH] spi: Add DSPI support for layerscape family
2015-10-28 9:41 UTC
[RFC] spi: Switch call order of spi master setup and spi_set_cs
2015-10-28 0:52 UTC (9+ messages)
` [RFC][PATCH] spi: Setup the master controller driver before setting the chipselect
` Applied "spi: Setup the master controller driver before setting the chipselect" to the spi tree
[PATCH v2] spi: Setup the master controller driver before setting the chipselect
2015-10-28 0:33 UTC (8+ messages)
[PATCH v1 1/1] spi: dw: replace magic constant by DW_SPI_DR
2015-10-28 0:19 UTC (2+ messages)
` Applied "spi: dw: replace magic constant by DW_SPI_DR" to the spi tree
[PATCH v2 0/5] mt8173 spi multiple devices support
2015-10-27 4:50 UTC (7+ messages)
` [PATCH v2 1/5] dt-binding: spi: Mediatek: Update document devicetree bindings to support multiple devices
` Applied "spi: mediatek: Update document devicetree bindings to support multiple devices" to the spi tree
` [PATCH v2 2/5] spi: mediatek: remove mtk_spi_config
` [PATCH v2 3/5] spi: mediatek: handle controller_data in mtk_spi_setup
` [PATCH v2 4/5] spi: mediatek: mt8173 spi multiple devices support
` [PATCH v2 5/5] arm64: dts: mt8173: spi bus dts support multiple devices
[PATCH 0/5] mt8173 spi multiple devices support
2015-10-27 4:50 UTC (13+ messages)
` [PATCH 1/5] dt-binding: spi: Mediatek: Update document devicetree bindings to support multiple devices
` [PATCH 2/5] spi: mediatek: remove mtk_spi_config
` Applied "spi: mediatek: remove mtk_spi_config" to the spi tree
` [PATCH 3/5] spi: mediatek: handle controller_data in mtk_spi_setup
` Applied "spi: mediatek: handle controller_data in mtk_spi_setup" to the spi tree
` [PATCH 5/5] arm64: dts: spi bus dts support multiple devices
` [PATCH 4/5] spi: mediatek: mt8173 spi multiple devices support
` Applied "spi: mediatek: mt8173 spi multiple devices support" to the spi tree
[PATCH 1/7] spi: pxa2xx: move debug messages to pump_transfer()
2015-10-26 9:35 UTC (18+ messages)
` [PATCH 2/7] spi: pxa2xx: derive struct chip_data from struct drv_data
` Applied "spi: pxa2xx: derive struct chip_data from struct drv_data" to the spi tree
` [PATCH 3/7] spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integer
` Applied "spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integer" to the spi tree
` [PATCH 4/7] spi: pxa2xx: Save other reg_cs_ctrl bits when configuring chip select
` Applied "spi: pxa2xx: Save other reg_cs_ctrl bits when configuring chip select" to the spi tree
` [PATCH 5/7] spi: pxa2xx: Align a few defines
` Applied "spi: pxa2xx: Align a few defines" to the spi tree
` [PATCH 6/7] spi: pxa2xx: Add support for multiple LPSS chip select signals
` [PATCH 7/7] spi: pxa2xx: Add support for Intel Broxton
` Applied "spi: pxa2xx: move debug messages to pump_transfer()" to the spi tree
[PATCH v2 4/8] spi: imx: add selection for iMX53 and iMX6 controller type
2015-10-26 3:26 UTC
[PATCH 0/2] Remove .owner from spi_drivers
2015-10-25 10:57 UTC (5+ messages)
` [PATCH 1/2] spi: Add THIS_MODULE to spi_driver in SPI core
` [PATCH 2/2] Drop owner assignment from spi_drivers
[PATCH 0/2] spi: fix kernel-doc warnings
2015-10-23 17:47 UTC (5+ messages)
` [PATCH 1/2] spi: fix kernel-doc warnings about missing return desc in spi.h
` Applied "spi: fix kernel-doc warnings about missing return desc in spi.h" to the spi tree
` [PATCH 2/2] spi: fix kernel-doc warnings about missing return desc in spi.c
` Applied "spi: fix kernel-doc warnings about missing return desc in spi.c" to the spi tree
Applied "spi: dw: explicitly free IRQ handler in dw_spi_remove_host()" to the spi tree
2015-10-23 16:30 UTC (5+ messages)
Applied "spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_message" to the spi tree
2015-10-22 23:10 UTC
[PATCH] spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word
2015-10-22 23:10 UTC (6+ messages)
` [RESEND PATCH] "
` Applied "spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word" to the spi tree
[PATCH V2 6/6] spi/bcm63xx: move register definitions into the driver
2015-10-22 23:10 UTC (2+ messages)
` Applied "spi/bcm63xx: move register definitions into the driver" to the spi tree
[PATCH] spi: imx: fix ecspi mode setup
2015-10-22 17:08 UTC (4+ messages)
[PATCH v1 1/1] spi: core: use gpio_is_valid() helper
2015-10-21 12:34 UTC (2+ messages)
` Applied "spi: core: use gpio_is_valid() helper" to the spi tree
[PATCH] spi: bcm2835aux: change initialization order and switch to platform_get_irq
2015-10-21 2:33 UTC (3+ messages)
` Applied "spi: bcm2835aux: change initialization order and switch to platform_get_irq" to the spi tree
[PATCH v2 0/8] Improvements for SPI IMX driver for Freescale IMX53 and IMX6 families
2015-10-20 23:28 UTC (16+ messages)
` [PATCH v2 1/8] spi: imx: Fix DMA transfer
` [PATCH v2 3/8] spi: imx: add support for all SPI word width for "
` [PATCH v2 5/8] spi: imx: Add support for loopback for ECSPI controllers
[PATCH v3 0/2] spi: dw: bug fix and clean up series
2015-10-20 19:32 UTC (5+ messages)
` [PATCH v3 1/2] spi: dw: explicitly free IRQ handler in dw_spi_remove_host()
` Applied "spi: dw: explicitly free IRQ handler in dw_spi_remove_host()" to the spi tree
` [PATCH v3 2/2] spi: dw: remove a NULL check when call ->remove()
` Applied "spi: dw: remove a NULL check when call ->remove()" to the spi tree
[PATCH v2 1/2] spi: dw: explicitly free IRQ handler in dw_spi_remove_host()
2015-10-20 8:39 UTC (2+ messages)
` [PATCH v2 2/2] spi: dw: remove a NULL check when call ->remove()
[PATCH] spi-atmel.c: fix DMA for bits_per_word > 8
2015-10-19 20:54 UTC (3+ messages)
[PATCH v1 00/10] spi: dw: bug fix and clean up series
2015-10-19 19:43 UTC (21+ messages)
` [PATCH v1 01/10] spi: dw: explicitly free IRQ handler in dw_spi_remove_host()
` [PATCH v1 02/10] spi: dw: use plain struct device * at earlier ->probe()
` Applied "spi: dw: use plain struct device * at earlier ->probe()" to the spi tree
` [PATCH v1 03/10] spi: dw: remove unneeded cr0 member of struct chip_data
` Applied "spi: dw: remove unneeded cr0 member of struct chip_data" to the spi tree
` [PATCH v1 04/10] spi: dw: remove a NULL check when call ->remove()
` [PATCH v1 05/10] spi: dw: remove bits_per_word member of struct chip_data
` Applied "spi: dw: remove bits_per_word member of struct chip_data" to the spi tree
` [PATCH v1 06/10] spi: dw: eliminate speed variable in ->transfer_one()
` Applied "spi: dw: eliminate speed variable in ->transfer_one()" to the spi tree
` [PATCH v1 07/10] spi: dw: eliminate unused threshold variables
` Applied "spi: dw: eliminate unused threshold variables" to the spi tree
` [PATCH v1 08/10] spi: dw: introduce spi_shutdown_chip()
` Applied "spi: dw: introduce spi_shutdown_chip()" to the spi tree
` [PATCH v1 09/10] spi: dw-pci: remove unused pdev member from struct dw_spi_pci
` Applied "spi: dw-pci: remove unused pdev member from struct dw_spi_pci" to the spi tree
` [PATCH v1 10/10] spi: dw-mmio: convert to unified device property API
` Applied "spi: dw-mmio: convert to unified device property API" to the spi tree
[PATCH 1/1] spi-pxa2xx: choose closest lower speed
2015-10-16 18:11 UTC (3+ messages)
` Applied "spi: pxa2xx: choose closest lower speed" to the spi tree
[PATCH] spi: spi-ti-qspi: switch to polling mode for better r/w performance
2015-10-16 18:11 UTC (2+ messages)
` Applied "spi: spi-ti-qspi: switch to polling mode for better r/w performance" to the spi tree
[PATCH] spi: davinci: use spi->cs_gpio directly
2015-10-16 18:11 UTC (2+ messages)
` Applied "spi: davinci: use spi->cs_gpio directly" to the spi tree
[PATCH] spi: bcm2835: change initialization order and switch to platform_get_irq
2015-10-16 16:41 UTC (3+ messages)
` Applied "spi: bcm2835: change initialization order and switch to platform_get_irq" to the spi tree
[PATCH] spi: bcm2835aux: fixed bad data on longer transfers
2015-10-16 16:41 UTC (2+ messages)
` Applied "spi: bcm2835aux: fixed bad data on longer transfers" to the spi tree
[PATCH 1/1] spi: core: propagate return code of __spi_validate_bits_per_word()
2015-10-16 16:41 UTC (2+ messages)
` Applied "spi: core: propagate return code of __spi_validate_bits_per_word()" to the spi tree
[PATCH] spi: Setup the master controller driver before setting the chipselect
2015-10-16 14:45 UTC (5+ messages)
[PATCH] spi: kconfig: When possible, compile drivers with COMPILE_TEST
2015-10-16 7:27 UTC (3+ messages)
[PATCH v6 0/10] Fix broken DMAFLUSHP on Rockchips platform
2015-10-15 10:47 UTC (19+ messages)
` [PATCH v6 01/10] DMA: pl330: support burst mode for dev-to-mem and mem-to-dev transmit
` [PATCH v6 02/10] Documentation: arm-pl330: add description of arm,pl330-broken-no-flushp
` [PATCH v6 03/10] DMA: pl330: add quirk for broken no flushp
` [PATCH v6 04/10] ARM: dts: Add arm,pl330-broken-no-flushp quirk for rk3288 platform
` [PATCH v6 06/10] DMA: dmaengine: expose max burst capability to clients
` [PATCH v6 05/10] ARM: dts: Add arm, pl330-broken-no-flushp quirk for rk3xxx platform
` [PATCH v6 07/10] DMA: pl330: add max burst for dmaengine
` [PATCH v6 08/10] spi: rockchip: modify DMA max burst to 1
` [PATCH v6 09/10] snd: dmaengine-pcm: add snd_dmaengine_pcm_get_caps interface
` [alsa-devel] "
` [PATCH v6 10/10] ASoC: rockchip_i2s: modify DMA max burst to 1
[PATCH v5 0/10] Fix broken DMAFLUSHP on Rockchips platform
2015-10-14 14:33 UTC (11+ messages)
` [PATCH v5 06/10] dmaengine: add API for getting dma controller's quirk
` [alsa-devel] "
[RFC PATCH] spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_message
2015-10-14 10:56 UTC (5+ messages)
spi/bcm63xx: fix standard accessors and compile guard
2015-10-13 19:30 UTC
[PATCH v2 1/1] spi-pxa2xx: choose closest lower speed
2015-10-13 14:09 UTC
[PATCH v2 4/4] spi: spi-coldfire-qspi: enable RuntimePM before registering to the core
2015-10-12 16:59 UTC (3+ messages)
` Applied "spi: spi-coldfire-qspi: enable RuntimePM before registering to the core" to the spi tree
[PATCH V3 0/3] spi/bcm63xx: cleanup and decouple from arch code
2015-10-12 16:59 UTC (6+ messages)
` [PATCH V3 1/3] spi/bcm63xx: fix standard accessors and compile guard
` Applied "spi/bcm63xx: fix standard accessors and compile guard" to the spi tree
` [PATCH V3 2/3] spi/bcm63xx: move message control word description to register offsets
` Applied "spi/bcm63xx: move message control word description to register offsets" to the spi tree
` [PATCH V3 3/3] spi/bcm63xx: move register definitions into the driver
[PATCH] spi: Map SPI OF client IRQ at probe time
2015-10-12 16:59 UTC (2+ messages)
` Applied "spi: Map SPI OF client IRQ at probe time" to the spi tree
[PATCH] spi: ti-qspi: Fix data corruption seen on r/w stress test
2015-10-12 7:52 UTC
[PATCH v2] spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_message
2015-10-09 15:45 UTC (4+ messages)
[PATCH 4/4] spi: spi-coldfire-qspi: enable RuntimePM before registering to the core
2015-10-09 11:31 UTC (2+ messages)
McSPI hangs with cs_change after "Switch driver to use transfer_one" change
2015-10-08 14:47 UTC (2+ 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).