History log of /netbsd/sys/dev/fdt/fdt_gpio.c (Results 1 – 7 of 7)
Revision Date Author Comments
# b27b9b1b 23-Dec-2020 thorpej <thorpej@NetBSD.org>

Add fdtbus_gpio_count(), which counts the number of GPIO entries
in a specified property.


# 2797fbda 30-Jun-2018 jmcneill <jmcneill@NetBSD.org>

Use queue(3) API to manage lists. NFCI.


# c882fb09 13-Aug-2017 jmcneill <jmcneill@NetBSD.org>

Add fdtbus_gpio_acquire_index for accessing multi-xref gpios properties.


# 0e65c551 15-Oct-2016 maxv <maxv@NetBSD.org>

Memory leak, found by mootja; not tested, but obvious enough


# ad803b5c 22-Dec-2015 jmcneill <jmcneill@NetBSD.org>

Add fdtbus_gpio_{read,write}_raw, which tells the controller not to take
polarity into account. Tegra GPIO pin data includes pin polarity, but so
does a regulator-fixed node, so the end result was th

Add fdtbus_gpio_{read,write}_raw, which tells the controller not to take
polarity into account. Tegra GPIO pin data includes pin polarity, but so
does a regulator-fixed node, so the end result was that the enable value
was being swapped twice. Change fregulator to use the raw APIs, and adapt
Tegra and Exynos GPIO drivers to support this flag.

show more ...


# 69c83855 16-Dec-2015 jmcneill <jmcneill@NetBSD.org>

Only OF_* functions should be in fdt_openfirm.c, move the rest to fdt_subr.c.


# a9e0ba3d 16-Dec-2015 jmcneill <jmcneill@NetBSD.org>

split gpio, i2c, intr, and regulator helpers into separate files