Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Grate nvec paz00 #2

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
1436fe7
input: gpio-kbd: add driver for handling GPIO keyboard
jonasschwoebel Jan 16, 2022
b05641f
cmd: exit: add continue on key press command
clamor-s Jul 30, 2022
ac71140
cmd: ums: abort mounting by pressing any key
clamor-s Sep 16, 2022
28e435f
spi: tegra20_slink: accept any word length
clamor-s Aug 19, 2022
efcee3c
tegra30: clock: add EXTPERIPH
clamor-s Aug 19, 2022
cbe480e
tegra: lcd: video: integrate display driver for t30
ziswiler Sep 28, 2021
38532b1
video: x3: add lm3533 backlight driver
clamor-s Aug 12, 2022
1bd4fdc
video: x3: add ssd2825 bridge driver
clamor-s Aug 12, 2022
ed6b75c
video: x3: add bridge spi interface
clamor-s Aug 14, 2022
d271401
video: x3: add KOE (Hitachi) TX13D100VM0EAA panel support
clamor-s Aug 14, 2022
021ebb5
video: x3: add Renesas R69328 panel support
clamor-s Aug 14, 2022
dcc05c7
misc: extcon: add MAX14526 MUIC support
clamor-s Aug 23, 2022
9cb34ae
tegra: provide default USB gadget setup
maximschwalm Jan 23, 2022
27d0743
ARM: tegra: add late init support
clamor-s Oct 18, 2022
8a4b976
ARM: tegra: create common pre-dm i2c write
clamor-s Nov 7, 2022
71b9076
board: tegra210: use pre-dm i2c write
clamor-s Nov 7, 2022
4265132
board: tegra30: use pre-dm i2c write
clamor-s Nov 7, 2022
dbcf501
ARM: tegra: convert CONFIG_TEGRA_LP0 to Kconfig
clamor-s Mar 22, 2022
9c4eed2
ARM: tegra: expose crypto module for all Tegra SoC's
clamor-s Mar 22, 2022
53f1869
ARM: tegra: crypto: extend crypto functional
clamor-s Mar 22, 2022
01fcdce
ARM: tegra30: implement BCT patching
rmclassic Mar 22, 2022
64f93ff
ARM: tegra20: implement BCT patching
clamor-s Nov 6, 2022
48c809d
configs: tegra-common-post: add GPIO keyboard as STDIN device
clamor-s Jul 8, 2022
c34851d
disk: part_efi: add partition detection workaround for eMMC
zagto Sep 28, 2021
34a5119
fastboot: multiresponse support
IonAgorria Aug 17, 2022
921e1bf
fastboot: implement "getvar all"
IonAgorria Aug 17, 2022
9783aa1
console: separate record overflow logic and add
IonAgorria Aug 17, 2022
2b08d40
membuff: fix readline not returning line if didn't fit
IonAgorria Aug 17, 2022
04e3f2f
fastboot: add oem console and oem cmd
IonAgorria Aug 17, 2022
8300a5f
Tegra: Support Tegra20 QEMU board
digetx Oct 16, 2021
6d621e8
asus: add transformer t20 board support
clamor-s Jan 27, 2022
a870dfe
asus: transformer: add t20 based device family
clamor-s Jan 27, 2022
1ff24b5
asus: add transformer t30 board support
clamor-s Jan 27, 2022
97a25a2
asus: transformer: add t30 based device family
clamor-s Jan 27, 2022
1fbe0ab
lg: x3: Optimus 4X HD and Optimus Vu support
clamor-s Jul 10, 2022
96e6c84
ARM: tegra: remap clock_osc_freq for all Tegra family
clamor-s Oct 21, 2022
16a60bf
drivers: timer: add timer driver for ARMv7 based Tegra devices
clamor-s Oct 21, 2022
91bb6e1
ARM: tegra: include timer as default option
clamor-s Oct 21, 2022
b4f35ac
ARM: tegra: add nvec driver
marvintwentyfour Jan 25, 2020
5df65c4
ARM: tegra: add nvec keyboard driver
marvintwentyfour Jan 25, 2020
c516518
ARM: tegra: paz00: enable nvec keyboard support
marvintwentyfour Jan 25, 2020
72ae62d
i2c: tegra_nvec: Use dev_read_addr_ptr/u32_default
kwizart Apr 14, 2021
24e0735
Select CIRCBUF for TEGRA_NVEC
kwizart Nov 25, 2022
2cba2cf
Switch to DM_KEYBOARD
kwizart Nov 25, 2022
82ae625
Switch NVEC KEYBOARD to defconfig
kwizart Nov 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,7 @@ config ARCH_TEGRA
select GPIO_EXTRA_HEADER
imply DISTRO_DEFAULTS
imply FAT_WRITE
imply SPL_TIMER if SPL

config ARCH_VEXPRESS64
bool "Support ARMv8 Arm Ltd. VExpress based boards and models"
Expand Down
16 changes: 15 additions & 1 deletion arch/arm/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,11 @@ dtb-$(CONFIG_ARCH_MESON) += \
meson-sm1-odroid-c4.dtb \
meson-sm1-odroid-hc4.dtb \
meson-sm1-sei610.dtb
dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \
dtb-$(CONFIG_ARCH_TEGRA) += \
tegra20-asus-sl101.dtb \
tegra20-asus-tf101.dtb \
tegra20-asus-tf101g.dtb \
tegra20-harmony.dtb \
tegra20-medcom-wide.dtb \
tegra20-paz00.dtb \
tegra20-plutux.dtb \
Expand All @@ -214,10 +218,20 @@ dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \
tegra20-trimslice.dtb \
tegra20-ventana.dtb \
tegra20-colibri.dtb \
tegra20-qemu.dtb \
tegra30-apalis.dtb \
tegra30-asus-p1801-t.dtb \
tegra30-asus-tf201.dtb \
tegra30-asus-tf300t.dtb \
tegra30-asus-tf300tg.dtb \
tegra30-asus-tf300tl.dtb \
tegra30-asus-tf600t.dtb \
tegra30-asus-tf700t.dtb \
tegra30-beaver.dtb \
tegra30-cardhu.dtb \
tegra30-colibri.dtb \
tegra30-lge-p880.dtb \
tegra30-lge-p895.dtb \
tegra30-tec-ng.dtb \
tegra114-dalmore.dtb \
tegra124-apalis.dtb \
Expand Down
8 changes: 8 additions & 0 deletions arch/arm/dts/tegra20-asus-sl101.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/dts-v1/;

#include "tegra20-asus-transformer.dtsi"

/ {
model = "ASUS EeePad Slider SL101";
};
8 changes: 8 additions & 0 deletions arch/arm/dts/tegra20-asus-tf101.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/dts-v1/;

#include "tegra20-asus-transformer.dtsi"

/ {
model = "ASUS EeePad Transformer TF101";
};
8 changes: 8 additions & 0 deletions arch/arm/dts/tegra20-asus-tf101g.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/dts-v1/;

#include "tegra20-asus-transformer.dtsi"

/ {
model = "ASUS EeePad Transformer TF101G";
};
Loading