All of lore.kernel.org
 help / color / mirror / Atom feed
From: "G, Manjunath Kondaiah" <manjugk-l0cyMroinI0@public.gmane.org>
To: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [PATCH 0/4] dt: omap3: add device tree support
Date: Thu, 14 Jul 2011 03:06:11 +0500	[thread overview]
Message-ID: <1310592975-25773-1-git-send-email-manjugk@ti.com> (raw)


This patch series is for migrating omap3 beagle board file and to use
device tree data structures in i2c-omap driver.

These are basic changes in order to adopt device tree for using generic
board file with omap3 platforms. Existing non dt setup and build is not 
disturbed and device tree boot needs to be explicitly enabled through
menuconfig option by selecting CONFIG_OMAP3_DT

Build and boot tested for both dt and not dt options on omap3 beagle
board.

Initial review comments and alignment can be found at:
http://comments.gmane.org/gmane.linux.drivers.devicetree/6188

Baseline:
Applies cleanly on top of:
git://git.secretlab.ca/git/linux-2.6
Branch: origin/devicetree/test
commit 88c559f5479ec28a1acd38c081d89f90a059a6ef
Author: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>

    drivercore: Add driver probe deferral mechanism

G, Manjunath Kondaiah (4):
  DT: OMAP3: Add SoC file for handling i2c controllers
  DT: OMAP3: Beagle board: set clock freq for i2c devices
  DT: OMAP3: Add generic board file for dt support
  DT: OMAP: Convert I2C driver to use device tree

 arch/arm/boot/dts/omap3-beagle-nunchuck.dts |   11 +-
 arch/arm/boot/dts/omap3-beagle.dts          |   29 ++-
 arch/arm/boot/dts/omap3-soc.dtsi            |   65 +++
 arch/arm/mach-omap2/Kconfig                 |   12 +
 arch/arm/mach-omap2/Makefile                |    2 +
 arch/arm/mach-omap2/board-omap3-dt.c        |  623 +++++++++++++++++++++++++++
 arch/arm/mach-omap2/board-omap3beagle.c     |   13 -
 drivers/i2c/busses/i2c-omap.c               |   48 ++-
 8 files changed, 777 insertions(+), 26 deletions(-)
 create mode 100644 arch/arm/boot/dts/omap3-soc.dtsi
 create mode 100644 arch/arm/mach-omap2/board-omap3-dt.c

-- 
1.7.4.1

             reply	other threads:[~2011-07-13 22:06 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-13 22:06 G, Manjunath Kondaiah [this message]
2011-07-13 22:06 ` [PATCH 1/4] dt: omap3: add SoC file for handling i2c controllers G, Manjunath Kondaiah
2011-07-13 22:57   ` Grant Likely
2011-07-13 22:57     ` Grant Likely
2011-07-13 22:58     ` Grant Likely
2011-07-13 22:58       ` Grant Likely
2011-07-14  3:51       ` G, Manjunath Kondaiah
2011-07-14  3:51         ` G, Manjunath Kondaiah
2011-07-14  3:34     ` G, Manjunath Kondaiah
2011-07-14  3:34       ` G, Manjunath Kondaiah
2011-07-13 22:06 ` [PATCH 2/4] dt: OMAP3: Beagle board: set clock freq for i2c devices G, Manjunath Kondaiah
2011-07-13 23:04   ` Grant Likely
2011-07-13 23:04     ` Grant Likely
2011-07-13 22:06 ` [PATCH 3/4] dt: omap3: add generic board file for dt support G, Manjunath Kondaiah
2011-07-13 23:15   ` Grant Likely
2011-07-13 23:15     ` Grant Likely
2011-07-14  8:53     ` [PATCH] omap2+: Use Kconfig symbol in Makefile instead of obj-y Tony Lindgren
2011-07-14  8:53       ` Tony Lindgren
     [not found]     ` <CACxGe6sELS=C==16TZ2pfrxJDDyqjS_qOwJUfwzwMO8hqo8Xag-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-07-16 19:54       ` [PATCH 3/4] dt: omap3: add generic board file for dt support G, Manjunath Kondaiah
2011-07-16 20:07         ` G, Manjunath Kondaiah
2011-07-16 20:07           ` G, Manjunath Kondaiah
2011-07-17  5:13           ` Grant Likely
2011-07-17  5:13             ` Grant Likely
2011-07-18  9:07             ` Tony Lindgren
2011-07-18  9:07               ` Tony Lindgren
2011-07-19 21:34               ` Grant Likely
2011-07-19 21:34                 ` Grant Likely
2011-07-21  7:18                 ` Tony Lindgren
2011-07-21  7:18                   ` Tony Lindgren
2011-07-21  8:55                 ` Rajendra Nayak
2011-07-21  8:55                   ` Rajendra Nayak
     [not found]                   ` <4E27E967.7090501-l0cyMroinI0@public.gmane.org>
2011-07-21  9:09                     ` Felipe Balbi
2011-07-21  9:09                       ` Felipe Balbi
2011-07-21  9:33                       ` Rajendra Nayak
2011-07-21  9:33                         ` Rajendra Nayak
     [not found]                         ` <4E27F264.4040409-l0cyMroinI0@public.gmane.org>
2011-07-21  9:39                           ` Felipe Balbi
2011-07-21  9:39                             ` Felipe Balbi
2011-07-28 18:20                   ` Cousson, Benoit
2011-07-28 18:20                     ` Cousson, Benoit
2011-07-18 10:15             ` G, Manjunath Kondaiah
2011-07-18 10:15               ` G, Manjunath Kondaiah
2011-07-19 21:36               ` Grant Likely
2011-07-19 21:36                 ` Grant Likely
2011-07-19  5:58             ` G, Manjunath Kondaiah
2011-07-19  5:58               ` G, Manjunath Kondaiah
2011-07-19 21:37               ` Grant Likely
2011-07-19 21:37                 ` Grant Likely
     [not found]                 ` <20110719213737.GQ6848-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2011-07-21 10:24                   ` G, Manjunath Kondaiah
2011-07-21 10:24                     ` G, Manjunath Kondaiah
2011-07-21 23:53             ` Kevin Hilman
2011-07-21 23:53               ` Kevin Hilman
2011-07-13 22:06 ` [PATCH 4/4] dt: i2c-omap: Convert i2c driver to use device tree G, Manjunath Kondaiah
2011-07-13 23:20   ` Grant Likely
2011-07-13 23:20     ` Grant Likely
2011-07-28 17:34     ` Cousson, Benoit
2011-07-28 17:34       ` Cousson, Benoit
2011-07-28 21:32       ` Grant Likely
2011-07-28 21:32         ` Grant Likely
2011-08-03 12:56         ` Cousson, Benoit
2011-08-03 12:56           ` Cousson, Benoit

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=1310592975-25773-1-git-send-email-manjugk@ti.com \
    --to=manjugk-l0cymroini0@public.gmane.org \
    --cc=ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 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.