1. 28 Nov, 2011 2 commits
    • Michael S. Tsirkin's avatar
      alpha: switch to GENERIC_PCI_IOMAP · f2971c4c
      Michael S. Tsirkin authored
      alpha copied pci_iomap from generic code to avoid
      pulling the rest of iomap.c in.  Since that's in
      a separate file now, we can reuse the common implementation.
      
      The only difference is handling of nocache flag,
      that turns out to be done correctly by the
      generic code since arch/alpha/include/asm/io.h
      defines ioremap_nocache same as ioremap.
      Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
      f2971c4c
    • Michael S. Tsirkin's avatar
      lib: add GENERIC_PCI_IOMAP · 66eab4df
      Michael S. Tsirkin authored
      Many architectures want a generic pci_iomap but
      not the rest of iomap.c. Split that to a separate .c
      file and add a new config symbol. select automatically
      by GENERIC_IOMAP.
      Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
      66eab4df
  2. 24 Nov, 2011 7 commits
  3. 23 Nov, 2011 15 commits
  4. 22 Nov, 2011 16 commits