linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-07 00:37:56 to 2014-09-03 01:25:02 UTC [more...]

[PATCH 1/4] spi: altera: remove unnecessary #ifdef CONFIG_OF
 2014-09-03  1:25 UTC  (13+ messages)
  ` [PATCH 2/4] spi: atmel: remove unnecessary #if defined(CONFIG_OF)
  ` [PATCH 3/4] spi: oc-tiny: remove unnecessary #ifdef CONFIG_OF
  ` [PATCH 4/4] spi: xtensa-xtfpga: "

Please read
 2014-09-02 18:50 UTC 

[PATCH 1/9] spi: davinci: Fix checkpatch issue
 2014-09-02 16:32 UTC  (15+ messages)
  ` [PATCH 2/9] spi: dw: "
  ` [PATCH 3/9] spi: ep93xx: "
  ` [PATCH 4/9] spi: spi-mxs: "
  ` [PATCH 5/9] spi: orion: "
  ` [PATCH 6/9] spi: tegra114: "
  ` [PATCH 7/9] spi: tegra20-sflash: "
  ` [PATCH 8/9] spi: txx9: "
  ` [PATCH 9/9] spi: xtensa-xtfpga: "

[PATCH 5/8] spi: sirf: add fifo reset/start for cmd transfer
 2014-09-02  9:02 UTC  (4+ messages)
  ` [PATCH 6/8] spi: sirf: set default spi frequency if it is not set
  ` [PATCH 7/8] spi: sirf: cleanup the indentation of marcos
  ` [PATCH 8/8] spi: sirf: make DMA transfer mode optional

[PATCH 0/8] spi: sirf: a bundle of fixes and cleanups
 2014-09-02  9:01 UTC  (5+ messages)
  ` [PATCH 1/8] spi: sirf: correct spi gpio and hardware chipselect behaviour
  ` [PATCH 2/8] spi: sirf: request and free cs gpio in setup and cleanup callbacks
  ` [PATCH 3/8] spi: sirf: enable RX_IO_DMA_INT interrupt
  ` [PATCH 4/8] spi: sirf: fix 'cmd_transfer' function typos

does cs_change work in spi-dw.c?
 2014-09-02  5:14 UTC  (2+ messages)

[PATCH] spi: dw: Don't use devm_kzalloc in master->setup callback
 2014-09-01 16:52 UTC  (2+ messages)

[PATCH] spi: spi-imx: use threaded interrupt
 2014-09-01 14:57 UTC  (2+ messages)

[PATCH v3 0/5] spi: dw-pci: cleanup the driver
 2014-09-01 10:29 UTC  (9+ messages)
  ` [PATCH v3 1/5] spi: dw-pci: move info message at the end of probe
  ` [PATCH v3 2/5] spi: dw-pci: apply pci_bar and re-use pci_name
  ` [PATCH v3 3/5] spi: dw-pci: convert to use dev_pm_ops
  ` [PATCH v3 4/5] spi: dw-pci: provide platform specific data via driver_data
  ` [PATCH v3 5/5] spi: dw-pci: remove FSF address and update copyright

[PATCH] spi: fsl: Don't use devm_kzalloc in master->setup callback
 2014-09-01  7:50 UTC  (3+ messages)

[PATCH] spi: orion: support armada extended baud rates
 2014-09-01  7:01 UTC 

[PATCH v2] spi/drivers: Restrict COMPILE_TEST by HAS_DMA where needed
 2014-08-31 13:05 UTC  (6+ messages)

[GIT PULL] SPI fixes for v3.17
 2014-08-31 12:50 UTC  (3+ messages)

SPI: dw-mmio: spidev with devicetree on 3.16
 2014-08-29 16:27 UTC 

[PATCH] spi: bcm53xx: make local symbol static
 2014-08-29 11:48 UTC  (3+ messages)

[PATCH] spi/rockchip: Avoid accidentally turning off the clock
 2014-08-29 11:08 UTC  (2+ messages)

[PATCH] spi: dw-mid: don't leak memory on exit
 2014-08-29  7:35 UTC  (3+ messages)

Linux 3.16: all my drivers on SPI bus report WARNING: at drivers/base/dd.c:286
 2014-08-28 20:28 UTC  (4+ messages)

[PATCH v2] spi: sh-msiof: Add support for new R-Car Gen2 SoCs
 2014-08-28 18:17 UTC  (2+ messages)

[PATCH v2 0/5] spi: dw-pci: cleanup the driver
 2014-08-28 15:07 UTC  (6+ messages)
  ` [PATCH v2 1/5] spi: dw-pci: move info message at the end of probe
  ` [PATCH v2 2/5] spi: dw-pci: apply pci_bar and re-use pci_name
  ` [PATCH v2 3/5] spi: dw-pci: convert to use dev_pm_ops
  ` [PATCH v2 4/5] spi: dw-pci: provide platform specific data via driver_data
  ` [PATCH v2 5/5] spi: dw-pci: remove FSF address and update copyright

[PATCH v2] spi: rspi: Add support for new R-Car Gen2 SoCs
 2014-08-28 14:33 UTC  (2+ messages)

[PATCH v4] spi: spi-imx: add DMA support
 2014-08-28  9:59 UTC  (6+ messages)

[PATCH v2 7/9] spi: core: Convert to dev_pm_domain_attach|detach()
 2014-08-28  8:39 UTC 

[PATCH] spi: dw-mid: check that DMA was inited before exit
 2014-08-28  7:37 UTC 

