linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-20 12:16:33 to 2015-04-06 10:36:11 UTC [more...]

[PATCH 0/4] Add MSPI support for Cygnus
 2015-04-06 10:36 UTC  (15+ messages)
  ` [PATCH 1/4] ARM: dts: Add binding for Broadcom MSPI driver
  ` [PATCH 2/4] spi: bcm53xx: Refactor to make driver nonspecific to 53xx SoCs
  ` [PATCH 3/4] spi: bcm-mspi: Make BCMA optional to support non-BCMA chips
  ` [PATCH 4/4] spi: bcm-mspi: Add support to set serial baud clock rate

[PATCH v6] spi: Add SPI driver for Mikrotik RB4xx series boards
 2015-04-06  9:56 UTC  (2+ messages)

[PATCH 3/6] spi: bcm2835: fill FIFO before enabling interrupts to
 2015-04-05  1:49 UTC  (6+ messages)

[PATCH v1 0/2] spi: fsl-dspi: better approximation for baudrate
 2015-04-03 22:44 UTC  (6+ messages)
  ` [PATCH v1 1/2] spi: fsl-dspi: increase precision of baud rate approximation
  ` [PATCH v1 2/2][RFC] spi: fsl-dspi: use double baud rate in approximation

[PATCH v3 0/3] spi: fsl-dspi (vf610) clock fixes
 2015-04-03 20:39 UTC  (4+ messages)
  ` [PATCH v3 1/3] spi: fsl-dspi: Fix clock rate scale values
  ` [PATCH v3 2/3] devicetree: spi: fsl-dspi: Add cs-sck delays
` [PATCH v3 3/3] spi: fsl-dspi: Add ~50ns delay between cs and sck

[PATCH] SPI: BCM2835: fix all checkpath --strict messages
 2015-04-03 10:17 UTC  (38+ messages)
` [PATCH V2] SPI: BCM2835: allow arbitrary GPIO to act as SPI-chip_select
        ` [PATCH V2 - RESEND] "
                                    ` [PATCH] SPI: bcm2835: move to the transfer_one driver model
` [PATCH] SPI: BCM2835: clock divider can be a multiple of 2
` [PATCH] SPI: BCM2835: enable support of 3-wire mode
          ` [PATCH V2] SPI: BCM2835: fix all checkpath --strict messages

[patch] spi: signedness bug in qspi_trigger_transfer_out_int()
 2015-04-03  9:44 UTC  (2+ messages)

Using gpio_keys with regmapped gpio?
 2015-04-03  7:13 UTC  (7+ messages)

[PATCH] spi: imx: read back the RX/TX watermark levels earlier
 2015-04-01 20:32 UTC  (3+ messages)

[PATCH] spi: spi-bfin5xx: Initialize cr_width in bfin_spi_pump_transfers()
 2015-04-01 20:29 UTC  (2+ messages)

[PATCH 5/6] spi: bcm2835: add polling mode for transfers below 30us
 2015-04-01 15:14 UTC  (5+ messages)

[PATCH v5] spi: Add SPI driver for Mikrotik RB4xx series boards
 2015-03-31 20:59 UTC 

[PATCH] spi: bitbang: only toggle bitchanges
 2015-03-31 20:23 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH v2 0/2] spi: fsl-dspi (vf610) clock fixes
 2015-03-31 19:14 UTC  (6+ messages)
  ` [PATCH v2 1/2] spi: fsl-dspi: Fix clock rate scale values
` [PATCH v2 2/2] spi: fsl-dspi: Add ~50ns delay between cs and sck

[PATCH v4] spi: Add SPI driver for Mikrotik RB4xx series boards
 2015-03-31 18:41 UTC  (3+ messages)

[PATCH v3] spi: Add SPI driver for Mikrotik RB4xx series boards
 2015-03-31 15:00 UTC  (2+ messages)

[PATCH v2 0/1] spi: Add driver for Routerboard RB4xx boards
 2015-03-31 14:22 UTC  (5+ messages)
` [PATCH v2 1/1] spi: Add SPI driver for Mikrotik RB4xx series boards

[PATCH v2 1/1] spi: pxa2xx: missing break in pxa2xx_ssp_get_clk_div()
 2015-03-31 14:05 UTC  (3+ messages)

[PATCH] spi: xilinx: Use standard num-cs binding
 2015-03-31 12:24 UTC  (10+ messages)

