From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755590Ab1LZPV7 (ORCPT ); Mon, 26 Dec 2011 10:21:59 -0500 Received: from mail.dev.rtsoft.ru ([213.79.90.226]:36044 "HELO mail.dev.rtsoft.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755516Ab1LZPV5 (ORCPT ); Mon, 26 Dec 2011 10:21:57 -0500 To: linux-scsi@vger.kernel.org, James.Bottomley@suse.de, akpm@linux-foundation.org Subject: [PATCH 0/3] SCSI: use pci_dev->revision Cc: linux-kernel@vger.kernel.org Content-Disposition: inline From: Sergei Shtylyov Organization: MontaVista Software Inc. Date: Mon, 26 Dec 2011 19:20:47 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201112261920.48250.sshtylyov@ru.mvista.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. This patchset converts the remaining cases of reading the PCI revision register directly to using the value already cached by PCI subsystem in the 'revision' field of 'struct pci_dev'. The patchset wasn't merged in either 2.6.39, 3.0, 3.1, or 3.2 time -- hopefully it can be merged to 3.3 at least... James B., you seem to consistently ignore this patchset without telling me what is wrong with it; in all my attempts at submitting it I got no feedback what so ever. Andrew M., as James seem to ignore this patchset, maybe you could queue it? WBR, Sergei