mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-22 15:47:37 +00:00
1c15a29600
isn't supposed to manage all the GPIO pins in the system from a single instance, instead it will attach to each one of the four available GPIO controllers and only deal with one bank at time (32 pins per bank). Rework part of the driver to take advantage of that, this simplify the code a lot. Also fix a bug in rk30_gpio_get_function() which wouldn't return the correct values. While here fix a typo in register name. |
||
---|---|---|
.. | ||
files.rk30xx | ||
rk30xx_common.c | ||
rk30xx_gpio.c | ||
rk30xx_grf.c | ||
rk30xx_grf.h | ||
rk30xx_machdep.c | ||
rk30xx_mp.c | ||
rk30xx_pmu.c | ||
rk30xx_pmu.h | ||
rk30xx_wdog.c | ||
rk30xx_wdog.h | ||
std.rk30xx |