From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Vineet Gupta <Vineet.Gupta1@synopsys.com>
Subject: [PATCH 0/4] switch arc-uart to devicetree based probing
Date: Fri, 11 Jan 2013 11:50:19 +0530 [thread overview]
Message-ID: <1357885223-19243-1-git-send-email-vgupta@synopsys.com> (raw)
Hi,
As part of converting ARC Port to devicetree infrastructure, the following
series converts the arc-uart driver to DT.
* The first patch is a bug-fix which showed up in the process as DT based
platform devices by default have -ve id
* Next two prepare the driver for forthcoming DT changes.
* Last one contains the DT bindings and driver using those.
Couple of points worth mentioning:
* The earlyprintk portion of driver still relies on static platform data
we would need some earlyprintk handling in of_fdt_* to clean it up properly
* Two of the three platform data instances are now retrieved from DT.
However one still needs to be dynamically passed by platform (using
of_dev_auxdata) as we want to run same image in simulator and hardware
Tested on in-works ARC 3.8 port.
P.S. Greg, can this be treated as a bug-fix for 3.8
Thx,
-Vineet
Vineet Gupta (4):
serial/arc-uart: Don't index with -ve platform_device->id
serial/arc-uart: split probe from probe_earlyprintk
serial/arc-uart: platform_data order changed
serial/arc-uart: switch to devicetree based probing
.../devicetree/bindings/tty/serial/arc-uart.txt | 26 ++++++
drivers/tty/serial/arc_uart.c | 95 ++++++++++++++------
2 files changed, 94 insertions(+), 27 deletions(-)
create mode 100644 Documentation/devicetree/bindings/tty/serial/arc-uart.txt
--
1.7.4.1
next reply other threads:[~2013-01-11 6:20 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-11 6:20 Vineet Gupta [this message]
2013-01-11 6:20 ` [PATCH 1/4] serial/arc-uart: Don't index with -ve platform_device->id Vineet Gupta
2013-01-11 6:20 ` [PATCH 2/4] serial/arc-uart: split probe from probe_earlyprintk Vineet Gupta
2013-01-11 6:20 ` [PATCH 3/4] serial/arc-uart: platform_data order changed Vineet Gupta
2013-01-11 6:20 ` [PATCH 4/4] serial/arc-uart: switch to devicetree based probing Vineet Gupta
2013-01-11 11:33 ` Arnd Bergmann
2013-01-11 11:55 ` Vineet Gupta
2013-01-11 20:17 ` Arnd Bergmann
2013-02-08 23:01 ` Grant Likely
2013-02-09 6:45 ` Vineet Gupta
2013-02-09 9:28 ` Arnd Bergmann
2013-02-11 8:41 ` [PATCH] serial/arc-uart: Urgent DT related update Vineet Gupta
2013-02-11 8:41 ` [PATCH] serial/arc-uart: Miscll DT related updates (Grant's review comments) Vineet Gupta
2013-02-13 12:37 ` [PATCH] serial/arc-uart: Urgent DT related update Vineet Gupta
2013-02-13 16:38 ` Greg Kroah-Hartman
2013-02-14 5:55 ` Vineet Gupta
2013-02-14 17:23 ` Greg Kroah-Hartman
2013-02-13 20:47 ` [PATCH 4/4] serial/arc-uart: switch to devicetree based probing Grant Likely
2013-01-16 6:16 ` [PATCH 0/4] switch arc-uart " Greg KH
2013-01-16 6:16 ` Vineet Gupta
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=1357885223-19243-1-git-send-email-vgupta@synopsys.com \
--to=vineet.gupta1@synopsys.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.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).