linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-16 13:51:48 to 2018-04-16 19:06:31 UTC [more...]

[PATCH 1/6] spi: spi-s3c64xx: Remove unused driver data structure tgl_spi field
 2018-04-16 19:06 UTC  (8+ 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

[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  (3+ 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  (7+ messages)
  ` [PATCH v2 1/2] spi: spi-ti-qspi: Fix parameters order in regmap_update_bits calls
    ` [PATCH v2 2/2] spi: spi-ti-qspi: Add checking which flash chip has been mmap-ed

[PATCH v2 00/10] spi: Extend the framework to generically support memory devices
 2018-04-16 12:13 UTC  (18+ 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] 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: meson-axg: Fix error handling in meson_spicc_probe()
 2018-04-13 21:39 UTC 

[PATCH 0/3] Driver for AT91 USART in SPI mode
 2018-04-13 18:12 UTC  (7+ 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] 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  (30+ messages)
` [PATCH v3 1/6] spi: sun6i: coding style/readability improvements
` [PATCH v3 2/6] spi: sun6i: handle chip select polarity flag
` [PATCH v3 3/6] spi: sun6i: restrict transfer length in PIO-mode
` [PATCH v3 4/6] spi: sun6i: use completion provided by SPI core
` [PATCH v3 5/6] spi: sun6i: introduce register set/unset helpers
` [PATCH v3 6/6] spi: sun6i: add DMA transfers support

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

[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
 2018-04-05  0:32 UTC  (44+ messages)
` [PATCH v2 01/21] ASoC: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v2 03/21] crypto: "
` [PATCH v2 06/21] fpga: "
` [PATCH v2 08/21] iio: adc: "
` [PATCH v2 09/21] iommu: "
` [PATCH v2 10/21] lightnvm: "
` [PATCH v2 13/21] mmc: "
` [PATCH v2 14/21] mtd: "
` [PATCH v2 17/21] scsi: hisi_sas: "
  ` [PATCH v2 15/21] net: "
  ` [PATCH v2 16/21] remoteproc: "
  ` [PATCH v2 18/21] serial: "
  ` [PATCH v2 19/21] spi: "
  ` [PATCH v2 20/21] staging: vc04_services: "
  ` [PATCH v2 21/21] usb: "
  ` [PATCH v2 04/21] fbdev: "

[PATCH v2 0/6] spi: Add support for DMA transfers in sun4i SPI driver
 2018-04-04 19:19 UTC  (18+ messages)
` [PATCH v2 1/6] spi: core: handle timeout error from transfer_one()
` [PATCH v2 2/6] spi: sun4i: restrict transfer length in PIO-mode
` [PATCH v2 3/6] spi: sun4i: coding style/readability improvements
` [PATCH v2 4/6] spi: sun4i: use completion provided by SPI core driver
` [PATCH v2 5/6] spi: sun4i: introduce register set/unset helpers
` [PATCH v2 6/6] spi: sun4i: add DMA transfers support

[PATCH 0/6] spi: Add support for DMA transfers in sun4i SPI driver
 2018-04-04  6:27 UTC  (17+ messages)
` [PATCH 1/6] spi: core: handle timeout error from transfer_one()
` [PATCH 2/6] spi: sun4i: restrict transfer length in PIO-mode
` [PATCH 3/6] spi: sun4i: coding style/readability improvements
` [PATCH 4/6] spi: sun4i: use completion provided by SPI core driver
` [PATCH 5/6] spi: sun4i: introduce register set/unset helpers
` [PATCH 6/6] spi: sun4i: add DMA transfers support

[PATCH v5] ARM: imx: Update spi_imx platform data to reflect current state
 2018-04-02 20:06 UTC 

[GIT PULL] SPI updates for v4.17
 2018-04-02 16:56 UTC 

[PATCH v2 0/6] spi: Add support for DMA transfers in sun6i SPI driver
 2018-03-30 12:50 UTC  (7+ messages)
` [PATCH v2 1/6] spi: sun6i: coding style/readability improvements
` [PATCH v2 2/6] spi: sun6i: handle chip select polarity flag
` [PATCH v2 3/6] spi: sun6i: restrict transfer length in PIO-mode
` [PATCH v2 4/6] spi: sun6i: use completion provided by SPI core
` [PATCH v2 5/6] spi: sun6i: introduce register set/unset helpers
` [PATCH v2 6/6] spi: sun6i: add DMA transfers support

[PATCH 0/6] spi: Add support for DMA transfers in sun6i SPI driver
 2018-03-30  7:33 UTC  (8+ messages)
` [PATCH 1/6] spi: sun6i: coding style/readability improvements
` [PATCH 2/6] spi: sun6i: handle chip select polarity flag
` [PATCH 3/6] spi: sun6i: restrict transfer length in PIO-mode
` [PATCH 4/6] spi: sun6i: use completion provided by SPI core
` [PATCH 5/6] spi: sun6i: introduce register set/unset helpers
` [PATCH 6/6] spi: sun6i: add DMA transfers support

[PATCH] Allwinner SPI sun6i : add dual mode support
 2018-03-29  9:18 UTC  (2+ messages)

[PATCH] spi: spi-atmel: Use correct enum for DMA transfer direction
 2018-03-28  2:44 UTC  (4+ messages)
` Applied "spi: spi-atmel: Use correct enum for DMA transfer direction" to the spi tree

[PATCH v2] spi: rspi: use correct enum for DMA transfer direction
 2018-03-21  8:06 UTC  (3+ messages)
` Applied "spi: rspi: use correct enum for DMA transfer direction" to the spi tree

[PATCH 1/2] spi: sprd: Simplify the transfer function
 2018-03-21  1:58 UTC  (4+ messages)
` [PATCH 2/2] spi: sprd: Add the support of restarting the system
  ` Applied "spi: sprd: Add the support of restarting the system" to the spi tree
` Applied "spi: sprd: Simplify the transfer function" "

[PATCH 00/16] remove eight obsolete architectures
 2018-03-20 17:11 UTC  (2+ messages)

[PATCH] spi: Fix unregistration of controller with fixed SPI bus number
 2018-03-20  9:02 UTC  (2+ messages)
` Applied "spi: Fix unregistration of controller with fixed SPI bus number" to the spi tree

[RESEND PATCH] spi: Fix unregistration of controller with fixed SPI bus number
 2018-03-20  8:27 UTC 

[PATCH 00/16] remove eight obsolete architectures
 2018-03-19 23:06 UTC  (3+ messages)
` [PATCH 11/16] treewide: simplify Kconfig dependencies for removed archs

[PATCH] spi: rspi: use correct enum for DMA transfer direction
 2018-03-19 22:14 UTC  (2+ messages)

[PATCH] spi: jcore: disable clock on remove
 2018-03-19  1:03 UTC  (3+ messages)
` [PATCH v2] spi: jcore: disable ref_clk after getting its rate
  ` Applied "spi: jcore: disable ref_clk after getting its rate" to the spi tree

[PATCH v3 0/2] Chunk splitting of spi transfers
 2018-03-16 23:55 UTC  (3+ messages)
` [PATCH v3 1/2] spi: Split spi message into chunks of <65535 in the spi subsystem


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