From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754517AbXDYXHn (ORCPT ); Wed, 25 Apr 2007 19:07:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754512AbXDYXHn (ORCPT ); Wed, 25 Apr 2007 19:07:43 -0400 Received: from smtp1.linux-foundation.org ([65.172.181.25]:56410 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754517AbXDYXHm (ORCPT ); Wed, 25 Apr 2007 19:07:42 -0400 Date: Wed, 25 Apr 2007 16:07:37 -0700 From: Andrew Morton To: Jesse Barnes Cc: Olivier Galibert , linux-kernel@vger.kernel.org Subject: Re: [PATCH] PCI mmconfig support for Intel 915 bridges Message-Id: <20070425160737.37e684cf.akpm@linux-foundation.org> In-Reply-To: <200704251535.17528.jesse.barnes@intel.com> References: <200701101853.04059.jbarnes@virtuousgeek.org> <200704251535.17528.jesse.barnes@intel.com> X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 25 Apr 2007 15:35:15 -0700 Jesse Barnes wrote: > I see the other mmconfig stuff is upstream now, can we get this added > too? The Asus bug Olivier mentioned also appears to be fixed, so this > patch should be safe. > > Thanks, > Jesse ^^^^^ is an evil top-poster! > > On Wednesday, January 10, 2007 6:53 pm Jesse Barnes wrote: > > This is a resend of the patch I sent earlier to Oliver. It adds > > support for Intel 915 bridge chips to the new PCI MMConfig detection > > code. Tested and works on my sole 915 based platform (a Toshiba > > laptop). I added register masking per Oliver's suggestion, and moved > > the __init qualifier to after the 'static const char' to match > > Ogawa-san's recent cleanup patches. > > > > Over time we can probably associate more PCI IDs with this routine, > > since i915 family contains a few other chips. But since I didn't > > have platforms to test such additions on, they're left out for now. > > > > Signed-off-by: Jesse Barnes > > Can we have a refresh, retest and resend please?