summaryrefslogtreecommitdiffstats
path: root/drivers/input/tegra-kbc.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-201-1/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* cros_ec: Update the cros_ec keyboard driver to livetreeSimon Glass2017-06-011-2/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* tegra: keyboard: Fix the init orderSimon Glass2016-02-161-1/+1
* input: Support the German keymapSimon Glass2015-11-191-1/+1
* dm: tegra: Convert keyboard driver to driver modelSimon Glass2015-11-191-132/+111
* input: Add the keycode translation tables separatelySimon Glass2015-11-191-0/+1
* video: Drop DEV_FLAGS_SYSTEM flagBin Meng2015-11-051-1/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* tegra: make local functions staticJeroen Hofstee2014-10-251-1/+1
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-231-3/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* tegra: add CONSOLE_MUX support to tegra-kbcAllen Martin2012-11-191-1/+17
* Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren2012-10-151-1/+1
* input: Allow key ghosting filter to be disabledSimon Glass2012-10-151-1/+1
* input: Separate out keyboard repeat/delay from initSimon Glass2012-10-151-2/+3
* tegra: Add tegra keyboard driverRakesh Iyer2012-05-151-0/+375