Home | History | Annotate | Download | only in nvidia
History log of /src/sys/arch/arm/nvidia/tegra_pinmux.c
RevisionDateAuthorComments
 1.9  27-Jan-2021  thorpej Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
 1.8  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.7  18-Jan-2021  thorpej Remove "struct of_compat_data" and replace its usage with
"struct device_compatible_entry"; they are ABI-compatible.

Fix several "loses const qualifier" bugs encountered during
this conversion.
 1.6  13-Oct-2019  skrll branches: 1.6.8;
Restore %# for PRIxBUSADDR
 1.5  13-Oct-2019  skrll Use PRIxBUSADDR
 1.4  01-Oct-2019  jmcneill Add support for devices with separate "init" and "default" pinctrl states.
 1.3  28-Sep-2019  skrll Update tegra_pinmux to support all bindings (pins and pin groups)

Update tegra210_pinmux.c with all defined pins and groups.
 1.2  16-Jul-2018  christos branches: 1.2.4;
Add missing pointer <-> integer casts
Use PRI?64 to print uint64_t instead 'll?'
 1.1  22-Sep-2017  jmcneill branches: 1.1.2; 1.1.4; 1.1.6;
Replace unused mpio driver with a more generic interface for pinmux, and
add Tegra210 pinmux support.
 1.1.6.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.1.6.1  10-Jun-2019  christos Sync with HEAD
 1.1.4.1  28-Jul-2018  pgoyette Sync with HEAD
 1.1.2.2  03-Dec-2017  jdolecek update from HEAD
 1.1.2.1  22-Sep-2017  jdolecek file tegra_pinmux.c was added on branch tls-maxphys on 2017-12-03 11:35:54 +0000
 1.2.4.2  03-Oct-2019  martin Pull up following revision(s) (requested by jmcneill in ticket #276):

sys/arch/arm/samsung/exynos_pinctrl.c: revision 1.14
sys/arch/arm/rockchip/rk3399_iomux.c: revision 1.6
sys/dev/fdt/fdtvar.h: revision 1.54
sys/arch/arm/broadcom/bcm2835_gpio.c: revision 1.14
sys/dev/i2c/axppmic.c: revision 1.26
sys/arch/arm/nvidia/tegra_pinmux.c: revision 1.4
sys/arch/arm/rockchip/rk3328_iomux.c: revision 1.3
sys/dev/fdt/fdt_pinctrl.c: revision 1.10
sys/arch/arm/amlogic/meson_pinctrl.c: revision 1.6
sys/dev/fdt/fdtbus.c: revision 1.30
sys/arch/arm/sunxi/sunxi_gpio.c: revision 1.27

Add support for devices with separate "init" and "default" pinctrl states.
 1.2.4.1  28-Sep-2019  martin Pull up following revision(s) (requested by skrll in ticket #263):

sys/arch/arm/nvidia/tegra_pinmux.h: revision 1.2
sys/arch/arm/nvidia/tegra_pinmux.c: revision 1.3
sys/arch/arm/nvidia/tegra210_pinmux.c: revision 1.2

Update tegra_pinmux to support all bindings (pins and pin groups)
Update tegra210_pinmux.c with all defined pins and groups.
 1.6.8.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed