From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: [PATCH v3 0/2] Add device tree probe support for tty/serial/imx Date: Thu, 7 Jul 2011 00:30:12 +0800 Message-ID: <1309969814-13195-1-git-send-email-shawn.guo@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from tx2ehsobe004.messaging.microsoft.com ([65.55.88.14]:46424 "EHLO TX2EHSOBE008.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751203Ab1GFQXy (ORCPT ); Wed, 6 Jul 2011 12:23:54 -0400 Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: linux-serial@vger.kernel.org Cc: devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.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 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(-)