linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-07 08:58:50 to 2018-03-20 18:20:11 UTC [more...]

[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
 2018-03-20 18:20 UTC  (48+ messages)
` [PATCH v2 02/21] ata: Remove depends on HAS_DMA in case of platform dependency
  ` [PATCH v2 01/21] ASoC: "
  ` [PATCH v2 03/21] crypto: "
  ` [PATCH v2 04/21] fbdev: "
  ` [PATCH v2 05/21] firewire: "
  ` [PATCH v2 06/21] fpga: "
  ` [PATCH v2 07/21] i2c: "
  ` [PATCH v2 08/21] iio: adc: "
  ` [PATCH v2 09/21] iommu: "
  ` [PATCH v2 10/21] lightnvm: "
  ` [PATCH v2 11/21] mailbox: "
  ` [PATCH v2 12/21] media: "
  ` [PATCH v2 13/21] mmc: "
  ` [PATCH v2 14/21] mtd: "
  ` [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 17/21] scsi: hisi_sas: "

[PATCH 00/16] remove eight obsolete architectures
 2018-03-20 17:11 UTC  (15+ messages)
` [PATCH 11/16] treewide: simplify Kconfig dependencies for removed archs
    ` rfc: remove print_vma_addr ? (was Re: [PATCH 00/16] remove eight obsolete architectures)

[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 1/2] spi: sprd: Simplify the transfer function
 2018-03-20  2:42 UTC  (2+ messages)
` [PATCH 2/2] spi: sprd: Add the support of restarting the system

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

[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  (4+ messages)
` [PATCH v3 1/2] spi: Split spi message into chunks of <65535 in the spi subsystem
` [PATCH v3 2/2] drm/tinydrm: Remove chunk splitting in tinydrm_spi_transfer

[PATCH 00/47] arch-removal: device drivers
 2018-03-15  9:09 UTC  (6+ messages)
` [PATCH 34/47] spi: remove blackfin related host drivers

[PATCH] spi: bcm-qspi: fIX some error handling paths
 2018-03-14 16:40 UTC  (2+ messages)
` Applied "spi: bcm-qspi: fIX some error handling paths" to the spi tree

[PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol
 2018-03-12 15:01 UTC  (10+ messages)
` [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL
        ` [PATCH v2] "
            ` [PATCH v3] "
          ` Applied "spi: kconfig: Remove AVR32 dep. from SPI_ATMEL" to the spi tree
  ` [PATCH] video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLE

[PATCH v2 0/2] Chunk splitting of spi transfers
 2018-03-11 13:35 UTC  (6+ messages)
` [PATCH v2 1/2] spi: Split spi message into chunks of <65535 in the spi subsystem
` [PATCH v2 2/2] drm/tinydrm: Remove chunk splitting in tinydrm_spi_transfer

[RFC PATCH 0/6] spi: Extend the framework to generically support memory devices
 2018-03-08 14:07 UTC  (36+ messages)
` [RFC PATCH 1/6] spi: Extend the core to ease integration of SPI memory controllers
` [RFC PATCH 4/6] spi: ti-qspi: Implement the spi_mem interface
` [RFC PATCH 5/6] mtd: spi-nor: Use the spi_mem_xx() API
` [RFC PATCH 6/6] spi: Get rid of the spi_flash_read() API

[PATCH] spi: tegra20-slink: use true and false for boolean values
 2018-03-08 13:14 UTC  (3+ messages)

[PATCH v2 0/2] Chunk splitting of spi transfers
 2018-03-04 17:38 UTC  (10+ messages)
` [PATCH v2 1/2] drm/tinydrm: Remove chunk splitting in tinydrm_spi_transfer
` [PATCH v2 2/2] spi/spi-bcm2835: Add bcm2835_spi_transfer_one_message in spi-bcm2835.c

[PATCH] spi: Fix scatterlist elements size in spi_map_buf
 2018-03-02 18:02 UTC  (3+ messages)
` Applied "spi: Fix scatterlist elements size in spi_map_buf" to the spi tree

[PATCH] spi: atmel: init FIFOs before spi enable
 2018-02-28 11:06 UTC  (3+ messages)
` Applied "spi: atmel: init FIFOs before spi enable" to the spi tree

[PATCH] drm/tinydrm: Remove chunk splitting in tinydrm_spi_transfer
 2018-02-19 17:42 UTC  (2+ messages)

[PATCH v3 2/2] dt-bindings: spi: updated usage example for spi-rx/tx-bus-width properties
 2018-02-17  8:48 UTC 

[PATCH 1/4] spi: orion: Make the error message greppable
 2018-02-15 17:36 UTC  (11+ messages)
  ` [PATCH 3/4] spi: orion: Prepare space for per-child options
  ` [PATCH 4/4] spi: orion: Software control for inter-word delays
  ` [PATCH 2/4] spi: orion: Respect per-transfer bits_per_word settings
      ` Applied "spi: orion: Respect per-transfer bits_per_word settings" to the spi tree

[PATCH 0/3] Convert GPIO SPI to use descriptors only
 2018-02-14 18:53 UTC  (10+ messages)
` [PATCH 1/3] spi: spi-gpio: Rewrite to use GPIO descriptors
  ` Applied "spi: spi-gpio: Rewrite to use GPIO descriptors" to the spi tree
` [PATCH 2/3] spi: spi-gpio: Delete references to non-GENERIC_BITBANG
` [PATCH 3/3] spi: spi-gpio: Augment device tree bindings

[PATCH 3/5] spi: spi-gpio: Augment device tree bindings
 2018-02-14 16:28 UTC  (2+ messages)
  ` Applied "spi: spi-gpio: Augment device tree bindings" to the spi tree

[PATCH] spi: bcm2835aux: use 64-bit arithmetic instead of 32-bit
 2018-02-14 16:28 UTC  (13+ messages)
  ` [PATCH] spi: bcm2835aux: Avoid 64-bit arithmetic in xfer len calc
    ` Applied "spi: bcm2835aux: Avoid 64-bit arithmetic in xfer len calc" to the spi tree

[PATCH] spi: orion: Allow specifying which HW CS to use with a GPIO CS
 2018-02-14 16:26 UTC  (3+ messages)
` [PATCH v2] spi: orion: Rework GPIO CS handling

[PATCH] spi: pxa2xx: Move SSP idle waiting to cs_deassert()
 2018-02-12 12:10 UTC  (2+ messages)
  ` Applied "spi: pxa2xx: Move SSP idle waiting to cs_deassert()" to the spi tree

[PATCH 1/2] spi: dw: Convert to generalized SPI controller API
 2018-02-12 12:09 UTC  (2+ messages)
  ` Applied "spi: dw: Convert to generalized SPI controller API" to the spi tree

[PATCH 2/2] spi: pxa2xx: Convert to generalized SPI controller API
 2018-02-12 12:09 UTC  (2+ messages)
  ` Applied "spi: pxa2xx: Convert to generalized SPI controller API" to the spi tree

[PATCH 0/4] Improvements for MCP23Sxx chips
 2018-02-09  3:37 UTC  (10+ messages)
` [PATCH 1/4] pinctrl: mcp23s08: IRQ behavior for open-drain interrupts
` [PATCH 2/4] pinctrl: mcp23s08: spi: Fix regmap debugfs entries
` [PATCH 4/4] pinctrl: mcp23s08: spi: Fix duplicate pinctrl "
` [PATCH 3/4] pinctrl: mcp23s08: spi: Add HW address to gpio_chip.label

[PATCHv3 0/3] spi: support for Socionext Synquacer platform
 2018-02-09  2:43 UTC  (4+ messages)
` [PATCHv3 2/3] spi: Add spi driver "


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