linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-29 14:52:19 to 2013-12-11 12:01:57 UTC [more...]

[PATCHv2 00/10] Add memory mapped support for ti qspi, m25p80 serial flash
 2013-12-11 12:01 UTC  (30+ messages)
` [PATCHv2 01/10] spi/spi.h: Add get_buf/put_buf support in spi master
` [PATCHv2 02/10] spi/qspi: parse register by name
` [PATCHv2 03/10] spi/qspi: Add support to switc to memory mapped operation
` [PATCHv2 04/10] spi/qspi: configure set up register for memory map
  ` [PATCHv2 05/10] spi/qspi: Add api for get_buf/put_buf
  ` [PATCHv2 07/10] drivers: mtd: m25p80: Adapt driver to support memory mapped read
` [PATCHv2 06/10] drivers: mtd: m25p80: Add api to configure master register
` [PATCHv2 08/10] Documentation: bindings: ti-qspi: update binding information
` [PATCHv2 09/10] arm: dts: dra7: Add qspi device
` [PATCHv2 10/10] arm: dts: am43x-epos: "

[PATCH V2 0/4] mtd: spi-nor: add a new framework for SPI NOR
 2013-12-11 11:53 UTC  (9+ messages)
  ` [PATCH V2 1/4] mtd: spi-nor: copy the SPI NOR commands to a new header file
  ` [PATCH V2 2/4] mtd: spi-nor: add the basic data structures
  ` [PATCH V2 3/4] mtd: spi-nor: add the framework for SPI NOR
  ` [PATCH] mtd: m25p80: use the SPI nor framework

[PATCH] spi/fsl-espi: fix the return value judgment of irq_of_parse_and_map
 2013-12-11 11:07 UTC  (3+ messages)

[PATCH] spi/fsl-espi: Add Power Management support for eSPI controller
 2013-12-11  8:11 UTC 

[PATCH] spi: dt-binding: clarify gpio chipselect language
 2013-12-10 11:26 UTC  (5+ messages)

[PATCH 0/4] mtd: spi-nor: add a new framework for SPI NOR
 2013-12-10 10:00 UTC  (29+ messages)

[PATCH 01/11] spi: davinci: Use devm_*() functions
 2013-12-10  5:57 UTC  (16+ messages)
  ` [PATCH 02/11] spi: mpc512x: "
  ` [PATCH 03/11] spi: ath79: "
  ` [PATCH 04/11] spi: designware: "
  ` [PATCH 05/11] spi: nuc900: "
  ` [PATCH 06/11] spi: s3c24xx: "
  ` [PATCH 07/11] spi: bcm63xx: Use devm_clk_get()
  ` [PATCH 08/11] spi: bcm63xx-hsspi: "
  ` [PATCH 09/11] spi: orion: "
  ` [PATCH 10/11] spi: txx9: "
  ` [PATCH 11/11] spi: bcm2835: Use devm_request_irq()

Send your correct answer
 2013-12-09 22:08 UTC 

[PATCH] spi: tegra: avoid unsigned->signed->unsigned promotion
 2013-12-09 18:14 UTC  (9+ messages)
  ` [PATCH 0/3] spi: tegra: use u32 for 32-bit register values
      ` [PATCH 1/3] spi: tegra114: "
      ` [PATCH 2/3] spi: tegra20-slink: "
      ` [PATCH 3/3] spi: tegra20-sflash: "

[PATCH 1/4] spi: mips-lantiq: Use devm_spi_register_master()
 2013-12-09 18:00 UTC  (11+ messages)
  ` [PATCH 2/4] spi: rcar: "
  ` [PATCH 3/4] spi: sc18is602: "
  ` [PATCH 4/4] spi: spi-xcomm: "

[patch] spi: bcm63xx-hsspi: checking for ERR_PTR instead of NULL
 2013-12-09 17:24 UTC  (6+ messages)
      ` [patch v2] "

[PATCH -next] spi: coldfire-qspi: remove redundant return value check of platform_get_resource()
 2013-12-09 17:05 UTC  (2+ messages)

[PATCH] spi: omap-100k: Remove casting the return value which is a void pointer
 2013-12-09 12:09 UTC  (4+ messages)

[PATCH v6 00/17] add COMMON_CLK support for PowerPC MPC512x
 2013-12-07  9:46 UTC  (6+ messages)
  ` [PATCH v6 08/17] spi: mpc512x: adjust to OF based clock lookup

[PATCH 1/2] spi/bcm63xx: don't substract prepend length from total length
 2013-12-06  2:30 UTC  (4+ messages)
  ` [PATCH 2/2] spi/bcm63xx: don't reject reads >= 256 bytes

[PATCH 00/17] Add memory mapped support for ti qspi, m25p80 serial flash
 2013-12-05  9:09 UTC  (2+ messages)

[PATCH 00/11] ARM: shmobile: koelsch: MSIOF support
 2013-12-05  3:02 UTC  (23+ messages)
` [PATCH 01/11] pinctrl: sh-pfc: r8a7791: fix msiof groups to follow GROUP
  ` [PATCH 03/11] spi: spi-sh-msiof: let it run even without GPIO
  ` [PATCH 04/11] spi: spi-sh-msiof: set hi/low Active for HW CS
  ` [PATCH 05/11] spi: spi-sh-msiof: rx_need_dummy_tx variant
    ` [PATCH 02/11] spi: spi-sh-msiof: round up div to fix freq calculation
    ` [PATCH 06/11] spi: spi-sh-msiof: RMDIR1[15:0] may should be zero
    ` [PATCH 07/11] spi: spi-sh-msiof: RSCR register may absent
    ` [PATCH 08/11] ARM: shmobile: r8a7791: Add MSIOF clocks
    ` [PATCH 09/11] ARM: shmobile: r8a7791: MSIOF platform device
    ` [PATCH 10/11] ARM: shmobile: koelsch: pinctrl map for MSIOF0
  ` [PATCH 11/11] ARM: shmobile: koelsch: spidev for r2a11302

[PATCH 1/2] spi: spi-atmel: Use devm_*() functions
 2013-12-05  2:27 UTC  (7+ messages)
  ` [PATCH 2/2] spi: coldfire-qspi: "

[PATCH v2 0/8] ARM: s3c64xx: Let amba-pl08x driver handle DMA
 2013-12-04 21:39 UTC  (3+ messages)

[PATCH 0/5] add support for bcm63xx HSSPI controller
 2013-12-04 14:35 UTC  (11+ messages)
  ` [PATCH 1/5] MIPS: BCM63XX: expose the HSSPI clock
  ` [PATCH 2/5] MIPS: BCM63XX: setup the HSSPI clock rate
  ` [PATCH 3/5] MIPS: BCM63XX: add HSSPI IRQ and register offsets
  ` [PATCH 4/5] MIPS: BCM63XX: add HSSPI platform device and register it
  ` [PATCH 5/5] spi: add bcm63xx HSSPI driver

[PATCH 27/39] spi: remove DEFINE_PCI_DEVICE_TABLE macro
 2013-12-03 18:04 UTC  (2+ messages)

[PATCH RFC] Remove "spi-cs-high" property for GPIO-based chipselects
 2013-12-03  4:23 UTC  (17+ messages)

[PATCH] spi: omap-100k: remove pointless _remove function
 2013-12-02 17:36 UTC  (2+ messages)

[GIT PULL] SPI updates for v3.13
 2013-12-02 13:36 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).