aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/tegra-kbc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-14Input: remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2017-10-24Input: keyboard - convert timers to use timer_setup()Kees Cook1-3/+3
2017-08-31Input: tegra-kbc - handle return value of clk_prepare_enableArvind Yadav1-1/+4
2016-08-22Input: tegra-kbc - fix inverted reset logicMasahiro Yamada1-1/+1
2016-06-23Input: tegra-kbc - fix spelling mistake: "porperly" -> "properly"Colin Ian King1-1/+1
2015-10-26Input: tegra-kbc - drop use of IRQF_NO_SUSPEND flagSudeep Holla1-1/+1
2015-10-26Input: tegra-kbc - enable support for the standard "wakeup-source" propertySudeep Holla1-1/+2
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-12-11Input: tegra-kbc - use reset frameworkStephen Warren1-3/+10
2013-10-06Input: tegra-kbc - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-08-15Input: tegra-kbc - simplify use of devm_ioremap_resourceJulia Lawall1-6/+1
2013-03-31Input: tegra-kbc - support for defining row/columns based on SoCLaxman Dewangan1-18/+62
2013-03-17Input: tegra-kbc - convert to devm_ioremap_resource()Sachin Kamat1-5/+4
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-02-15Input: tegra-kbc - require CONFIG_OF, remove platform dataStephen Warren1-103/+92
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-1/+1
2013-01-17Input: tegra-kbc - remove default keymapLaxman Dewangan1-169/+7
2013-01-17Input: tegra-kbc - add support for rows/columns configuration from dtLaxman Dewangan1-19/+63
2013-01-17Input: tegra-kbc - use devm_* for resource allocationLaxman Dewangan1-78/+27
2013-01-17Input: tegra-kbc - fix build warningLaxman Dewangan1-12/+12
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-4/+4
2012-11-24Input: remove use of __devinitdataBill Pemberton1-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-04Merge tag 'v3.6-rc4' into nextDmitry Torokhov1-2/+2
2012-09-04Input: tegra - move platform data headerStephen Warren1-1/+1
2012-06-12Input: tegra-kbc - add clk_prepare/clk_unpreparePrashant Gaikwad1-2/+2
2012-05-10Input: matrix-keymap - wire up device tree supportDmitry Torokhov1-24/+32
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov1-14/+20
2012-03-27Input: tegra-kbc - allocate pdata before using itViresh Kumar1-0/+1
2012-03-13Input: tegra-kbc - revise device tree supportOlof Johansson1-5/+16
2012-02-03Input: tegra-kbc - allow skipping setting up some of GPIO pinsShridhar Rasal1-7/+27
2012-01-23Input: tegra-kbc - enable key interrupt for wakeupRakesh Iyer1-0/+17
2011-12-30Input: tegra-kbc - report wakeup key for some platformsRakesh Iyer1-3/+24
2011-12-30Input: tegra-kbc - add device tree bindingsOlof Johansson1-8/+84
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding1-12/+1
2011-09-09Input: tegra-kbc - tighten lockingDmitry Torokhov1-19/+12
2011-09-09Input: tegra-kbc - fix wakeup from suspendRakesh Iyer1-15/+43
2011-08-11Input: tegra-kbc - correct call to input_free_deviceAxel Lin1-1/+1
2011-07-30Input: tegra-kbc - fix computation of polling timeRakesh Iyer1-2/+3
2011-07-25Input: tegra-kbc - enable key autorepeatRakesh Iyer1-1/+1
2011-05-11Input: tegra-kbc - change wakeup logic to be all or nothingRakesh Iyer1-22/+2
2011-04-27Input: tegra-kbc - add ghost key filterRakesh Iyer1-0/+36
2011-02-18Input: tegra-kbc - add function keymapRakesh Iyer1-3/+59
2011-01-28Input: tegra-kbc - fix keymap entry for LeftMeta keyRakesh Iyer1-1/+1
2011-01-28Input: tegra-kbc - fix build errorRakesh Iyer1-2/+2
2011-01-20Input: tegra-kbc - add tegra keyboard driverRakesh Iyer1-0/+727