summaryrefslogtreecommitdiffstats
path: root/arch/frv/mb93090-mb00
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-2/+2
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-2/+2
* | arch/frv/mb93090-mb00/pci-frv.c: fix build warningSudip Mukherjee2017-02-241-3/+8
|/
* arch/frv: add option to skip sync on DMA mapAlexander Duyck2016-12-142-6/+17
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-042-9/+8
* frv: convert to dma_map_opsChristoph Hellwig2016-01-202-51/+95
* PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-0/+2
*-. Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'...Bjorn Helgaas2015-08-043-18/+0
|\ \
| | * PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-2/+0
| |/ |/|
| * PCI: Remove unused "pci_probe" flagsBjorn Helgaas2015-07-272-16/+0
|/
* Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-021-1/+1
|\
| * frv: add module.h to mb93090-mb00/flash.c to avoid compile failPaul Gortmaker2015-06-161-1/+1
* | frv: use for_each_sg()Akinobu Mita2015-06-252-7/+10
|/
* PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-191-1/+5
* Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-101-2/+2
|\
| * frv/PCI: Add struct pci_ops member names to initializationRob Herring2015-01-221-2/+2
* | frv/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+1
|/
* PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2014-05-271-4/+0
* PCI: frv: replace now removed pci_bus_b() causing build failurePaul Gortmaker2014-02-201-1/+1
* frv/PCI: Remove pcibios_last_busBjorn Helgaas2013-10-292-37/+0
* frv/PCI: Mark pcibios_fixup_bus() as non-initBjorn Helgaas2013-07-251-1/+1
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-252-4/+1
|\
| * frv/PCI: Remove unused pci_root_busBjorn Helgaas2013-01-042-4/+1
* | ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
|/
* FRV: Add missing linux/export.h #inclusionsDavid Howells2012-11-021-0/+1
* sections: fix section conflicts in arch/frvAndi Kleen2012-10-061-1/+1
* frv/PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas2012-08-221-3/+1
* Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-07-271-2/+2
|\
| * frv: remove the second parameter of kmap_atomic_primary()Cong Wang2012-07-231-2/+2
* | frv/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior2012-06-121-2/+2
|/
* frv: fix warnings in mb93090-mb00/pci-dma.c about implicit EXPORT_SYMBOLPaul Gortmaker2012-04-021-0/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-113-28/+5
|\
| * frv/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-6/+5
| * PCI: frv: use generic pcibios_set_master()Myron Stowe2012-01-061-14/+0
| * PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-062-8/+0
* | frv: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-12-042-30/+1
|/
* mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-3/+0
* frv/chris: fix lines with a missing semicolonsDavid Howells2010-03-291-1/+1
* frv/PCI: remove redundant warningsBjorn Helgaas2010-03-251-3/+1
* dma-mapping: frv: remove the obsolete and unnecessary DMA API commentsFUJITA Tomonori2010-03-122-60/+0
* resource/PCI: mark struct resource as constDominik Brodowski2010-02-221-1/+1
* resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-221-8/+6
* FRV: Flash mappings for the MB93090-MB00 motherboardDavid Howells2009-09-242-0/+92
* frv/PCI: Use pci_claim_resourceMatthew Wilcox2009-09-091-6/+4
* FRV: BUG to BUG_ON changesStoyan Gaydarov2009-06-112-8/+4
* frv: insert PCI root bus resources for the MB93090 devel motherboardDavid Howells2009-04-211-13/+50
* FRV: Provide dma_map_page() for NOMMU and fix commentsDavid Howells2008-10-162-5/+29
* frv: use generic pci_enable_resources()Bjorn Helgaas2008-10-163-34/+1
* PCI: remove unused arch pcibios_update_resource() functionsAdrian Bunk2008-06-271-30/+0