[PATCH v1 1/4] spi: dw-pci: move info message at the end of probe
 2014-08-28  7:21 UTC  (4+ messages)
  ` [PATCH v1 2/4] spi: dw-pci: apply pci_bar and re-use pci_name
  ` [PATCH v1 3/4] spi: dw-pci: convert to use dev_pm_ops
  ` [PATCH v1 4/4] spi: dw-pci: remove FSF address and update copyright

[Fixes: PATCH v1] spi: dw: fix kernel crash due to NULL pointer dereference
 2014-08-27 16:39 UTC  (3+ messages)

[PATCH] spi: dw-pci: fix bug when regs left uninitialized
 2014-08-27 14:53 UTC  (3+ messages)

[PATCH 7/9] spi: core: Convert to dev_pm_domain_attach|detach()
 2014-08-26 12:07 UTC 

[PATCH 0/2] spi: davinci: fixes and updates
 2014-08-22 15:06 UTC  (7+ messages)
  ` [PATCH 1/2] spi: davinci: fix SPI_NO_CS functionality
  ` [PATCH 2/2] spi: davinci: support adding delay between transmission

[PATCH v3] spi: spi-imx: add DMA support
 2014-08-22  0:50 UTC  (2+ messages)

Re: [PATCH 2/2] extcon: sm5502: EXTCON_SM5502 should depend on I2C
 2014-08-21  7:10 UTC  (3+ messages)
`  "

[PATCH 1/2] regmap: Add eplicit dependencies to catch "select" misuse
 2014-08-21  2:18 UTC  (5+ messages)
  ` [PATCH 2/2] extcon: sm5502: EXTCON_SM5502 should depend on I2C

[PATCH 1/1] spi: Remove unused definitions
 2014-08-20 20:26 UTC  (3+ messages)

[PATCH] SPI: spi-au1550: Fix build problem in au1550_spi_remove
 2014-08-20 15:33 UTC  (2+ messages)

[PATCH] spi/rockchip: fixup incorrect dma direction setting
 2014-08-20 15:31 UTC  (3+ messages)

[PATCH] spi/pxa2xx: Add ACPI ID for Intel Braswell
 2014-08-20 15:20 UTC  (2+ messages)

[PATCH] spi: spi-au1550: fix build failure
 2014-08-19 21:18 UTC  (2+ messages)

[PATCH] spi: Only call transfer_one() if we have buffers to transfer
 2014-08-19 19:36 UTC  (2+ messages)

[RFC][PATCH] spi: bcm53xx: driver for SPI controller on Broadcom bcma SoC
 2014-08-19 16:56 UTC  (13+ messages)
  ` [PATCH] "
      ` [PATCH V2] "

For Partnership
 2014-08-19  0:15 UTC 

[PATCH] spi: fsl-dspi: Convert to use regmap framework's endianness method
 2014-08-18 14:43 UTC  (3+ messages)

[PATCH/RFC V8 0/1] clk: Default clock parents and rates assigned from DT
 2014-08-18 10:31 UTC  (6+ messages)
` [PATCH/RFC V8 1/1] clk: Support for clock parents and rates assigned from device tree

[PATCH] (re-send) spi-imx: improve timing of bursts
 2014-08-18  7:31 UTC  (3+ messages)

[PATCH v2] spi/pxa2xx-pci: Add common clock framework support in PCI glue layer
 2014-08-16 22:20 UTC  (10+ messages)

Writing SPI flash driver for Broadcom BCM53xx ARM SoC
 2014-08-16 16:33 UTC  (2+ messages)

[PATCH 1/2] spi: xilinx: Remove .owner field for driver
 2014-08-16 15:21 UTC  (5+ messages)
` [PATCH 2/2] spi: cadence: "

[PATCH 1/7] spi: core: Validate Tx/Rx buffers for non-zero length transfer
 2014-08-16 14:34 UTC  (3+ messages)

[PATCH] spi: rockchip: return 0 if tx_buf and rx_buf are NULL
 2014-08-14 21:02 UTC  (3+ messages)

Attention Email User
 2014-08-14 14:44 UTC 

[PATCH] spi: Add missing kerneldoc bits
 2014-08-13 11:13 UTC  (2+ messages)

[PATCH 1/1] spi: Fix the spi task hangs waiting dma_rx
 2014-08-11 18:56 UTC  (2+ messages)

[PATCH v3 0/8] DMAEngine support for sun4i, sun5i & sun7i
 2014-08-11 12:36 UTC  (11+ messages)
` [PATCH v3 1/8] dma: sun4i: Add support for the DMA engine on sun[457]i SoCs
` [PATCH v3 2/8] spi: sun4i: add DMA support

[PATCH] spi: spi-au1550: fix build failure introduced in recent "bugfix"
 2014-08-10 15:56 UTC 

[PATCH] spi/pl022: Explicitly truncate large bitmask
 2014-08-08  9:02 UTC  (2+ messages)

[PATCH 00/12] spi: rspi and sh-msiof driver updates
 2014-08-08  1:38 UTC  (15+ messages)
` [PATCH 06/12] spi: sh-msiof: Fix leaking of unused DMA descriptors
        ` [PATCH 1/2] spi: sh-msiof: Return early in sh_msiof_dma_once() where possible
            ` [PATCH 2/2] spi: sh-msiof: Fix transmit-only DMA transfers
` [PATCH 09/12] [v3] ARM: shmobile: r8a7791 dtsi: Enable DMA for QSPI

[PATCH] spi: qup: Remove unnecessary initialization of local variable
 2014-08-07 10:40 UTC 

[PATCH] spi: Initialize variable to prevent uninitialized warning
 2014-08-07  9:55 UTC  (3+ messages)

[PATCH 00/12] spi: rspi and sh-msiof driver updates
 2014-08-07  0: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).