linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-30 05:40:21 to 2020-07-13 06:29:10 UTC [more...]

[PATCH v4 0/7] mtd: spi-nor: add xSPI Octal DTR support
 2020-07-13  5:59 UTC  (12+ messages)
` [PATCH v4 1/7] mtd: spi-nor: sfdp: get octal mode maximum speed from BFPT
` [PATCH v4 2/7] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v4 3/7] mtd: spi-nor: sfdp: parse command sequences to change octal DTR mode
` [PATCH v4 4/7] mtd: spi-nor: core: add configuration register 2 read & write support
` [PATCH v4 7/7] mtd: spi-nor: macronix: Add Octal 8D-8D-8D supports for Macronix mx25uw51245g

[PATCH v10 00/17] mtd: spi-nor: add xSPI Octal DTR support
 2020-07-13  6:24 UTC  (22+ messages)
` [PATCH v10 01/17] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH v10 02/17] spi: spi-mem: allow specifying a command's extension
` [PATCH v10 03/17] spi: atmel-quadspi: reject DTR ops
` [PATCH v10 04/17] spi: spi-mtk-nor: "
` [PATCH v10 05/17] mtd: spi-nor: add support for DTR protocol
` [PATCH v10 06/17] mtd: spi-nor: sfdp: get command opcode extension type from BFPT
` [PATCH v10 07/17] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v10 08/17] mtd: spi-nor: core: use dummy cycle and address width info from SFDP
` [PATCH v10 12/17] mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
` [PATCH v10 13/17] mtd: spi-nor: core: perform a Soft Reset on shutdown

[PATCH] spi: imx/fsl-lpspi: Convert to GPIO descriptors
 2020-07-13  1:53 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-07-10 21:20 UTC 

[PATCH] spi: spi-cadence: add support for chip select high
 2020-07-10 21:16 UTC  (3+ messages)

[PATCH V3 0/3] Convert mxs/imx spi/cspi/lpspi binding to json-schema
 2020-07-10 15:40 UTC  (6+ messages)
` [PATCH V3 2/3] dt-bindings: spi: Convert imx cspi "
` [PATCH V3 3/3] dt-bindings: spi: Convert imx lpspi "

[PATCH v2 0/2] spi: spi-qcom-qspi: Avoid some per-transfer overhead
 2020-07-10  4:45 UTC  (4+ messages)
` [PATCH v2 1/2] spi: spi-qcom-qspi: Avoid clock setting if not needed
` [PATCH v2 2/2] spi: spi-qcom-qspi: Set an autosuspend delay of 250 ms

[PATCH v2] spi: spi-geni-qcom: Set the clock properly at runtime resume
 2020-07-10  4:41 UTC  (3+ messages)

[PATCH] SPI SUBSYSTEM: Replace HTTP links with HTTPS ones
 2020-07-09 22:01 UTC  (2+ messages)

[PATCH v3] spi: use kthread_create_worker() helper
 2020-07-09 22:00 UTC  (2+ messages)

[PATCH] spi: use kthread_create_worker() helper
 2020-07-09 22:00 UTC  (4+ messages)

[PATCH][next] spi: atmel: remove redundant label out_free
 2020-07-09 22:00 UTC  (2+ messages)

