summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/i8042.c
Commit message (Expand)AuthorAgeFilesLines
* Input: i8042 - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: i8042 - fix leaking of platform device on module removalChen Jun2022-11-181-4/+0
* Input: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-181-7/+7
* Input: i8042 - add deferred probe supportTakashi Iwai2021-11-281-19/+35
* Input: i8042 - fix typos in commentsTyson Moore2021-06-181-2/+2
* Input: i8042 - fix error return code in i8042_setup_aux()Luo Meng2020-11-241-1/+2
* Input: i8042 - allow insmod to succeed on devices without an i8042 controllerHans de Goede2020-10-261-1/+11
* Input: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-1/+1
* Input: i8042 - attach fwnode to serio i8042 kbd deviceRajat Jain2020-04-271-0/+3
* Input: i8042 - enable wakeup on a stable struct deviceStephen Boyd2019-08-291-11/+14
* Merge branch 'pm-sleep'Rafael J. Wysocki2019-07-081-1/+1
|\
| * PM: suspend: Rename pm_suspend_via_s2idle()Rafael J. Wysocki2019-06-191-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
|/
* Input: i8042 - signal wakeup from atkbd/psmouseDmitry Torokhov2019-04-041-3/+0
* Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake2018-10-011-9/+20
* Input: i8042 - increment wakeup_count for the respective portRavi Chandra Sadineni2018-06-121-0/+3
* Input: i8042 - fix crash at boot timeChen Hong2017-07-121-3/+9
* Input: i8042 - add dbg msg when a command can't write its parameterMarcos Paulo de Souza2017-01-221-2/+4
* Input: i8042 - fix typo from i8042_aux_close to i8042_port_closeMarcos Paulo de Souza2016-11-221-1/+1
* Merge tag 'v4.8' into nextDmitry Torokhov2016-10-131-0/+1
|\
| * Input: i8042 - set up shared ps2_cmd_mutex for AUX portsDmitry Torokhov2016-08-191-0/+1
* | Input: i8042 - skip selftest on ASUS laptopsMarcos Paulo de Souza2016-10-111-11/+44
|/
* Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov2016-07-271-15/+1
* input: i8042: Avoid resetting controller on system suspend/resumeRafael J. Wysocki2015-10-141-5/+27
* Input: i8042 - lower log level for "no controller" messageTakashi Iwai2015-09-051-1/+1
* Input: i8042 - add unmask_kbd_data optionStephen Chandler Paul2015-07-161-4/+39
* Input: i8042 - allow KBD and AUX ports to wake up from suspend-to-idleRafael J. Wysocki2015-03-091-3/+25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-01-191-0/+14
|\
| * Input: i8042 - reset keyboard to fix Elantech touchpad detectionSrihari Vijayaraghavan2015-01-071-0/+14
* | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
|\ \ | |/ |/|
| * input: serio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | Revert "Input: i8042 - disable active multiplexing by default"Dmitry Torokhov2014-10-311-1/+1
|/
* Input: i8042 - disable active multiplexing by defaultDmitry Torokhov2014-10-111-1/+1
* Input: i8042 - also set the firmware id for MUXed portsHans de Goede2014-09-111-0/+2
* Input: i8042 - add firmware_id supportHans de Goede2014-04-191-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\
| * treewide: fix "distingush" typoMichael Opdenacker2013-10-141-1/+1
* | Input: i8042 - i8042_flush fix for a full 8042 bufferAndrey Moiseev2013-09-181-9/+14
|/
* Input: remove use of __devexitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: i8042 - also perform controller reset when suspendingDmitry Torokhov2011-11-051-8/+15
* Input: i8042 - downgrade selftest error message to dbg()Paul Bolle2011-03-311-3/+4
* Input: i8042 - introduce 'notimeout' blacklist for Dell Vostro V13Jiri Kosina2011-01-081-1/+5
* Input: i8042 - use pr_<level>, pr_fmt, fix dbg and __FILE__ useJoe Perches2010-11-301-49/+43
* Merge branch 'for-linus' into nextDmitry Torokhov2010-10-171-1/+1
|\
| * Input: i8042 - fix device removal on unloadDmitry Torokhov2010-08-311-1/+1
* | Input: i8042 - use unsigned char for 0x90Christoph Fritz2010-09-291-1/+1
|/
* panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi2010-08-111-20/+5
* Input: i8042 - reset keyboard controller wehen resuming from S2RDmitry Torokhov2010-07-201-24/+41
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-04-151-1/+1
|\