linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-11 11:53:45 to 2013-12-30 23:38:49 UTC [more...]

[PATCH 0/8] spi: rspi: Add prelimary support for RZ/A1H
 2013-12-30 23:38 UTC  (13+ messages)
` [PATCH 2/8] spi: rspi: Add more QSPI register documentation
` [PATCH 3/8] spi: rspi: Add support for more than one interrupt
  ` [PATCH 1/8] spi: rspi: Add more RSPI register documentation
  ` [PATCH 4/8] spi: rspi: Add support for 8-bit Data Register access
` [PATCH 5/8] spi: rspi: Add support for no TX only mode
` [PATCH 6/8] spi: rspi: Add support for missing SPCR2 register
` [PATCH 7/8] spi: rspi: Add support for specifying CPHA/CPOL
` [PATCH 8/8] spi: rspi: Add support for loopback mode

[PATCH v2 0/3] spi: dw: fixes, and manages resources migration
 2013-12-30 18:30 UTC  (4+ messages)
  ` [PATCH v2 1/3] spi: dw: use managed resources
  ` [PATCH v2 2/3] spi: dw-mmio: prepare the clock before enabling
  ` [PATCH v2 3/3] spi: dw: fix memory leak on error path

[PATCH 0/6] Preliminary SoC and board integration for RSPI on RZ/A1H
 2013-12-30 17:20 UTC  (20+ messages)
` [PATCH 1/6] pinctrl: sh-pfc: r7s72100: Add RSPI support
  ` [PATCH 2/6] ARM: shmobile: r7s72100: Add RSPI clocks
  ` [PATCH 3/6] ARM: shmobile: r7s72100: Add RSPI resources
  ` [PATCH 4/6] [RFC] Documentation: dt: Add Renesas RSPI/QSPI bindings
  ` [PATCH 6/6] [RFC] arm: shmobile: genmai reference: Add RSPI nodes
` [PATCH 5/6] [RFC] ARM: shmobile: r7s72100 dtsi: "

[PATCH 0/4] spi: dw: fixes, and manages resources migration
 2013-12-30 16:36 UTC  (20+ messages)
  ` [PATCH 1/4] spi: dw: use managed resources
  ` [PATCH 2/4] spi: dw-mmio: prepare the clock before enabling
  ` [PATCH 3/4] spi: dw: fix memory leak on error path
  ` [PATCH 4/4] spi: dw: drop unused struct dw_spi field

[PATCH v2 0/8] SoC and board integration for RSPI on RZ/A1H
 2013-12-30 13:50 UTC  (12+ messages)
` [PATCH v2 1/8] pinctrl: sh-pfc: r7s72100: Add RSPI support
  ` [PATCH v2 2/8] ARM: shmobile: r7s72100: Add RSPI clocks
  ` [PATCH v2 3/8] ARM: shmobile: r7s72100: Add RSPI platform devices
  ` [PATCH v2 4/8] ARM: shmobile: genmai: Add RSPI children
  ` [PATCH v2 5/8] [RFC] ARM: shmobile: genmai: Add preliminary RSPI pinmux setup
` [PATCH v2 6/8] [RFC] Documentation: dt: Add Renesas RSPI/QSPI bindings
` [PATCH v2 7/8] [RFC] ARM: shmobile: r7s72100 dtsi: Add RSPI nodes
` [PATCH v2 8/8] [RFC] ARM: shmobile: genmai reference: "

[PATCH] spi:fsl-dspi:add support of DSPI IP in big endian
 2013-12-30 13:42 UTC  (2+ messages)

[PATCH 1/1] spi: nuc900: Cleanup spi-nuc900.h header
 2013-12-30 12:46 UTC  (2+ messages)

[PATCH] spi: Eliminate 3WIRE spi_transfer check
 2013-12-30 12:44 UTC  (2+ messages)

[PATCH 0/5] spi: rspi: cleanups
 2013-12-30 11:54 UTC  (12+ messages)
` [PATCH 3/5] spi: rspi: Make more pointers const
  ` [PATCH 1/5] spi: rspi: Use dev_get_platdata() instead of raw dev.platform_data access
  ` [PATCH 2/5] spi: rspi: Remove casts
  ` [PATCH 4/5] spi: rspi: Use DUMMY_DATA macro instead of hardcoded value
  ` [PATCH 5/5] spi: rspi: Use u8 for 8-bit register values

[PATCH 1/2] spi: rspi: Fix NULL pointer dereference on SH7757
 2013-12-27  2:16 UTC  (7+ messages)
