mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] serial: ns16550: Add devicetree support
@ 2013-07-23  6:40 Sascha Hauer
  2013-07-23  6:40 ` [PATCH 1/6] clk: provide static inline wrappers Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2013-07-23  6:40 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-07-23  6:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-23  6:40 [PATCH] serial: ns16550: Add devicetree support Sascha Hauer
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox