linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-12 16:06:59 to 2015-10-08 08:31:18 UTC [more...]

[PATCH v5 0/10] Fix broken DMAFLUSHP on Rockchips platform
 2015-10-08  8:31 UTC  (17+ messages)
` [PATCH v5 03/10] DMA: pl330: add quirk for broken no flushp
` [PATCH v5 04/10] ARM: dts: Add arm,pl330-broken-no-flushp quirk for rk3288 platform
` [PATCH v5 05/10] ARM: dts: Add arm,pl330-broken-no-flushp quirk for rk3xxx platform
` [PATCH v5 06/10] dmaengine: add API for getting dma controller's quirk
` [PATCH v5 07/10] DMA: pl330: implement dmaengine_get_quirks hook
` [PATCH v5 08/10] spi: rockchip: modify DMA max burst to 1
  ` [PATCH v5 01/10] DMA: pl330: support burst mode for dev-to-mem and mem-to-dev transmit
  ` [PATCH v5 02/10] Documentation: arm-pl330: add description of arm,pl330-broken-no-flushp
  ` [PATCH v5 09/10] snd: dmaengine-pcm: add snd_dmaengine_pcm_get_quirks interface
  ` [PATCH v5 10/10] ASoC: rockchip_i2s: modify DMA max burst to 1

[GIT PULL] spi fixes for v4.3
 2015-10-07 10:56 UTC 

[PATCH v6 0/4] spi: bcm2835: add spi-bcm2835aux driver
 2015-10-07 10:43 UTC  (8+ messages)
` [PATCH v6 1/4] dt/bindings: bcm2835: spi: add bindings for the bcm2835 auxiliary spi devices
    ` Applied "spi: bcm2835aux: spi: add bindings for the bcm2835 auxiliary spi devices" to the spi tree
` [PATCH v6 2/4] spi: bcm2835: add bcm2835 auxiliary spi device driver

Applied "spi: bcm2835aux: add bcm2835 auxiliary spi device driver" to the spi tree
 2015-10-07 10:43 UTC 

[PATCH] misc: eeprom: at25: add Cypress FRAM functionality
 2015-10-06 14:40 UTC  (2+ messages)

Odp: Re: [PATCH v2 1/2] sc16is7xx: Prevent TX buffer overrun, prevent crash
 2015-10-06  9:18 UTC 

[PATCH v2 1/2] sc16is7xx: Prevent TX buffer overrun, prevent crash
 2015-10-06  8:41 UTC  (3+ messages)

[PATCH 1/2] spi: bitbang: remove unneeded check
 2015-10-05 15:11 UTC  (2+ messages)
  ` Applied "spi: bitbang: remove unneeded check" to the spi tree

[PATCH 2/2] spi: bitbang: switch to the generic implementation of transfer_one_message
 2015-10-05 15:11 UTC  (4+ messages)
  ` Applied "spi: bitbang: switch to the generic implementation of transfer_one_message" to the spi tree

[alsa-devel] Fwd: [PATCH 1/1] SPI : spi-pxa2xx : fix spi init of WM510205 codec via ACPI (resend)
 2015-10-05 10:54 UTC  (13+ messages)
`  "
      ` Fwd: [alsa-devel] "

[PATCH] sc16is7xx: null ptr check
 2015-10-05  8:10 UTC  (2+ messages)

m25p80: Commit "allow arbitrary OF matching for "jedec,spi-nor"" breaks module autoloading
 2015-10-03 21:35 UTC  (2+ messages)

[PATCH] spi: pxa2xx: Remove unused psp member variable from struct chip_data
 2015-10-02 20:43 UTC  (2+ messages)

Applied "spi: pxa2xx: Remove unused psp member variable from struct chip_data" to the spi tree
 2015-10-02 17:14 UTC 

[PATCH] spi: pxa2xx: Remove empty function pxa2xx_spi_dma_resume()
 2015-10-01 17:58 UTC  (3+ messages)
  ` Applied "spi: pxa2xx: Remove empty function pxa2xx_spi_dma_resume()" to the spi tree

[PATCH v2 0/8] Improvements for SPI IMX driver for Freescale IMX53 and IMX6 families
 2015-10-01  0:34 UTC  (20+ messages)
