Age | Commit message (Expand) | Author | Files | Lines |
2017-10-24 | Input: keyboard - convert timers to use timer_setup() | Kees Cook | 1 | -3/+3 |
2017-08-31 | Input: tegra-kbc - handle return value of clk_prepare_enable | Arvind Yadav | 1 | -1/+4 |
2016-08-23 | Input: tegra-kbc - fix inverted reset logic | Masahiro Yamada | 1 | -1/+1 |
2016-06-23 | Input: tegra-kbc - fix spelling mistake: "porperly" -> "properly" | Colin Ian King | 1 | -1/+1 |
2015-10-26 | Input: tegra-kbc - drop use of IRQF_NO_SUSPEND flag | Sudeep Holla | 1 | -1/+1 |
2015-10-26 | Input: tegra-kbc - enable support for the standard "wakeup-source" property | Sudeep Holla | 1 | -1/+2 |
2014-10-20 | input: keyboard: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2013-12-12 | Input: tegra-kbc - use reset framework | Stephen Warren | 1 | -3/+10 |
2013-10-06 | Input: tegra-kbc - remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 |
2013-08-15 | Input: tegra-kbc - simplify use of devm_ioremap_resource | Julia Lawall | 1 | -6/+1 |
2013-03-31 | Input: tegra-kbc - support for defining row/columns based on SoC | Laxman Dewangan | 1 | -18/+62 |
2013-03-18 | Input: tegra-kbc - convert to devm_ioremap_resource() | Sachin Kamat | 1 | -5/+4 |
2013-02-22 | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -1/+1 |
2013-02-16 | Input: tegra-kbc - require CONFIG_OF, remove platform data | Stephen Warren | 1 | -103/+92 |
2013-01-28 | ARM: tegra: migrate to new clock code | Prashant Gaikwad | 1 | -1/+1 |
2013-01-17 | Input: tegra-kbc - remove default keymap | Laxman Dewangan | 1 | -169/+7 |
2013-01-17 | Input: tegra-kbc - add support for rows/columns configuration from dt | Laxman Dewangan | 1 | -19/+63 |
2013-01-17 | Input: tegra-kbc - use devm_* for resource allocation | Laxman Dewangan | 1 | -78/+27 |
2013-01-17 | Input: tegra-kbc - fix build warning | Laxman Dewangan | 1 | -12/+12 |
2012-11-24 | Input: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-24 | Input: remove use of __devinit | Bill Pemberton | 1 | -4/+4 |
2012-11-24 | Input: remove use of __devinitdata | Bill Pemberton | 1 | -2/+2 |
2012-11-24 | Input: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-09-05 | Merge tag 'v3.6-rc4' into next | Dmitry Torokhov | 1 | -2/+2 |
2012-09-05 | Input: tegra - move platform data header | Stephen Warren | 1 | -1/+1 |
2012-06-12 | Input: tegra-kbc - add clk_prepare/clk_unprepare | Prashant Gaikwad | 1 | -2/+2 |
2012-05-11 | Input: matrix-keymap - wire up device tree support | Dmitry Torokhov | 1 | -24/+32 |
2012-05-11 | Input: matrix-keymap - uninline and prepare for device tree support | Dmitry Torokhov | 1 | -14/+20 |
2012-03-27 | Input: tegra-kbc - allocate pdata before using it | Viresh Kumar | 1 | -0/+1 |
2012-03-14 | Input: tegra-kbc - revise device tree support | Olof Johansson | 1 | -5/+16 |
2012-02-03 | Input: tegra-kbc - allow skipping setting up some of GPIO pins | Shridhar Rasal | 1 | -7/+27 |
2012-01-23 | Input: tegra-kbc - enable key interrupt for wakeup | Rakesh Iyer | 1 | -0/+17 |
2011-12-30 | Input: tegra-kbc - report wakeup key for some platforms | Rakesh Iyer | 1 | -3/+24 |
2011-12-30 | Input: tegra-kbc - add device tree bindings | Olof Johansson | 1 | -8/+84 |
2011-12-01 | Input: keyboard - use macro module_platform_driver() | JJ Ding | 1 | -12/+1 |
2011-09-09 | Input: tegra-kbc - tighten locking | Dmitry Torokhov | 1 | -19/+12 |
2011-09-09 | Input: tegra-kbc - fix wakeup from suspend | Rakesh Iyer | 1 | -15/+43 |
2011-08-11 | Input: tegra-kbc - correct call to input_free_device | Axel Lin | 1 | -1/+1 |
2011-07-30 | Input: tegra-kbc - fix computation of polling time | Rakesh Iyer | 1 | -2/+3 |
2011-07-25 | Input: tegra-kbc - enable key autorepeat | Rakesh Iyer | 1 | -1/+1 |
2011-05-12 | Input: tegra-kbc - change wakeup logic to be all or nothing | Rakesh Iyer | 1 | -22/+2 |
2011-04-28 | Input: tegra-kbc - add ghost key filter | Rakesh Iyer | 1 | -0/+36 |
2011-02-18 | Input: tegra-kbc - add function keymap | Rakesh Iyer | 1 | -3/+59 |
2011-01-29 | Input: tegra-kbc - fix keymap entry for LeftMeta key | Rakesh Iyer | 1 | -1/+1 |
2011-01-29 | Input: tegra-kbc - fix build error | Rakesh Iyer | 1 | -2/+2 |
2011-01-21 | Input: tegra-kbc - add tegra keyboard driver | Rakesh Iyer | 1 | -0/+727 |