messages from 2016-09-06 20:57:49 to 2016-10-04 04:32:29 UTC [more...]
[PATCH v1 1/2] ARM: dts: vfxxx: Enable DMA for DSPI on Vybrid
2016-10-04 4:32 UTC (4+ messages)
` [PATCH v1 2/2] spi: spi-fsl-dspi: Add DMA support for Vybrid
[PATCH] spi: intel-ssc: add support for Intel SSC SPI controller
2016-10-04 3:13 UTC (2+ messages)
[PATCH 02/11] spi: fsl-espi: remove unneeded check for SPI_QE_CPU_MODE
2016-10-02 12:23 UTC (10+ messages)
` [PATCH 03/11] spi: fsl-espi: fix handling of word sizes other than 8 bit
` [PATCH 04/11] spi: fsl-espi: fix and improve writing to TX FIFO
` [PATCH 05/11] spi: fsl-espi: Rename len in struct mpc8xxx_spi to rx_len and make it unsigned
` [PATCH 06/11] spi: fsl-espi: simplify and inline function fsl_espi_change_mode
` [PATCH 07/11] spi: fsl-espi: fix and improve reading from RX FIFO
` [PATCH 08/11] spi: fsl-espi: make better use of the "
` [PATCH 09/11] spi: fsl-espi: extend and improve transfer error handling
` [PATCH 10/11] spi: fsl-espi: add support for RXSKIP mode
` [PATCH 11/11] spi: fsl-espi: add support for dual read mode
[PATCH 01/11] spi: fsl-espi: reject MSB-first transfers with word sizes other than 8 or 16
2016-10-02 12:22 UTC
[PATCH 00/11] spi: fsl-espi: improvements and additional functionality
2016-10-02 12:22 UTC
[PATCH 0/2] Moving runnable code from Documentation (last 2 patches)
2016-10-01 20:46 UTC (7+ messages)
` [PATCH 1/2] samples: move blackfin gptimers-example from Documentation
` [PATCH 2/2] Doc: update 00-INDEX files to reflect the runnable code move
[PATCH 1/4] spi: fsl-espi: remove unused variable in fsl_espi_setup
2016-10-01 19:07 UTC (11+ messages)
` Applied "spi: fsl-espi: remove unused variable in fsl_espi_setup" to the spi tree
` [PATCH 2/4] spi: fsl-espi: simplify of_fsl_espi_probe
` Applied "spi: fsl-espi: simplify of_fsl_espi_probe" to the spi tree
` [PATCH 3/4] spi: fsl-espi: improve return value handling in fsl_espi_probe
` Applied "spi: fsl-espi: improve return value handling in fsl_espi_probe" to the spi tree
` [PATCH 4/4] spi: fsl-espi: replace of_get_property with of_property_read_u32
` [PATCH v2] "
[PATCH 1/1] Add devices to spidev device tree compatibility list
2016-09-30 17:35 UTC (3+ messages)
[PATCH] spi: omap2-mcspi: Fix modifying platform resource data
2016-09-30 14:23 UTC
[PATCH] spi: pxa2xx: Fix build error because of missing header
2016-09-29 18:04 UTC (2+ messages)
` Applied "spi: pxa2xx: Fix build error because of missing header" to the spi tree
[PATCH 1/1] spi: sc18is602: Change gpiod_set_value to gpiod_set_value_cansleep
2016-09-29 18:04 UTC (2+ messages)
` Applied "spi: sc18is602: Change gpiod_set_value to gpiod_set_value_cansleep" to the spi tree
[PATCH -next] spi: imx: fix error return code in spi_imx_probe()
2016-09-28 18:27 UTC (3+ messages)
` Applied "spi: imx: fix error return code in spi_imx_probe()" to the spi tree
[PATCH v2] spi: pxa2xx: Add support for GPIO descriptor chip selects
2016-09-28 16:50 UTC (2+ messages)
[PATCH] spi-fsl-dspi: add slave support
2016-09-26 21:03 UTC
[PATCH] spi: imx: Gracefully handle NULL master->cs_gpios
2016-09-26 16:15 UTC (2+ messages)
` Applied "spi: imx: Gracefully handle NULL master->cs_gpios" to the spi tree
[PATCH] spi: pxa2xx: Add support for GPIO descriptor chip selects
2016-09-26 16:15 UTC (2+ messages)
` Applied "spi: pxa2xx: Add support for GPIO descriptor chip selects" to the spi tree
[PATCH v6, 0/8] Broadcom stb, and iProc SoC QSPI driver
2016-09-25 5:59 UTC (8+ messages)
` [PATCH v6, 6/8] arm: dts: Add bcm-nsp and bcm958625k support
` [PATCH v6, 7/8] arm64: dts: Add ns2 SoC support
` [PATCH v6, 8/8] spi: iproc-qspi: Add Broadcom iProc SoCs support
` Applied "spi: iproc-qspi: Add Broadcom iProc SoCs support" to the spi tree
[PATCH v2 04/18] spi: fsl-espi: pre-allocate message buffer
2016-09-24 18:45 UTC (23+ messages)
` [PATCH v3 "
` [PATCH v3 01/15] "
` [PATCH v3 02/15] spi: fsl-espi: factor out filling the local buffer
` [PATCH v3 03/15] spi: fsl-espi: remove element status from struct fsl_espi_transfer
` [PATCH v3 04/15] spi: fsl-espi: fix status handling in fsl_espi_do_one_msg
` [PATCH v3 05/15] spi: fsl-espi: remove element actual_length from struct fsl_espi_trans
` [PATCH v3 06/15] spi: fsl-espi: eliminate struct fsl_espi_transfer
` [PATCH v3 07/15] spi: fsl-espi: merge fsl_espi_cmd_trans and fsl_espi_rw_trans
` [PATCH v3 08/15] spi: fsl-espi: improve return value handling in fsl_espi_bufs
` [PATCH v3 09/15] spi: fsl-espi: merge fsl_espi_bufs and fsl_espi_cpu_bufs
` [PATCH v3 10/15] spi: fsl-espi: improve the ISR frame
` [PATCH v3 11/15] spi: fsl-espi: factor out initial message checking
` [PATCH v3 12/15] spi: fsl-espi: centralize populating struct spi_transfer
` [PATCH v3 13/15] spi: fsl-espi: factor out handling of read data
` [PATCH v3 14/15] spi: fsl-espi: improve message length handling
` [PATCH v3 15/15] spi: fsl-espi: merge fsl_espi_trans and fsl_espi_do_trans
[PATCH/RFC v2 0/7] spi: Add slave mode support
2016-09-22 21:13 UTC (12+ messages)
` [PATCH/RFC v2 1/7] spi: Document DT bindings for SPI controllers in slave mode
` [PATCH/RFC v2 3/7] spi: core: Add support for registering SPI slave controllers
` [PATCH/RFC v2 4/7] spi: Document SPI slave controller support
` [PATCH/RFC v2 2/7] spi: core: Extract of_spi_parse_dt()
` [PATCH/RFC v2 5/7] spi: sh-msiof: Add slave mode support
` [PATCH/RFC v2 6/7] spi: slave: Add SPI slave handler reporting uptime at previous message
` [PATCH/RFC v2 7/7] spi: slave: Add SPI slave handler controlling system state
[PATCH] spi: atmel: use managed resource for gpio chip select
2016-09-21 8:20 UTC (2+ messages)
[PATCH] spi: dw: use relaxed IO accessor
2016-09-19 10:19 UTC (2+ messages)
[PATCH] spi: bcm-qspi: fix build error
2016-09-19 9:20 UTC (2+ messages)
[PATCH 0/4] spi: fsl-espi: further smaller improvements
2016-09-17 13:42 UTC
[PATCH 1/3] spi: introduce max message size flag in spi_master
2016-09-16 19:13 UTC (4+ messages)
` [PATCH v2 2/3] mtd: m25p80: consider max message size in m25p80_read
[PATCH] spi: core: Use spi_sync_transfer() in spi_write()/spi_read()
2016-09-16 17:40 UTC (2+ messages)
` Applied "spi: core: Use spi_sync_transfer() in spi_write()/spi_read()" to the spi tree
[PATCH] spi: bcm-qspi: don't include linux/mtd/cfi.h
2016-09-16 17:40 UTC (2+ messages)
` Applied "spi: bcm-qspi: don't include linux/mtd/cfi.h" to the spi tree
[PATCH] spi: bcm-qspi: fix suspend/resume #ifdef
2016-09-16 17:40 UTC (2+ messages)
` Applied "spi: bcm-qspi: fix suspend/resume #ifdef" to the spi tree
[PATCH -next] spi: bcm-qspi: Fix return value check in bcm_qspi_probe()
2016-09-16 17:40 UTC (2+ messages)
` Applied "spi: bcm-qspi: Fix return value check in bcm_qspi_probe()" to the spi tree
[PATCH -next] spi: bcm-qspi: Fix error return code in bcm_qspi_probe()
2016-09-16 17:40 UTC (2+ messages)
` Applied "spi: bcm-qspi: Fix error return code in bcm_qspi_probe()" to the spi tree
linux-next: Tree for Sep 16 (spi/spi-bcm-qspi.c)
2016-09-16 16:26 UTC
[PATCH 0/2] spi: meson: Add Amlogic GXBB compatible
2016-09-16 15:33 UTC (11+ messages)
` [PATCH 1/2] dt-bindings: spi-meson: Add GXBB Compatible string
` [PATCH 2/2] spi: meson: Add GXBB compatible
[spi:topic/bcm 2/4] drivers/spi/spi-bcm-qspi.c:703:13: error: 'bcm_qspi_suspend' undeclared here (not in a function)
2016-09-14 19:45 UTC
[PATCH 1/4] spi: fsl-espi: simplify fsl_espi_setup_transfer
2016-09-14 17:25 UTC (2+ messages)
` Applied "spi: fsl-espi: simplify fsl_espi_setup_transfer" to the spi tree
[PATCH 2/4] spi: fsl-espi: improve and simplify interrupt handler
2016-09-14 17:25 UTC (6+ messages)
` Applied "spi: fsl-espi: improve and simplify interrupt handler" to the spi tree
` [PATCH 3/4] spi: fsl-espi: align register access with other drivers
` Applied "spi: fsl-espi: align register access with other drivers" to the spi tree
` [PATCH 4/4] spi: fsl-espi: improve and extend register bit definitions
` Applied "spi: fsl-espi: improve and extend register bit definitions" to the spi tree
[PATCH RFT] spi: st-ssc4: Fix misuse of devm_gpio_request/devm_gpio_free APIs
2016-09-14 17:17 UTC (2+ messages)
` Applied "spi: st-ssc4: Fix misuse of devm_gpio_request/devm_gpio_free APIs" to the spi tree
[PATCH v2] spi: spidev_test: Fix buffer overflow in unescape()
2016-09-14 17:16 UTC (2+ messages)
` Applied "spi: spidev_test: Fix buffer overflow in unescape()" to the spi tree
[PATCH v6, 1/8] spi: Broadcom BRCMSTB, NSP, NS2 SoC bindings
2016-09-14 17:16 UTC (2+ messages)
` Applied "spi: Broadcom BRCMSTB, NSP, NS2 SoC bindings" to the spi tree
[PATCH v6, 3/8] spi: brcmstb-qspi: Broadcom settop platform driver
2016-09-14 17:16 UTC (2+ messages)
` Applied "spi: brcmstb-qspi: Broadcom settop platform driver" to the spi tree
[PATCH v6, 4/8] spi: bcm-qspi: Add BSPI spi-nor flash controller driver
2016-09-14 17:16 UTC (2+ messages)
` Applied "spi: bcm-qspi: Add BSPI spi-nor flash controller driver" to the spi tree
[PATCH 1/2] spi: imx: set spi_bus_clk for mx1, mx31 and mx35
2016-09-14 17:16 UTC (3+ messages)
` Applied "spi: imx: set spi_bus_clk for mx1, mx31 and mx35" to the spi tree
[PATCH 2/2] spi: imx: support loopback mode on imx35
2016-09-14 17:16 UTC (2+ messages)
` Applied "spi: imx: support loopback mode on imx35" to the spi tree
[PATCH 00/26] constify local structures
2016-09-12 21:11 UTC (15+ messages)
` [PATCH 14/26] spi: dw-pci: "
[PATCH 1/1] mtd: devices: m25p80: Add PM suspend resume support
2016-09-12 20:06 UTC (3+ messages)
[PATCH v2, 1/1] mtd: devices: m25p80: Add PM suspend resume support
2016-09-12 20:01 UTC
[PATCH 4/7] spi: meson: Add GXBB compatible
2016-09-12 19:12 UTC (6+ messages)
` Applied "spi: meson: Add GXBB compatible" to the spi tree
` [PATCH 5/7] dt-bindings: spi-meson: Add GXBB Compatible string
` Applied "spi: meson: Add GXBB Compatible string" to the spi tree
[PATCH v2 03/23] spi: fsl-espi: pre-allocate message buffer
2016-09-12 19:08 UTC (2+ messages)
` Applied "spi: fsl-espi: pre-allocate message buffer" to the spi tree
[PATCH v2 08/23] spi: fsl-espi: factor out filling the local buffer
2016-09-12 19:08 UTC (2+ messages)
` Applied "spi: fsl-espi: factor out filling the local buffer" to the spi tree
[PATCH v2 11/23] spi: fsl-espi: remove element status from struct fsl_espi_transfer
2016-09-12 19:08 UTC (2+ messages)
` Applied "spi: fsl-espi: remove element status from struct fsl_espi_transfer" to the spi tree
[PATCH 10/23] spi: fsl-espi: fix status handling in fsl_espi_do_one_msg
2016-09-12 19:08 UTC (2+ messages)
` Applied "spi: fsl-espi: fix status handling in fsl_espi_do_one_msg" to the spi tree
[PATCH v2 13/23] spi: fsl-espi: remove element actual_length from struct fsl_espi_trans
2016-09-12 19:08 UTC (2+ messages)
` Applied "spi: fsl-espi: remove element actual_length from struct fsl_espi_trans" to the spi tree
[PATCH v2 14/23] spi: fsl-espi: eliminate struct fsl_espi_transfer
2016-09-12 19:08 UTC (2+ messages)
` Applied "spi: fsl-espi: eliminate struct fsl_espi_transfer" to the spi tree
[PATCH v2 15/23] spi: fsl-espi: merge fsl_espi_cmd_trans and fsl_espi_rw_trans
2016-09-12 19:08 UTC (2+ messages)
` Applied "spi: fsl-espi: merge fsl_espi_cmd_trans and fsl_espi_rw_trans" to the spi tree
[PATCH 15/23] spi: fsl-espi: improve return value handling in fsl_espi_bufs
2016-09-12 19:08 UTC (2+ messages)
` Applied "spi: fsl-espi: improve return value handling in fsl_espi_bufs" to the spi tree
[PATCH 16/23] spi: fsl-espi: merge fsl_espi_bufs and fsl_espi_cpu_bufs
2016-09-12 19:08 UTC (2+ messages)
` Applied "spi: fsl-espi: merge fsl_espi_bufs and fsl_espi_cpu_bufs" to the spi tree
[PATCH v2 2/2] spi: dw: round up result of calculation for clock divider
2016-09-12 19:08 UTC (6+ messages)
` [PATCH v3 "
` [PATCH v4] "
` Applied "spi: dw: round up result of calculation for clock divider" to the spi tree
[PATCH 1/3] spi: pxa2xx: Do not needlessly initialize stack variables
2016-09-12 19:08 UTC (6+ messages)
` [PATCH 2/3] spi: pxa2xx: Remove pointer to current SPI message from driver data
` Applied "spi: pxa2xx: Remove pointer to current SPI message from driver data" to the spi tree
` [PATCH 3/3] spi: pxa2xx: Remove pointer to chip data from driver data
` Applied "spi: pxa2xx: Remove pointer to chip data from driver data" to the spi tree
` Applied "spi: pxa2xx: Do not needlessly initialize stack variables" "
[PATCH v2 1/1] spi: pxa2xx: Default thresholds to PXA configuration
2016-09-12 19:07 UTC (4+ messages)
` Applied "spi: pxa2xx: Default thresholds to PXA configuration" to the spi tree
[PATCH v2] tools: spi: enable CROSS_COMPILE in Makefile
2016-09-12 19:07 UTC (3+ messages)
` Applied "spi: tools: enable CROSS_COMPILE in Makefile" to the spi tree
[PATCH 18/23] spi: fsl-espi: factor out initial message checking
2016-09-12 19:07 UTC (2+ messages)
` Applied "spi: fsl-espi: factor out initial message checking" to the spi tree
[PATCH v2 20/23] spi: fsl-espi: centralize populating struct spi_transfer
2016-09-12 19:07 UTC (2+ messages)
` Applied "spi: fsl-espi: centralize populating struct spi_transfer" to the spi tree
[PATCH v2 21/23] spi: fsl-espi: factor out handling of read data
2016-09-12 19:07 UTC (2+ messages)
` Applied "spi: fsl-espi: factor out handling of read data" to the spi tree
[PATCH v2 22/23] spi: fsl-espi: improve message length handling
2016-09-12 19:07 UTC (2+ messages)
` Applied "spi: fsl-espi: improve message length handling" to the spi tree
[PATCH 23/23] spi: fsl-espi: merge fsl_espi_trans and fsl_espi_do_trans
2016-09-12 19:07 UTC (2+ messages)
` Applied "spi: fsl-espi: merge fsl_espi_trans and fsl_espi_do_trans" to the spi tree
[PATCH] spi: spidev_test: Fix buffer overflow in unescape()
2016-09-09 7:00 UTC (2+ messages)
[PATCH] tools: spi: enable CROSS_COMPILE in Makefile
2016-09-07 15:24 UTC (3+ messages)
[PATCH v1 1/1] spi: pxa2xx: Default thresholds to PXA configuration
2016-09-07 0:35 UTC
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).