]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: pmic8xxx-keypad - change name of wakeup property
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 16 Jul 2015 19:15:24 +0000 (12:15 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 23 Jul 2015 22:01:23 +0000 (15:01 -0700)
commit274696521254855ba03f2d4f4575ae048a409256
tree4d8be7153d6e131e72c7c0edca0f020f4612c487
parentabf77a32288d4379dfede0b50be6a04be3cd1431
Input: pmic8xxx-keypad - change name of wakeup property

Wakeup property of device is not Linux-specific, it describes intended
system behavior regardless of the OS being used. Therefore let's drop
"linux," prefix, and, while at it, use the same name as I2C bus does:
"wakeup-source".

We keep parsing old name to keep compatibility with old DTSes.

Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
drivers/input/keyboard/pmic8xxx-keypad.c