devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] spi/omap: Adaptation to Device Tree
@ 2012-02-15 17:37 Benoit Cousson
  2012-02-15 17:37 ` [PATCH 1/4] spi/omap: Add DT support to McSPI driver Benoit Cousson
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Benoit Cousson @ 2012-02-15 17:37 UTC (permalink / raw)
  To: grant.likely
  Cc: linux-omap, linux-arm-kernel, devicetree-discuss, Benoit Cousson

Hi Grant,

You might think I'm harassing you with all these series, but it looks like
you are the maintainer of all the stuff I care about for the moment :-)

Here are a couple of SPI patches + the addition of a SPI ethernet device
needed for sdp4430 board.

This driver is still relying on a valid bus_number which is clearly bad.
A cleanup is definitively needed, and will be done later.

This series is based on lo/master (a37cdd9) + for_3.4/dt_base branch to get
the needed cleanup and fixes for OMAP.

Please note that due to the changes in the various OMAP DTS files, I have
to base this series on top of my other DT series (gpio for example), otherwise
the merge of the two series will generate some merge conflict in the DTS since
they are both adding some new nodes at the exact same location.

I'm not sure how this should be handled.

This series is available here for reference:
  git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.4/dt_spi_eth

Regards,
Benoit


Benoit Cousson (4):
  spi/omap: Add DT support to McSPI driver
  arm/dts: OMAP4: Add SPI controller nodes
  arm/dts: OMAP3: Add SPI controller nodes
  arm/dts: omap4-sdp: Add ks8851 ethernet SPI device

 Documentation/devicetree/bindings/spi/omap-spi.txt |   20 +++++++
 arch/arm/boot/dts/omap3.dtsi                       |   32 +++++++++++
 arch/arm/boot/dts/omap4-sdp.dts                    |   21 +++++++
 arch/arm/boot/dts/omap4.dtsi                       |   32 +++++++++++
 arch/arm/mach-omap2/devices.c                      |    4 +-
 drivers/spi/spi-omap2-mcspi.c                      |   56 +++++++++++++++++---
 6 files changed, 156 insertions(+), 9 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spi/omap-spi.txt


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

end of thread, other threads:[~2012-02-15 21:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15 17:37 [PATCH 0/4] spi/omap: Adaptation to Device Tree Benoit Cousson
2012-02-15 17:37 ` [PATCH 1/4] spi/omap: Add DT support to McSPI driver Benoit Cousson
2012-02-15 19:34   ` Rob Herring
2012-02-15 20:04     ` Grant Likely
2012-02-15 21:10     ` Cousson, Benoit
2012-02-15 17:37 ` [PATCH 2/4] arm/dts: OMAP4: Add SPI controller nodes Benoit Cousson
2012-02-15 20:02   ` Grant Likely
     [not found]     ` <20120215200240.GA25779-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2012-02-15 21:00       ` Cousson, Benoit
2012-02-15 17:37 ` [PATCH 3/4] arm/dts: OMAP3: " Benoit Cousson
2012-02-15 17:37 ` [PATCH 4/4] arm/dts: omap4-sdp: Add ks8851 ethernet SPI device Benoit Cousson
2012-02-15 20:03 ` [PATCH 0/4] spi/omap: Adaptation to Device Tree Grant Likely

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