aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport/share.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-13parport: load lowlevel driver if ports not foundSudip Mukherjee1-0/+21
2019-11-13parport: do not check portlist when using device-modelSudip Mukherjee1-3/+2
2019-05-24parport: Fix mem leak in parport_register_dev_modelYueHaibing1-0/+2
2019-03-25Revert "parport: daisy: use new parport device model"Linus Torvalds1-9/+1
2019-02-13parport: daisy: use new parport device modelSudip Mukherjee1-1/+9
2017-03-16parport: fix attempt to write duplicate procfilesSudip Mukherjee1-2/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-01-03parport: avoid assignment in ifSudip Mukherjee1-1/+2
2016-01-03parport: remove unneeded spaceSudip Mukherjee1-47/+47
2016-01-03parport: change style of NULL comparisonSudip Mukherjee1-4/+4
2016-01-03parport: remove unnecessary out of memory messageSudip Mukherjee1-10/+3
2016-01-03parport: remove bracesSudip Mukherjee1-4/+2
2016-01-03parport: quoted strings should not be splitSudip Mukherjee1-10/+8
2016-01-03parport: code indent should use tabsSudip Mukherjee1-1/+1
2016-01-03parport: fix coding styleSudip Mukherjee1-25/+44
2016-01-03parport: EXPORT_SYMBOL should follow functionSudip Mukherjee1-16/+13
2016-01-03parport: remove trailing white spaceSudip Mukherjee1-4/+4
2016-01-03parport: fix a trivial typoGeliang Tang1-1/+1
2015-07-25parport: Revert "parport: fix memory leak"Sudip Mukherjee1-1/+0
2015-07-22parport: fix freeing freed memorySudip Mukherjee1-4/+4
2015-07-22parport: fix memory leakSudip Mukherjee1-0/+1
2015-07-22parport: fix error handlingSudip Mukherjee1-1/+2
2015-06-12parport: check exclusive access before registerSudip Mukherjee1-0/+28
2015-06-01parport: add device-model to parport subsystemSudip Mukherjee1-23/+322
2014-02-28parport: fix interruptible_sleep_on raceArnd Bergmann1-1/+2
2013-07-03drivers/parport/share.c: use kzallocAlexandru Gheorghiu1-2/+1
2011-01-26parport: make lockdep happy with waitlist_lockAlexander Gordeev1-2/+2
2010-10-12parport: Semaphore cleanupThomas Gleixner1-1/+1
2009-06-02parport: quickfix the proc registration bugAlan Cox1-3/+10
2008-10-16parport: remove CVS keywordsAdrian Bunk1-1/+1
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik1-1/+1
2007-10-23[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}Jeff Garzik1-1/+1
2007-10-23[PARPORT] Consolidate code copies into a single generic irq handlerJeff Garzik1-0/+10
2007-05-08parport->dev driver model supportDavid Brownell1-0/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-25[PATCH] parport: add to kernel-docRandy Dunlap1-1/+1
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar1-9/+10
2006-01-06[PATCH] parport: export parport_get_port()Marko Kohtala1-0/+1
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-12/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1014