linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-28 11:16:00 to 2019-04-08 19:01:26 UTC [more...]

[PATCH v4 0/3] Add support for ARRI FPGA configuration
 2019-04-08 19:01 UTC  (5+ messages)
` [PATCH v4 3/3] fpga: Add fpga manager driver for ARRI Altera FPP

[LINUX PATCH v2 3/3] spi: spi-mem: Add support for Zynq QSPI controller
 2019-04-08 17:51 UTC  (6+ messages)
` Applied "spi: spi-mem: Add support for Zynq QSPI controller" to the spi tree

[PATCH 1/1] spi: pxa2xx: add driver enabling message
 2019-04-08 15:22 UTC 

[PATCH] spi: spi-mem: Fix build error without CONFIG_SPI_MEM
 2019-04-08 14:39 UTC 

[BUG] Rockchip SPI: long burst writes produce unexpected result
 2019-04-08 11:19 UTC  (6+ messages)
` [PATCH] spi: rockchip: Revert "set min/max speed"

[PATCH] spi: Add missing error handling for CS GPIOs
 2019-04-08 11:12 UTC  (3+ messages)
` Applied "spi: Add missing error handling for CS GPIOs" to the spi tree

[PATCH] spi: spi-gpio: Remove spi->controller_data comment
 2019-04-08 11:11 UTC  (3+ messages)
` Applied "spi: spi-gpio: Remove spi->controller_data comment" to the spi tree

Issues with i.MX SPI DMA transfers
 2019-04-08 10:18 UTC  (15+ messages)

[PATCH] spi: bcm2835aux: Fix build error without CONFIG_DEBUG_FS
 2019-04-08  7:33 UTC  (3+ messages)
` Applied "spi: bcm2835aux: Fix build error without CONFIG_DEBUG_FS" to the spi tree

[PATCH 1/1] spi: pxa2xxx: change "no DMA channels..." msg from debug to warning
 2019-04-08  7:32 UTC  (2+ messages)
` Applied "spi: pxa2xxx: change "no DMA channels..." msg from debug to warning" to the spi tree

[PATCH 00/12] SPI GPIO improvements
 2019-04-08  7:32 UTC  (25+ messages)
` [PATCH 01/12] spi: gpio: Drop unused spi_to_pdata()
  ` Applied "spi: gpio: Drop unused spi_to_pdata()" to the spi tree
` [PATCH 02/12] spi: gpio: Add local struct device pointer in spi_gpio_probe()
  ` Applied "spi: gpio: Add local struct device pointer in spi_gpio_probe()" to the spi tree
` [PATCH 03/12] spi: gpio: Add local struct spi_bitbang pointer in spi_gpio_probe()
  ` Applied "spi: gpio: Add local struct spi_bitbang pointer in spi_gpio_probe()" to the spi tree
` [PATCH 04/12] spi: gpio: Simplify SPI_MASTER_NO_TX check in spi_gpio_probe()
  ` Applied "spi: gpio: Simplify SPI_MASTER_NO_TX check in spi_gpio_probe()" to the spi tree
` [PATCH 05/12] spi: gpio: Drop unused pdata copy in struct spi_gpio
  ` Applied "spi: gpio: Drop unused pdata copy in struct spi_gpio" to the spi tree
` [PATCH 06/12] spi: gpio: Don't request CS GPIO in DT use-case
  ` Applied "spi: gpio: Don't request CS GPIO in DT use-case" to the spi tree
` [PATCH 07/12] spi: Don't call spi_get_gpio_descs() before device name is set
  ` Applied "spi: Don't call spi_get_gpio_descs() before device name is set" to the spi tree
` [PATCH 08/12] spi: gpio: Drop mflags argument from spi_gpio_request()
  ` Applied "spi: gpio: Drop mflags argument from spi_gpio_request()" to the spi tree
` [PATCH 09/12] spi: gpio: Drop unused pdev field in struct spi_gpio
  ` Applied "spi: gpio: Drop unused pdev field in struct spi_gpio" to the spi tree
` [PATCH 10/12] spi: gpio: Make sure spi_master_put() is called in every error path
  ` Applied "spi: gpio: Make sure spi_master_put() is called in every error path" to the spi tree
` [PATCH 11/12] spi: bitbang: Introduce spi_bitbang_init()
  ` Applied "spi: bitbang: Introduce spi_bitbang_init()" to the spi tree
` [PATCH 12/12] spi: gpio: Use devm_spi_register_master()
  ` Applied "spi: gpio: Use devm_spi_register_master()" to the spi tree

[PATCH V2 01/20] spi: tegra114: fix PIO transfer
 2019-04-08  7:32 UTC  (33+ messages)
` [PATCH V2 02/20] spi: tegra114: use unpacked mode for below 4 bytes
` [PATCH V2 03/20] spi: tegra114: de-assert CS before SPI mode change
  ` Applied "spi: tegra114: de-assert CS before SPI mode change" to the spi tree
