linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add device tree probe support for tty/serial/imx
@ 2011-07-03  7:55 Shawn Guo
  2011-07-03  7:55 ` [PATCH 1/2] serial/imx: get rid of the uses of cpu_is_mx1() Shawn Guo
  2011-07-03  7:56 ` [PATCH 2/2] serial/imx: add device tree probe support Shawn Guo
  0 siblings, 2 replies; 17+ messages in thread
From: Shawn Guo @ 2011-07-03  7:55 UTC (permalink / raw)
  To: linux-arm-kernel

The first patch removes the use of cpu_is_mx1().  It has no dependency
on other patches, and can be merged right away after review gets done.
I assume it will go through Sascha's tree with Alan's ack, since it
touches quite some arch codes.  Please let me know if it's not the case.

The second patch adds device tree probe, and depends on the patch
below.

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

Grant, how does the above patch look to you?  I have been seeing
a number of drivers depending on it when migrating to device tree.
It will be good if we can git it settled soon.

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/plat-mxc/devices/platform-imx-uart.c      |    2 +-
 drivers/tty/serial/imx.c                           |  131 +++++++++++++++++--
 4 files changed, 140 insertions(+), 18 deletions(-)

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

end of thread, other threads:[~2011-07-04 15:33 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-03  7:55 [PATCH 0/2] Add device tree probe support for tty/serial/imx Shawn Guo
2011-07-03  7:55 ` [PATCH 1/2] serial/imx: get rid of the uses of cpu_is_mx1() Shawn Guo
2011-07-03 21:10   ` Grant Likely
2011-07-04  2:19     ` Shawn Guo
2011-07-04  5:38       ` Grant Likely
2011-07-04  7:33       ` Uwe Kleine-König
2011-07-04  8:43         ` Shawn Guo
2011-07-04  9:28           ` Uwe Kleine-König
2011-07-04 10:26             ` Shawn Guo
2011-07-03  7:56 ` [PATCH 2/2] serial/imx: add device tree probe support Shawn Guo
2011-07-03 21:14   ` Grant Likely
2011-07-04  2:36     ` Shawn Guo
2011-07-04  6:58   ` Sascha Hauer
2011-07-04  7:38     ` Uwe Kleine-König
2011-07-04  9:05       ` Shawn Guo
2011-07-04  9:10         ` Uwe Kleine-König
2011-07-04 15:33       ` Grant Likely

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