From patchwork Fri Mar 7 19:13:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Soren Brinkmann X-Patchwork-Id: 3794131 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A3A56BF540 for ; Fri, 7 Mar 2014 19:20:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BF39B202F2 for ; Fri, 7 Mar 2014 19:20:21 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E01732028D for ; Fri, 7 Mar 2014 19:20:20 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WM0Ja-0006k9-8j; Fri, 07 Mar 2014 19:20:14 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WM0JX-0003au-Px; Fri, 07 Mar 2014 19:20:11 +0000 Received: from mail-ig0-x22b.google.com ([2607:f8b0:4001:c05::22b]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WM0JV-0003aV-Fc for linux-arm-kernel@lists.infradead.org; Fri, 07 Mar 2014 19:20:10 +0000 Received: by mail-ig0-f171.google.com with SMTP id hl1so2772237igb.4 for ; Fri, 07 Mar 2014 11:19:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=wvnQxW1g/ouDwIZ2UMWQtrW0TcGgfixhq8wkhwuXIxU=; b=lnHqwaNkF6DDBfAGR7dAldLmwIXJ7EfPlZSdbAoWnhBjb9bbJifjaxxrgfHkPxsfM5 YoOH69lvckZppcAa/ImL1ExY/1TKWgtXv/pzZKUILwpy0fyNhhtBPA1yUDXaL2oLHpCd ka0LQheg9NKCVeTVzQc0VJgTh77WI81l3JlUPJ+hC0mINfFmbxgI1HCBl8TGCTLc6DU+ jYuDb1vQUyk5P2cmVfYYtYbXDcHWgibvOlOJLbaJdnTWhLmkSSRAht+p7gwLlKSkZjX5 GbFcsvq6apFOapxQ/X9EIxM6fRk8fiqEUM4UtJ8IPwzHhw+ZKWLhEGhKnMfT8BDtig8x ryLQ== X-Received: by 10.43.18.135 with SMTP id qg7mr16488696icb.5.1394219669841; Fri, 07 Mar 2014 11:14:29 -0800 (PST) Received: from localhost ([149.199.62.254]) by mx.google.com with ESMTPSA id sc8sm5221623igb.0.2014.03.07.11.14.28 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 07 Mar 2014 11:14:28 -0800 (PST) From: Soren Brinkmann To: Russell King , Greg Kroah-Hartman , Jiri Slaby , Arnd Bergmann , One Thousand Gnomes Subject: [PATCH RFC v2 06/11] tty: xuartps: Change driver name to 'cdns-uart' Date: Fri, 7 Mar 2014 11:13:29 -0800 Message-Id: <1394219614-3197-7-git-send-email-soren.brinkmann@xilinx.com> X-Mailer: git-send-email 1.9.0.1.g4196000 In-Reply-To: <1394219614-3197-1-git-send-email-soren.brinkmann@xilinx.com> References: <1394219614-3197-1-git-send-email-soren.brinkmann@xilinx.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140307_142009_561454_A9807CED X-CRM114-Status: GOOD ( 12.21 ) X-Spam-Score: -1.9 (-) Cc: Peter Crosthwaite , Michal Simek , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Soren Brinkmann X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Soren Brinkmann --- I'm not sure about this change. Is this acceptable or already too much? I think the name is used for some sysfs entries. Sören --- drivers/tty/serial/xilinx_uartps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c index b4a2a68b5e0e..3be1da41c2a8 100644 --- a/drivers/tty/serial/xilinx_uartps.c +++ b/drivers/tty/serial/xilinx_uartps.c @@ -31,7 +31,7 @@ #include #define XUARTPS_TTY_NAME "ttyPS" -#define XUARTPS_NAME "xuartps" +#define XUARTPS_NAME "cdns-uart" #define XUARTPS_MAJOR 0 /* use dynamic node allocation */ #define XUARTPS_MINOR 0 /* works best with devtmpfs */ #define XUARTPS_NR_PORTS 2