summaryrefslogtreecommitdiffstats
path: root/drivers/parisc/lba_pci.c
AgeCommit message (Expand)AuthorLines
2022-08-01parisc: Check the return value of ioremap() in lba_driver_probe()William Dean-1/+5
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-4/+1
2019-02-21parisc: remove the HBA_DATA macroChristoph Hellwig-3/+3
2019-02-21parisc/lba_pci: use container_of in LBA_DEVChristoph Hellwig-6/+4
2019-02-21parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig-0/+2
2019-02-21parisc: Hide built-in serial aux port of Tosca GSP cardHelge Deller-0/+12
2018-03-27parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail modeHelge Deller-1/+19
2017-12-17parisc: Hide Diva-built-in serial aux and graphics cardHelge Deller-0/+33
2017-08-24parisc: Fix up devices below a PCI-PCI MegaRAID controller bridgeHelge Deller-3/+39
2017-08-22parisc: Fix section mismatches in parisc core driversHelge Deller-2/+2
2017-07-03parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer-2/+4
2016-01-12parisc: Initialize PCI bridge cache line and default latencyHelge Deller-1/+3
2015-10-22parisc: reduce syslog debug outputHelge Deller-6/+6
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas-0/+1
2015-09-08PCI,parisc: Enable 64-bit bus addresses on PA-RISCHelge Deller-2/+5
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi-1/+0
2015-01-16parisc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu-3/+2
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu-1/+0
2013-07-09parisc: fix LMMIO mismatch between PAT length and MASK registerHelge Deller-0/+56
2013-06-01parisc/PCI: lba: fix: convert to pci_create_root_bus() for correct root bus r...Helge Deller-4/+4
2013-06-01parisc/PCI: Set type for LBA bus_num resourceBjorn Helgaas-0/+1
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman-1/+1
2012-08-22parisc/PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas-5/+2
2012-08-22parisc/PCI: Enable PERR/SERR on all devicesBjorn Helgaas-1/+3
2012-06-13parisc/PCI: register busn_res for root busesYinghai Lu-2/+6
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu-11/+11
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2012-02-23parisc/PCI: get rid of device resource fixupsBjorn Helgaas-25/+6
2012-01-06parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas-12/+17
2012-01-06parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas-6/+8
2012-01-06parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root busBjorn Helgaas-17/+18
2009-08-02parisc: fixed faulty check in lba_pciStoyan Gaydarov-1/+1
2009-07-03parisc: Fix gcc 4.4 warning in lba_pci.cGrant Grundler-9/+22
2009-07-03parisc: advertise PCI devs after "assign_resources"Grant Grundler-5/+5
2009-03-13parisc: fix wrong assumption about bus->selfGrant Grundler-2/+2
2009-01-05parisc: drivers/parisc/: make code staticAdrian Bunk-1/+1
2008-05-15drivers/parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison-11/+11
2007-12-06[PARISC] lba_pci: pci_claim_resources disabled expansion romsKyle McMartin-3/+7
2007-10-18[PARISC] Fix infinite loop in /proc/iomemMatthew Wilcox-44/+7
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-02-17[PARISC] lba_pci format warningsMatthew Wilcox-27/+29
2006-12-08[PARISC] Fix PCI bus numbering in the presence of Cardbus bridgesMatthew Wilcox-13/+19
2006-12-08[PARISC] sparse fixesMatthew Wilcox-1/+1
2006-10-04[PARISC] Move LBA and SBA register defines to the common ropes.hKyle McMartin-65/+0
2006-10-04[PARISC] Create shared <asm/ropes.h> headerKyle McMartin-39/+1
2006-10-04[PARISC] Stash the lba_device in its struct device drvdataKyle McMartin-0/+1
2006-10-04[PARISC] Pretty print the name of the lba type on kernel bootKyle McMartin-6/+10
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller-4/+4