From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757463AbdCUNi6 (ORCPT ); Tue, 21 Mar 2017 09:38:58 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:40622 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756845AbdCUNi4 (ORCPT ); Tue, 21 Mar 2017 09:38:56 -0400 From: Vignesh R To: Greg Kroah-Hartman CC: Jiri Slaby , , , , Vignesh R , Andy Shevchenko , Jisheng Zhang Subject: [PATCH 0/2] serial: Add name field to uart_port Date: Tue, 21 Mar 2017 19:06:34 +0530 Message-ID: <20170321133636.8814-1-vigneshr@ti.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds name attribute to uart_port struct inorder to store name of the tty port that will help in identify different uart instances. This patch series is based on discussion here[1]. [1] https://www.spinics.net/lists/arm-kernel/msg569188.html Vignesh R (2): tty: serial_core: Add name field to uart_port struct serial: 8250: 8250_core: Fix irq name for 8250 serial irq drivers/tty/serial/8250/8250_core.c | 2 +- drivers/tty/serial/serial_core.c | 2 ++ include/linux/serial_core.h | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) -- 2.11.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh R Subject: [PATCH 0/2] serial: Add name field to uart_port Date: Tue, 21 Mar 2017 19:06:34 +0530 Message-ID: <20170321133636.8814-1-vigneshr@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Greg Kroah-Hartman Cc: Jisheng Zhang , Vignesh R , linux-kernel@vger.kernel.org, Andy Shevchenko , linux-serial@vger.kernel.org, Jiri Slaby , linux-arm-kernel@lists.infradead.org List-Id: linux-serial@vger.kernel.org This series adds name attribute to uart_port struct inorder to store name of the tty port that will help in identify different uart instances. This patch series is based on discussion here[1]. [1] https://www.spinics.net/lists/arm-kernel/msg569188.html Vignesh R (2): tty: serial_core: Add name field to uart_port struct serial: 8250: 8250_core: Fix irq name for 8250 serial irq drivers/tty/serial/8250/8250_core.c | 2 +- drivers/tty/serial/serial_core.c | 2 ++ include/linux/serial_core.h | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) -- 2.11.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: vigneshr@ti.com (Vignesh R) Date: Tue, 21 Mar 2017 19:06:34 +0530 Subject: [PATCH 0/2] serial: Add name field to uart_port Message-ID: <20170321133636.8814-1-vigneshr@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This series adds name attribute to uart_port struct inorder to store name of the tty port that will help in identify different uart instances. This patch series is based on discussion here[1]. [1] https://www.spinics.net/lists/arm-kernel/msg569188.html Vignesh R (2): tty: serial_core: Add name field to uart_port struct serial: 8250: 8250_core: Fix irq name for 8250 serial irq drivers/tty/serial/8250/8250_core.c | 2 +- drivers/tty/serial/serial_core.c | 2 ++ include/linux/serial_core.h | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) -- 2.11.0