From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Slaby Subject: [PATCH 0/3 #2] avoid pci_find_device Date: Thu, 25 May 2006 20:07:28 -0400 Message-ID: <2005009.119285689fuj@nikdo.nikde.cz> Cc: Linux Kernel Mailing List , linux-pci@atrey.karlin.mff.cuni.cz, jgarzik@pobox.com, netdev@vger.kernel.org, khali@linux-fr.org, lm-sensors@lm-sensors.org, stevel@mvista.com, source@mvista.com, mb@bu3sch.de, st3@riseup.net, linville@tuxdriver.com Return-path: Received: from orfeus.profiwh.com ([82.100.20.117]:22277 "EHLO orfeus.profiwh.com") by vger.kernel.org with ESMTP id S965210AbWEZAH2 (ORCPT ); Thu, 25 May 2006 20:07:28 -0400 To: Greg KH Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hello, there are some patches to avoid pci_find_device in drivers, next will come in future. Take #2. It's against 2.6.17-rc4-mm3 tree. 01-i2c-scx200-acb-avoid-pci-find-device.patch 02-bcm43xx-avoid-pci-find-device.patch 03-gt96100eth-avoid-pci-find-device.patch i2c/busses/scx200_acb.c | 9 ++++++--- net/gt96100eth.c | 10 +++++++--- net/wireless/bcm43xx/bcm43xx_main.c | 20 ++++++++++++++++---- 3 files changed, 29 insertions(+), 10 deletions(-) Thanks.