devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] tty: xuartps: Rebranding + DT documentation
@ 2014-03-10 21:40 Soren Brinkmann
  2014-03-10 21:40 ` [PATCH v2 1/7] tty: xuartps: Clean up Soren Brinkmann
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Soren Brinkmann @ 2014-03-10 21:40 UTC (permalink / raw)
  To: Russell King, Greg Kroah-Hartman, Jiri Slaby, One Thousand Gnomes
  Cc: Michal Simek, Peter Crosthwaite, linux-kernel, linux-arm-kernel,
	linux-serial, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	Kumar Gala, Rob Landley, Grant Likely, devicetree, linux-doc,
	Soren Brinkmann

Hi,

this series rebrands the Xilinx PS UART driver as Cadence UART and
documents its DT bindings (+ some clean up along the way).

The rebranding goes as far as reasonable. Things like file name, kconfig
symbols and other things with user space impact are left as is. Please
refer to the discussion in the RFC threads[1-2] for more details.

Similar the DT binding has been extended. In addition to the new and
preferred Cadence binding, the current xuartps binding is maintained.
Though, only the Cadence names for clock-names are documented.

References:
 [1]  https://lkml.org/lkml/2014/3/4/405
 [2]  https://lkml.org/lkml/2014/3/7/450

v2:
 - no changes regarding the patches
 - fixed (I sincerely hope) email recipients

Changes from the latest RFC:
 - squashed function/symbol renaming into 'tty: xuartps: Rebrand driver
   as Cadence UART'
 - Revised the commit message of 'tty: xuartps: Don't write IRQ disable
   register to enable interrupts' (was 'tty: xuartps: Remove bogus
   comment and register write'

   	Thanks,
	Sören

Soren Brinkmann (7):
  tty: xuartps: Clean up
  tty: xuartps: Print warning in clock notifier
  tty: xuartps: Refactor read-modify-writes
  tty: xuartps: Don't write IRQ disable register to enable interrupts
  tty: xuartps: Rebrand driver as Cadence UART
  tty: cadence: Document DT binding
  ARM: zynq: DT: Migrate UART to Cadence binding

 .../devicetree/bindings/serial/cdns,uart.txt       |   20 +
 arch/arm/boot/dts/zynq-7000.dtsi                   |    8 +-
 drivers/tty/serial/Kconfig                         |    9 +-
 drivers/tty/serial/xilinx_uartps.c                 | 1116 ++++++++++----------
 include/uapi/linux/serial_core.h                   |    2 +-
 5 files changed, 560 insertions(+), 595 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/serial/cdns,uart.txt

-- 
1.9.0.1.g4196000

--
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-03-12  6:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 21:40 [PATCH v2 0/7] tty: xuartps: Rebranding + DT documentation Soren Brinkmann
2014-03-10 21:40 ` [PATCH v2 1/7] tty: xuartps: Clean up Soren Brinkmann
2014-03-10 21:40 ` [PATCH v2 2/7] tty: xuartps: Print warning in clock notifier Soren Brinkmann
2014-03-10 21:40 ` [PATCH v2 3/7] tty: xuartps: Refactor read-modify-writes Soren Brinkmann
2014-03-10 21:40 ` [PATCH v2 4/7] tty: xuartps: Don't write IRQ disable register to enable interrupts Soren Brinkmann
2014-03-10 21:40 ` [PATCH v2 5/7] tty: xuartps: Rebrand driver as Cadence UART Soren Brinkmann
2014-03-11  8:50   ` Michal Simek
2014-03-11 15:47     ` Sören Brinkmann
     [not found] ` <1394487610-2419-1-git-send-email-soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2014-03-10 21:40   ` [PATCH v2 6/7] tty: cadence: Document DT binding Soren Brinkmann
2014-03-10 21:40 ` [PATCH v2 7/7] ARM: zynq: DT: Migrate UART to Cadence binding Soren Brinkmann
2014-03-11  8:52   ` Michal Simek
2014-03-11 15:48     ` Sören Brinkmann
     [not found]     ` <20140311154847.GI13293@xsjandreislx>
2014-03-12  6:01       ` Michal Simek
2014-03-11 10:46 ` [PATCH v2 0/7] tty: xuartps: Rebranding + DT documentation Michal Simek
2014-03-11 18:29   ` Sören Brinkmann

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).