aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hil_mlc.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
Signed-off-by: Matthew Wilcox <[email protected]>
2005-10-21[PARISC] Update parisc specific input code from parisc treeMatthew Wilcox1-0/+168
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]>