aboutsummaryrefslogtreecommitdiff
path: root/drivers/parport/share.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-03parport: avoid assignment in ifGravatar Sudip Mukherjee 1-1/+2
2016-01-03parport: remove unneeded spaceGravatar Sudip Mukherjee 1-47/+47
2016-01-03parport: change style of NULL comparisonGravatar Sudip Mukherjee 1-4/+4
2016-01-03parport: remove unnecessary out of memory messageGravatar Sudip Mukherjee 1-10/+3
2016-01-03parport: remove bracesGravatar Sudip Mukherjee 1-4/+2
2016-01-03parport: quoted strings should not be splitGravatar Sudip Mukherjee 1-10/+8
2016-01-03parport: code indent should use tabsGravatar Sudip Mukherjee 1-1/+1
2016-01-03parport: fix coding styleGravatar Sudip Mukherjee 1-25/+44
2016-01-03parport: EXPORT_SYMBOL should follow functionGravatar Sudip Mukherjee 1-16/+13
2016-01-03parport: remove trailing white spaceGravatar Sudip Mukherjee 1-4/+4
2016-01-03parport: fix a trivial typoGravatar Geliang Tang 1-1/+1
2015-07-25parport: Revert "parport: fix memory leak"Gravatar Sudip Mukherjee 1-1/+0
2015-07-22parport: fix freeing freed memoryGravatar Sudip Mukherjee 1-4/+4
2015-07-22parport: fix memory leakGravatar Sudip Mukherjee 1-0/+1
2015-07-22parport: fix error handlingGravatar Sudip Mukherjee 1-1/+2
2015-06-12parport: check exclusive access before registerGravatar Sudip Mukherjee 1-0/+28
2015-06-01parport: add device-model to parport subsystemGravatar Sudip Mukherjee 1-23/+322
2014-02-28parport: fix interruptible_sleep_on raceGravatar Arnd Bergmann 1-1/+2
2013-07-03drivers/parport/share.c: use kzallocGravatar Alexandru Gheorghiu 1-2/+1
2011-01-26parport: make lockdep happy with waitlist_lockGravatar Alexander Gordeev 1-2/+2
2010-10-12parport: Semaphore cleanupGravatar Thomas Gleixner 1-1/+1
2009-06-02parport: quickfix the proc registration bugGravatar Alan Cox 1-3/+10
2008-10-16parport: remove CVS keywordsGravatar Adrian Bunk 1-1/+1
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsGravatar Jeff Garzik 1-1/+1
2007-10-23[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}Gravatar Jeff Garzik 1-1/+1
2007-10-23[PARPORT] Consolidate code copies into a single generic irq handlerGravatar Jeff Garzik 1-0/+10
2007-05-08parport->dev driver model supportGravatar David Brownell 1-0/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-25[PATCH] parport: add to kernel-docGravatar Randy Dunlap 1-1/+1
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesGravatar Ingo Molnar 1-9/+10
2006-01-06[PATCH] parport: export parport_get_port()Gravatar Marko Kohtala 1-0/+1
2005-11-07[PATCH] kfree cleanup: misc remaining driversGravatar Jesper Juhl 1-12/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1014