aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/cros_ec_keyb.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-06-01cros_ec: Update the cros_ec keyboard driver to livetreeSimon Glass1-12/+12
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2015-11-19input: Support the German keymapSimon Glass1-1/+1
2015-11-19dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass1-90/+58
2015-11-19cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass1-2/+2
2015-11-19input: Add the keycode translation tables separatelySimon Glass1-0/+1
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng1-1/+1
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass1-1/+1
2015-01-05cros-ec-keyboard: Synchronize DT binding from linuxSjoerd Simons1-10/+6
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-3/+3
2014-03-17cros_ec: Support systems with no EC interruptSimon Glass1-4/+30
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-16/+1
2013-06-26cros: adds cros_ec keyboard driverHung-ying Tyan1-0/+261