summaryrefslogtreecommitdiffstats
path: root/drivers/pci/rom.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Tidy commentsBjorn Helgaas2018-03-191-3/+1
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-0/+1
|\
| * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-261-0/+1
* | Merge branch 'pci/resource' into nextBjorn Helgaas2018-01-311-4/+4
|\ \
| * | PCI: Use dev_info() rather than dev_err() for ROM validationAlex Deucher2017-12-181-2/+2
| |/
* / PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-2/+2
|/
* PCI: Fail pci_map_rom() if the option ROM is invalidChangbin Du2017-11-081-0/+5
* PCI: Move pci_map_rom() error pathChangbin Du2017-11-081-6/+8
* PCI: Add comments about ROM BAR updatingBjorn Helgaas2016-11-291-0/+5
* PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPYBjorn Helgaas2016-03-121-30/+1
* PCI: Clean up pci_map_rom() whitespaceBjorn Helgaas2016-03-121-19/+18
* PCI: Set ROM shadow location in arch code, not in PCI coreBjorn Helgaas2016-03-081-11/+0
* PCI: Don't enable/disable ROM BAR if we're using a RAM shadow copyBjorn Helgaas2016-03-081-4/+12
*-. Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas2016-01-151-0/+3
|\ \
| | * PCI: Avoid iterating through memory outside the resource windowEdward O'Callaghan2016-01-081-0/+3
| |/
* / PCI: Print warnings for all invalid expansion ROM headersVladis Dronov2015-12-101-12/+8
|/
* PCI: Fix infinite loop with ROM image of size 0Michel Dänzer2015-01-231-3/+4
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-2/+2
* PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-101-5/+4
* PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas2014-02-271-0/+2
* PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu2013-12-211-1/+1
* PCI: Add PCI ROM helper for platform-provided ROM imagesMatthew Garrett2013-03-261-36/+31
* PCI: Use ROM images from firmware only if no other ROM source availableMatthew Garrett2013-03-191-20/+35
* PCI: Use phys_addr_t for physical ROM addressBjorn Helgaas2012-12-101-1/+1
* PCI: Add support for non-BAR ROMsMatthew Garrett2012-12-051-2/+9
* PCI: Remove unused, commented-out, codeBjorn Helgaas2012-08-221-59/+0
* pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* PCI: fix rom.c kernel-doc warningRandy Dunlap2009-02-131-0/+1
* PCI: return error on failure to read PCI ROMsTimothy S. Nelson2009-02-041-3/+5
* PCI: remove excess kernel-doc notationRandy Dunlap2008-11-031-2/+4
* Export the ROM enable/disable helpersAlan Cox2008-09-261-2/+4
* docbook: fix kernel-api source filesRandy Dunlap2008-03-031-2/+1
* PCI: drivers/pci/rom.c: #if 0 two functionsAdrian Bunk2008-02-011-2/+4
* [IA64] SN: Correct ROM resource length for BIOS copyJohn Keller2007-07-091-29/+44
* Altix: Initial ACPI support - ROM shadowing.John Keller2006-12-011-3/+6
* PCI: fix pci_fixup_video as it blows up on sparc64Eiichiro Oiwa2006-10-271-2/+3
* PCI: Turn pci_fixup_video into generic for embedded VGAeiichiro.oiwa.nm@hitachi.com2006-10-181-1/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-271-5/+5
* [PATCH] fix missing includesTim Schmielau2005-10-301-0/+1
* [PATCH] Fix PCI ROM mappingBenjamin Herrenschmidt2005-09-011-7/+17
* [PATCH] PCI: Adjust PCI rom code to handle more broken ROMsJon Smirl2005-07-291-1/+3
* [PATCH] DocBook: fix some descriptionsMartin Waitz2005-05-011-7/+7
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+227