summaryrefslogtreecommitdiff
path: root/drivers/input/cros_ec_keyb.c
AgeCommit message (Expand)Author
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-06-01cros_ec: Update the cros_ec keyboard driver to livetreeSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2015-11-19input: Support the German keymapSimon Glass
2015-11-19dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass
2015-11-19cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass
2015-11-19input: Add the keycode translation tables separatelySimon Glass
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass
2015-01-05cros-ec-keyboard: Synchronize DT binding from linuxSjoerd Simons
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-03-17cros_ec: Support systems with no EC interruptSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26cros: adds cros_ec keyboard driverHung-ying Tyan