]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: samsung-keypad - change name of wakeup property
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 18 Jul 2015 00:04:10 +0000 (17:04 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 24 Jul 2015 00:34:02 +0000 (17:34 -0700)
commit43b7be3b8c0457c35a124d8538372f82f355bd29
tree7cd078051e19095dd14b59a3e9b342df790b4ac5
parent99b4ffbd84ea4191e0b8d1709230656a1c33b848
Input: samsung-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.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/samsung-keypad.txt
drivers/input/keyboard/samsung-keypad.c