devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] spi: davinci: add support for gpio cs through dt
@ 2014-08-01 16:40 Grygorii Strashko
       [not found] ` <1406911233-18999-1-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Grygorii Strashko @ 2014-08-01 16:40 UTC (permalink / raw)
  To: santosh.shilimkar-l0cyMroinI0, Mark Brown,
	linux-spi-u79uwXL29TY76Z2rM5mHXA
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, Rob Herring, Ian Campbell,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/,
	Grygorii Strashko

This small series enables GPIO chip select feature for Davinci SPI
when DT-boot mode is used.
This is actual for Keystone 2 which supports DT-boot mode only.

Changes in v2:
- gpio_request_one() is used
- as suggested by Mark Brown, new patch has been added which updates
  Davinci SPI driver to use cs_gpio field
  of SPI device structure (spi_device) for both DT and non-DT cases.

v1:
 http://www.spinics.net/lists/linux-spi/msg01446.html

Grygorii Strashko (1):
  spi: davinci: use spi_device.cs_gpio to store gpio cs per spi device

Murali Karicheri (1):
  spi: davinci: add support to configure gpio cs through dt

 .../devicetree/bindings/spi/spi-davinci.txt        |    9 ++-
 drivers/spi/spi-davinci.c                          |   60 ++++++++++++++------
 2 files changed, 52 insertions(+), 17 deletions(-)

-- 
1.7.9.5

--
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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-01 16:40 [PATCH v2 0/2] spi: davinci: add support for gpio cs through dt Grygorii Strashko
     [not found] ` <1406911233-18999-1-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org>
2014-08-01 16:40   ` [PATCH v2 1/2] spi: davinci: add support to configure " Grygorii Strashko
     [not found]     ` <1406911233-18999-2-git-send-email-grygorii.strashko-l0cyMroinI0@public.gmane.org>
2014-08-01 17:26       ` Mark Brown
     [not found]         ` <20140801172620.GA30458-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-08-01 18:20           ` Grygorii Strashko
2014-08-01 17:35       ` Mark Brown
     [not found]         ` <20140801173506.GB30458-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-08-01 18:24           ` Grygorii Strashko
2014-08-01 18:21       ` Mark Brown
2014-08-01 16:40   ` [PATCH v2 2/2] spi: davinci: use spi_device.cs_gpio to store gpio cs per spi device Grygorii Strashko

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