aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc/superio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-08-22parisc: Fix section mismatches in parisc core driversHelge Deller1-2/+2
2015-04-24parisc: %pf is only for function pointersScott Wood1-1/+1
2014-10-01parisc: Fix serial console for machines with serial port on superio chipHelge Deller1-1/+2
2013-05-24parisc/superio: Use module_pci_driver to register driverPeter Huewe1-12/+1
2013-02-20parisc: remove IRQF_DISABLEDPeter Zijlstra1-1/+1
2012-04-05parisc: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-1/+1
2011-03-29parisc: Convert irq namespaceThomas Gleixner1-1/+2
2011-02-10[PARISC] Convert to new irq_chip functionsThomas Gleixner1-5/+7
2010-12-04parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley1-2/+1
2010-10-14parisc: convert suckyio interrupts to flow handlersKyle McMartin1-15/+6
2010-10-14parisc: lay groundwork for killing __do_IRQKyle McMartin1-4/+2
2010-03-06parisc: remove trailing space in messagesFrans Pop1-1/+1
2009-12-16parisc: Fixup last users of irq_chip->typenameThomas Gleixner1-1/+1
2009-07-03parisc: superio: fix build breakageAlexander Beregalov1-2/+2
2009-07-03parisc: remove obsolete hw_interrupt_typeThomas Gleixner1-1/+1
2009-04-14parport: Fix various uses of parport_pcAlan Cox1-1/+2
2009-01-13fix early_serial_setup() regressionHelge Deller1-1/+0
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-1/+3
2007-10-18[PARISC] Squelch pci_enable_device __must_check warning in superioKyle McMartin1-1/+3
2007-07-18serial: add early_serial_setup() back to header fileYinghai Lu1-0/+1
2007-05-27[PARISC] fix section mismatch in superio serial driversHelge Deller1-4/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-07-02[PATCH] irq-flags: PARISC: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-1/+1
2006-04-21[PARISC] Misc. janitorial workHelge Deller1-2/+2
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller1-28/+20
2006-03-24BUG_ON() Conversion in drivers/parisc/Eric Sesterhenn1-4/+3
2006-01-22[PARISC] Clean up printk in superio.cKyle McMartin1-19/+22
2005-11-17[PARISC] Make superio.c initialize before any driver needs itKyle McMartin1-14/+21
2005-10-21[PARISC] Initialize serial spinlocks in superio.cKyle McMartin1-0/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+508