1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00
freebsd/sys/arm/rockchip
Luiz Otavio O Souza 1c15a29600 Reduce the maximum number of pins for the Rockchip RK3188, this driver
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.
2015-01-07 16:55:55 +00:00
..
files.rk30xx Factor out kernel configuration for DWC OTG FDT attach code. 2014-05-29 11:13:40 +00:00
rk30xx_common.c Switch to my freebsd.org emal address in copyright. 2014-03-25 08:31:47 +00:00
rk30xx_gpio.c Reduce the maximum number of pins for the Rockchip RK3188, this driver 2015-01-07 16:55:55 +00:00
rk30xx_grf.c Switch to my freebsd.org emal address in copyright. 2014-03-25 08:31:47 +00:00
rk30xx_grf.h Switch to my freebsd.org emal address in copyright. 2014-03-25 08:31:47 +00:00
rk30xx_machdep.c Add the start of the ARM platform code. This is based on the PowerPC 2014-05-17 11:27:36 +00:00
rk30xx_mp.c Add the codes for enabling CPU cores of Rockchip RK3188 SoC. 2014-05-09 05:39:57 +00:00
rk30xx_pmu.c Switch to my freebsd.org emal address in copyright. 2014-03-25 08:31:47 +00:00
rk30xx_pmu.h Switch to my freebsd.org emal address in copyright. 2014-03-25 08:31:47 +00:00
rk30xx_wdog.c Switch to my freebsd.org emal address in copyright. 2014-03-25 08:31:47 +00:00
rk30xx_wdog.h Switch to my freebsd.org emal address in copyright. 2014-03-25 08:31:47 +00:00
std.rk30xx Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sad 2015-01-01 23:21:46 +00:00