]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: matrix_keypad - change name of wakeup property to "wakeup-source"
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 16 Jul 2015 18:54:14 +0000 (11:54 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 23 Jul 2015 22:01:22 +0000 (15:01 -0700)
commitaeda5003d0b987085acef6ad4844f8e34851bb10
treefd1430caa595ed79309431d502a76705b2c29a64
parent02b0b79c30076aaa33ee9134546130eb62b88078
Input: matrix_keypad - change name of wakeup property to "wakeup-source"

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.

Cc: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/gpio-matrix-keypad.txt
drivers/input/keyboard/matrix_keypad.c