aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/microblaze/pci/iomap.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-02-12microblaze: Fix coding style issuesMichal Simek1-1/+1
Fix coding style issues reported by checkpatch.pl. Signed-off-by: Michal Simek <monstr@monstr.eu>
2011-11-28microblaze: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-19/+0
microblaze copied pci_iomap from generic code, probably 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/microblaze/include/asm/io.h defines ioremap_nocache same as ioremap. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2011-10-31microblaze: Add export.h to arch/microblaze files as requiredPaul Gortmaker1-0/+1
For access to the EXPORT_SYMBOL variants and THIS_MODULE macros. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2010-03-11microblaze: Enable PCI, missing filesMichal Simek1-0/+39
There are two parts of changes. The first is just enable PCI in Makefiles and in Kconfig. The second is the rest of missing files. I didn't want to add it with previous patch because that patch is too big. Current Microblaze toolchain has problem with weak symbols that's why is necessary to apply this changes to be possible to compile pci support. Xilinx knows about this problem. Signed-off-by: Michal Simek <monstr@monstr.eu>