aboutsummaryrefslogtreecommitdiff
path: root/drivers/parport/parport_gsc.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-10parport: gsc: mark init function staticGravatar Arnd Bergmann 1-1/+1
2023-08-03parport: gsc: remove DMA leftover codeGravatar Arnd Bergmann 1-24/+4
2021-08-30parisc/parport_gsc: switch from 'pci_' to 'dma_' APIGravatar Christophe JAILLET 1-3/+2
2021-08-30parisc: Make struct parisc_driver::remove() return voidGravatar Uwe Kleine-König 1-2/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICEGravatar Leon Romanovsky 1-1/+0
2020-04-23parport: Standardize use of printmodeGravatar Joe Perches 1-2/+6
2020-04-23parport: Use more comon logging stylesGravatar Joe Perches 1-5/+5
2020-04-23parport: Convert printk(KERN_<LEVEL> to pr_<level>(Gravatar Joe Perches 1-4/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-03-27parisc/parport_gsc: Use NULL to avoid sparse warningGravatar Helge Deller 1-1/+1
2017-08-22parisc/parport_gsc: Fix section mismatchesGravatar Helge Deller 1-5/+5
2017-01-28parisc, parport_gsc: Fixes for printk continuation linesGravatar Helge Deller 1-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2013-06-01parisc: parport0: fix this legacy no-device port driver!Gravatar Helge Deller 1-3/+3
2013-03-25parport: use kmemdup instead of kmalloc + memcpyGravatar Silviu-Mihai Popescu 1-2/+2
2013-01-03Drivers: parport: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-12/+11
2012-09-05parport: fix possible memory leak in parport_gsc_probe_port()Gravatar Wei Yongjun 1-0/+1
2009-06-15parport: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-2/+2
2009-05-29parport_gsc: fix printk format errorGravatar Alexander Beregalov 1-2/+2
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-2/+2
2007-10-23[PARPORT] Consolidate code copies into a single generic irq handlerGravatar Jeff Garzik 1-7/+1
2007-05-27[PARISC] fix section mismatch in parport_gscGravatar Helge Deller 1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-06-26remove the bouncing email address of David CampbellGravatar Adrian Bunk 1-1/+1
2006-01-22[PARISC] Use kzalloc and other janitor-style cleanupsGravatar Helge Deller 1-1/+1
2005-10-21[PARISC] Convert parisc_device to use struct resource for hpaGravatar Matthew Wilcox 1-2/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+437