[patch] spi: pxa2xx: missing break in pxa2xx_ssp_get_clk_div()
 2015-03-31  8:49 UTC  (3+ messages)

spi-altera in mainline
 2015-03-31  7:43 UTC 

[PATCH/RFC 6/6] spi: bcm2835: set gpio-cs to high state prior to any
 2015-03-31  5:56 UTC  (5+ messages)

[PATCH v3 0/1] spi: Using Trigger number to transmit/receive data
 2015-03-31  5:24 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH 4/6] spi: bcm2835: warn about native-chip-selects being used
 2015-03-31  3:23 UTC  (5+ messages)

[PATCH 1/6] spi: bcm2835: remove dependency on handle_err which is
 2015-03-31  3:13 UTC  (5+ messages)

[PATCH 2/6] spi: bcm2835: fix code formatting issue
 2015-03-29 16:52 UTC  (2+ messages)

[PATCH 0/6] spi: bcm2835: collection of driver-optimizations
 2015-03-29 14:03 UTC 

spi: bcm2835: strange observation with cs_gpios low after reboot
 2015-03-28 12:12 UTC 

[PATCH 0/2] spi: fsl-dspi (vf610) clock fixes
 2015-03-28  2:33 UTC  (4+ messages)
  ` [PATCH 1/2] spi: fsl-dspi: Fix clock rate scale values
` [PATCH 2/2] spi: fsl-dspi: Add ~50ns delay between cs and sck

[PATCH] spi: spidev: Warn loudly if instantiated from DT as "spidev"
 2015-03-27 23:42 UTC 

[PATCH 1/2] spi/rockchip: Round up clock rate divisor to err on the safe side
 2015-03-27  0:46 UTC  (5+ messages)
  ` [PATCH 2/2] spi/rockchip: Add device tree property to configure Rx Sample Delay

[RFC 4/6] spi: atmel: use atmel_io.h to provide on-chip IO
 2015-03-26 16:01 UTC  (6+ messages)

[PATCH 0/2] spi: Add driver for Routerboard RB4xx boards
 2015-03-25 21:45 UTC  (10+ messages)
` [PATCH 1/2] spi: Add SPI driver for Mikrotik RB4xx series boards
` [PATCH 2/2] spi: Add driver for the CPLD chip on Mikrotik RB4xx boards

[RESEND PATCH] spi: of: do explicitly request modules for of-registered devices
 2015-03-25 21:36 UTC  (2+ messages)

[PATCH 1/1] spi: dw: fix crash on setup stage
 2015-03-25 18:54 UTC  (2+ messages)

[PATCH v2 1/1] spi: pxa2xx: replace ugly table by approximation
 2015-03-25 15:31 UTC  (2+ messages)

[PATCH v1 0/2] spi: pxa2xx: allow to set mostly any baudrate for Quark case
 2015-03-25 15:28 UTC  (11+ messages)
  ` [PATCH v1 1/2] spi: pxa2xx: shift clk_div in one place
  ` [PATCH v1 2/2] spi: pxa2xx: replace ugly table by approximation

[GIT PULL] spi fixes for v4.0
 2015-03-24 21:07 UTC 

[PATCH 2/3] spidev: Add DT binding example
 2015-03-24 10:50 UTC 

[PATCH] spi: spidev: fix possible arithmetic overflow for multi-transfer message
 2015-03-23 21:01 UTC  (4+ messages)

[PATCH] spi: bcm2835: fill/drain SPI-fifo as much as possible during interrupt
 2015-03-23 18:49 UTC  (2+ messages)

[PATCH 1/2] spi: pxa2xx: Remove needless includes
 2015-03-23 16:43 UTC  (3+ messages)
  ` [PATCH 2/2] spi: omap-uwire: Remove needless include asm/irq.h

spi: spidev: only use up TX/RX bounce buffer space when needed
 2015-03-23 15:53 UTC  (2+ messages)

[PATCH 09/13] spi: atmel: use endian agnostic IO
 2015-03-22 18:01 UTC  (2+ messages)

Patch to parameterize DMA_MIN_BYTES for omap2-mcspi
 2015-03-22 16:31 UTC  (9+ messages)

[PATCH v2] spi: Ensure that CS line is in non-active state after spi_setup()
 2015-03-20 16:17 UTC  (3+ messages)


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