linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-16 07:33:40 to 2019-03-28 19:10:36 UTC [more...]

[PATCH 00/24] arm64: mediatek: add support for Pumpkin MT8516 board
 2019-03-28 19:10 UTC  (31+ messages)
` [PATCH 01/24] dt-bindings: regulator: add support for MT6392
` [PATCH 02/24] regulator: mt6392: Add support for MT6392 regulator
  ` [PATCH 03/24] dt-bindings: pwrap: mediatek: add pwrap support for MT8516
  ` [PATCH 04/24] soc: mediatek: pwrap: add missing check on rstc
  ` [PATCH 10/24] mmc: mtk-sd: add support for MT8516
` [PATCH 05/24] soc: mediatek: pwrap: add support for MT8516 pwrap
` [PATCH 06/24] mfd: mt6397: Add support for MT6397 pmic
` [PATCH 07/24] arm64: dts: mt6392: Add PMIC mt6392 dtsi
` [PATCH 08/24] dt-bindings: mmc: mtk-sd: add mtk-sd support for MT8516
` [PATCH 09/24] mmc: mtk-sd: check for valid optional memory resource
` [PATCH 11/24] dt-bindings: mediatek: topckgen: add support for MT8516
` [PATCH 12/24] dt-bindings: mediatek: infracfg: "
` [PATCH 13/24] dt-bindings: mediatek: apmixedsys: "
` [PATCH 14/24] clk: mediatek: add clock driver "
` [PATCH 15/24] dt-bindings: pinctrl: pinctrl-mt65xx: add support "
` [PATCH 16/24] pinctrl: mediatek: Add MT8516 Pinctrl driver
` [PATCH 17/24] dt-bindings: wdog: mtk-wdt: add support for MT851
` [PATCH 18/24] dt-bindings: timer: mtk-timer: add support for MT8516
` [PATCH 19/24] dt-bindings: spi: spi-mt65xx: "
` [PATCH 20/24] dt-bindings: serial: mtk-uart: "
` [PATCH 21/24] dt-bindings: irq: mtk,sysirq: "
` [PATCH 22/24] dt-bindings: i2c: i2c-mtk: "
` [PATCH 23/24] arm64: dts: mediatek: add dtsi "
` [PATCH 24/24] arm64: dts: mediatek: add pumpkin board dts

[PATCH] spi: tegra20-slink: change chip select action order
 2019-03-28 16:34 UTC  (4+ messages)

[LINUX PATCH 3/3] spi: spi-mem: Add support for Zynq QSPI controller
 2019-03-28 11:16 UTC 

[LINUX PATCH 2/3] spi: spi-mem: call spi_mem_default_supports_op() first
 2019-03-28 11:16 UTC 

[LINUX PATCH 1/3] dt-bindings: spi: Add device tree binding documentation for Zynq QSPI controller
 2019-03-28 11:16 UTC 

[LINUX PATCH 0/3] Add support for Zynq QSPI controller driver
 2019-03-28 11:14 UTC 

Issues with i.MX SPI DMA transfers
 2019-03-28 11:05 UTC  (9+ messages)

[PATCH 0/7] Add Macronix MX25F0A MFD driver and NAND function
 2019-03-28 10:18 UTC  (8+ messages)
