From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934008AbdCXFbR (ORCPT ); Fri, 24 Mar 2017 01:31:17 -0400 Received: from fllnx209.ext.ti.com ([198.47.19.16]:36787 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754070AbdCXFbI (ORCPT ); Fri, 24 Mar 2017 01:31:08 -0400 From: Vignesh R To: Greg Kroah-Hartman CC: Jiri Slaby , Andy Shevchenko , Jisheng Zhang , , , , Vignesh R Subject: [PATCH v2 0/2] serial: Add name field to uart_port Date: Fri, 24 Mar 2017 10:57:58 +0530 Message-ID: <20170324052800.11526-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 Previous version: https://lkml.org/lkml/2017/3/21/328 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 | 7 +++++++ include/linux/serial_core.h | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) -- 2.11.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh R Subject: [PATCH v2 0/2] serial: Add name field to uart_port Date: Fri, 24 Mar 2017 10:57:58 +0530 Message-ID: <20170324052800.11526-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 Previous version: https://lkml.org/lkml/2017/3/21/328 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 | 7 +++++++ include/linux/serial_core.h | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) -- 2.11.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: vigneshr@ti.com (Vignesh R) Date: Fri, 24 Mar 2017 10:57:58 +0530 Subject: [PATCH v2 0/2] serial: Add name field to uart_port Message-ID: <20170324052800.11526-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 Previous version: https://lkml.org/lkml/2017/3/21/328 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 | 7 +++++++ include/linux/serial_core.h | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) -- 2.11.0