From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [RFC PATCH 01/18] serial: remove obsolete msm_serial_hs driver Date: Wed, 04 Mar 2015 21:38:39 +0100 Message-ID: <2275091.6uV6ugRsN6@wuerfel> References: <1425497592-1831064-1-git-send-email-arnd@arndb.de> <1425499409.2090.7.camel@tiscali.nl> <1425499641.2090.10.camel@tiscali.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1425499641.2090.10.camel@tiscali.nl> Sender: linux-kernel-owner@vger.kernel.org To: Paul Bolle Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, David Brown , Daniel Walker , Bryan Huntsman , Stephen Boyd , Tim Bird , Bjorn Andersson , Linus Walleij , linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Ulf Hansson List-Id: linux-arm-msm@vger.kernel.org On Wednesday 04 March 2015 21:07:21 Paul Bolle wrote: > Paul Bolle schreef op wo 04-03-2015 om 21:03 [+0100]: > > Arnd Bergmann schreef op wo 04-03-2015 om 20:32 [+0100]: > > > Linux currently has two drivers for the same hardware: msm_serial > > > and msm_serial_hs. Only the former is being actively maintained, > > > and the latter is not used by any in-tree board files, so we > > > can safely remove it. > > > > > > Signed-off-by: Arnd Bergmann > > > --- > > > drivers/tty/serial/Kconfig | 12 - > > > drivers/tty/serial/msm_serial_hs.c | 1874 --------------------------- > > > > I haven't even bothered to check, but in a diff stat like this one > > expects a line like > > drivers/tty/serial/Makefile | 1 - > > > > here. Is that expectation correct? > > > > > include/linux/platform_data/msm_serial_hs.h | 49 - > > > 3 files changed, 1935 deletions(-) > > > delete mode 100644 drivers/tty/serial/msm_serial_hs.c > > > delete mode 100644 include/linux/platform_data/msm_serial_hs.h > > Please note that your own email address is > arnd@arndb.de > > (I fixed up the Cc list for this message. And I don't do smilies.) > You are obviously right on both issues, I'll fix them up. Thanks a lot! Arnd