linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add device tree probe support for tty/serial/imx
@ 2011-07-06 16:30 Shawn Guo
  2011-07-06 16:30 ` [PATCH v3 1/2] serial/imx: get rid of the uses of cpu_is_mx1() Shawn Guo
  2011-07-06 16:30 ` [PATCH v3 2/2] serial/imx: add device tree probe support Shawn Guo
  0 siblings, 2 replies; 5+ messages in thread
From: Shawn Guo @ 2011-07-06 16:30 UTC (permalink / raw)
  To: linux-serial; +Cc: devicetree-discuss, linux-arm-kernel, patches

The first patch removes the use of cpu_is_mx1().  The second patch
adds device tree probe with a dependency on the following patch.

  http://article.gmane.org/gmane.linux.drivers.devicetree/6128

Changes since v2:
 * Not use generic naming imx-uart, instead use specific soc name
   to show uart type compatibility (Sascha's suggestion)

Changes since v1:
 * Address review comments given by Grant and Uwe

Shawn Guo (2):
      serial/imx: get rid of the uses of cpu_is_mx1()
      serial/imx: add device tree probe support

 .../bindings/tty/serial/fsl-imx-uart.txt           |   19 +++
 arch/arm/mach-imx/clock-imx1.c                     |    6 +-
 arch/arm/mach-imx/clock-imx21.c                    |    8 +-
 arch/arm/mach-imx/clock-imx25.c                    |   11 +-
 arch/arm/mach-imx/clock-imx27.c                    |   13 +-
 arch/arm/mach-imx/clock-imx31.c                    |   11 +-
 arch/arm/mach-imx/clock-imx35.c                    |    7 +-
 arch/arm/mach-mx5/clock-mx51-mx53.c                |   18 ++-
 arch/arm/plat-mxc/devices/platform-imx-uart.c      |    7 +-
 drivers/tty/serial/imx.c                           |  149 +++++++++++++++++---
 10 files changed, 190 insertions(+), 59 deletions(-)


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

end of thread, other threads:[~2011-07-06 16:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-06 16:30 [PATCH v3 0/2] Add device tree probe support for tty/serial/imx Shawn Guo
2011-07-06 16:30 ` [PATCH v3 1/2] serial/imx: get rid of the uses of cpu_is_mx1() Shawn Guo
2011-07-06 16:37   ` Sascha Hauer
2011-07-06 16:50     ` Shawn Guo
2011-07-06 16:30 ` [PATCH v3 2/2] serial/imx: add device tree probe support Shawn Guo

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