aboutsummaryrefslogtreecommitdiff
path: root/arch/frv/mb93090-mb00
AgeCommit message (Expand)AuthorFilesLines
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 2-9/+8
2016-01-20frv: convert to dma_map_opsGravatar Christoph Hellwig 2-51/+95
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Gravatar Bjorn Helgaas 1-0/+2
2015-08-04Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'...Gravatar Bjorn Helgaas 3-18/+0
2015-07-27PCI: Remove unused "pci_probe" flagsGravatar Bjorn Helgaas 2-16/+0
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeGravatar Lorenzo Pieralisi 1-2/+0
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2015-06-25frv: use for_each_sg()Gravatar Akinobu Mita 2-7/+10
2015-06-16frv: add module.h to mb93090-mb00/flash.c to avoid compile failGravatar Paul Gortmaker 1-1/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Gravatar Yijing Wang 1-1/+5
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2015-01-22frv/PCI: Add struct pci_ops member names to initializationGravatar Rob Herring 1-2/+2
2015-01-16frv/PCI: Clip bridge windows to fit in upstream windowsGravatar Yinghai Lu 1-1/+1
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionGravatar Hanjun Guo 1-4/+0
2014-02-20PCI: frv: replace now removed pci_bus_b() causing build failureGravatar Paul Gortmaker 1-1/+1
2013-10-29frv/PCI: Remove pcibios_last_busGravatar Bjorn Helgaas 2-37/+0
2013-07-25frv/PCI: Mark pcibios_fixup_bus() as non-initGravatar Bjorn Helgaas 1-1/+1
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-4/+1
2013-01-04frv/PCI: Remove unused pci_root_busGravatar Bjorn Helgaas 2-4/+1
2013-01-03ARCH: drivers remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-11-02FRV: Add missing linux/export.h #inclusionsGravatar David Howells 1-0/+1
2012-10-06sections: fix section conflicts in arch/frvGravatar Andi Kleen 1-1/+1
2012-08-22frv/PCI: Use list_for_each_entry() for bus->devices traversalGravatar Bjorn Helgaas 1-3/+1
2012-07-27Merge branch 'kmap_atomic' of git://github.com/congwang/linuxGravatar Linus Torvalds 1-2/+2
2012-07-23frv: remove the second parameter of kmap_atomic_primary()Gravatar Cong Wang 1-2/+2
2012-06-12frv/PCI: move fixup hooks from __init to __devinitGravatar Sebastian Andrzej Siewior 1-2/+2
2012-04-02frv: fix warnings in mb93090-mb00/pci-dma.c about implicit EXPORT_SYMBOLGravatar Paul Gortmaker 1-0/+1
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 3-28/+5
2012-01-06frv/PCI: convert to pci_scan_root_bus() for correct root bus resourcesGravatar Bjorn Helgaas 1-6/+5
2012-01-06PCI: frv: use generic pcibios_set_master()Gravatar Myron Stowe 1-14/+0
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreGravatar Myron Stowe 2-8/+0
2011-12-04frv: switch to GENERIC_PCI_IOMAPGravatar Michael S. Tsirkin 2-30/+1
2010-10-26mm: stack based kmap_atomic()Gravatar Peter Zijlstra 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-3/+0
2010-03-29frv/chris: fix lines with a missing semicolonsGravatar David Howells 1-1/+1
2010-03-25frv/PCI: remove redundant warningsGravatar Bjorn Helgaas 1-3/+1
2010-03-12dma-mapping: frv: remove the obsolete and unnecessary DMA API commentsGravatar FUJITA Tomonori 2-60/+0
2010-02-22resource/PCI: mark struct resource as constGravatar Dominik Brodowski 1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceGravatar Dominik Brodowski 1-8/+6
2009-09-24FRV: Flash mappings for the MB93090-MB00 motherboardGravatar David Howells 2-0/+92
2009-09-09frv/PCI: Use pci_claim_resourceGravatar Matthew Wilcox 1-6/+4
2009-06-11FRV: BUG to BUG_ON changesGravatar Stoyan Gaydarov 2-8/+4
2009-04-21frv: insert PCI root bus resources for the MB93090 devel motherboardGravatar David Howells 1-13/+50
2008-10-16FRV: Provide dma_map_page() for NOMMU and fix commentsGravatar David Howells 2-5/+29
2008-10-16frv: use generic pci_enable_resources()Gravatar Bjorn Helgaas 3-34/+1
2008-06-27PCI: remove unused arch pcibios_update_resource() functionsGravatar Adrian Bunk 1-30/+0
2008-06-06Fix various old email addresses for dwmw2Gravatar David Woodhouse 1-1/+1
2008-04-29iomap: fix 64 bits resources on 32 bitsGravatar Benjamin Herrenschmidt 1-2/+2
2008-04-20PCI: remove pcibios_fixup_ghosts()Gravatar Greg Kroah-Hartman 1-53/+0
2008-04-20PCI: remove initial bios sort of PCI devices on x86Gravatar Greg Kroah-Hartman 1-2/+0