` [PATCH 2/2] spi: rspi: Fix typo when clearing SPSR_OVRF

[PATCH v4 0/7] mtd: spi-nor: add a new framework for SPI NOR
 2013-12-25  5:50 UTC  (8+ messages)
  ` [PATCH v4 1/7] mtd: spi-nor: copy the SPI NOR commands to a new header file
  ` [PATCH v4 2/7] mtd: spi-nor: add the basic data structures
  ` [PATCH v4 3/7] mtd: spi-nor: add the framework for SPI NOR
  ` [PATCH v4 4/7] mtd: m25p80: use the SPI nor framework
  ` [PATCH v4 5/7] mtd: spi-nor: add a helper to find the spi_device_id
  ` [PATCH v4 6/7] Documentation: add the binding file for Freescale QuadSPI driver
` [PATCH v4 7/7] mtd: spi-nor: Add "

[PATCH] spi/qspi: Fix runtime resume path
 2013-12-20 12:52 UTC 

[PATCH -next] spi: spi-s3c24xx: remove redundant return value check of platform_get_resource()
 2013-12-20 12:01 UTC  (3+ messages)

[PATCH -next] spi: nuc900: remove redundant return value check of platform_get_resource()
 2013-12-20 12:00 UTC  (3+ messages)

[PATCH -next] spi: txx9: drop clk_put for devm_clk_get in txx9spi_probe()
 2013-12-20 11:56 UTC  (3+ messages)

[PATCH] spi: spi-imx: Fix out-of-order CS/SCLK operation at low speeds
 2013-12-20 11:54 UTC  (2+ messages)

[PATCHv2 00/10] Add memory mapped support for ti qspi, m25p80 serial flash
 2013-12-19 13:34 UTC  (20+ 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 07/10] drivers: mtd: m25p80: Adapt driver to support memory mapped read
` [PATCHv2 08/10] Documentation: bindings: ti-qspi: update binding information
` [PATCHv2 09/10] arm: dts: dra7: Add qspi device

[PATCH v3 0/7] mtd: spi-nor: add a new framework for SPI NOR
 2013-12-18 18:21 UTC  (36+ messages)
` [PATCH v3 2/7] mtd: spi-nor: add the basic data structures
` [PATCH v3 4/7] mtd: m25p80: use the SPI nor framework
` [PATCH v3 5/7] mtd: spi-nor: add a helper to find the spi_device_id
  ` [PATCH v3 1/7] mtd: spi-nor: copy the SPI NOR commands to a new header file
  ` [PATCH v3 3/7] mtd: spi-nor: add the framework for SPI NOR
  ` [PATCH v3 6/7] Documentation: add the binding file for Quadspi driver
  ` [PATCH v3 7/7] mtd: spi-nor: Add Freescale QuadSpi driver

[PATCH 01/11] spi: davinci: Use devm_*() functions
 2013-12-18 11:29 UTC  (26+ messages)
` [PATCH 02/11] spi: mpc512x: "
        ` [PATCH V2] "
` [PATCH 03/11] spi: ath79: "
` [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 10/11] spi: txx9: "
` [PATCH 11/11] spi: bcm2835: Use devm_request_irq()

[PATCH 0/4] spi/bcm63xx: fixes and cleanups
 2013-12-17 22:40 UTC  (6+ messages)
  ` [PATCH 1/4] spi/bcm63xx: don't substract prepend length from total length
  ` [PATCH 2/4] spi/bcm63xx: don't reject reads >= 256 bytes
  ` [PATCH 3/4] spi/bcm63xx: check return value of clk_prepare_enable
  ` [PATCH 4/4] spi/bcm63xx: fix pm sleep support

[PATCH 0/3] spi/bcm63xx-hsspi: various fixes
 2013-12-17 22:32 UTC  (5+ messages)
  ` [PATCH 1/3] spi/bcm63xx-hsspi: check result of clk_prepare_enable
  ` [PATCH 2/3] spi/bcm63xx-hsspi: use devm_register_master()
  ` [PATCH 3/3] spi/bcm63xx-hsspi: fix pm sleep support

[PATCH -next] spi: tegra20-slink: fix return value check in tegra_slink_init_dma_param()
 2013-12-16 16:59 UTC  (2+ messages)

[patch] spi: tegra: checking for ERR_PTR instead of NULL
 2013-12-16 16:55 UTC  (2+ messages)

[PATCH v2] spi/fsl-espi: Add Power Management support for eSPI controller
 2013-12-12 11:56 UTC  (2+ messages)

[PATCH V2 0/4] mtd: spi-nor: add a new framework for SPI NOR
 2013-12-12  5:22 UTC  (10+ messages)
` [PATCH V2 2/4] mtd: spi-nor: add the basic data structures

[PATCH 00/11] ARM: shmobile: koelsch: MSIOF support
 2013-12-12  0:53 UTC  (7+ messages)
` [PATCH 01/11] pinctrl: sh-pfc: r8a7791: fix msiof groups to follow GROUP
  ` [PATCH 09/11] ARM: shmobile: r8a7791: MSIOF platform device

[PATCH 00/31] ARM: tegra: use common reset and DMA bindings
 2013-12-12  0:11 UTC  (2+ messages)

[PATCH] spi/fsl-espi: Add Power Management support for eSPI controller
 2013-12-11 13:39 UTC  (2+ 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).