Re: [Xen-devel] [PATCH v8 6/9] lib: devres: add pcim_iomap_wc() variants

2015-06-25 Thread Borislav Petkov
On Wed, Jun 24, 2015 at 06:22:19PM -0700, Luis R. Rodriguez wrote: From: Luis R. Rodriguez mcg...@suse.com Now that we have pci_iomap_wc() add the respective devres helpers. These go unexported for now but note that should they later be exported this must go with EXPORT_SYMBOL_GPL(). Do I

Re: [Xen-devel] [PATCH v8 6/9] lib: devres: add pcim_iomap_wc() variants

2015-06-25 Thread Luis R. Rodriguez
On Thu, Jun 25, 2015 at 8:40 AM, Borislav Petkov b...@suse.de wrote: On Wed, Jun 24, 2015 at 06:22:19PM -0700, Luis R. Rodriguez wrote: From: Luis R. Rodriguez mcg...@suse.com Now that we have pci_iomap_wc() add the respective devres helpers. These go unexported for now but note that should

[Xen-devel] [PATCH v8 6/9] lib: devres: add pcim_iomap_wc() variants

2015-06-24 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@suse.com Now that we have pci_iomap_wc() add the respective devres helpers. These go unexported for now but note that should they later be exported this must go with EXPORT_SYMBOL_GPL(). Cc: Toshi Kani toshi.k...@hp.com Cc: Andy Lutomirski l...@amacapital.net Cc: