summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/cros_ec_keyb.c
Commit message (Expand)AuthorAgeFilesLines
* Input: cros_ec_keyb - fix button/switch capability reportsBrian Norris2018-11-121-1/+2
* Input: cros_ec_keyb - remove redundant variable num_colsColin Ian King2018-07-041-3/+0Star
* Input: cros_ec_keyb - remove check before calling pm_wakeup_eventRavi Chandra Sadineni2018-06-131-19/+11Star
* Input: cros_ec_keyb - switch to SPDX identifierEnric Balletbo i Serra2018-06-131-22/+12Star
* Input: cros_ec_keyb - make license text and MODULE_LICENSE matchEnric Balletbo i Serra2018-06-131-1/+1
* Input: cros_ec_keyb - mark cros_ec_keyb driver as wake enabled device.Ravi Chandra Sadineni2018-05-311-12/+21
* Input: cros_ec_keyb - remove extraneous 'const'Arnd Bergmann2017-05-121-1/+1
* Input: cros_ec_keyb - add an EC event for sysrqRajat Jain2017-04-031-0/+7
* Merge tag 'ib-mfd-input-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Dmitry Torokhov2017-02-151-44/+406
|\
| * input: cros_ec_keyb: Add Tablet Mode switchGwendal Grignou2017-02-131-0/+5
| * input: cros_ec_keyb: Add non-matrix buttons and switchesDouglas Anderson2017-02-081-45/+402
* | Input: matrix-keypad - switch to using generic device propertiesDmitry Torokhov2017-01-311-1/+2
* | Merge tag 'v4.10-rc5' into nextDmitry Torokhov2017-01-241-104/+31Star
|\|
| * Input: cros_ec_keyb: Stop handling interrupts directlyVic Yang2016-08-311-104/+31Star
* | Input: cros_ec_keyb - drop unnecessary call to dev_set_drvdata and other changesGuenter Roeck2017-01-181-2/+1Star
|/
* Input: cros_ec_keyb - cleanup use of devDouglas Anderson2016-07-261-10/+9Star
* mfd: cros_ec: Support multiple EC in a systemGwendal Grignou2015-06-151-1/+1
* mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas2015-06-151-10/+19
* Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-261-5/+8
|\
| * mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas2015-02-271-5/+8
* | Input: cros_ec_keyb - fix clearing keyboard state on wakeupTomeu Vizoso2015-04-061-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-10-191-0/+9
|\
| * Input: cros_ec_keyb - add of match tableSjoerd Simons2014-10-101-0/+9
* | Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-151-1/+1
|\ \ | |/ |/|
| * mfd: cros_ec: stop calling ->cmd_xfer() directlyAndrew Bresticker2014-10-061-1/+1
* | Input: cros_ec_keyb - optimize ghosting algorithmTodd Broch2014-09-041-43/+49
|/
* mfd: cros_ec: Move EC interrupt to cros_ec_keybAndrew Bresticker2014-07-091-25/+33
* mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson2014-07-091-2/+10
* Input: cros_ec_keyb - fix problems with backslashDoug Anderson2013-12-311-4/+11
* input: cros_ec_keyb_clear_keyboard() depends on CONFIG_PM_SLEEPGeert Uytterhoeven2013-06-231-27/+27
* input: Add ChromeOS EC keyboard driverSimon Glass2013-04-051-0/+334