From: "Luis R. Rodriguez" <[email protected]> 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 _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
