linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-06 15:54:21 to 2018-04-26 16:18:20 UTC [more...]

[PATCH v4 0/7] spi: Extend the framework to generically support memory devices
 2018-04-26 16:18 UTC  (8+ messages)
` [PATCH v4 1/7] spi: Extend the core to ease integration of SPI memory controllers
` [PATCH v4 2/7] spi: Make support for regular transfers optional when ->mem_ops != NULL
` [PATCH v4 3/7] spi: bcm-qspi: Implement the spi_mem interface
` [PATCH v4 4/7] spi: bcm53xx: "
` [PATCH v4 5/7] spi: ti-qspi: "
` [PATCH v4 6/7] mtd: spi-nor: Use the spi_mem_xx() API
` [PATCH v4 7/7] spi: Get rid of the spi_flash_read() API

[PATCH v2 00/10] spi: Extend the framework to generically support memory devices
 2018-04-26 12:54 UTC  (27+ messages)
` [PATCH v2 01/10] spi: Check presence the of ->transfer[_xxx]() before registering a controller
  ` Applied "spi: Check presence the of ->transfer[_xxx]() before registering a controller" to the spi tree
` [PATCH v2 02/10] spi: Expose spi_{map,unmap}_buf() for internal use
` [PATCH v2 03/10] spi: Add an helper to flush the message queue
` [PATCH v2 04/10] spi: Extend the core to ease integration of SPI memory controllers
` [PATCH v2 05/10] spi: Make support for regular transfers optional when ->mem_ops != NULL
` [PATCH v2 06/10] spi: bcm-qspi: Implement the spi_mem interface
` [PATCH v2 07/10] spi: bcm53xx: "
` [PATCH v2 08/10] spi: ti-qspi: "
` [PATCH v2 09/10] mtd: spi-nor: Use the spi_mem_xx() API
` [PATCH v2 10/10] spi: Get rid of the spi_flash_read() API

[PATCH] Enable the clock before calling clk_get_rate()
 2018-04-26 11:53 UTC  (10+ messages)
  ` [PATCH v2] spi/bcm63xx-hspi: "
      ` [PATCH v3] spi/bcm63xx-hspi: Enable the clock before calling
          ` [PATCH v4] spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate()
              ` [PATCH v5] "
                ` Applied "spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate()." to the spi tree

[RFC 00/10] ARM: Remove support for Exynos5440
 2018-04-26 11:21 UTC  (15+ messages)
  ` [RFC 03/10] cpufreq: exynos: "
  ` [RFC 09/10] usb: host: "
    ` [RFC 04/10] clk: samsung: "
    ` [RFC 08/10] spi: s3c64xx: "
    ` [RFC 06/10] thermal: "
        ` [PATCH] "
  ` [RFC 01/10] ARM: dts: exynos: Remove Exynos5440
    ` [RFC 05/10] i2c: s3c2410: Remove support for Exynos5440

[PATCH v3 0/9] spi: Extend the framework to generically support memory devices
 2018-04-26  9:28 UTC  (20+ messages)
` [PATCH v3 1/9] spi: Expose spi_{map,unmap}_buf() for internal use
  ` Applied "spi: Expose spi_{map, unmap}_buf() for internal use" to the spi tree
` [PATCH v3 2/9] spi: Add an helper to flush the message queue
  ` Applied "spi: Add an helper to flush the message queue" to the spi tree
` [PATCH v3 3/9] spi: Extend the core to ease integration of SPI memory controllers
` [PATCH v3 4/9] spi: Make support for regular transfers optional when ->mem_ops != NULL
` [PATCH v3 5/9] spi: bcm-qspi: Implement the spi_mem interface
` [PATCH v3 6/9] spi: bcm53xx: "
` [PATCH v3 7/9] spi: ti-qspi: "
` [PATCH v3 8/9] mtd: spi-nor: Use the spi_mem_xx() API
` [PATCH v3 9/9] spi: Get rid of the spi_flash_read() API

[PATCH] spi: meson-axg: Fix error handling in meson_spicc_probe()
 2018-04-26  8:35 UTC  (2+ messages)

[PATCH v1 0/2] spi: bcm-qspi: Fix spi-nor chip select logic for BSPI
 2018-04-25 18:28 UTC  (3+ messages)
` [PATCH v1 1/2] spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
` [PATCH v1 2/2] spi: bcm-qspi: Always change BSPI_MAST_N_BOOT_CTRL state

Applied "spi: pxa2xx: Allow 64-bit DMA" to the spi tree
 2018-04-24 15:28 UTC 

