linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: rnayak@ti.com (Rajendra Nayak)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] OMAP serial device tree support
Date: Wed, 16 Nov 2011 16:32:23 +0530	[thread overview]
Message-ID: <1321441346-19591-1-git-send-email-rnayak@ti.com> (raw)

This series adds minimal device tree support for
OMAP-serial driver, and is based on top of the latest
runtime-PM changes from Govind[1] posted here[2].

The series passes minimal data that allows serial console
boot, with UART's initialised from device tree.
However some of low power support for UART and remote
wakeup needs more work.
Boot tested on OMAP4 panda and OMAP4 sdp boards.

[1] git://gitorious.org/runtime_3-0/runtime_3-0.git 3.2-rc1_uart_runtime
[2] http://www.mail-archive.com/linux-omap at vger.kernel.org/msg58486.html

Rajendra Nayak (3):
  ARM: omap_device: handle first time activation of console device
  omap-serial: Add minimal device tree support
  ARM: omap: pass minimal SoC/board data for UART from dt

 .../devicetree/bindings/arm/omap/omap.txt          |    1 +
 .../devicetree/bindings/serial/omap_serial.txt     |    8 ++++
 arch/arm/boot/dts/omap3-beagle.dts                 |   17 +++++++++
 arch/arm/boot/dts/omap3.dtsi                       |   27 ++++++++++++++
 arch/arm/boot/dts/omap4-panda.dts                  |   17 +++++++++
 arch/arm/boot/dts/omap4-sdp.dts                    |   17 +++++++++
 arch/arm/boot/dts/omap4.dtsi                       |   24 +++++++++++++
 arch/arm/mach-omap2/board-generic.c                |    1 -
 arch/arm/plat-omap/omap_device.c                   |   33 +++++++++++++++++-
 drivers/tty/serial/omap-serial.c                   |   37 +++++++++++++++++++-
 10 files changed, 179 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/serial/omap_serial.txt

             reply	other threads:[~2011-11-16 11:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-16 11:02 Rajendra Nayak [this message]
2011-11-16 11:02 ` [PATCH 1/3] ARM: omap_device: handle first time activation of console device Rajendra Nayak
2011-11-16 14:50   ` Rob Herring
2011-11-16 15:14     ` Cousson, Benoit
2011-11-16 15:41       ` Rob Herring
2011-11-16 18:18         ` Cousson, Benoit
2011-11-17  7:31     ` Rajendra Nayak
2011-11-16 15:01   ` Cousson, Benoit
2011-11-17  7:19     ` Rajendra Nayak
2011-11-17  9:52       ` Cousson, Benoit
2011-11-17 10:16         ` Rajendra Nayak
2011-11-16 11:02 ` [PATCH 2/3] omap-serial: Add minimal device tree support Rajendra Nayak
2011-11-16 14:59   ` Rob Herring
2011-11-17  8:39     ` Rajendra Nayak
2011-11-16 11:02 ` [PATCH 3/3] ARM: omap: pass minimal SoC/board data for UART from dt Rajendra Nayak
2011-11-17  1:04   ` Rob Herring
2011-11-17  8:42     ` Rajendra Nayak

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=1321441346-19591-1-git-send-email-rnayak@ti.com \
    --to=rnayak@ti.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).