Home
last modified time | relevance | path

Searched hist:"0 f78ba96bbcf30a78224fe56f8fd72f87915afdd" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dgpio_keys.hdiff 0f78ba96bbcf30a78224fe56f8fd72f87915afdd Tue Feb 23 17:32:14 CST 2016 Dmitry Torokhov <dmitry.torokhov@gmail.com> Input: gpio_keys_polled - keep button data constant

Commit 633a21d80b4a ("input: gpio_keys_polled: Add support for GPIO
descriptors") placed gpio descriptor into gpio_keys_button structure, which
is supposed to be part of platform data and not modifiable by the driver.
To keep the data constant, let's move the descriptor to
gpio_keys_button_data structure instead.

Tested-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
/openbmc/linux/drivers/input/keyboard/
H A Dgpio_keys_polled.cdiff 0f78ba96bbcf30a78224fe56f8fd72f87915afdd Tue Feb 23 17:32:14 CST 2016 Dmitry Torokhov <dmitry.torokhov@gmail.com> Input: gpio_keys_polled - keep button data constant

Commit 633a21d80b4a ("input: gpio_keys_polled: Add support for GPIO
descriptors") placed gpio descriptor into gpio_keys_button structure, which
is supposed to be part of platform data and not modifiable by the driver.
To keep the data constant, let's move the descriptor to
gpio_keys_button_data structure instead.

Tested-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
H A Dgpio_keys.cdiff 0f78ba96bbcf30a78224fe56f8fd72f87915afdd Tue Feb 23 17:32:14 CST 2016 Dmitry Torokhov <dmitry.torokhov@gmail.com> Input: gpio_keys_polled - keep button data constant

Commit 633a21d80b4a ("input: gpio_keys_polled: Add support for GPIO
descriptors") placed gpio descriptor into gpio_keys_button structure, which
is supposed to be part of platform data and not modifiable by the driver.
To keep the data constant, let's move the descriptor to
gpio_keys_button_data structure instead.

Tested-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>