All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Convert mcp23s08 to DT usage
@ 2013-02-06 17:01 Lars Poeschel
  2013-02-06 17:01   ` Lars Poeschel
  2013-02-06 17:01   ` Lars Poeschel
  0 siblings, 2 replies; 7+ messages in thread
From: Lars Poeschel @ 2013-02-06 17:01 UTC (permalink / raw)
  To: poeschel, grant.likely, rob.herring, rob, linus.walleij,
	devicetree-discuss, linux-doc, linux-kernel, spi-devel-general
  Cc: w.sang, ben-linux, linux-i2c

From: Lars Poeschel <poeschel@lemonage.de>

I wanted to use mcp23s08 driver with a device that boots using device tree.
I modified the driver to allow the DT usage and tested with a mcp23017
which is a i2c device. I could not test the spi path, because I have no
such device.

Regards,
Lars

Lars Poeschel (2):
  gpio: mcp23s08: Allow -1 as a legal value for global gpio base
  gpio: mcp23s08: convert driver to DT

 .../devicetree/bindings/gpio/gpio-mcp23s08.txt     |   36 ++++++++
 drivers/gpio/gpio-mcp23s08.c                       |   95 ++++++++++++++++++--
 include/linux/spi/mcp23s08.h                       |    1 +
 3 files changed, 126 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-mcp23s08.txt

-- 
1.7.10.4


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

end of thread, other threads:[~2013-02-09 14:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 17:01 [PATCH 0/2] Convert mcp23s08 to DT usage Lars Poeschel
2013-02-06 17:01 ` [PATCH 1/2] gpio: mcp23s08: Allow -1 as a legal value for global gpio base Lars Poeschel
2013-02-06 17:01   ` Lars Poeschel
2013-02-09 14:27   ` Grant Likely
2013-02-06 17:01 ` [PATCH 2/2] gpio: mcp23s08: convert driver to DT Lars Poeschel
2013-02-06 17:01   ` Lars Poeschel
2013-02-09 14:31   ` Grant Likely

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.