Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933519AbbDUVRu (ORCPT ); Tue, 21 Apr 2015 17:17:50 -0400 Received: from cantor2.suse.de ([195.135.220.15]:50334 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964837AbbDUVQU (ORCPT ); Tue, 21 Apr 2015 17:16:20 -0400 X-Sieve: CMU Sieve 2.3 X-Spam_ID: str=0001.0A010204.5536B160.0078,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-GWAVADAT: Nz3Y+9Y1LlxiVJ8W574e4d999913e8354a47d19228ee71c09ea380dd157cea62daa52eda647c598117boib3.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_iomap_wc() Date: Tue, 21 Apr 2015 13:21:38 -0700 Message-Id: <1429647702-17315-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: 1039 Lines: 27 From: "Luis R. Rodriguez" This series adds pci_iomap_wc() variants and makes use of them to framebuffer device drivers. Luis R. Rodriguez (4): pci: add pci_iomap_wc() variants video: fbdev: arkfb: use arch_phys_wc_add() and pci_iomap_wc() video: fbdev: s3fb: use arch_phys_wc_add() and pci_iomap_wc() video: fbdev: vt8623fb: use arch_phys_wc_add() and pci_iomap_wc() drivers/video/fbdev/arkfb.c | 36 ++++-------------------- drivers/video/fbdev/s3fb.c | 35 ++++------------------- drivers/video/fbdev/vt8623fb.c | 31 ++++----------------- include/asm-generic/pci_iomap.h | 14 ++++++++++ lib/pci_iomap.c | 61 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 92 insertions(+), 85 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/