[PATCH v2] spi: use kthread_create_worker() helper
 2020-07-09 22:00 UTC  (3+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-07-09 15:00 UTC 

[PATCH] spi: spi-geni-qcom: Set the clock properly at runtime resume
 2020-07-09 14:44 UTC  (6+ messages)

[PATCH 0/2] spi: bcm2835/bcm2835aux: support effective_speed_hz
 2020-07-09  7:41 UTC  (3+ messages)
` [PATCH 1/2] spi: bcm2835: "
` [PATCH 2/2] spi: bcm2835aux: "

Patchwork housekeeping for: spi-devel-general
 2020-07-09  7:00 UTC 

[PATCH 0/2] spi: spi-qcom-qspi: Avoid some per-transfer overhead
 2020-07-09  6:50 UTC  (7+ messages)
` [PATCH 1/2] spi: spi-qcom-qspi: Avoid clock setting if not needed
` [PATCH 2/2] spi: spi-qcom-qspi: Set an autosuspend delay of 250 ms

[PATCH 0/3] spi: spi-geni-qcom: Avoid a bunch of per-transfer overhead
 2020-07-08 17:02 UTC  (15+ messages)
` [PATCH 1/3] spi: spi-geni-qcom: Avoid clock setting if not needed
` [PATCH 2/3] spi: spi-geni-qcom: Set an autosuspend delay of 250 ms
` [PATCH 3/3] spi: spi-geni-qcom: Get rid of most overhead in prepare_message()

[PATCH] spi: atmel: No need to call spi_master_put() if spi_alloc_master() failed
 2020-07-08 17:00 UTC  (2+ messages)

[PATCH 0/3] Fix races on device removal
 2020-07-08 13:27 UTC  (4+ messages)
` [PATCH 1/3] driver core: Avoid binding drivers to dead devices
` [PATCH 2/3] driver core: Use rwsem for kill_device() serialization
` [PATCH 3/3] driver core: Avoid adding children below a dead parent

Patchwork housekeeping for: spi-devel-general
 2020-07-08 12:40 UTC 

[PATCH v2 00/10] spi: spi-sun6i: One fix and some improvements
 2020-07-07 14:17 UTC  (15+ messages)
` [PATCH v2 01/10] spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rate
` [PATCH v2 02/10] spi: spi-sun6i: sun6i_spi_transfer_one(): report effectivly used speed_hz of transfer
` [PATCH v2 03/10] spi: spi-sun6i: sun6i_spi_transfer_one(): remove useless goto
` [PATCH v2 04/10] spi: spi-sun6i: sun6i_spi_transfer_one(): remove not needed masking of transfer length
` [PATCH v2 05/10] spi: spi-sun6i: sun6i_spi_get_tx_fifo_count: Convert manual shift+mask to FIELD_GET()
` [PATCH v2 06/10] spi: spi-sun6i: sun6i_spi_drain_fifo(): introduce sun6i_spi_get_rx_fifo_count() and make use of it
` [PATCH v2 07/10] spi: spi-sun6i: sun6i_spi_drain_fifo(): remove not needed length argument
` [PATCH v2 08/10] spi: spi-sun6i: sun6i_spi_fill_fifo(): "
` [PATCH v2 09/10] spi: spi-sun6i: sun6i_spi_transfer_one(): collate write to Interrupt Control Register
` [PATCH v2 10/10] spi: spi-sun6i: sun6i_spi_transfer_one(): enable RF_RDY interrupt only if needed

[PATCH 1/2] spi: Add the SPI daisy chain support
 2020-07-07 11:21 UTC  (17+ messages)
` [PATCH 2/2] dt-bindings: Add documentation for SPI daisy chain driver
  ` [PATCH v2 1/2] spi: Add the SPI daisy chain support
    ` [PATCH v2 2/2] dt-bindings: Add documentation for SPI daisy chain driver

[PATCH v5 0/2] Add Renesas RPC-IF support
 2020-07-07  9:33 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: memory: document Renesas RPC-IF bindings

[PATCH 0/3] QSPI: Add DVFS support
 2020-07-07  4:27 UTC  (8+ messages)
` [PATCH 1/3] spi: spi-qcom-qspi: Use OPP API to set clk/perf state
` [PATCH 2/3] arm64: dts: sdm845: Add qspi opps and power-domains
` [PATCH 3/3] arm64: dts: sc7180: "

Patchwork housekeeping for: spi-devel-general
 2020-07-06 14:40 UTC 

回复: [kthread] a90477f0c9: WARNING:at_kernel/kthread.c:#kthread_queue_work
 2020-07-06 13:45 UTC 

[PATCH 0/9] spi: spi-sun6i: One fix and some improvements
 2020-07-06 12:43 UTC  (13+ messages)
` [PATCH 1/9] spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rate
` [PATCH 2/9] spi: spi-sun6i: sun6i_spi_transfer_one(): report effectivly used speed_hz of transfer
` [PATCH 3/9] spi: spi-sun6i: sun6i_spi_transfer_one(): remove useless goto
` [PATCH 4/9] spi: spi-sun6i: sun6i_spi_transfer_one(): remove not needed masking of transfer length
` [PATCH 5/9] spi: spi-sun6i: sun6i_spi_drain_fifo(): introduce sun6i_spi_get_rx_fifo_count() and make use of it
` [PATCH 6/9] spi: spi-sun6i: sun6i_spi_drain_fifo(): remove not needed length argument
` [PATCH 7/9] spi: spi-sun6i: sun6i_spi_fill_fifo(): "
` [PATCH 8/9] spi: spi-sun6i: sun6i_spi_transfer_one(): collate write to Interrupt Control Register
` [PATCH 9/9] spi: spi-sun6i: sun6i_spi_transfer_one(): enable RF_RDY interrupt only if needed

WARNING: at kernel/kthread.c:819 kthread_queue_work - spi_start_queue
 2020-07-06 10:58 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-07-06  9:40 UTC 

[PATCH] MAINTAINERS: Change Maintainer for some at91 drivers
 2020-07-03 17:03 UTC  (4+ messages)

[PATCH v3 0/8] spi: Adding support for Microchip Sparx5 SoC
 2020-07-03  9:14 UTC  (12+ messages)
` [PATCH v3 1/8] spi: dw: Add support for RX sample delay register
` [PATCH v3 2/8] arm64: dts: sparx5: Add SPI controller and SPI mux
` [PATCH v3 3/8] spi: dw: Add Microchip Sparx5 support
` [PATCH v3 4/8] mux: sparx5: Add Sparx5 SPI mux driver
` [PATCH v3 5/8] dt-bindings: snps,dw-apb-ssi: Add sparx5 support, plus snps,rx-sample-delay-ns property
` [PATCH v3 6/8] dt-bindings: microchip,sparx5-spi-mux: Add Sparx5 SPI mux driver bindings
` [PATCH v3 7/8] arm64: dts: sparx5: Add spi-nor support
` [PATCH v3 8/8] arm64: dts: sparx5: Add spi-nand devices

[PATCH] spi: spidev: Add compatible for external SPI ports on Kontron boards
 2020-07-02 16:24 UTC  (7+ messages)

[PATCH v2 00/16] Remove uninitialized_var() macro
 2020-07-02 16:23 UTC  (7+ messages)
` [PATCH v2 08/16] spi: davinci: Remove uninitialized_var() usage

[PATCH v2 0/6] spi: Adding support for Microchip Sparx5 SoC
 2020-07-02 10:05 UTC  (6+ messages)
` [PATCH v2 3/6] spi: dw: Add Microchip Sparx5 support

[PATCH AUTOSEL 5.7 20/53] spi: spidev: fix a race between spidev_release and spidev_remove
 2020-07-02  1:21 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 21/53] spi: spidev: fix a potential use-after-free in spidev_release()

[PATCH AUTOSEL 5.4 15/40] spi: spidev: fix a race between spidev_release and spidev_remove
 2020-07-02  1:23 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 16/40] spi: spidev: fix a potential use-after-free in spidev_release()

[PATCH AUTOSEL 4.19 08/27] spi: spidev: fix a race between spidev_release and spidev_remove
 2020-07-02  1:25 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 09/27] spi: spidev: fix a potential use-after-free in spidev_release()

[PATCH AUTOSEL 4.14 05/17] spi: spidev: fix a race between spidev_release and spidev_remove
 2020-07-02  1:26 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 06/17] spi: spidev: fix a potential use-after-free in spidev_release()

[PATCH AUTOSEL 4.9 04/13] spi: spidev: fix a race between spidev_release and spidev_remove
 2020-07-02  1:27 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 05/13] spi: spidev: fix a potential use-after-free in spidev_release()

[PATCH AUTOSEL 4.4 3/7] spi: spidev: fix a race between spidev_release and spidev_remove
 2020-07-02  1:27 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 4/7] spi: spidev: fix a potential use-after-free in spidev_release()

[PATCH] spi: fsl: add missing __iomem annotation
 2020-07-01 22:24 UTC  (2+ messages)

[PATCH] spi: img-spfi: Convert to use GPIO descriptors
 2020-07-01 22:24 UTC  (2+ messages)

[PATCH] spi: Avoid setting the chip select if we don't need to
 2020-07-01 22:24 UTC  (4+ messages)

[PATCH] spi: mediatek: use correct SPI_CFG2_REG MACRO
 2020-07-01 22:24 UTC 

[PATCH 0/3] spi: bcm2835: Interrupt-handling optimisations
 2020-07-01 22:24 UTC  (2+ messages)

[PATCH] spi: lantiq-ssc: Convert to use GPIO descriptors
 2020-07-01 22:24 UTC  (2+ messages)

[PATCH] spi: npcm-pspi: Convert to use GPIO descriptors
 2020-07-01 22:24 UTC  (2+ messages)

[cadence-spi] daisy chain
 2020-07-01 13:47 UTC  (13+ messages)
                      ` SPI daisy chain support

[PATCH] spi: a3700: fix hang caused by a3700_spi_transfer_one_fifo()
 2020-07-01 13:18 UTC  (3+ messages)

[PATCH v5 0/8] Enable ili9341 and l3gd20 on stm32f429-disco
 2020-06-30 15:32 UTC  (6+ messages)
` [PATCH v5 6/8] drm/panel: Add ilitek ili9341 panel driver

Patchwork housekeeping for: spi-devel-general
 2020-06-30  5:40 UTC 


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).