linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add driver for AXM55xx SSP chip selects
@ 2014-09-01 12:53 Anders Berg
  2014-09-01 12:53 ` [PATCH 1/2] gpio: " Anders Berg
  2014-09-01 12:53 ` [PATCH 2/2] Documentation: DT bindings for AXM55xx SSP CS Anders Berg
  0 siblings, 2 replies; 13+ messages in thread
From: Anders Berg @ 2014-09-01 12:53 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot
  Cc: devicetree, linux-arm-kernel, linux-gpio, linux-kernel, Anders Berg

This driver enables control of the SSP/SPI chip-select signals as GPIOs on the
AXM55xx device.

Anders Berg (2):
  gpio: Add driver for AXM55xx SSP chip selects
  Documentation: DT bindings for AXM55xx SSP CS

 .../devicetree/bindings/gpio/gpio-axxia-sspcs.txt  |  36 ++++++
 drivers/gpio/Kconfig                               |   8 ++
 drivers/gpio/Makefile                              |   1 +
 drivers/gpio/gpio-axxia-ssp.c                      | 128 +++++++++++++++++++++
 4 files changed, 173 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-axxia-sspcs.txt
 create mode 100644 drivers/gpio/gpio-axxia-ssp.c

-- 
1.9.1


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

end of thread, other threads:[~2014-09-08 11:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-01 12:53 [PATCH 0/2] Add driver for AXM55xx SSP chip selects Anders Berg
2014-09-01 12:53 ` [PATCH 1/2] gpio: " Anders Berg
2014-09-04 17:04   ` Linus Walleij
2014-09-04 17:06     ` Mark Brown
2014-09-04 17:32       ` Linus Walleij
2014-09-05  9:05         ` Anders Berg
2014-09-06 13:53           ` Mark Brown
2014-09-08 11:02             ` Anders Berg
2014-09-08 11:35               ` Mark Brown
2014-09-05  9:47   ` Russell King - ARM Linux
2014-09-05 13:40     ` Anders Berg
2014-09-01 12:53 ` [PATCH 2/2] Documentation: DT bindings for AXM55xx SSP CS Anders Berg
2014-09-04 17:05   ` Linus Walleij

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