` [PATCH v2 1/8] spi: imx: Fix DMA transfer
` [PATCH v2 2/8] spi: imx: replace fixed timeout with calculated one
` [PATCH v2 3/8] spi: imx: add support for all SPI word width for DMA transfer
` [PATCH v2 4/8] spi: imx: add selection for iMX53 and iMX6 controller type
` [PATCH v2 5/8] spi: imx: Add support for loopback for ECSPI controllers
` [PATCH v2 6/8] spi: imx: return error from dma channel request
` [PATCH v2 7/8] spi: imx: defer spi initialization, if DMA engine is pending
  ` [PATCH v2 8/8] spi: imx: Add support for SPI Slave mode for imx53 and imx6 chips

[PATCH] spi: ath79: simplify iomem resource mapping
 2015-09-30 19:33 UTC  (2+ messages)
  ` Applied "spi: ath79: simplify iomem resource mapping" to the spi tree

[PATCH] spi: sh-msiof: Match renesas,rx-fifo-size in DT bindings doc with driver
 2015-09-29 18:05 UTC  (2+ messages)
  ` Applied "spi: sh-msiof: Match renesas,rx-fifo-size in DT bindings doc with driver" to the spi tree

[PATCH linux-next 0/4] mtd: spi-nor: fix Quad SPI memory support
 2015-09-29 15:31 UTC  (9+ messages)
` [PATCH linux-next 1/4] mtd: spi-nor: remove unused read_xfer/write_xfer hooks
` [PATCH linux-next 2/4] mtd: spi-nor: properly detect the memory when it boots in Quad or Dual mode
  ` [PATCH linux-next 3/4] mtd: spi-nor: fix Quad SPI mode support for Spansion, Micron and Macronix
  ` [PATCH linux-next 4/4] mtd: m25p80: add support of dual and quad spi protocols to all commands

[PATCH v7] arm64: dts: Add spi bus dts
 2015-09-27 13:05 UTC  (3+ messages)

[PATCH] ARM: pxa: Remove unused clock_enable field from struct pxa2xx_spi_master
 2015-09-26 19:47 UTC  (4+ messages)

[PATCH 1/2] spi: pxa2xx: Set the max_speed_hz of the master
 2015-09-26  9:23 UTC  (6+ messages)
` [PATCH 2/2] spi: pxa2xx: Use ACPI_COMPANION() instead of acpi_bus_get_device()
    ` Applied "spi: pxa2xx: Use ACPI_COMPANION() instead of acpi_bus_get_device()" to the spi tree
  ` Applied "spi: pxa2xx: Set the max_speed_hz of the master" "

[PATCH 01/16] spi: txx9: Use transfer speed unconditionally
 2015-09-25 18:09 UTC  (34+ messages)
  ` [PATCH 02/16] spi: s3c64xx: "
      ` Applied "spi: s3c64xx: Use transfer speed unconditionally" to the spi tree
  ` [PATCH 03/16] spi: octeon: Use transfer speed unconditionally
      ` Applied "spi: octeon: Use transfer speed unconditionally" to the spi tree
  ` [PATCH 04/16] spi: bfin-sport: Calculate transfer speed unconditionally
      ` Applied "spi: bfin-sport: Calculate transfer speed unconditionally" to the spi tree
  ` [PATCH 05/16] spi: spi-bfin5xx: Calculate transfer speed unconditionally
      ` Applied "spi: spi-bfin5xx: Calculate transfer speed unconditionally" to the spi tree
  ` [PATCH 06/16] spi: au1550: Simplify au1550_spi_setupxfer()
      ` Applied "spi: au1550: Simplify au1550_spi_setupxfer()" to the spi tree
  ` [PATCH 07/16] spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionally
      ` Applied "spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionally" to the spi tree
  ` [PATCH 08/16] spi: omap-uwire: Remove needless bits_per_word and speed_hz tests
      ` Applied "spi: omap-uwire: Remove needless bits_per_word and speed_hz tests" to the spi tree
  ` [PATCH 09/16] spi: omap-100k: Rely on validations done by spi core
      ` Applied "spi: omap-100k: Rely on validations done by spi core" to the spi tree
  ` [PATCH 10/16] spi: atmel: Remove needless bits_per_word and speed_hz tests
      ` Applied "spi: atmel: Remove needless bits_per_word and speed_hz tests" to the spi tree
  ` [PATCH 11/16] spi: dw: Remove needless if statements
      ` Applied "spi: dw: Remove needless if statements" to the spi tree
  ` [PATCH 12/16] spi: dw: Remove test for non-zero spi->max_speed_hz
      ` Applied "spi: dw: Remove test for non-zero spi->max_speed_hz" to the spi tree
  ` [PATCH 13/16] spi: spi-fsl-dspi: Remove duplicated register write
      ` Applied "spi: spi-fsl-dspi: Remove duplicated register write" to the spi tree
  ` [PATCH 14/16] spi: pxa2xx: Remove two variables from struct chip_data
      ` Applied "spi: pxa2xx: Remove two variables from struct chip_data" to the spi tree
  ` [PATCH 15/16] spi: pxa2xx: Remove if statement that is always true in pump_transfers()
      ` Applied "spi: pxa2xx: Remove if statement that is always true in pump_transfers()" to the spi tree
  ` [PATCH 16/16] spi: pxa2xx: Remove cr0 variable from struct chip_data
      ` Applied "spi: pxa2xx: Remove cr0 variable from struct chip_data" to the spi tree
  ` Applied "spi: txx9: Use transfer speed unconditionally" "

[PATCH 02/19] spi: davinci: fix handling platform_get_irq result
 2015-09-25 18:09 UTC  (2+ messages)
      ` Applied "spi: davinci: fix handling platform_get_irq result" to the spi tree

[PATCH RESEND] spi: atmel: Remove needless bits_per_word and speed_hz tests
 2015-09-25  6:03 UTC 

[GIT PULL] SPI fixes for v4.3
 2015-09-24 17:39 UTC 

Applied "spi: atmel: Remove needless bits_per_word and speed_hz tests" to the asoc tree
 2015-09-24 17:18 UTC  (2+ messages)

spi-imx: wait_for_completion should timeout even in non-DMA transfer cases
 2015-09-22 17:29 UTC  (4+ messages)

[PATCH] spi: xtensa-xtfpga: fix register endianness
 2015-09-22 16:35 UTC  (2+ messages)
  ` Applied "spi: xtensa-xtfpga: fix register endianness" to the spi tree

[PATCH v2] ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding
 2015-09-21 18:06 UTC  (6+ messages)

Please I want you to patiently read this offer.?
 2015-09-21 14:58 UTC 

[PATCH] spi: add transfer histogram statistics via sysfs
 2015-09-20  0:13 UTC  (2+ messages)
  ` Applied "spi: add transfer histogram statistics via sysfs" to the spi tree

[PATCH] spi: meson: Fix module autoload for OF platform driver
 2015-09-20  0:13 UTC  (2+ messages)
  ` Applied "spi: meson: Fix module autoload for OF platform driver" to the spi tree

[RESEND PATCH] spi: mediatek: fix wrong error return value on probe
 2015-09-18 21:04 UTC  (2+ messages)

[PATCH] spi: atmel: remove warning when !CONFIG_PM_SLEEP
 2015-09-18 14:34 UTC  (2+ messages)

[PATCH 0/5] Add memory mapped read support for ti-qspi
 2015-09-18 12:10 UTC  (18+ messages)
` [PATCH 1/5] spi: introduce mmap read support for spi flash devices
` [PATCH 2/5] spi: spi-ti-qspi: add mmap mode read support
` [PATCH 3/5] mtd: devices: m25p80: add support for mmap read request

[PATCH v2] spi: bitbang: Replace spinlock by mutex
 2015-09-17 17:37 UTC  (2+ messages)
  ` Applied "spi: bitbang: Replace spinlock by mutex" to the spi tree

[PATCH] spi: bcm53xx: Adjust devm usage
 2015-09-16 20:02 UTC  (2+ messages)
` Applied "spi: bcm53xx: Adjust devm usage" to the spi tree

[PATCH] spi: oc-tiny: Use of_property_read_u32 instead of open-coding it
 2015-09-16 20:02 UTC  (2+ messages)
  ` Applied "spi: oc-tiny: Use of_property_read_u32 instead of open-coding it" to the spi tree

