History log of /rk3399_rockchip-uboot/drivers/input/Makefile (Results 1 – 25 of 42)
Revision Date Author Comments
# 98894c73 21-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# abedddcf 17-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

input: add spl adc key driver

Providing a mininum adc key driver for SPL, which does not
depend on key uclass, but ADC uclass is still required.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
C

input: add spl adc key driver

Providing a mininum adc key driver for SPL, which does not
depend on key uclass, but ADC uclass is still required.

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

show more ...


# 3509e794 17-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

input: Makefile: clean for SPL build

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


# e1e9b173 28-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# f4462f85 01-Oct-2018 Simon Glass <sjg@chromium.org>

UPSTREAM: spl: input: Allow input in SPL and TPL

In some cases it is necessary to read the keyboard in early phases of
U-Boot. Update the config to allow this.

Signed-off-by: Simon Glass <sjg@chrom

UPSTREAM: spl: input: Allow input in SPL and TPL

In some cases it is necessary to read the keyboard in early phases of
U-Boot. Update the config to allow this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I0f166e55c84c9f10ced9e4580e6b7c7a6f980a79

show more ...


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


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


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

input: key: add adc key driver

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


# bdbf80c8 30-Sep-2017 Zhangbin Tong <zebulun.tong@rock-chips.com>

input: Add RK remote control driver

This patch adds support to RK RC driver, which is basically a IR
receiver. This IP (PWM) is common across all the RK parts for
settop box platforms.
It implements

input: Add RK remote control driver

This patch adds support to RK RC driver, which is basically a IR
receiver. This IP (PWM) is common across all the RK parts for
settop box platforms.
It implements a simple NEC protocol decoder.

Change-Id: I057a341acaeb14d0165bd6187c4074dd230b079f
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>

show more ...


# 09486889 12-Oct-2017 Zhangbin Tong <zebulun.tong@rock-chips.com>

dm: input: add driver model rc uclass

Change-Id: I1e9b067d49e81bd09c2d1e6c9612f0831480ce73
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>


# 436d684c 18-Sep-2017 Joseph Chen <chenjh@rock-chips.com>

input: add rk8xx pwrkey support

RK805/816 provide pwrkey function while RK808/818 is not.

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


# b398a9a7 18-Sep-2017 Joseph Chen <chenjh@rock-chips.com>

dm: input: add implementation of driver model key uclass

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


# 461484c2 27-Feb-2016 Paul Kocialkowski <contact@paulk.fr>

input: TWL6030 input support for power button, USB and charger

This adds support for detecting a few inputs exported by the TWL6030.
Currently-supported inputs are the power button, USB and charger

input: TWL6030 input support for power button, USB and charger

This adds support for detecting a few inputs exported by the TWL6030.
Currently-supported inputs are the power button, USB and charger presence.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>

show more ...


# dcbf8257 11-Nov-2015 Simon Glass <sjg@chromium.org>

input: Convert i8042 to driver model

Adjust this driver to support driver model. The only users are x86 boards
so this should be safe.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin

input: Convert i8042 to driver model

Adjust this driver to support driver model. The only users are x86 boards
so this should be safe.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>

show more ...


# e84421d8 19-Oct-2015 Simon Glass <sjg@chromium.org>

dm: input: Create a keyboard uclass

Add a uclass for keyboard input, mirroring the existing stdio methods.
This is enabled by a new CONFIG_DM_KEYBOARD option.

Signed-off-by: Simon Glass <sjg@chromi

dm: input: Create a keyboard uclass

Add a uclass for keyboard input, mirroring the existing stdio methods.
This is enabled by a new CONFIG_DM_KEYBOARD option.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

show more ...


# 0f925822 11-Aug-2015 Masahiro Yamada <yamada.masahiro@socionext.com>

of: clean up OF_CONTROL ifdef conditionals

We have flipped CONFIG_SPL_DISABLE_OF_CONTROL. We have cleansing
devices, $(SPL_) and CONFIG_IS_ENABLED(), so we are ready to clear
away the ugly logic in

of: clean up OF_CONTROL ifdef conditionals

We have flipped CONFIG_SPL_DISABLE_OF_CONTROL. We have cleansing
devices, $(SPL_) and CONFIG_IS_ENABLED(), so we are ready to clear
away the ugly logic in include/fdtdec.h:

