aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/i8042.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-10Input: i8042 - use platform_driver_probeDmitry Torokhov1-23/+22
2009-09-10Input: i8042 - use boolean type where it makes senseDmitry Torokhov1-51/+52
2009-09-10Input: i8042 - try disabling and re-enabling AUX port at closeDmitry Torokhov1-1/+49
2009-09-10Input: i8042 - bypass AUX IRQ delivery test on laptopsDmitry Torokhov1-1/+3
2009-07-26Input: i8042 - switch to using dev_pm_opsDmitry Torokhov1-26/+18
2009-07-07Input: mark serio and i8042 as suspended when hibernating tooThadeu Lima de Souza Cascardo1-3/+4
2009-05-09Input: serio - do not use deprecated dev.power.power_stateDmitry Torokhov1-8/+9
2009-04-11Input: i8042 - introduce a tougher resetArjan van de Ven1-8/+29
2008-06-17Input: i8042 - retry failed CTR writes when resumingJiri Kosina1-2/+6
2008-05-27Input: i8042 - make sure Dritek quirk is invoked at resumeBruno Prémont1-8/+25
2008-03-14Input: i8042 - fix warning on non-x86 buildsRoland Dreier1-2/+1
2008-02-06Input: i8042 - non-x86 build fixAndrew Morton1-2/+2
2008-01-21Input: i8042 - add Dritek keyboard extension quirkCarlos Corbacho1-0/+14
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall1-1/+0
2008-01-21Input: i8042 - use synchronize_irq() instead of synchronize_sched()Dmitry Torokhov1-1/+8
2007-10-22Input: i8042 - export i8042_command()Márton Németh1-1/+3
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-2/+4
2007-09-04Input: i8042 - fix modpost warningRalf Baechle1-1/+1
2007-08-30Input: i8042 - fix retrun value of i8042_aux_test_irqFernando Luis Vázquez Cao1-1/+3
2007-07-18Input: i8042 - restore control register when enabling port failsMarkus Armbruster1-0/+4
2007-05-08Input: i8042 - fix AUX port detection with some chipsRoland Scheidegger1-6/+29
2007-05-01Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-2/+8
2007-04-12Input: i8042 - disable interfaces when switching to legacy modeDmitry Torokhov1-0/+7
2007-03-07Input: i8042 - another attempt to fix AUX delivery checksDmitry Torokhov1-2/+8
2007-02-18Input: remove obsolete setup parameters from input driversDmitry Torokhov1-7/+0
2007-02-18Input: i8042 - let serio bus suspend portsDmitry Torokhov1-27/+29
2007-02-10Input: i8042 - fix AUX IRQ delivery checkDmitry Torokhov1-1/+4
2007-01-18Input: i8042 - really suppress ACK/NAK during panic blinkDmitry Torokhov1-3/+4
2006-11-17Input: i8042 - fix shutdown issue on some boxes with active MUXesDmitry Torokhov1-7/+11
2006-11-02Input: i8042 - remove unneeded call to i8042_interrupt()Dmitry Torokhov1-18/+3
2006-10-11Input: i8042 - supress ACK/NAKs when blinking during panicDmitry Torokhov1-2/+11
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-6/+6
2006-09-10Input: i8042 - get rid of polling timerDmitry Torokhov1-353/+388
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-12-28Input: i8042 - convert to the new platform device interfaceDmitry Torokhov1-49/+67
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-9/+10
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-9/+4
2005-09-10Input: i8042 - use kzalloc instead of kcallocDmitry Torokhov1-3/+3
2005-09-04Input: i8042 - add i8042.nokbd module option to allow supressingDmitry Torokhov1-4/+18
2005-09-04Input: make i8042_platform_init return 'real' error codeDmitry Torokhov1-2/+3
2005-09-04Input: i8042 - clean up initialization code; abort if weDmitry Torokhov1-78/+100
2005-07-15Input: i8042 - don't use negation to mark AUX dataDmitry Torokhov1-28/+32
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney1-1/+1
2005-05-28Input: Only write the CTR in i8042 resume function. Reading it isVojtech Pavlik1-20/+28
2005-05-28Input: Remove (now) unused variable in i8042.cVojtech Pavlik1-2/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1116