aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport/parport_gsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30parisc/parport_gsc: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-3/+2
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König1-2/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-04-23parport: Standardize use of printmodeJoe Perches1-2/+6
2020-04-23parport: Use more comon logging stylesJoe Perches1-5/+5
2020-04-23parport: Convert printk(KERN_<LEVEL> to pr_<level>(Joe Perches1-4/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-03-27parisc/parport_gsc: Use NULL to avoid sparse warningHelge Deller1-1/+1
2017-08-22parisc/parport_gsc: Fix section mismatchesHelge Deller1-5/+5
2017-01-28parisc, parport_gsc: Fixes for printk continuation linesHelge Deller1-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-06-01parisc: parport0: fix this legacy no-device port driver!Helge Deller1-3/+3
2013-03-25parport: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu1-2/+2
2013-01-03Drivers: parport: remove __dev* attributes.Greg Kroah-Hartman1-12/+11
2012-09-05parport: fix possible memory leak in parport_gsc_probe_port()Wei Yongjun1-0/+1
2009-06-15parport: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-05-29parport_gsc: fix printk format errorAlexander Beregalov1-2/+2
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2007-10-23[PARPORT] Consolidate code copies into a single generic irq handlerJeff Garzik1-7/+1
2007-05-27[PARISC] fix section mismatch in parport_gscHelge Deller1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-06-26remove the bouncing email address of David CampbellAdrian Bunk1-1/+1
2006-01-22[PARISC] Use kzalloc and other janitor-style cleanupsHelge Deller1-1/+1
2005-10-21[PARISC] Convert parisc_device to use struct resource for hpaMatthew Wilcox1-2/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+437