Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752658Ab2BPFlJ (ORCPT ); Thu, 16 Feb 2012 00:41:09 -0500 Received: from acsinet15.oracle.com ([141.146.126.227]:20925 "EHLO acsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751847Ab2BPFlH (ORCPT ); Thu, 16 Feb 2012 00:41:07 -0500 From: Yinghai Lu To: Jesse Barnes Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Yinghai Lu Subject: [PATCH 0/4] PCI: quirk related clean up Date: Wed, 15 Feb 2012 21:40:28 -0800 Message-Id: <1329370832-2253-1-git-send-email-yinghai@kernel.org> X-Mailer: git-send-email 1.7.7 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.4F3C96EE.003D,ss=1,re=0.000,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1006 Lines: 29 After commit: | commit 3209874a1da2c51c7325e601d9634189ee178ad6 | Author: Arjan van de Ven | Date: Mon Jan 30 20:52:07 2012 -0800 | | PCI: Annotate PCI quirks in initcall_debug style will have lots of print out for quirks when initcall_debug is specified. It turns out most of them are not really called for the devices because quirks itself will check class id and bail out early. Try to class into quirk declaration. So we could avoid dip into these quirks. [PATCH 1/4] PCI: Add class support in quirk handling [PATCH 2/4] PCI: Specify class for quirk entry with PCI_ANY_ID [PATCH 3/4] PCI: Move out pci reassigndev resource alignment out of quirk [PATCH 4/4] PCI: quirk print dev name with duration Resending Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/