Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933675AbbDUVQW (ORCPT ); Tue, 21 Apr 2015 17:16:22 -0400 Received: from cantor2.suse.de ([195.135.220.15]:50325 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933627AbbDUVQP (ORCPT ); Tue, 21 Apr 2015 17:16:15 -0400 X-Sieve: CMU Sieve 2.3 X-Spam_ID: str=0001.0A010204.5536B121.00BF,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-GWAVADAT: kbCW0Ti7YMwMuPAD5b56915d91d247c25f6d1795ffcb863663e523b949def2721a06e2e4691c54c117boib3.17boib3.v6 From: "Luis R. Rodriguez" To: bhelgaas@google.com, mst@redhat.com, plagnioj@jcrosoft.com, tomi.valkeinen@ti.com Cc: linux-fbdev@vger.kernel.org, luto@amacapital.net, cocci@systeme.lip6.fr, "Luis R. Rodriguez" Subject: [PATCH v3 0/4] pci: add and use pci_ioremap_wc_bar() Date: Tue, 21 Apr 2015 13:20:30 -0700 Message-Id: <1429647634-17169-1-git-send-email-mcgrof@do-not-panic.com> X-Mailer: git-send-email 2.1.0 MIME-Version: 1.0 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: 1065 Lines: 28 From: "Luis R. Rodriguez" This series adds pci_ioremap_wc_bar() and makes use of it on a few framebuffer device drivers. Luis R. Rodriguez (4): pci: add pci_ioremap_wc_bar() video: fbdev: i740fb: use arch_phys_wc_add() and pci_ioremap_wc_bar() video: fbdev: kyrofb: use arch_phys_wc_add() and pci_ioremap_wc_bar() video: fbdev: gxt4500: use pci_ioremap_wc_bar() for framebuffer drivers/pci/pci.c | 14 ++++++++++++++ drivers/video/fbdev/gxt4500.c | 2 +- drivers/video/fbdev/i740fb.c | 35 ++++++----------------------------- drivers/video/fbdev/kyro/fbdev.c | 33 +++++++++++---------------------- include/linux/pci.h | 1 + include/video/kyro.h | 4 +--- 6 files changed, 34 insertions(+), 55 deletions(-) -- 2.3.2.209.gd67f9d5.dirty -- 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/