Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755979AbbETVGk (ORCPT ); Wed, 20 May 2015 17:06:40 -0400 Received: from mail-ig0-f175.google.com ([209.85.213.175]:34541 "EHLO mail-ig0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755170AbbETVGh convert rfc822-to-8bit (ORCPT ); Wed, 20 May 2015 17:06:37 -0400 MIME-Version: 1.0 In-Reply-To: <20150520210234.GD32152@google.com> References: <1429647634-17169-1-git-send-email-mcgrof@do-not-panic.com> <1429647634-17169-2-git-send-email-mcgrof@do-not-panic.com> <20150520210234.GD32152@google.com> From: "Luis R. Rodriguez" Date: Wed, 20 May 2015 14:06:15 -0700 X-Google-Sender-Auth: YFuGvQLhvht34ipD6gLwegg5xeU Message-ID: Subject: Re: [PATCH v3 1/4] pci: add pci_ioremap_wc_bar() To: Bjorn Helgaas Cc: "Michael S. Tsirkin" , Jean-Christophe Plagniol-Villard , Tomi Valkeinen , linux-fbdev , Andy Lutomirski , "cocci@systeme.lip6.fr" , Toshi Kani , Suresh Siddha , Ingo Molnar , Thomas Gleixner , Juergen Gross , Daniel Vetter , Dave Airlie , Antonino Daplas , =?UTF-8?B?VmlsbGUgU3lyasOkbMOk?= , Mel Gorman , Vlastimil Babka , Borislav Petkov , Davidlohr Bueso , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2126 Lines: 48 On Wed, May 20, 2015 at 2:02 PM, Bjorn Helgaas wrote: > On Tue, Apr 21, 2015 at 01:20:31PM -0700, Luis R. Rodriguez wrote: >> From: "Luis R. Rodriguez" >> >> This lets drivers take advantage of PAT when available. This >> should help with the transition of converting video drivers over >> to ioremap_wc() to help with the goal of eventually using >> _PAGE_CACHE_UC over _PAGE_CACHE_UC_MINUS on x86 on >> ioremap_nocache() (de33c442e titled "x86 PAT: fix performance >> drop for glx, use UC minus for ioremap(), ioremap_nocache() and >> pci_mmap_page_range()") >> >> Cc: Toshi Kani >> Cc: Bjorn Helgaas >> Cc: Suresh Siddha >> Cc: Ingo Molnar >> Cc: Thomas Gleixner >> Cc: Juergen Gross >> Cc: Daniel Vetter >> Cc: Andy Lutomirski >> Cc: Dave Airlie >> Cc: Antonino Daplas >> Cc: Jean-Christophe Plagniol-Villard >> Cc: Tomi Valkeinen >> Cc: Ville Syrjälä >> Cc: Mel Gorman >> Cc: Vlastimil Babka >> Cc: Borislav Petkov >> Cc: Davidlohr Bueso >> Cc: linux-fbdev@vger.kernel.org >> Cc: linux-kernel@vger.kernel.org >> Signed-off-by: Luis R. Rodriguez > > I don't have any objection to this, and I can apply the follow-on patches > as well, given the appropriate acks and prerequisite patches (ioremap_wc() > implementation). OK great, ioremap_wc() has been upstream for a long time. So I'll wait for Tomi's review of the fbdev changes. Once I get those I can resend in a series bundled together with the other pending pci / fbdev changes we just discussed to make things clear. Luis -- 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/