aboutsummaryrefslogtreecommitdiff
path: root/drivers/parisc/dino.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeGravatar Lorenzo Pieralisi 1-3/+0
2014-08-27parisc: dino: fix %d confusingly prefixed with 0x in format stringGravatar Hans Wennborg 1-1/+1
2013-02-20drivers/parisc: Use printf extension %pR for struct resourceGravatar Joe Perches 1-8/+5
2013-01-03Drivers: misc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-08-22parisc/PCI: Use list_for_each_entry() for bus->devices traversalGravatar Bjorn Helgaas 1-7/+3
2012-06-13parisc/PCI: register busn_res for root busesGravatar Yinghai Lu 1-2/+8
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resGravatar Yinghai Lu 1-5/+5
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-02-23parisc/PCI: get rid of device resource fixupsGravatar Bjorn Helgaas 1-21/+6
2012-01-06parisc/PCI: dino: convert to pci_create_root_bus() for correct root bus resou...Gravatar Bjorn Helgaas 1-15/+12
2012-01-06parisc/PCI: dino: use pci_create_bus() instead of pci_scan_bus_parented()Gravatar Bjorn Helgaas 1-10/+12
2011-02-10[PARISC] Convert to new irq_chip functionsGravatar Thomas Gleixner 1-11/+11
2010-12-04parisc: convert the rest of the irq handlers to simple/percpuGravatar James Bottomley 1-1/+0
2010-10-14parisc: convert gsc and dino pci interrupts to flow handlersGravatar Kyle McMartin 1-15/+6
2010-10-14parisc: lay groundwork for killing __do_IRQGravatar Kyle McMartin 1-5/+3
2009-12-16parisc: Fixup last users of irq_chip->typenameGravatar Thomas Gleixner 1-1/+1
2009-08-02parisc: dino.c - check return value of pci_assign_resource()Gravatar Helge Deller 1-1/+1
2009-07-03parisc: remove obsolete hw_interrupt_typeGravatar Thomas Gleixner 1-1/+1
2009-07-03parisc: advertise PCI devs after "assign_resources"Gravatar Grant Grundler 1-5/+5
2009-04-02parisc: drivers: fix warningsGravatar Alexander Beregalov 1-2/+5
2009-03-13parisc: dino: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-5/+6
2009-03-13parisc: fix wrong assumption about bus->selfGravatar Grant Grundler 1-1/+1
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Gravatar Linus Torvalds 1-2/+2
2009-01-07PCI: parisc: use generic pci_swizzle_interrupt_pin()Gravatar Bjorn Helgaas 1-2/+2
2009-01-05parisc: drivers/parisc/: make code staticGravatar Adrian Bunk 1-2/+2
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Gravatar Yinghai Lu 1-2/+4
2008-05-15drivers/parisc: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-7/+7
2008-04-20PCI: remove parisc consumer of the pci global_listGravatar James Bottomley 1-1/+0
2006-10-06Build fixes for struct pt_regs removalGravatar Matthew Wilcox 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipGravatar Ingo Molnar 1-2/+2
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dGravatar Helge Deller 1-2/+3
2006-01-22[PARISC] Use kzalloc and other janitor-style cleanupsGravatar Helge Deller 1-3/+1
2006-01-10[PARISC] Fix Dino reporting on J2240Gravatar Matthew Wilcox 1-4/+4
2006-01-10[PARISC] Introduce DINO_LOCAL_IRQS and use it for gsc_find_local_irqGravatar Helge Deller 1-3/+4
2006-01-10[PARISC] Fix Cirrus 6832 Cardbus on RDI Tadpole PARISC LaptopGravatar Helge Deller 1-0/+15
2005-10-21[PARISC] Update dino from parisc treeGravatar Matthew Wilcox 1-10/+22
2005-10-21[PARISC] Convert parisc_device to use struct resource for hpaGravatar Matthew Wilcox 1-3/+3
2005-10-21[PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks betterGravatar Matthew Wilcox 1-2/+2
2005-06-27[PATCH] acpi bridge hotadd: ACPI based root bridge hot-addGravatar Rajesh Shah 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1044