From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH v1 2/4] serial: Seperate the PCI device ids and quirks. Date: Thu, 6 Mar 2014 13:48:15 -0500 Message-ID: <20140306184815.GE9852@localhost.localdomain> References: <1394040334-16278-1-git-send-email-konrad.wilk@oracle.com> <1394040334-16278-3-git-send-email-konrad.wilk@oracle.com> <5318593B02000078001216D4@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WLdLE-0005Ju-DH for xen-devel@lists.xenproject.org; Thu, 06 Mar 2014 18:48:24 +0000 Content-Disposition: inline In-Reply-To: <5318593B02000078001216D4@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Thu, Mar 06, 2014 at 10:17:15AM +0000, Jan Beulich wrote: > >>> On 05.03.14 at 18:25, Konrad Rzeszutek Wilk wrote: > > This will allow us to re-use the quirks for multiple PCI > > devices. > > Looks all reasonable except for the question on the name: Why do > you consider these "quirks"? Aren't they just parameters? Good point. Will s/quirk/param/ on the patches. > > Jan >