` [PATCH V2 04/20] spi: tegra114: avoid reset call in atomic context
  ` Applied "spi: tegra114: avoid reset call in atomic context" to the spi tree
` [PATCH V2 05/20] spi: tegra114: dump SPI registers during timeout
  ` Applied "spi: tegra114: dump SPI registers during timeout" to the spi tree
` [PATCH V2 06/20] spi: tegra114: set supported bits per word
  ` Applied "spi: tegra114: set supported bits per word" to the spi tree
` [PATCH V2 07/20] spi: tegra114: set bus number based on id
` [PATCH V2 08/20] spi: tegra114: add dual mode support
  ` Applied "spi: tegra114: add dual mode support" to the spi tree
` [PATCH V2 09/20] spi: tegra114: add 3 wire transfer mode support
  ` Applied "spi: tegra114: add 3 wire transfer mode support" to the spi tree
` [PATCH V2 10/20] Documentation: devicetree: spi: add spi-lsbyte-first propery
` [PATCH V2 11/20] spi: expand mode support and add LSBYTE_FIRST mode
` [PATCH V2 12/20] spi: tegra114: add support for LSBYTE_FIRST
` [PATCH V2 13/20] spi: tegra114: add support for interrupt mask
` [PATCH V2 14/20] spi: tegra114: add support for gpio based cs
` [PATCH V2 15/20] spi: tegra114: add support for hw "
` [PATCH V2 16/20] spi-summary: document set_cs_timing
  ` Applied "spi-summary: document set_cs_timing" to the spi tree
` [PATCH V2 17/20] spi: add a method for configuring CS timing
  ` Applied "spi: add a method for configuring CS timing" to the spi tree
` [PATCH V2 18/20] spi: tegra114: add support for HW CS timing
` [PATCH V2 19/20] DT bindings: spi: document tx/rx clock delay properties
  ` Applied "spi: document tx/rx clock delay properties" to the spi tree
