History log of /rk3399_rockchip-uboot/drivers/input/gpio_key.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 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 ...


# 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 ...


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

input: gpio key: fix compile warning

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


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

input: gpio_key: use dm universal interface to parse event

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


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

input: key: add gpio key driver

use gpio interrupt to detect key event.

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