aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/tegra-kbc.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
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-2/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-02-16tegra: keyboard: Fix the init orderSimon Glass1-1/+1
2015-11-19input: Support the German keymapSimon Glass1-1/+1
2015-11-19dm: tegra: Convert keyboard driver to driver modelSimon Glass1-132/+111
2015-11-19input: Add the keycode translation tables separatelySimon Glass1-0/+1
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng1-1/+1
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2014-10-25tegra: make local functions staticJeroen Hofstee1-1/+1
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-3/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-19tegra: add CONSOLE_MUX support to tegra-kbcAllen Martin1-1/+17
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren1-1/+1
2012-10-15input: Allow key ghosting filter to be disabledSimon Glass1-1/+1
2012-10-15input: Separate out keyboard repeat/delay from initSimon Glass1-2/+3
2012-05-15tegra: Add tegra keyboard driverRakesh Iyer1-0/+375