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 wrote: > On Wed, Jun 24, 2015 at 06:22:19PM -0700, Luis R. Rodriguez wrote: >> From: "Luis R. Rodriguez" >> >> Now that we have pci_iomap_wc() add the respective >> devres helpers. These go unexported for now but >> note that should they later be e

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" > > 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 see it c

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

2015-06-24 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" 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 Cc: Andy Lutomirski Cc: Suresh Siddha Cc: Ingo Molnar Cc: Thomas Gleixner