aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc/lba_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-16parisc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu1-3/+2
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-1/+0
2013-07-09parisc: fix LMMIO mismatch between PAT length and MASK registerHelge Deller1-0/+56
2013-06-01parisc/PCI: lba: fix: convert to pci_create_root_bus() for correct root bus resources (v2)Helge Deller1-4/+4
2013-06-01parisc/PCI: Set type for LBA bus_num resourceBjorn Helgaas1-0/+1
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-08-22parisc/PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas1-5/+2
2012-08-22parisc/PCI: Enable PERR/SERR on all devicesBjorn Helgaas1-1/+3
2012-06-13parisc/PCI: register busn_res for root busesYinghai Lu1-2/+6
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-11/+11
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-23parisc/PCI: get rid of device resource fixupsBjorn Helgaas1-25/+6
2012-01-06parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas1-12/+17
2012-01-06parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas1-6/+8
2012-01-06parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root busBjorn Helgaas1-17/+18
2009-08-02parisc: fixed faulty check in lba_pciStoyan Gaydarov1-1/+1
2009-07-03parisc: Fix gcc 4.4 warning in lba_pci.cGrant Grundler1-9/+22
2009-07-03parisc: advertise PCI devs after "assign_resources"Grant Grundler1-5/+5
2009-03-13parisc: fix wrong assumption about bus->selfGrant Grundler1-2/+2
2009-01-05parisc: drivers/parisc/: make code staticAdrian Bunk1-1/+1
2008-05-15drivers/parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-11/+11
2007-12-06[PARISC] lba_pci: pci_claim_resources disabled expansion romsKyle McMartin1-3/+7
2007-10-18[PARISC] Fix infinite loop in /proc/iomemMatthew Wilcox1-44/+7
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-17[PARISC] lba_pci format warningsMatthew Wilcox1-27/+29
2006-12-08[PARISC] Fix PCI bus numbering in the presence of Cardbus bridgesMatthew Wilcox1-13/+19
2006-12-08[PARISC] sparse fixesMatthew Wilcox1-1/+1
2006-10-04[PARISC] Move LBA and SBA register defines to the common ropes.hKyle McMartin1-65/+0
2006-10-04[PARISC] Create shared <asm/ropes.h> headerKyle McMartin1-39/+1
2006-10-04[PARISC] Stash the lba_device in its struct device drvdataKyle McMartin1-0/+1
2006-10-04[PARISC] Pretty print the name of the lba type on kernel bootKyle McMartin1-6/+10
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller1-4/+4
2006-01-22[PARISC] Use kzalloc and other janitor-style cleanupsHelge Deller1-4/+2
2006-01-10[PARISC] Truncate overlapping PAT PDC reported rangesGrant Grundler1-23/+90
2006-01-10[PARISC] Add __read_mostly section for pariscHelge Deller1-1/+1
2005-10-21[PARISC] Convert parisc_device to use struct resource for hpaMatthew Wilcox1-7/+7
2005-06-27[PATCH] acpi bridge hotadd: ACPI based root bridge hot-addRajesh Shah1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1649