Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933655AbbDUVQO (ORCPT ); Tue, 21 Apr 2015 17:16:14 -0400 Received: from cantor2.suse.de ([195.135.220.15]:50322 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933627AbbDUVQK (ORCPT ); Tue, 21 Apr 2015 17:16:10 -0400 X-Sieve: CMU Sieve 2.3 X-Spam_ID: str=0001.0A010202.5536B034.0120,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-GWAVADAT: kbCW0Ti7YMwMuPADc277eec8193681520541856c5752d775267cff7566d4c8f528661178b36ee9d317boib3.17boib3.v6 From: "Luis R. Rodriguez" To: 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 00/17] framebuffer: simple conversions to arch_phys_wc_add() Date: Tue, 21 Apr 2015 13:16:21 -0700 Message-Id: <1429647398-16983-1-git-send-email-mcgrof@do-not-panic.com> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3429 Lines: 63 From: "Luis R. Rodriguez" This series addresses simple changes to framebuffer drivers to use arch_phys_wc_add() and ioremap_wc() as well as fixing gbefb to add missing mtrr_del() calls. These changes are pretty straight forward. Luis R. Rodriguez (17): video: fbdev: radeonfb: use arch_phys_wc_add() and ioremap_wc() video: fbdev: gbefb: add missing mtrr_del() calls video: fbdev: gbefb: use arch_phys_wc_add() and devm_ioremap_wc() video: fbdev: intelfb: use arch_phys_wc_add() and ioremap_wc() video: fbdev: matrox: use arch_phys_wc_add() and ioremap_wc() video: fbdev: neofb: use arch_phys_wc_add() and ioremap_wc() video: fbdev: nvidia: use arch_phys_wc_add() and ioremap_wc() video: fbdev: savagefb: use arch_phys_wc_add() and ioremap_wc() video: fbdev: sisfb: use arch_phys_wc_add() and ioremap_wc() video: fbdev: aty: use arch_phys_wc_add() and ioremap_wc() video: fbdev: i810: use arch_phys_wc_add() and ioremap_wc() video: fbdev: pm2fb: use arch_phys_wc_add() and ioremap_wc() video: fbdev: pm3fb: use arch_phys_wc_add() and ioremap_wc() video: fbdev: rivafb: use arch_phys_wc_add() and ioremap_wc() video: fbdev: tdfxfb: use arch_phys_wc_add() and ioremap_wc() video: fbdev: atmel_lcdfb: use ioremap_wc() for framebuffer video: fbdev: geode gxfb: use ioremap_wc() for framebuffer drivers/video/fbdev/atmel_lcdfb.c | 3 +- drivers/video/fbdev/aty/aty128fb.c | 36 ++++-------------------- drivers/video/fbdev/aty/radeon_base.c | 29 ++++---------------- drivers/video/fbdev/aty/radeonfb.h | 2 +- drivers/video/fbdev/gbefb.c | 18 ++++++------ drivers/video/fbdev/geode/gxfb_core.c | 3 +- drivers/video/fbdev/i810/i810.h | 3 +- drivers/video/fbdev/i810/i810_main.c | 11 +++++--- drivers/video/fbdev/i810/i810_main.h | 26 ------------------ drivers/video/fbdev/intelfb/intelfb.h | 4 +-- drivers/video/fbdev/intelfb/intelfbdrv.c | 38 +++----------------------- drivers/video/fbdev/matrox/matroxfb_base.c | 36 +++++++++--------------- drivers/video/fbdev/matrox/matroxfb_base.h | 27 +----------------- drivers/video/fbdev/neofb.c | 26 +++++------------- drivers/video/fbdev/nvidia/nv_type.h | 7 +---- drivers/video/fbdev/nvidia/nvidia.c | 37 ++++--------------------- drivers/video/fbdev/pm2fb.c | 31 ++++----------------- drivers/video/fbdev/pm3fb.c | 30 ++++---------------- drivers/video/fbdev/riva/fbdev.c | 39 +++++--------------------- drivers/video/fbdev/riva/rivafb.h | 4 +-- drivers/video/fbdev/savage/savagefb.h | 4 +-- drivers/video/fbdev/savage/savagefb_driver.c | 17 ++---------- drivers/video/fbdev/sis/sis.h | 2 +- drivers/video/fbdev/sis/sis_main.c | 27 ++++-------------- drivers/video/fbdev/tdfxfb.c | 41 ++++------------------------ include/video/neomagic.h | 5 +--- include/video/tdfx.h | 2 +- 27 files changed, 104 insertions(+), 404 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/