From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965744AbdCVSrH (ORCPT ); Wed, 22 Mar 2017 14:47:07 -0400 Received: from mail-qk0-f193.google.com ([209.85.220.193]:32989 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751109AbdCVSrA (ORCPT ); Wed, 22 Mar 2017 14:47:00 -0400 MIME-Version: 1.0 In-Reply-To: <20170321133636.8814-1-vigneshr@ti.com> References: <20170321133636.8814-1-vigneshr@ti.com> From: Andy Shevchenko Date: Wed, 22 Mar 2017 20:46:58 +0200 Message-ID: Subject: Re: [PATCH 0/2] serial: Add name field to uart_port To: Vignesh R Cc: Greg Kroah-Hartman , Jiri Slaby , "linux-serial@vger.kernel.org" , "linux-kernel@vger.kernel.org" , linux-arm Mailing List , Jisheng Zhang Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 21, 2017 at 3:36 PM, Vignesh R wrote: > 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]. Please, use versioning for the series. This AFAIU should be v3, and next (which is expecting based on comments) would be v4. > [1] https://www.spinics.net/lists/arm-kernel/msg569188.html -- With Best Regards, Andy Shevchenko From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy.shevchenko@gmail.com (Andy Shevchenko) Date: Wed, 22 Mar 2017 20:46:58 +0200 Subject: [PATCH 0/2] serial: Add name field to uart_port In-Reply-To: <20170321133636.8814-1-vigneshr@ti.com> References: <20170321133636.8814-1-vigneshr@ti.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Mar 21, 2017 at 3:36 PM, Vignesh R wrote: > 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]. Please, use versioning for the series. This AFAIU should be v3, and next (which is expecting based on comments) would be v4. > [1] https://www.spinics.net/lists/arm-kernel/msg569188.html -- With Best Regards, Andy Shevchenko