aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/rom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski1-17/+0
2018-06-29PCI: Make pci_get_rom_size() staticBjorn Helgaas1-1/+2
2018-06-29PCI: Add check code for last image indicator not setRex Zhu1-0/+6
2018-06-29PCI: Avoid accessing memory outside the ROM BARRex Zhu1-1/+1
2018-03-19PCI: Tidy commentsBjorn Helgaas1-3/+1
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-0/+1
2018-01-31Merge branch 'pci/resource' into nextBjorn Helgaas1-4/+4
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-2/+2
2017-12-18PCI: Use dev_info() rather than dev_err() for ROM validationAlex Deucher1-2/+2
2017-11-08PCI: Fail pci_map_rom() if the option ROM is invalidChangbin Du1-0/+5
2017-11-08PCI: Move pci_map_rom() error pathChangbin Du1-6/+8
2016-11-29PCI: Add comments about ROM BAR updatingBjorn Helgaas1-0/+5
2016-03-12PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPYBjorn Helgaas1-30/+1
2016-03-12PCI: Clean up pci_map_rom() whitespaceBjorn Helgaas1-19/+18
2016-03-08PCI: Set ROM shadow location in arch code, not in PCI coreBjorn Helgaas1-11/+0
2016-03-08PCI: Don't enable/disable ROM BAR if we're using a RAM shadow copyBjorn Helgaas1-4/+12
2016-01-15Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas1-0/+3
2016-01-08PCI: Avoid iterating through memory outside the resource windowEdward O'Callaghan1-0/+3
2015-12-10PCI: Print warnings for all invalid expansion ROM headersVladis Dronov1-12/+8
2015-01-23PCI: Fix infinite loop with ROM image of size 0Michel Dänzer1-3/+4
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-2/+2
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses1-5/+4
2014-02-27PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas1-0/+2
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-1/+1
2013-03-26PCI: Add PCI ROM helper for platform-provided ROM imagesMatthew Garrett1-36/+31
2013-03-19PCI: Use ROM images from firmware only if no other ROM source availableMatthew Garrett1-20/+35
2012-12-10PCI: Use phys_addr_t for physical ROM addressBjorn Helgaas1-1/+1
2012-12-05PCI: Add support for non-BAR ROMsMatthew Garrett1-2/+9
2012-08-22PCI: Remove unused, commented-out, codeBjorn Helgaas1-59/+0
2011-10-31pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2009-02-13PCI: fix rom.c kernel-doc warningRandy Dunlap1-0/+1
2009-02-04PCI: return error on failure to read PCI ROMsTimothy S. Nelson1-3/+5
2008-11-03PCI: remove excess kernel-doc notationRandy Dunlap1-2/+4
2008-09-26Export the ROM enable/disable helpersAlan Cox1-2/+4
2008-03-03docbook: fix kernel-api source filesRandy Dunlap1-2/+1
2008-02-01PCI: drivers/pci/rom.c: #if 0 two functionsAdrian Bunk1-2/+4
2007-07-09[IA64] SN: Correct ROM resource length for BIOS copyJohn Keller1-29/+44
2006-12-01Altix: Initial ACPI support - ROM shadowing.John Keller1-3/+6
2006-10-27PCI: fix pci_fixup_video as it blows up on sparc64Eiichiro Oiwa1-2/+3
2006-10-18PCI: Turn pci_fixup_video into generic for embedded VGAeiichiro.oiwa.nm@hitachi.com1-1/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-5/+5
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-09-01[PATCH] Fix PCI ROM mappingBenjamin Herrenschmidt1-7/+17
2005-07-29[PATCH] PCI: Adjust PCI rom code to handle more broken ROMsJon Smirl1-1/+3
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz1-7/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+227