linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] Prepare making omap3 device tree only and convert LDP
Date: Fri, 15 Nov 2013 16:36:02 -0800	[thread overview]
Message-ID: <1384562167-14725-1-git-send-email-tony@atomide.com> (raw)

Hi all,

Here are few patches to deal with the mix of legacy platform data
and device tree that we still need to do at least until DSS has
device tree bindings. These patches should allow the remaining
omap3 boards to be made device tree only so we can remove the
board-*.c files.

I've also converted the old LDP board to be device tree only as that
has the typical TWL GPIO controlled LCD panel setup, and made sure
the basic things work.

These patches are against mainline tree commit 10d0c9705, and also
needs the recently posted patches from following:

[PATCH 0/8] Various omap device tree usability fixes for v3.13 merge window
[PATCH 00/11] Make omap24xx booting device tree based for v3.14 merge window

I've also pushed all the related patches to a temporary branch
omap-for-v3.14/tmp-testing-dt in the linux-omap git tree.

Regards,

Tony


Tony Lindgren (5):
  mfd: twl-core: Fix passing of platform data in the device tree case
  ARM: OMAP2+: Add support for legacy auxdata for twl
  ARM: OMAP2+: Add DT init code for DPI displays and make omap3 LDP to
    use it
  ARM: dts: Add basic support for omap3 LDP zoom1 labrador
  ARM: OMAP2+: Remove legacy booting support for LDP

 arch/arm/boot/dts/Makefile         |   1 +
 arch/arm/boot/dts/omap3-ldp.dts    | 231 ++++++++++++++++++++
 arch/arm/mach-omap2/Kconfig        |   6 -
 arch/arm/mach-omap2/Makefile       |   1 -
 arch/arm/mach-omap2/board-ldp.c    | 425 -------------------------------------
 arch/arm/mach-omap2/common.h       |   1 +
 arch/arm/mach-omap2/dss-common.c   |  67 ++++++
 arch/arm/mach-omap2/dss-common.h   |   1 +
 arch/arm/mach-omap2/omap_device.c  |   2 +
 arch/arm/mach-omap2/pdata-quirks.c |  31 +++
 drivers/mfd/twl-core.c             |  15 +-
 11 files changed, 346 insertions(+), 435 deletions(-)
 create mode 100644 arch/arm/boot/dts/omap3-ldp.dts
 delete mode 100644 arch/arm/mach-omap2/board-ldp.c

-- 
1.8.1.1

             reply	other threads:[~2013-11-16  0:36 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-16  0:36 Tony Lindgren [this message]
2013-11-16  0:36 ` [PATCH 1/5] mfd: twl-core: Fix passing of platform data in the device tree case Tony Lindgren
2013-11-18 10:29   ` Lee Jones
2013-11-18 17:25     ` Felipe Balbi
2013-11-18 17:46       ` Lee Jones
2013-11-18 18:11         ` Tony Lindgren
2013-11-18 19:09           ` Lee Jones
2013-11-18 19:22             ` Tony Lindgren
2013-11-18 19:28               ` Lee Jones
2013-11-18 19:33                 ` Tony Lindgren
2013-11-21 10:46               ` Lee Jones
2013-11-21 11:09                 ` Lee Jones
2013-11-25 23:22                   ` Tony Lindgren
2013-11-18 18:40         ` Felipe Balbi
2013-11-16  0:36 ` [PATCH 2/5] ARM: OMAP2+: Add support for legacy auxdata for twl Tony Lindgren
2013-11-16  0:36 ` [PATCH 3/5] ARM: OMAP2+: Add DT init code for DPI displays and make omap3 LDP to use it Tony Lindgren
2013-11-18 13:06   ` Tomi Valkeinen
2013-11-18 18:19     ` Tony Lindgren
2013-11-16  0:36 ` [PATCH 4/5] ARM: dts: Add basic support for omap3 LDP zoom1 labrador Tony Lindgren
2013-11-16  8:04   ` Sebastian Reichel
2013-11-16 14:40     ` Tony Lindgren
2013-11-16  0:36 ` [PATCH 5/5] ARM: OMAP2+: Remove legacy booting support for LDP Tony Lindgren
     [not found] ` <20131116120508.GA22335@earth.universe>
2013-11-16 14:12   ` N900 board code in 3.14 Tony Lindgren
2013-11-16 15:50     ` Sebastian Reichel
2013-11-21 18:58       ` Tony Lindgren
2013-11-21 23:51         ` Sebastian Reichel
2013-11-22 10:41           ` Javier Martinez Canillas
2013-11-23 21:09             ` Sebastian Reichel

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=1384562167-14725-1-git-send-email-tony@atomide.com \
    --to=tony@atomide.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;
as well as URLs for NNTP newsgroup(s).