History log of /rk3399_rockchip-uboot/drivers/input/rk_key.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 15da1b50 27-Mar-2023 Joseph Chen <chenjh@rock-chips.com>

dm: key: Use half range mechanism for adc keys

Following the upstream adc-button.c file.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I0b59eff483310601adfac9724fb4ac43307cafb3


# 5a54baa7 03-Apr-2019 Joseph Chen <chenjh@rock-chips.com>

dm: key: refactor code

- use standard dm framework to implement all key drivers;
- all key node to be children and attach to key bus;
- dm key uclass takes over most work;
- reduce a lot of driver c

dm: key: refactor code

- use standard dm framework to implement all key drivers;
- all key node to be children and attach to key bus;
- dm key uclass takes over most work;
- reduce a lot of driver code size;

Change-Id: I9ea4515249d493eb4434890b90350f694c07404f
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

show more ...


# b11786b4 02-Aug-2018 Joseph Chen <chenjh@rock-chips.com>

input: rk key: fix missing register key into dm input uclass

Change-Id: I3237923ed14724e838a8b79a40db4ac45dde5f16
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


# 64048c53 19-Jul-2018 Joseph Chen <chenjh@rock-chips.com>

dm: key: optimise framework and update drivers

1. dm key framework takes over more generic jobs;
2. key drivers remove unused codes and match new framework;
3. only power key is registered as interr

dm: key: optimise framework and update drivers

1. dm key framework takes over more generic jobs;
2. key drivers remove unused codes and match new framework;
3. only power key is registered as interrupt key;

Change-Id: Icdda86f588af721b685f801ed251581f2fd85793
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

show more ...


# a0ad9ed1 25-Jun-2018 Joseph Chen <chenjh@rock-chips.com>

input: rk key: fix compile warning

Change-Id: I357db633bbd904d00757a909665f8f624ef2b50d
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


# 6cef563a 28-Feb-2018 Joseph Chen <chenjh@rock-chips.com>

input: rk_key: use dm universal interface to parse event

Change-Id: I80c7a75a4150f1a8ebbf3d70541aa737cd687f91
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


# debee64a 30-Jan-2018 Joseph Chen <chenjh@rock-chips.com>

input: key: add rk key driver

rk key device node can contain adc key and gpio key.

Change-Id: I6e3bd4022bba6324c35d2c317183a6a2cb69ed06
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>