[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
 2018-04-22 17:12 UTC  (25+ messages)
` [PATCH v3 01/20] ASoC: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v3 03/20] crypto: "
` [PATCH v3 04/20] fbdev: "
  ` [PATCH v3 02/20] ata: "
  ` [PATCH v3 05/20] firewire: "
  ` [PATCH v3 06/20] fpga: "
  ` [PATCH v3 07/20] i2c: "
  ` [PATCH v3 12/20] media: "
  ` [PATCH v3 13/20] mmc: "
  ` [PATCH v3 14/20] mtd: "
  ` [PATCH v3 16/20] remoteproc: "
  ` [PATCH v3 17/20] serial: "
  ` [PATCH v3 18/20] spi: "
  ` [PATCH v3 19/20] staging: vc04_services: "
` [PATCH v3 08/20] iio: adc: "
` [PATCH v3 09/20] iommu: "
` [PATCH v3 10/20] lightnvm: "
` [PATCH v3 11/20] mailbox: "
` [PATCH v3 15/20] net: "
` [PATCH v3 20/20] usb: "

[PATCH 00/61] tree-wide: simplify getting .drvdata
 2018-04-20 17:05 UTC  (4+ messages)
` [PATCH 46/61] spi: "
  ` Applied "spi: simplify getting .drvdata" to the spi tree

[PATCH 0/3] Driver for AT91 USART in SPI mode
 2018-04-19 14:55 UTC  (12+ messages)
` [PATCH 1/3] MAINTAINERS: add usart spi driver
` [PATCH 2/3] dt-bindings: add binding for at91-usart in spi mode
` [PATCH 3/3] spi: at91-usart: add driver for at91-usart as spi

[PATCH][next] spi: pxa2xx: make function pxa2xx_spi_transfer_one static
 2018-04-18 16:23 UTC  (2+ messages)

[PATCH v2 1/8] spi: spi-s3c64xx: Do not ignore timeout errors in polling I/O mode
 2018-04-18 13:49 UTC  (19+ messages)
    ` [PATCH v2 2/8] spi: spi-s3c64xx: Remove unused driver data structure tgl_spi field
    ` [PATCH v2 3/8] spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argument
    ` [PATCH v2 4/8] spi: spi-s3c64xx: Drop unused enable_datapath() "
      ` Applied "spi: spi-s3c64xx: Drop unused enable_datapath() function argument" to the spi tree
    ` [PATCH v2 5/8] spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function names
      ` Applied "spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function names" to the spi tree
    ` [PATCH v2 6/8] spi: spi-s3c64xx: Fix indentation in the register offset definitions
    ` [PATCH v2 7/8] spi: spi-s3c64xx: Use local variable for FIFO length
      ` Applied "spi: spi-s3c64xx: Use local variable for FIFO length" to the spi tree
    ` [PATCH v2 8/8] spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode
      ` Applied "spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode" to the spi tree

[spi:for-4.18 12/12] drivers/spi/spi-pxa2xx.c:914:5: sparse: symbol 'pxa2xx_spi_transfer_one' was not declared. Should it be static?
 2018-04-18 11:40 UTC  (4+ messages)
` [RFC PATCH spi] spi: pxa2xx: pxa2xx_spi_transfer_one() can be static
  ` Applied "spi: pxa2xx: pxa2xx_spi_transfer_one() can be static" to the spi tree

[PATCH v5] ARM: imx: Update spi_imx platform data to reflect current state
 2018-04-18  3:12 UTC  (2+ messages)

[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
 2018-04-17 17:48 UTC  (3+ messages)

[PATCH 1/6] spi: spi-s3c64xx: Remove unused driver data structure tgl_spi field
 2018-04-17 10:51 UTC  (21+ messages)
    ` [PATCH 2/6] spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argument
    ` [PATCH 3/6] spi: spi-s3c64xx: Drop unused enable_datapath() "
    ` [PATCH 4/6] spi: spi-s3c64xx: Do not ignore timeout errors in polling I/O mode
    ` [PATCH 5/6] spi: spi-s3c64xx: Fix indentation in the register offset definitions
    ` [PATCH 6/6] spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode

[PATCH] spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
 2018-04-16 20:01 UTC 

[RFC PATCH] spi: zynqmp: Add pm runtime support
 2018-04-16 18:25 UTC  (2+ messages)
` Applied "spi: zynqmp: Add pm runtime support" to the spi tree

[PATCH] spi: stm32: Fix error handling in stm32_spi_probe()
 2018-04-16 17:16 UTC  (2+ messages)
` Applied "spi: stm32: Fix error handling in stm32_spi_probe()" to the spi tree

[PATCH] Fixes in TI QSPI driver to allow more than one flash chip
 2018-04-16 16:58 UTC  (3+ messages)
` [PATCH v2 1/2] spi: spi-ti-qspi: Fix parameters order in regmap_update_bits calls

[PATCH] spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
 2018-04-16 12:07 UTC 

[PATCH] [PATCH v1] spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
 2018-04-16 11:57 UTC  (2+ messages)

[PATCH] spi: mediatek: Use of_device_get_match_data()
 2018-04-16  2:33 UTC 

[PATCH] spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
 2018-04-13 18:03 UTC 

[PATCH] spi: spi-topcliff-pch: Replace GFP_ATOMIC with GFP_KERNEL in pch_spi_handle_dma
 2018-04-13 11:25 UTC  (3+ messages)
` Applied "spi: spi-topcliff-pch: Replace GFP_ATOMIC with GFP_KERNEL in pch_spi_handle_dma" to the spi tree

[PATCH] spi: imx: Update MODULE_DESCRIPTION to "SPI Controller driver"
 2018-04-13 11:25 UTC  (2+ messages)
` Applied "spi: imx: Update MODULE_DESCRIPTION to "SPI Controller driver"" to the spi tree

[PATCH] spi: mediatek: remove redundant MODULE_ALIAS entries
 2018-04-12 16:13 UTC  (4+ messages)

[PATCH v3 0/6] spi: Add support for DMA transfers in sun6i SPI driver
 2018-04-10 14:05 UTC  (19+ messages)
` [PATCH v3 3/6] spi: sun6i: restrict transfer length in PIO-mode

[PATCH] spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
 2018-04-10 13:49 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).