From: grygorii.strashko@ti.com (Grygorii Strashko)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] spi: davinci: add support for gpio cs through dt
Date: Fri, 1 Aug 2014 19:40:31 +0300 [thread overview]
Message-ID: <1406911233-18999-1-git-send-email-grygorii.strashko@ti.com> (raw)
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
next reply other threads:[~2014-08-01 16:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-01 16:40 Grygorii Strashko [this message]
2014-08-01 16:40 ` [PATCH v2 1/2] spi: davinci: add support to configure gpio cs through dt Grygorii Strashko
2014-08-01 17:26 ` Mark Brown
2014-08-01 18:20 ` Grygorii Strashko
2014-08-01 17:35 ` Mark Brown
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1406911233-18999-1-git-send-email-grygorii.strashko@ti.com \
--to=grygorii.strashko@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox