From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756883Ab2DIRs2 (ORCPT ); Mon, 9 Apr 2012 13:48:28 -0400 Received: from mail-pz0-f52.google.com ([209.85.210.52]:51599 "EHLO mail-pz0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753670Ab2DIRs1 (ORCPT ); Mon, 9 Apr 2012 13:48:27 -0400 Date: Mon, 9 Apr 2012 10:48:23 -0700 From: Greg KH To: "Williams, Dan J" Cc: Alan Cox , sudhakar , linux-serial@vger.kernel.org, alan@linux.intel.com, nhan.h.mai@intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] 8250_pci: Replace commits 448ac154 and e86ff4a Message-ID: <20120409174823.GA31394@kroah.com> References: <4F7B52D8.101@fb.com> <20120403215832.0520f93d@pyramind.ukuu.org.uk> <20120409164759.GA8800@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 09, 2012 at 09:53:47AM -0700, Williams, Dan J wrote: > On Mon, Apr 9, 2012 at 9:47 AM, Greg KH wrote: > > On Tue, Apr 03, 2012 at 09:58:32PM +0100, Alan Cox wrote: > >> On Tue, 3 Apr 2012 12:43:20 -0700 > >> sudhakar wrote: > >> > >> > > >> > From: Sudhakar Mamillapalli > >> > > >> > > >> > The following commits don't completely fix the KT serial missing > >> > interrupt problems.  So they have been replaced instead by > >> > enabling serial backup timer.  The iir-once + msi tried approach tried > >> > to enforce one read of the iir per THRE event, but its defeated by any > >> > other event occurring at the wrong time, particularly MSR events. > >> > > >> > 448ac15 serial/8250_pci: setup-quirk workaround for the kt serial controller > >> > e86ff4a serial/8250_pci: init-quirk msi support for kt serial controller > >> > >> These are already in tree. If you are reversing them and adding a > >> different fix then please post the series as > >> > >> - two revert patches exactly reverting the two commits > >> - a follow on patch or two adding the replacement > >> > >> That makes it much easier to review and much more obvious. It also helps > >> make testing simpler. > > > > I agree, Sudhakar, can you please redo these 2 patches? > > > > Hi Greg, > > This was in the series: > > [PATCH 0/6] rework quirks for the "kt" serial port [1] > > ...but I have just noticed it collides with current git, and I also > need to address Stephen's comments for Tegra. Expect a v2 shortly. Ok, thanks. Note, I just applied the first 3 to go to Linus soon, those didn't need to be reworked, right? greg k-h