messages from 2020-02-25 05:08:32 to 2020-03-06 08:38:57 UTC [more...]
[PATCH v2 0/4] rewrite mtk-quadspi spi-nor driver with spi-mem
2020-03-06 8:38 UTC (7+ messages)
` [PATCH v2 1/4] spi: make spi-max-frequency optional
` [PATCH v2 2/4] spi: add support for mediatek spi-nor controller
` [PATCH v2 3/4] dt-bindings: convert mtk-quadspi binding doc for spi-mtk-nor
` [PATCH v2 4/4] mtd: spi-nor: remove mtk-quadspi driver
[PATCH] spi: Remove CONFIG_ prefix from Kconfig select
2020-03-05 16:38 UTC (6+ messages)
[PATCH 00/12] TCFQ to XSPI migration for NXP DSPI driver
2020-03-05 14:38 UTC (30+ messages)
` [PATCH 01/12] spi: spi-fsl-dspi: Simplify bytes_per_word gymnastics
` Applied "spi: spi-fsl-dspi: Simplify bytes_per_word gymnastics" to the spi tree
` [PATCH 02/12] spi: spi-fsl-dspi: Remove unused chip->void_write_data
` Applied "spi: spi-fsl-dspi: Remove unused chip->void_write_data" to the spi tree
` [PATCH 03/12] spi: spi-fsl-dspi: Don't mask off undefined bits
` Applied "spi: spi-fsl-dspi: Don't mask off undefined bits" to the spi tree
` [PATCH 04/12] spi: spi-fsl-dspi: Add comments around dspi_pop_tx and dspi_push_rx functions
` Applied "spi: spi-fsl-dspi: Add comments around dspi_pop_tx and dspi_push_rx functions" to the spi tree
` [PATCH 05/12] spi: spi-fsl-dspi: Rename fifo_{read,write} and {tx,cmd}_fifo_write
` Applied "spi: spi-fsl-dspi: Rename fifo_{read,write} and {tx,cmd}_fifo_write" to the spi tree
` [PATCH 06/12] spi: spi-fsl-dspi: Implement .max_message_size method for EOQ mode
` Applied "spi: spi-fsl-dspi: Implement .max_message_size method for EOQ mode" to the spi tree
` [PATCH 07/12] spi: Do spi_take_timestamp_pre for as many times as necessary
` Applied "spi: Do spi_take_timestamp_pre for as many times as necessary" to the spi tree
` [PATCH 08/12] spi: spi-fsl-dspi: Convert TCFQ users to XSPI FIFO mode
` Applied "spi: spi-fsl-dspi: Convert TCFQ users to XSPI FIFO mode" to the spi tree
` [PATCH 09/12] spi: spi-fsl-dspi: Accelerate transfers using larger word size if possible
` Applied "spi: spi-fsl-dspi: Accelerate transfers using larger word size if possible" to the spi tree
` [PATCH 10/12] spi: spi-fsl-dspi: Optimize dspi_setup_accel for lowest interrupt count
` Applied "spi: spi-fsl-dspi: Optimize dspi_setup_accel for lowest interrupt count" to the spi tree
` [PATCH 11/12] spi: spi-fsl-dspi: Use EOQ for last word in buffer even for XSPI mode
` Applied "spi: spi-fsl-dspi: Use EOQ for last word in buffer even for XSPI mode" to the spi tree
` [PATCH 12/12] spi: spi-fsl-dspi: Take software timestamp in dspi_fifo_write
` Applied "spi: spi-fsl-dspi: Take software timestamp in dspi_fifo_write" to the spi tree
[PATCH] spi: spi-fsl-dspi: Make bus-num property optional
2020-03-05 14:36 UTC (2+ messages)
` Applied "spi: spi-fsl-dspi: Make bus-num property optional" to the spi tree
[PATCH v3 1/3] dt-bindings: spi: convert rockchip spi bindings to yaml
2020-03-05 14:36 UTC (6+ messages)
` [PATCH v3 2/3] dt-bindings: spi: spi-rockchip: add description for rk3308
` Applied "dt-bindings: spi: spi-rockchip: add description for rk3308" to the spi tree
` [PATCH v3 3/3] dt-bindings: spi: spi-rockchip: add description for rk3328
` Applied "dt-bindings: spi: spi-rockchip: add description for rk3328" to the spi tree
` Applied "dt-bindings: spi: convert rockchip spi bindings to yaml" "
Patchwork housekeeping for: spi-devel-general
2020-03-04 19:00 UTC
[PATCH 0/6] Compatible string consolidation for NXP DSPI driver
2020-03-04 18:29 UTC (13+ messages)
` [PATCH 1/6] doc: spi-fsl-dspi: Add specific compatibles for all Layerscape SoCs
` Applied "spi: spi-fsl-dspi: Add specific compatibles for all Layerscape SoCs" to the spi tree
` [PATCH 4/6] spi: spi-fsl-dspi: LS2080A and LX2160A support XSPI mode
` Applied "spi: spi-fsl-dspi: LS2080A and LX2160A support XSPI mode" to the spi tree
` [PATCH 5/6] spi: spi-fsl-dspi: Support SPI software timestamping in all non-DMA modes
` Applied "spi: spi-fsl-dspi: Support SPI software timestamping in all non-DMA modes" to the spi tree
` [PATCH 2/6] spi: spi-fsl-dspi: Use specific compatible strings for all SoC instantiations
` Applied "spi: spi-fsl-dspi: Use specific compatible strings for all SoC instantiations" to the spi tree
` [PATCH 3/6] spi: spi-fsl-dspi: Parameterize the FIFO size and DMA buffer size
` Applied "spi: spi-fsl-dspi: Parameterize the FIFO size and DMA buffer size" to the spi tree
` [PATCH 6/6] spi: spi-fsl-dspi: Convert the instantiations that support it to DMA
` Applied "spi: spi-fsl-dspi: Convert the instantiations that support it to DMA" to the spi tree
[PATCH v2 1/3] dt-bindings: spi: convert rockchip spi bindings to yaml
2020-03-04 17:10 UTC (2+ messages)
[PATCH v2 0/2] spi: dt-bindings: spi-controller: Slave mode fixes
2020-03-04 15:12 UTC (6+ messages)
` [PATCH v2 1/2] spi: dt-bindings: spi-controller: Fix #address-cells for slave mode
` [PATCH v2 2/2] spi: dt-bindings: spi-controller: Fix spi-[rt]x-bus-width "
[PATCH] spi: spi_register_controller(): free bus id on error paths
2020-03-04 14:29 UTC (2+ messages)
` Applied "spi: spi_register_controller(): free bus id on error paths" to the spi tree
[PATCH] spi: ath79: remove spi-master setup and cleanup assignment
2020-03-03 21:56 UTC
[PATCH 1/2] spi: fsl-lpspi: remove unneeded array
2020-03-03 17:08 UTC (2+ messages)
` Applied "spi: fsl-lpspi: remove unneeded array" to the spi tree
[PATCH RFC 0/3] spi/HiSilicon v3xx: Support dual and quad mode through DMI quirks
2020-03-03 12:43 UTC (17+ messages)
` [PATCH RFC 1/3] spi: Allow SPI controller override device buswidth
` Applied "spi: Allow SPI controller override device buswidth" to the spi tree
` [PATCH RFC 2/3] spi: HiSilicon v3xx: Properly set CMD_CONFIG for Dual/Quad modes
` Applied "spi: HiSilicon v3xx: Properly set CMD_CONFIG for Dual/Quad modes" to the spi tree
` [PATCH RFC 3/3] spi: HiSilicon v3xx: Use DMI quirk to set controller buswidth override bits
` Applied "spi: HiSilicon v3xx: Use DMI quirk to set controller buswidth override bits" to the spi tree
[PATCH] spi: bcm63xx-hsspi: Really keep pll clk enabled
2020-03-02 16:05 UTC (4+ messages)
` Applied "spi: bcm63xx-hsspi: Really keep pll clk enabled" to the spi tree
[PATCH 0/2] spi: spidev: Fix messages in spidev
2020-03-02 16:05 UTC (5+ messages)
` [PATCH 1/2] spi: spidev: fix a debug message value
` Applied "spi: spidev: fix a debug message value" to the spi tree
` [PATCH 2/2] spi: spidev: fix speed setting message
` Applied "spi: spidev: fix speed setting message" to the spi tree
[PATCH v2 00/11] mtd: spi-nor: add xSPI Octal DTR support
2020-03-02 10:20 UTC (32+ messages)
` [PATCH v2 01/11] dt-bindings: spi: allow expressing DTR capability
` [PATCH v2 02/11] spi: set mode bits for "spi-rx-dtr" and "spi-tx-dtr"
` [PATCH v2 03/11] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH v2 04/11] spi: spi-mem: allow specifying a command's extension
` [PATCH v2 05/11] spi: cadence-quadspi: Add support for octal DTR flashes
` [PATCH v2 06/11] mtd: spi-nor: add support for DTR protocol
` [PATCH v2 09/11] mtd: spi-nor: use dummy cycle and address width info from SFDP
` [PATCH v2 10/11] mtd: spi-nor: enable octal DTR mode when possible
` [PATCH v2 11/11] mtd: spi-nor: add support for Cypress Semper flash
` [PATCH v2 07/11] mtd: spi-nor: get command opcode extension type from BFPT
` [PATCH v2 08/11] mtd: spi-nor: parse xSPI Profile 1.0 table
[PATCH] spi/zynqmp: remove entry that causes a cs glitch
2020-02-28 18:25 UTC (4+ messages)
` Applied "spi/zynqmp: remove entry that causes a cs glitch" to the spi tree
[PATCH] spi: atmel-quadspi: fix possible MMIO window size overrun
2020-02-28 18:25 UTC (2+ messages)
` Applied "spi: atmel-quadspi: fix possible MMIO window size overrun" to the spi tree
[PATCH] spi: spi-mem: Compute length only when needed
2020-02-28 18:25 UTC (2+ messages)
` Applied "spi: spi-mem: Compute length only when needed" to the spi tree
[PATCH v1] spi: pxa2xx: Introduce is_mmp2_ssp() helper
2020-02-28 18:25 UTC (2+ messages)
` Applied "spi: pxa2xx: Introduce is_mmp2_ssp() helper" to the spi tree
[PATCH v11 0/2] spi: cadence-quadspi: Add support for the Cadence QSPI controller
2020-02-28 7:53 UTC (13+ messages)
` [PATCH v11 1/2] dt-bindings: spi: Add schema for Cadence QSPI Controller driver
` [PATCH v11 2/2] spi: cadence-quadspi: Add support for the Cadence QSPI controller
Patchwork housekeeping for: spi-devel-general
2020-02-28 4:40 UTC
[PATCH RFC 0/2] Add Renesas RPC-IF support
2020-02-27 20:32 UTC (10+ messages)
` [PATCH RFC 2/2] memory: add Renesas RPC-IF driver
[PATCH 0/6] Add interconnect support to UART, I2C, SPI and QSPI
2020-02-27 17:03 UTC (4+ messages)
` [PATCH 6/6] arm64: dts: sc7180: Add interconnect for QUP "
[PATCH] spi: spi-bcm-qspi: Use new structure for SPI transfer delays
2020-02-27 15:29 UTC (2+ messages)
Patchwork housekeeping for: spi-devel-general
2020-02-27 14:40 UTC
[PATCH] spi: spi-mpc52xx: Use new structure for SPI transfer delays
2020-02-27 14:39 UTC (2+ messages)
` [PATCH v2] "
[PATCH] spi: dt-bindings: spi-controller: Fix #address-cells for slave mode
2020-02-27 14:16 UTC (6+ messages)
Patchwork housekeeping for: spi-devel-general
2020-02-27 6:40 UTC
[PATCH v10 0/2] spi: cadence-quadpsi: Add support for the Cadence QSPI controller
2020-02-27 5:59 UTC (12+ messages)
` [PATCH v10 1/2] dt-bindings: spi: Add schema for Cadence QSPI Controller driver
[PATCH] spi: pxa2xx: Add CS control clock quirk
2020-02-26 19:00 UTC (3+ messages)
` (unknown)
` Patchwork summary for: spi-devel-general
Execute spi transfers inside FIQ (NMI) or panic
2020-02-26 15:28 UTC (5+ messages)
[RFC 00/25] arm64: realtek: Add Xnano X5 and implement TM1628/FD628/AiP1618 LED controllers
2020-02-26 13:03 UTC (6+ messages)
[PATCH 0/2] rewrite mtk-quadspi spi-nor driver with spi-mem
2020-02-26 11:36 UTC (6+ messages)
Patchwork housekeeping for: spi-devel-general
2020-02-26 9:40 UTC
[PATCH v2] spi: Add FSI-attached SPI controller driver
2020-02-25 19:45 UTC (4+ messages)
BUSINESS ENQUIRY
2020-02-25 14:40 UTC
Prompt reply would be greatly appreciated
2020-02-25 12:04 UTC
page: next (older) | prev (newer) | latest
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).