#ifdef CONFIG_OF_CONTROL
# if defined(CONFIG_SPL_BUILD) && !defined(SPL_OF_CONTROL)
# define OF_CONTROL 0
# else
# define OF_CONTROL 1
# endif
#else
# define OF_CONTROL 0
#endif

Now CONFIG_IS_ENABLED(OF_CONTROL) is the substitute. It refers to
CONFIG_OF_CONTROL for U-boot proper and CONFIG_SPL_OF_CONTROL for
SPL.

Also, we no longer have to cancel CONFIG_OF_CONTROL in
include/config_uncmd_spl.h and scripts/Makefile.spl.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>

show more ...


# 7d5ac918 20-Jul-2015 Paul Kocialkowski <contact@paulk.fr>

input: TWL4030 input support for power button, USB and charger

This adds support for detecting a few inputs exported by the TWL4030.
Currently-supported inputs are the power button, USB and charger

input: TWL4030 input support for power button, USB and charger

This adds support for detecting a few inputs exported by the TWL4030.
Currently-supported inputs are the power button, USB and charger presence.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>

show more ...


# 710f1d3d 17-Oct-2013 Masahiro Yamada <yamada.m@jp.panasonic.com>

drivers: convert makefiles to Kbuild style

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>


# 326ea986 31-Jul-2013 Stefano Babic <sbabic@denx.de>

Merge git://git.denx.de/u-boot-arm

Conflicts:
board/freescale/mx6qsabrelite/Makefile
board/freescale/mx6qsabrelite/mx6qsabrelite.c
include/configs/mx6qsabrelite.h

Signed-off-by: Stefano Babic <s

Merge git://git.denx.de/u-boot-arm

Conflicts:
board/freescale/mx6qsabrelite/Makefile
board/freescale/mx6qsabrelite/mx6qsabrelite.c
include/configs/mx6qsabrelite.h

Signed-off-by: Stefano Babic <sbabic@denx.de>

show more ...


# 8b485ba1 25-Jul-2013 Albert ARIBAUD <albert.u.boot@aribaud.net>

Merge branch 'u-boot/master' into u-boot-arm/master


# 1a459660 08-Jul-2013 Wolfgang Denk <wd@denx.de>

Add GPL-2.0+ SPDX-License-Identifier to source files

Signed-off-by: Wolfgang Denk <wd@denx.de>
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com>


# 713cb680 15-May-2013 Hung-ying Tyan <tyanh@chromium.org>

cros: adds cros_ec keyboard driver

This patch adds the driver for keyboard that's controlled by ChromeOS EC.

Signed-off-by: Randall Spangler <rspangler@chromium.org>
Signed-off-by: Simon Glass <sjg

cros: adds cros_ec keyboard driver

This patch adds the driver for keyboard that's controlled by ChromeOS EC.

Signed-off-by: Randall Spangler <rspangler@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
Signed-off-by: Hung-ying Tyan <tyanh@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


# 495dbd72 21-Sep-2012 Tom Rini <trini@ti.com>

Merge branch 'master' of git://git.denx.de/u-boot-arm


# 29f3e3f2 05-Sep-2012 Tom Warren <twarren@nvidia.com>

Tegra: Change Tegra20 to Tegra in common code, prep for T30

Convert TEGRA20_ defines to either TEGRA_ or NV_PA_ where appropriate.
Convert tegra20_ source file and function names to tegra_, also.

U

Tegra: Change Tegra20 to Tegra in common code, prep for T30

Convert TEGRA20_ defines to either TEGRA_ or NV_PA_ where appropriate.
Convert tegra20_ source file and function names to tegra_, also.

Upcoming Tegra30 port will use common code/defines/names where possible.

Signed-off-by: Tom Warren <twarren@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>

show more ...


# 00a2749d 31-Aug-2012 Allen Martin <amartin@nvidia.com>

tegra20: rename tegra2 -> tegra20

This is make naming consistent with the kernel and devicetree and in
preparation of pulling out the common tegra20 code.

Signed-off-by: Allen Martin <amartin@nvidi

tegra20: rename tegra2 -> tegra20

This is make naming consistent with the kernel and devicetree and in
preparation of pulling out the common tegra20 code.

Signed-off-by: Allen Martin <amartin@nvidia.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Tested-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>

show more ...


12