summaryrefslogtreecommitdiffstats
path: root/sys/arm/rockchip/rk30xx_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.andrew2017-09-061-1/+1
* MFC r308640:ian2017-03-011-8/+6
* MFC r306902:mmel2016-11-051-2/+0
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-041-1/+0
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-311-7/+18
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-311-7/+6
* Fix the handling of pull-up and pull-down for RK3188.loos2015-01-071-24/+46
* Reduce the maximum number of pins for the Rockchip RK3188, this driverloos2015-01-071-93/+34
* Moves all the duplicate code to a single function.loos2014-11-181-14/+0
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-2/+2
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-1/+1
* Rename platform_gpio_init to be SoC specific, and make it static as it'sandrew2014-05-101-4/+4
* Switch to my freebsd.org emal address in copyright.ganbold2014-03-251-1/+1
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
* Add gpio parse routines according to sys/boot/fdt/dts/bindings-gpio.txt.ganbold2013-12-091-0/+146
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-271-1/+0
* Import basic support for Rockchip RK3188 SoC.ganbold2013-10-231-0/+528
OpenPOWER on IntegriCloud