summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/cros_ec_keyb.c
AgeCommit message (Expand)Author
2023-09-23Input: cros_ec_keyb - convert to platform remove callback returning voidUwe Kleine-König
2023-09-06Input: cros_ec_keyb - use device core to create driver-specific device attrib...Dmitry Torokhov
2023-01-20Input: cros_ec_keyb - add 3 buttons for monitor functionjoewu (吳仲振)
2022-12-07Input: cros-ec-keyb - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-05-27Input: cros_ec_keyb - handle x86 detachable/convertible ChromebooksFurquan Shaikh
2022-05-27Input: cros_ec_keyb - switch to using generic device propertiesDmitry Torokhov
2022-05-18Merge branch 'ib/5.17-cros-ec-keyb' into nextDmitry Torokhov
2022-05-17Input: cros-ec-keyb - allow skipping keyboard registrationStephen Boyd
2022-03-14Input: extract ChromeOS vivaldi physmap show functionStephen Boyd
2021-06-19Input: cros_ec_keyb - use kobj_to_dev() APIzhouchuangao
2021-02-22Input: cros-ec-keyb - expose function row physical map to userspacePhilip Chen
2020-12-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2020-12-14Merge branch 'next' into for-linusDmitry Torokhov
2020-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2020-12-09Input: cros_ec_keyb - send 'scancodes' in addition to key eventsDmitry Torokhov
2020-11-08Input: cros_ec_keyb - struct headers should start with 'struct <name>'Lee Jones
2020-08-24platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPTGuenter Roeck
2020-04-18Input: cros_ec_keyb - use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra
2019-11-21Revert "Input: cros_ec_keyb: mask out extra flags in event_type"Gwendal Grignou
2019-11-21Revert "Input: cros_ec_keyb - add back missing mask for event_type"Gwendal Grignou
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra
2019-08-16Input: cros_ec_keyb - add back missing mask for event_typeFei Shao
2019-06-20Input: cros_ec_keyb: mask out extra flags in event_typeTing Shen
2018-11-12Input: cros_ec_keyb - fix button/switch capability reportsBrian Norris
2018-07-04Input: cros_ec_keyb - remove redundant variable num_colsColin Ian King
2018-06-12Input: cros_ec_keyb - remove check before calling pm_wakeup_eventRavi Chandra Sadineni
2018-06-12Input: cros_ec_keyb - switch to SPDX identifierEnric Balletbo i Serra
2018-06-12Input: cros_ec_keyb - make license text and MODULE_LICENSE matchEnric Balletbo i Serra
2018-05-30Input: cros_ec_keyb - mark cros_ec_keyb driver as wake enabled device.Ravi Chandra Sadineni
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