aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hil.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-8/+8
In particular, several occurances of funny versions of 'success', 'unknown', 'therefore', 'acknowledge', 'argument', 'achieve', 'address', 'beginning', 'desirable', 'separate' and 'necessary' are fixed. Signed-off-by: Daniel Mack <[email protected]> Cc: Joe Perches <[email protected]> Cc: Junio C Hamano <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2005-10-21[PARISC] Update parisc specific input code from parisc treeMatthew Wilcox1-0/+483
Update drivers to new input layer changes. Signed-off-by: Helge Deller <[email protected]> Signed-off-by: Matthew Wilcox <[email protected]> Reorder code in gscps2_interrupt() and only enable ports when opened. This fixes issues with hangs booting an SMP kernel on my C360. Previously serio_interrupt() could be called before the lock in struct serio was initialised. Signed-off-by: Richard Hirst <[email protected]> Signed-off-by: Kyle McMartin <[email protected]>