linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] spi: dw: device tree and generic queue support
@ 2014-01-26  8:14 Baruch Siach
       [not found] ` <cover.1390723880.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: Baruch Siach @ 2014-01-26  8:14 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA, Baruch Siach

Unfortunately, I probably have no chance access to thest this series on
hardware, I's only compile tested. So I'm sending this as RFC for code review.
If this series doesn't get merged, it may be used at least as a starting point
for someone with hardware access.

These patches add the following:

   * Device tree support for the platform driver (dw-mmio)

   * GPIO controlled chip-select implementing the generic SPI GPIO CS binding

   * Generic queue migration

Comments are welcome.

v2:
   * Use managed resources for GPIO allocation (Mark Brown)

   * Add device tree binding documentation (Mark Brown)

Baruch Siach (5):
  spi: dw-mmio: allow multiple instances
  spi: dw-mmio: add device tree support
  spi: dw: add support for gpio controlled chip select
  spi: dw: document device tree binding
  spi: dw: migrate to generic queue infrastructure

 Documentation/devicetree/bindings/spi/spi-dw.txt |  24 +++
 drivers/spi/spi-dw-mmio.c                        |  19 ++-
 drivers/spi/spi-dw.c                             | 209 ++++-------------------
 drivers/spi/spi-dw.h                             |  14 +-
 4 files changed, 81 insertions(+), 185 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-dw.txt

-- 
1.8.5.2

--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2014-01-28 18:16 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-26  8:14 [PATCH v2 0/5] spi: dw: device tree and generic queue support Baruch Siach
     [not found] ` <cover.1390723880.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2014-01-26  8:14   ` [PATCH v2 1/5] spi: dw-mmio: allow multiple instances Baruch Siach
     [not found]     ` <0c3d4438111a3024bce6ebf113b92ccead963e81.1390723880.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2014-01-27 19:02       ` Mark Brown
2014-01-26  8:14   ` [PATCH v2 2/5] spi: dw-mmio: add device tree support Baruch Siach
     [not found]     ` <4898c1f4dc88caa2b19fd04a57b7d20b53494644.1390723880.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2014-01-27 18:50       ` Mark Brown
     [not found]         ` <20140127185004.GJ11841-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-01-27 18:54           ` Baruch Siach
2014-01-27 19:02             ` Mark Brown
2014-01-26  8:14   ` [PATCH v2 3/5] spi: dw: add support for gpio controlled chip select Baruch Siach
     [not found]     ` <b9ce1224f836ec84d5c75636b6838039a7664c89.1390723880.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2014-01-27 18:57       ` Mark Brown
     [not found]         ` <20140127185754.GK11841-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-01-28 12:35           ` Baruch Siach
2014-01-28 15:42             ` Mark Brown
     [not found]               ` <20140128154212.GN11841-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-01-28 18:11                 ` Baruch Siach
2014-01-28 18:16                   ` Mark Brown
2014-01-26  8:14   ` [PATCH v2 4/5] spi: dw: document device tree binding Baruch Siach
     [not found]     ` <211f8d2101fff1790526f7dff766d0d9efff9280.1390723880.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2014-01-27 19:08       ` Mark Brown
     [not found]         ` <20140127190839.GN11841-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-01-27 19:18           ` Baruch Siach
2014-01-27 19:22             ` Mark Brown
     [not found]               ` <20140127192251.GP11841-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-01-28  4:53                 ` Baruch Siach
2014-01-26  8:14   ` [PATCH v2 5/5] spi: dw: migrate to generic queue infrastructure Baruch Siach
     [not found]     ` <53b986fa2a26aade601e64aa3063029cdc33feb8.1390723880.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2014-01-27 19:13       ` Mark Brown

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