From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] serial: ns16550: Add devicetree support
Date: Tue, 23 Jul 2013 08:40:04 +0200 [thread overview]
Message-ID: <1374561610-686-1-git-send-email-s.hauer@pengutronix.de> (raw)
This adds the necessary preparations to make the ns16550 driver devicetree
aware and finally adds devicetree support to the driver.
----------------------------------------------------------------
Sascha Hauer (6):
clk: provide static inline wrappers
serial: ns16550: reorder functions to avoid forward declaration
serial: ns16550: introduce private struct
serial: ns16550: remove f_caps from platform_data
serial: ns16550: Add clk support and make platform_data optional
serial: ns16550: Add devicetree probe support
arch/arm/Kconfig | 3 +
drivers/clk/Kconfig | 3 +
drivers/serial/serial_ns16550.c | 134 ++++++++++++++++++++++++++++------------
include/linux/clk.h | 39 +++++++++++-
include/ns16550.h | 4 --
5 files changed, 139 insertions(+), 44 deletions(-)
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-07-23 6:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-23 6:40 Sascha Hauer [this message]
2013-07-23 6:40 ` [PATCH 1/6] clk: provide static inline wrappers Sascha Hauer
2013-07-23 6:40 ` [PATCH 2/6] serial: ns16550: reorder functions to avoid forward declaration Sascha Hauer
2013-07-23 6:40 ` [PATCH 3/6] serial: ns16550: introduce private struct Sascha Hauer
2013-07-23 6:40 ` [PATCH 4/6] serial: ns16550: remove f_caps from platform_data Sascha Hauer
2013-07-23 6:40 ` [PATCH 5/6] serial: ns16550: Add clk support and make platform_data optional Sascha Hauer
2013-07-23 6:40 ` [PATCH 6/6] serial: ns16550: Add devicetree probe support Sascha Hauer
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=1374561610-686-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@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