Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Input: misc - drop unnecessary calls to device_init_wakeup | Guenter Roeck | 2017-01-21 | 1 | -1/+0 |
| | | | | | | | | | | | | Calling device_init_wakeup in the remove function is unnecessary since the device is going away, and thus won't be able to cause any wakeups under any circumstances. Besides, the driver cleanup code already handles the necessary cleanup. Similarly, disabling wakeup in the probe error path is unnecessary, as is disabling wakeup in the probe function in the first place. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> | ||||
* | Input: pm8941-pwrkey - remove unneded semicolon | Javier Martinez Canillas | 2015-09-19 | 1 | -1/+1 |
| | | | | | | It's not needed and is just creating a null statement so remove it. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> | ||||
* | Input: add Qualcomm PM8941 power key driver | Courtney Cavin | 2015-03-20 | 1 | -0/+293 |
Signed-off-by: Courtney Cavin <courtney.cavin@sonymobile.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Tested-by: Ivan T. Ivanov <iivanov@mm-sol.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> |