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: 328054 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 6E1112C0098 for ; Sat, 8 Mar 2014 06:20:27 +1100 (EST) 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 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (soeren.brinkmann[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 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-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org 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