aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/cros_ec_keyb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-12Input: cros_ec_keyb - fix button/switch capability reportsBrian Norris1-1/+2
2018-07-04Input: cros_ec_keyb - remove redundant variable num_colsColin Ian King1-3/+0
2018-06-12Input: cros_ec_keyb - remove check before calling pm_wakeup_eventRavi Chandra Sadineni1-19/+11
2018-06-12Input: cros_ec_keyb - switch to SPDX identifierEnric Balletbo i Serra1-22/+12
2018-06-12Input: cros_ec_keyb - make license text and MODULE_LICENSE matchEnric Balletbo i Serra1-1/+1
2018-05-30Input: cros_ec_keyb - mark cros_ec_keyb driver as wake enabled device.Ravi Chandra Sadineni1-12/+21
2017-05-11Input: cros_ec_keyb - remove extraneous 'const'Arnd Bergmann1-1/+1
2017-04-03Input: cros_ec_keyb - add an EC event for sysrqRajat Jain1-0/+7
2017-02-15Merge tag 'ib-mfd-input-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextDmitry Torokhov1-44/+406
2017-02-13input: cros_ec_keyb: Add Tablet Mode switchGwendal Grignou1-0/+5
2017-02-08input: cros_ec_keyb: Add non-matrix buttons and switchesDouglas Anderson1-45/+402
2017-01-31Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov1-1/+2
2017-01-24Merge tag 'v4.10-rc5' into nextDmitry Torokhov1-104/+31
2017-01-18Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changesGuenter Roeck1-2/+1
2016-08-31Input: cros_ec_keyb: Stop handling interrupts directlyVic Yang1-104/+31
2016-07-26Input: cros_ec_keyb - cleanup use of devDouglas Anderson1-10/+9
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou1-1/+1
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas1-10/+19
2015-04-26Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platformLinus Torvalds1-5/+8
2015-04-06Input: cros_ec_keyb - fix clearing keyboard state on wakeupTomeu Vizoso1-1/+1
2015-02-26mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas1-5/+8
2014-10-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+9
2014-10-15Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-1/+1
2014-10-09Input: cros_ec_keyb - add of match tableSjoerd Simons1-0/+9
2014-10-06mfd: cros_ec: stop calling ->cmd_xfer() directlyAndrew Bresticker1-1/+1
2014-09-03Input: cros_ec_keyb - optimize ghosting algorithmTodd Broch1-43/+49
2014-07-09mfd: cros_ec: Move EC interrupt to cros_ec_keybAndrew Bresticker1-25/+33
2014-07-09mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson1-2/+10
2013-12-31Input: cros_ec_keyb - fix problems with backslashDoug Anderson1-4/+11
2013-06-23input: cros_ec_keyb_clear_keyboard() depends on CONFIG_PM_SLEEPGeert Uytterhoeven1-27/+27
2013-04-05input: Add ChromeOS EC keyboard driverSimon Glass1-0/+334