index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
keyboard
/
tegra-kbc.c
Age
Commit message (
Expand
)
Author
2016-08-22
Input: tegra-kbc - fix inverted reset logic
Masahiro Yamada
2016-06-23
Input: tegra-kbc - fix spelling mistake: "porperly" -> "properly"
Colin Ian King
2015-10-26
Input: tegra-kbc - drop use of IRQF_NO_SUSPEND flag
Sudeep Holla
2015-10-26
Input: tegra-kbc - enable support for the standard "wakeup-source" property
Sudeep Holla
2014-10-20
input: keyboard: drop owner assignment from platform_drivers
Wolfram Sang
2013-12-11
Input: tegra-kbc - use reset framework
Stephen Warren
2013-10-06
Input: tegra-kbc - remove redundant of_match_ptr
Sachin Kamat
2013-08-15
Input: tegra-kbc - simplify use of devm_ioremap_resource
Julia Lawall
2013-03-31
Input: tegra-kbc - support for defining row/columns based on SoC
Laxman Dewangan
2013-03-17
Input: tegra-kbc - convert to devm_ioremap_resource()
Sachin Kamat
2013-02-21
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2013-02-15
Input: tegra-kbc - require CONFIG_OF, remove platform data
Stephen Warren
2013-01-28
ARM: tegra: migrate to new clock code
Prashant Gaikwad
2013-01-17
Input: tegra-kbc - remove default keymap
Laxman Dewangan
2013-01-17
Input: tegra-kbc - add support for rows/columns configuration from dt
Laxman Dewangan
2013-01-17
Input: tegra-kbc - use devm_* for resource allocation
Laxman Dewangan
2013-01-17
Input: tegra-kbc - fix build warning
Laxman Dewangan
2012-11-24
Input: remove use of __devexit
Bill Pemberton
2012-11-24
Input: remove use of __devinit
Bill Pemberton
2012-11-24
Input: remove use of __devinitdata
Bill Pemberton
2012-11-24
Input: remove use of __devexit_p
Bill Pemberton
2012-09-04
Merge tag 'v3.6-rc4' into next
Dmitry Torokhov
2012-09-04
Input: tegra - move platform data header
Stephen Warren
2012-06-12
Input: tegra-kbc - add clk_prepare/clk_unprepare
Prashant Gaikwad
2012-05-10
Input: matrix-keymap - wire up device tree support
Dmitry Torokhov
2012-05-10
Input: matrix-keymap - uninline and prepare for device tree support
Dmitry Torokhov
2012-03-27
Input: tegra-kbc - allocate pdata before using it
Viresh Kumar
2012-03-13
Input: tegra-kbc - revise device tree support
Olof Johansson
2012-02-03
Input: tegra-kbc - allow skipping setting up some of GPIO pins
Shridhar Rasal
2012-01-23
Input: tegra-kbc - enable key interrupt for wakeup
Rakesh Iyer
2011-12-30
Input: tegra-kbc - report wakeup key for some platforms
Rakesh Iyer
2011-12-30
Input: tegra-kbc - add device tree bindings
Olof Johansson
2011-11-30
Input: keyboard - use macro module_platform_driver()
JJ Ding
2011-09-09
Input: tegra-kbc - tighten locking
Dmitry Torokhov
2011-09-09
Input: tegra-kbc - fix wakeup from suspend
Rakesh Iyer
2011-08-11
Input: tegra-kbc - correct call to input_free_device
Axel Lin
2011-07-30
Input: tegra-kbc - fix computation of polling time
Rakesh Iyer
2011-07-25
Input: tegra-kbc - enable key autorepeat
Rakesh Iyer
2011-05-11
Input: tegra-kbc - change wakeup logic to be all or nothing
Rakesh Iyer
2011-04-27
Input: tegra-kbc - add ghost key filter
Rakesh Iyer
2011-02-18
Input: tegra-kbc - add function keymap
Rakesh Iyer
2011-01-28
Input: tegra-kbc - fix keymap entry for LeftMeta key
Rakesh Iyer
2011-01-28
Input: tegra-kbc - fix build error
Rakesh Iyer
2011-01-20
Input: tegra-kbc - add tegra keyboard driver
Rakesh Iyer