[PATCH] spi: fix kernel-doc warnings in spi.h
 2015-09-16 20:02 UTC  (2+ messages)
  ` Applied "spi: fix kernel-doc warnings in spi.h" to the spi tree

[PATCH] spi: mediatek: fix wrong error return value on probe
 2015-09-16 20:02 UTC  (5+ messages)
  ` Applied "spi: mediatek: fix wrong error return value on probe" to the spi tree

[linux-next RFC v7 0/6] mtd: spi-nor: improve support of QSPI nor
 2015-09-16  8:34 UTC  (9+ messages)
  ` [linux-next RFC v7 1/6] mtd: spi-nor: remove unused read_xfer/write_xfer hooks
  ` [linux-next RFC v7 3/6] mtd: spi-nor: set the read op code and protocol based on the manufacturer
` [linux-next RFC v7 2/6] mtd: spi-nor: read JEDEC ID with multiple I/O protocols
` [linux-next RFC v7 4/6] mtd: m25p80: add support of dual and quad spi protocols to all commands
` [linux-next RFC v7 5/6] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
` [linux-next RFC v7 6/6] mtd: atmel-quadspi: add driver for Atmel QSPI controller

[PATCH v4 0/5] bcm2835: auxiliar device support for spi
 2015-09-16  5:25 UTC  (6+ messages)
` [PATCH v4 3/5] dt/bindings: bcm2835: add binding documentation for bcm2835-aux

resend [BUG] atmel: spi: scheduling while atomic
 2015-09-15 14:10 UTC 

[PATCH 1/3] spi: s3c64xx: fix runtime PM handling if registering the driver fails
 2015-09-14 18:54 UTC  (2+ messages)
  ` Applied "spi: s3c64xx: clean up runtime PM if driver registration fails" to the spi tree

[PATCH 2/4 RESEND v2] spi: s3c64xx: extend driver to make full use of runtime PM autosuspend
 2015-09-14 18:54 UTC  (2+ messages)
  ` Applied "spi: s3c64xx: extend driver to make full use of runtime PM autosuspend" to the spi tree

[PATCH 3/3] spi: s3c64xx: simplify suspend / resume handlers
 2015-09-14 18:54 UTC  (2+ messages)
  ` Applied "spi: s3c64xx: simplify suspend / resume handlers" to the spi tree

[PATCH 4/4 RESEND v2] spi: s3c64xx: replace clock disabling with runtime PM suspend call in remove function
 2015-09-14 18:54 UTC  (2+ messages)
  ` Applied "spi: s3c64xx: replace clock disabling with runtime PM suspend call in remove function" to the spi tree

[PATCH 1/6] spi/bcm63xx: remove unused rx_tail variable
 2015-09-14 18:54 UTC  (2+ messages)
  ` Applied "spi/bcm63xx: remove unused rx_tail variable" to the spi tree

[PATCH 2/6] spi/bcm63xx: always use a fixed number of CS
 2015-09-14 18:54 UTC  (2+ messages)
  ` Applied "spi/bcm63xx: always use a fixed number of CS" to the spi tree

[PATCH 3/6] spi/bcm63xx: hardcode busnum to 0
 2015-09-14 18:54 UTC  (2+ messages)
  ` Applied "spi/bcm63xx: hardcode busnum to 0" to the spi tree

[PATCH 4/6] spi/bcm63xx: replace custom io accessors with standard ones
 2015-09-14 18:54 UTC  (2+ messages)
  ` Applied "spi/bcm63xx: replace custom io accessors with standard ones" to the spi tree

[PATCH 1/4 RESEND v2] spi: s3c64xx: clean up runtime PM if driver registration fails
 2015-09-14 17:58 UTC  (2+ messages)

[PATCH] spi: omap2-mcspi: Add calls for pinctrl state select
 2015-09-14 16:10 UTC  (6+ messages)

[PATCH V2 0/6] spi/bcm63xx: cleanup and decouple from arch code
 2015-09-12 16:07 UTC  (6+ messages)
  ` [PATCH V2 2/6] spi/bcm63xx: always use a fixed number of CS
  ` [PATCH V2 3/6] spi/bcm63xx: hardcode busnum to 0
  ` [PATCH V2 4/6] spi/bcm63xx: replace custom io accessors with standard ones
  ` [PATCH V2 5/6] spi/bcm63xx: move message control word description to register offsets
  ` [PATCH V2 6/6] spi/bcm63xx: move register definitions into the 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).