From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH RESEND] serial: Remove old SC26XX driver Date: Thu, 19 Dec 2013 10:58:13 -0800 Message-ID: <20131219185813.GA28664@kroah.com> References: <1386686824-15291-1-git-send-email-shc_work@mail.ru> <20131219182104.GA923@kroah.com> <1387477678.352581860@f236.i.mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:45097 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750895Ab3LSS6K (ORCPT ); Thu, 19 Dec 2013 13:58:10 -0500 Content-Disposition: inline In-Reply-To: <1387477678.352581860@f236.i.mail.ru> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Alexander Shiyan Cc: linux-serial@vger.kernel.org, Jiri Slaby On Thu, Dec 19, 2013 at 10:27:58PM +0400, Alexander Shiyan wrote: > > On Tue, Dec 10, 2013 at 06:47:04PM +0400, Alexander Shiyan wrote: > > > New driver for NXP (Philips) UART ICs was introduced in September 2012. > > > Old driver no longer used anywhere, this patch removes it. > > > > > > Signed-off-by: Alexander Shiyan > > > --- > > > drivers/tty/serial/Kconfig | 18 -- > > > drivers/tty/serial/Makefile | 1 - > > > drivers/tty/serial/sc26xx.c | 749 -------------------------------------------- > > > 3 files changed, 768 deletions(-) > > > delete mode 100644 drivers/tty/serial/sc26xx.c > > > > What kernel are you making this patch against? This still doesn't > > apply, and no one has touched this driver since 3.12-rc1 in my trees... > > > > Please redo this patch against the latest kernel version so that it can > > be properly applied. > > Exact as you asked before: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git > tty-next branch Nope, fails to apply there :( Care to try it again?