` [PATCH V2 20/20] spi: tegra114: add support for tuning TX and RX trimmers

[PATCH v9 0/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD driver
 2019-04-06 19:59 UTC  (14+ messages)
` [PATCH v9 1/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD controller driver
` [PATCH v9 2/3] spi: Add Renesas R-Car Gen3 RPC-IF SPI "
` [PATCH v9 3/3] dt-bindings: mfd: Document Renesas R-Car Gen3 RPC-IF controller bindings

[PATCH 0/7] Add Macronix MX25F0A MFD driver and NAND function
 2019-04-03 11:51 UTC  (6+ messages)
` [PATCH 3/7] spi: Patch Macronix MX25F0A SPI controller driver
` [PATCH 4/7] dt-bindings: mfd: Document Macronix MX25F0A controller bindings

[LINUX PATCH v2 2/3] spi: spi-mem: export spi_mem_default_supports_op()
 2019-04-03  4:43 UTC  (2+ messages)
` Applied "spi: spi-mem: export spi_mem_default_supports_op()" to the spi tree

[PATCH] spi: lpspi: add missing complete in abort func at dma mode
 2019-04-03  4:42 UTC  (2+ messages)
` Applied "spi: lpspi: add missing complete in abort func at dma mode" to the spi tree

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

[PATCH V1 01/26] spi: tegra114: fix PIO transfer
 2019-04-02 20:27 UTC  (23+ messages)
` [PATCH V1 04/26] spi: tegra114: use packed mode for 32 bits per word
  ` Applied "spi: tegra114: use packed mode for 32 bits per word" to the spi tree
` [PATCH V1 05/26] spi: tegra114: use unpacked mode for below 4 byte transfers
` [PATCH V1 09/26] spi: tegra114: dump SPI registers during timeout
` [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 21/26] DT bindings: spi: add tx/rx clock delay SPI client properties
` [PATCH V1 24/26] spi: tegra114: de-assert CS before SPI mode is reset to its default

[BUG] gpiolib: spi chip select legacy support breaks modern chip select and whitens the GTA04 LCD panel
 2019-04-02  9:16 UTC  (11+ messages)
      ` [Letux-kernel] "

[RFC PATCH 0/4] spi: spi-fsl-spi: try to make cpu-mode transfers faster
 2019-04-02  9:10 UTC  (4+ messages)

[PATCH 00/24] arm64: mediatek: add support for Pumpkin MT8516 board
 2019-04-01 21:02 UTC  (31+ messages)
` [PATCH 01/24] dt-bindings: regulator: add support for MT6392
` [PATCH 03/24] dt-bindings: pwrap: mediatek: add pwrap support for MT8516
` [PATCH 07/24] arm64: dts: mt6392: Add PMIC mt6392 dtsi
` [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 15/24] dt-bindings: pinctrl: pinctrl-mt65xx: "
` [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] eeprom: at25: Convert the driver to the spi-mem interface
 2019-04-01 14:01 UTC  (4+ messages)

[PATCH v2] spi: tegra20-slink: change chip select action order
 2019-04-01  9:17 UTC  (2+ messages)

[PATCH V1 02/26] spi: tegra114: clear packed bit for unpacked mode
 2019-04-01  8:54 UTC  (2+ messages)
` Applied "spi: tegra114: clear packed bit for unpacked mode" to the spi tree

[PATCH V1 03/26] spi: tegra114: fix for unpacked mode transfers
 2019-04-01  8:54 UTC  (2+ messages)
` Applied "spi: tegra114: fix for unpacked mode transfers" to the spi tree

[PATCH V1 06/26] spi: tegra114: terminate dma and reset on transfer timeout
 2019-04-01  8:54 UTC  (2+ messages)
` Applied "spi: tegra114: terminate dma and reset on transfer timeout" to the spi tree

[PATCH V1 07/26] spi: tegra114: flush fifos
 2019-04-01  8:54 UTC  (2+ messages)
` Applied "spi: tegra114: flush fifos" to the spi tree

[PATCH V1 11/26] spi: tegra114: reset controller on probe
 2019-04-01  8:54 UTC  (2+ messages)
` Applied "spi: tegra114: reset controller on probe" to the spi tree

[RFC PATCH 1/4] spi: spi-fsl-spi: remove always-true conditional in fsl_spi_do_one_msg
 2019-04-01  8:54 UTC  (2+ messages)
` Applied "spi: spi-fsl-spi: remove always-true conditional in fsl_spi_do_one_msg" to the spi tree

[RFC PATCH 2/4] spi: spi-fsl-spi: relax message sanity checking a little
 2019-04-01  8:54 UTC  (2+ messages)
` Applied "spi: spi-fsl-spi: relax message sanity checking a little" to the spi tree

[PATCH V1 12/26] spi: tegra114: add SPI_LSB_FIRST support
 2019-04-01  8:54 UTC  (2+ messages)
` Applied "spi: tegra114: add SPI_LSB_FIRST support" to the spi tree

[LINUX PATCH v2 1/3] dt-bindings: spi: Add device tree binding documentation for Zynq QSPI controller
 2019-04-01  7:58 UTC 

[LINUX PATCH v2 0/3] Add support for Zynq QSPI controller driver
 2019-04-01  7:57 UTC 

[PATCH] spi: oc-tiny: fix negative loop bound error on for loop
 2019-04-01  3:19 UTC  (4+ messages)

[PATCH] spi: bcm-qspi: when tx/rx buffer is NULL set to 0
 2019-03-31 14:40 UTC  (2+ messages)

[LINUX PATCH 2/3] spi: spi-mem: call spi_mem_default_supports_op() first
 2019-03-29 11:08 UTC  (7+ messages)

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

[LINUX PATCH 3/3] spi: spi-mem: Add support for Zynq QSPI controller
 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 


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