aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/tegra-kbc.c
AgeCommit message (Expand)AuthorFilesLines
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