aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/cros_ec_keyb.c
AgeCommit message (Expand)Author
2020-12-29Input: cros_ec_keyb - send 'scancodes' in addition to key eventsDmitry Torokhov
2018-12-08Input: cros_ec_keyb - fix button/switch capability reportsBrian Norris
2017-05-11Input: cros_ec_keyb - remove extraneous 'const'Arnd Bergmann
2017-04-03Input: cros_ec_keyb - add an EC event for sysrqRajat Jain
2017-02-15Merge tag 'ib-mfd-input-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Dmitry Torokhov
2017-02-13input: cros_ec_keyb: Add Tablet Mode switchGwendal Grignou
2017-02-08input: cros_ec_keyb: Add non-matrix buttons and switchesDouglas Anderson
2017-01-31Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov
2017-01-24Merge tag 'v4.10-rc5' into nextDmitry Torokhov
2017-01-18Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changesGuenter Roeck
2016-08-31Input: cros_ec_keyb: Stop handling interrupts directlyVic Yang
2016-07-26Input: cros_ec_keyb - cleanup use of devDouglas Anderson
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas
2015-04-26Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-06Input: cros_ec_keyb - fix clearing keyboard state on wakeupTomeu Vizoso
2015-02-26mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas
2014-10-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2014-10-15Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-10-09Input: cros_ec_keyb - add of match tableSjoerd Simons
2014-10-06mfd: cros_ec: stop calling ->cmd_xfer() directlyAndrew Bresticker
2014-09-03Input: cros_ec_keyb - optimize ghosting algorithmTodd Broch
2014-07-09mfd: cros_ec: Move EC interrupt to cros_ec_keybAndrew Bresticker
2014-07-09mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson
2013-12-31Input: cros_ec_keyb - fix problems with backslashDoug Anderson
2013-06-23input: cros_ec_keyb_clear_keyboard() depends on CONFIG_PM_SLEEPGeert Uytterhoeven
2013-04-05input: Add ChromeOS EC keyboard driverSimon Glass