From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758702AbbEaWMl (ORCPT ); Sun, 31 May 2015 18:12:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46255 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758620AbbEaWMU (ORCPT ); Sun, 31 May 2015 18:12:20 -0400 Date: Mon, 1 Jun 2015 07:01:34 +0900 From: Greg Kroah-Hartman To: NeilBrown Cc: Mark Rutland , One Thousand Gnomes , Peter Hurley , Arnd Bergmann , Sebastian Reichel , Rob Herring , Pavel Machek , Grant Likely , Jiri Slaby , GTA04 owners , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] UART slave device support - version 4 Message-ID: <20150531220134.GE13872@kroah.com> References: <20150511013540.5709.93626.stgit@notabene.brown> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150511013540.5709.93626.stgit@notabene.brown> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 11, 2015 at 11:56:14AM +1000, NeilBrown wrote: > Hi all, > here is version 4 of my "UART slave device" patch set, previously > known as "tty slave devices". > > The most obvious change is the name. I realized that this isn't > really about "tty"s at all - it is about UARTs. Then next time you might also want to cc: the linux-serial mailing list so the developers there can review it :) thanks, greg k-h