From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: [PATCH v2 0/2] Add device tree probe support for tty/serial/imx Date: Tue, 5 Jul 2011 23:05:36 +0800 Message-ID: <1309878338-25697-1-git-send-email-shawn.guo@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from db3ehsobe005.messaging.microsoft.com ([213.199.154.143]:50949 "EHLO DB3EHSOBE005.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753198Ab1GEO7X (ORCPT ); Tue, 5 Jul 2011 10:59:23 -0400 Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: linux-serial@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, patches@linaro.org 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 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/plat-mxc/devices/platform-imx-uart.c | 2 +- drivers/tty/serial/imx.c | 148 +++++++++++++++++--- 4 files changed, 149 insertions(+), 26 deletions(-)