` [PATCH 1/7] mfd: Add Macronix MX25F0A MFD controller driver
` [PATCH 2/7] mtd: rawnand: Add Macronix MX25F0A NAND "
` [PATCH 3/7] spi: Patch Macronix MX25F0A SPI "
` [PATCH 4/7] dt-bindings: mfd: Document Macronix MX25F0A controller bindings
` [PATCH 5/7] spi: Add direct mapping mode for Macronix SPI controller
` [PATCH 6/7] mtd: rawnand: Add Macronix NAND read retry and randomizer support
` [PATCH 7/7] mtd: rawnand: Add Macronix NAND block protection driver

[RFC PATCH 0/4] spi: spi-fsl-spi: try to make cpu-mode transfers faster
 2019-03-27 14:30 UTC  (5+ messages)
` [RFC PATCH 1/4] spi: spi-fsl-spi: remove always-true conditional in fsl_spi_do_one_msg
` [RFC PATCH 3/4] spi: spi-fsl-spi: allow changing bits_per_word while CS is still active
` [RFC PATCH 2/4] spi: spi-fsl-spi: relax message sanity checking a little
` [RFC PATCH 4/4] spi: spi-fsl-spi: automatically adapt bits-per-word in cpu mode

[PATCH v8 0/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI driver
 2019-03-27 10:20 UTC  (6+ messages)
` [PATCH v8 1/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver

[PATCH V1 01/26] spi: tegra114: fix PIO transfer
 2019-03-27  5:56 UTC  (26+ messages)
` [PATCH V1 02/26] spi: tegra114: clear packed bit for unpacked mode
` [PATCH V1 03/26] spi: tegra114: fix for unpacked mode transfers
` [PATCH V1 04/26] spi: tegra114: use packed mode for 32 bits per word
` [PATCH V1 05/26] spi: tegra114: use unpacked mode for below 4 byte transfers
` [PATCH V1 06/26] spi: tegra114: terminate dma and reset on transfer timeout
` [PATCH V1 07/26] spi: tegra114: flush fifos
` [PATCH V1 08/26] spi: tegra114: configure dma burst size to fifo trig level
` [PATCH V1 09/26] spi: tegra114: dump SPI registers during timeout
` [PATCH V1 10/26] spi: tegra114: avoid reset call in atomic context
` [PATCH V1 11/26] spi: tegra114: reset controller on probe
` [PATCH V1 12/26] spi: tegra114: add SPI_LSB_FIRST support
` [PATCH V1 13/26] spi: tegra114: add dual mode support
` [PATCH V1 14/26] spi: tegra114: add 3 wire transfer "
` [PATCH V1 15/26] spi: tegra114: set supported bits_per_word
` [PATCH V1 16/26] spi: tegra114: set bus number based on id
` [PATCH V1 17/26] spi: tegra114: add support for interrupt mask
` [PATCH V1 18/26] spi: tegra114: add support for hw based cs
` [PATCH V1 19/26] DT bindings: spi: add spi client device properties
` [PATCH V1 20/26] spi: tegra114: add support for tuning HW CS timing
` [PATCH V1 21/26] DT bindings: spi: add tx/rx clock delay SPI client properties
` [PATCH V1 22/26] spi: tegra114: add support for tuning clock delay
` [PATCH V1 23/26] spi: tegra114: add support for gpio based cs
` [PATCH V1 24/26] spi: tegra114: de-assert CS before SPI mode is reset to its default
` [PATCH V1 25/26] spi: expand mode and mode_bits support
` [PATCH V1 26/26] spi: tegra114: add support for LSBYTE_FIRST

[RFC PATCH 1/2] dt-bindings: spi: Add device tree binding documentation for Zynq QSPI controller
 2019-03-26 15:12 UTC  (2+ messages)

[PATCH V2 0/2] spi: stm32-qspi: add dma support
 2019-03-26 14:43 UTC  (5+ messages)
` [PATCH V2 1/2] spi: stm32-qspi: add spi_master_put in release function
  ` Applied "spi: stm32-qspi: add spi_master_put in release function" to the spi tree
` [PATCH V2 2/2] spi: stm32-qspi: add dma support
  ` Applied "spi: stm32-qspi: add dma support" to the spi tree

[PATCH 0/2] spi: stm32-qspi: add dma support
 2019-03-25 16:19 UTC  (5+ messages)
` [PATCH 1/2] spi: stm32-qspi: add spi_master_put in release function
` [PATCH 2/2] spi: stm32-qspi: add dma support

[PATCH -next] spi: atmel-quadspi: Make atmel_qspi_get_name static
 2019-03-25 12:22 UTC  (2+ messages)
` Applied "spi: atmel-quadspi: Make atmel_qspi_get_name static" to the spi tree

[PATCH] spi: mt7621: Move SPI driver out of staging
 2019-03-25 12:15 UTC  (4+ messages)

[PATCH V2 0/9] spi: bcm2835aux: bug fixes and improvements
 2019-03-25 10:45 UTC  (20+ messages)
` [PATCH V2 3/9] spi: bcm2835aux: use BCM2835_AUX_SPI_STAT_RX_LVL
` [PATCH V2 6/9] spi: bcm2835aux: warn in dmesg that native cs is not really supported
  ` [PATCH V2 1/9] spi: bcm2835aux: unifying code between polling and interrupt driven code
  ` [PATCH V2 2/9] spi: bcm2835aux: remove dangerous uncontrolled read of fifo
  ` [PATCH V2 4/9] spi: bcm2835aux: remove dead code
  ` [PATCH V2 5/9] spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpios
  ` [PATCH V2 7/9] spi: bcm2835aux: setup gpio-cs to output and correct level during setup
  ` [PATCH V2 8/9] spi: bcm2835aux: add driver stats to debugfs
  ` [PATCH V2 9/9] spi: bcm2835aux: make the polling duration limits configurable

[PATCH v2] spi: mt7621: Move SPI driver out of staging
 2019-03-25  8:29 UTC 

[PATCH 1/3] spi: bcm2835: add driver stats to debugfs
 2019-03-24 11:23 UTC  (6+ messages)
` [PATCH 3/3] spi: bcm2835: add module parameter to configure minimum length for dma

[BUG] gpiolib: spi chip select legacy support breaks modern chip select and whitens the GTA04 LCD panel
 2019-03-24  6:56 UTC  (3+ messages)

[PATCH] spi: export tracepoint symbols to modules
 2019-03-21 15:49 UTC  (3+ messages)
` Applied "spi: export tracepoint symbols to modules" to the spi tree

[PATCH] spi: lpspi: fix dataloss when SS is inactivated between every words
 2019-03-21 15:07 UTC  (2+ messages)
` Applied "spi: lpspi: fix dataloss when SS is inactivated between every words" to the spi tree

[PATCH v1] dmaengine: idma64: Use actual device for DMA transfers
 2019-03-21 14:18 UTC  (4+ messages)

[RFC PATCH 2/2] spi: spi-mem: Add support for Zynq QSPI controller
 2019-03-21 11:00 UTC  (3+ messages)

[spi:for-5.2 8/8] drivers/spi/spi-stm32-qspi.c:520:1: sparse: symbol 'stm32_qspi_pm_ops' was not declared. Should it be static?
 2019-03-20 17:30 UTC  (3+ messages)
` [RFC PATCH spi] spi: spi-mem: stm32-qspi: stm32_qspi_pm_ops can be static
  ` Applied "spi: spi-mem: stm32-qspi: stm32_qspi_pm_ops can be static" to the spi tree

[PATCH 1/1] spi: mxic: simplify getting .driver_data
 2019-03-20 17:30 UTC  (2+ messages)
` Applied "spi: mxic: simplify getting .driver_data" to the spi tree

[PATCH v2 0/3] spi: dw: Add support for an optional interface clock
 2019-03-20 17:30 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: snps,dw-apb-ssi: Add mandatory clock bindings documentation
  ` Applied "dt-bindings: snps,dw-apb-ssi: Add mandatory clock bindings documentation" to the spi tree
` [PATCH v2 2/3] dt-bindings: snps,dw-apb-ssi: Add optional clock bindings documentation
  ` Applied "dt-bindings: snps,dw-apb-ssi: Add optional clock bindings documentation" to the spi tree
` [PATCH v2 3/3] spi: dw: Add support for an optional interface clock
  ` Applied "spi: dw: Add support for an optional interface clock" to the spi tree

[PATCH v5 0/2] spi: pxa2xx: Adjust DMA burst size per platform
 2019-03-20 17:30 UTC  (6+ messages)
` [PATCH v5 1/2] spi: pxa2xx: Introduce DMA burst size support
  ` Applied "spi: pxa2xx: Introduce DMA burst size support" to the spi tree
` [PATCH v5 2/2] spi: pxa2xx: Debug print DMA burst size

[RFC v2 00/11] DVFS in the OPP core
 2019-03-20  9:49 UTC  (12+ messages)
` [RFC v2 01/11] OPP: Don't overwrite rounded clk rate
` [RFC v2 02/11] OPP: Make dev_pm_opp_set_rate() with freq=0 as valid
` [RFC v2 03/11] tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state
` [RFC v2 04/11] spi: spi-geni-qcom: "
` [RFC v2 05/11] arm64: dts: sdm845: Add OPP table for all qup devices
` [RFC v2 06/11] scsi: ufs: Add support to manage multiple power domains in ufshcd-pltfrm
` [RFC v2 07/11] scsi: ufs: Add support for specifying OPP tables in DT
` [RFC v2 08/11] arm64: dts: sdm845: Add ufs opps and power-domains
` [RFC v2 09/11] drm/msm/dpu: Use OPP API to set clk/perf state
` [RFC v2 10/11] drm/msm: dsi: "
` [RFC v2 11/11] arm64: dts: sdm845: Add DSI and MDP OPP tables and power-domains

[PATCH v3 0/2] spi: pxa2xx: Adjust DMA burst size per platform
 2019-03-19 15:49 UTC  (4+ messages)
` [PATCH v4 1/2] spi: pxa2xx: Debug print DMA burst size
` [PATCH v4 2/2] spi: pxa2xx-pci: Drop unused header inclusion

[PATCH] [RFC] spi: pxa2xx: Do cs if restart the SSP during pxa2xx_spi_transfer_one()
 2019-03-19 15:27 UTC  (5+ messages)

[spi:for-5.2 11/19] drivers/spi/spi-fsl-lpspi.c:483:5: sparse: symbol 'fsl_lpspi_runtime_resume' was not declared. Should it be static?
 2019-03-19 13:14 UTC  (3+ messages)
` [RFC PATCH spi] spi: lpspi: fsl_lpspi_runtime_resume() can be static
  ` Applied "spi: lpspi: fsl_lpspi_runtime_resume() can be static" to the spi tree

[PATCH v1] spi: pxa2xx-pci: Drop unused header inclusion
 2019-03-19 13:13 UTC  (3+ messages)
` Applied "spi: pxa2xx-pci: Drop unused header inclusion" to the spi tree

[PATCH v3 0/2] spi: pxa2xx: Adjust DMA burst size per platform
 2019-03-18 16:33 UTC  (4+ messages)
` [PATCH v3 1/2] spi: pxa2xx: Introduce DMA burst size support
` [PATCH v3 2/2] spi: pxa2xx: Debug print DMA burst size

[PATCH] spi : spi-topcliff-pch: Fix to handle empty DMA buffers
 2019-03-18 14:52 UTC  (2+ messages)
` Applied "spi : spi-topcliff-pch: Fix to handle empty DMA buffers" to the spi tree

[PATCH V2 2/8] doc: lpspi: Document DT bindings for LPSPI clocks
 2019-03-18 14:52 UTC  (2+ messages)
` Applied "doc: lpspi: Document DT bindings for LPSPI clocks" to the spi tree

[PATCH V2 5/8] spi: lpspi: use the core way to implement cs-gpio function
 2019-03-18 14:52 UTC  (2+ messages)
` Applied "spi: lpspi: use the core way to implement cs-gpio function" to the spi tree

[PATCH V2 6/8] spi: lpspi: add dma mode support
 2019-03-18 14:52 UTC  (2+ messages)
` Applied "spi: lpspi: add dma mode support" to the spi tree

[PATCH V2 7/8] spi: lpspi: Add the missing NULL check
 2019-03-18 14:52 UTC  (2+ messages)
` Applied "spi: lpspi: Add the missing NULL check" to the spi tree

[PATCH V2 8/8] spi: lpspi: Code cleanup
 2019-03-18 14:52 UTC  (2+ messages)
` Applied "spi: lpspi: Code cleanup" to the spi tree

[PATCH] spi: spi-fsl-spi: support use of the SPISEL_BOOT signal on MPC8309
 2019-03-18 14:51 UTC  (4+ messages)
` Applied "spi: spi-fsl-spi: support use of the SPISEL_BOOT signal on MPC8309" to the spi tree

4-Byte addressing issue with IS25WP256D nor flash
 2019-03-18  5:34 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).