History log of /openbsd/sys/dev/fdt/amlpinctrl.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 37c734d3 28-Jun-2022 naddy <naddy@openbsd.org>

constify miscellaneous arm64 pin and clock tables

ok miod@


# 9fdf0c62 24-Oct-2021 mpi <mpi@openbsd.org>

Constify struct cfattach.

ok visa@ a long time ago, ok patrick@


# 8c17c73d 21-May-2021 kettenis <kettenis@openbsd.org>

Add an additional pin configuration.


# 40df3291 29-Dec-2020 kettenis <kettenis@openbsd.org>

Add more PWM pin descriptions.


# 40c06db4 18-Dec-2020 kettenis <kettenis@openbsd.org>

Emulate open drain GPIOs. This replaces the hack added in the last commit.

ok patrick@


# 4686977e 17-Dec-2020 kettenis <kettenis@openbsd.org>

Reset pin 3 of the GPIOAO bank to input mode to work around a hardware
bug in the Odroid C4/HC4 boards.


# b055cb5c 17-Dec-2020 kettenis <kettenis@openbsd.org>

Add support for the "Always On" GPIOs.


# 1552efba 06-Oct-2019 kettenis <kettenis@openbsd.org>

Add support for i2c pins.


# fc50a8ca 02-Sep-2019 kettenis <kettenis@openbsd.org>

Two additional pin configurations.


# 7637fcfc 01-Sep-2019 kettenis <kettenis@openbsd.org>

Write to the correct register when setting the output level for a GPIO pin.


# da4a3692 31-Aug-2019 kettenis <kettenis@openbsd.org>

Add code to configure SD/MMC pins.


# 9148dea5 28-Aug-2019 kettenis <kettenis@openbsd.org>

Add amlpinctrl(4), a driver to configure pins and control GPIOs on Amlogic
SoCs. For now only a limited set of GPIO pins on the G12A/G12B variants
are supported.

ok patrick@