summaryrefslogtreecommitdiffstats
path: root/sys/arm/allwinner/a10_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r306902:mmel2016-11-051-2/+0
* MFC r302523,r302528:mmel2016-11-051-2/+2
* MFC r304318, r304464manu2016-11-041-1/+1
* MFC r304290,r304649manu2016-09-051-1/+3
* MFC r304289manu2016-09-051-19/+53
* MFC r302472manu2016-09-051-0/+8
* MFC r302470manu2016-09-051-6/+19
* MFC r303144:manu2016-08-161-1/+1
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-131-2/+2
* Add support for Allwinner H3 SoC.manu2016-05-131-0/+10
* Add support for the Allwinner A83T (sun8iw6p1) SoC.jmcneill2016-05-051-0/+10
* Add support for Allwinner A31/A31S R-GPIO (CPUs-PORT) controller.jmcneill2016-04-231-58/+66
* A20: Gpiobus can be attached only after full gpio driver initialization.mmel2016-03-171-8/+4
* Add the Allwinner A31 and A31s padconf support. It's currently unused, butandrew2016-02-251-0/+22
* Move the Allwinner kernels to use fdt_pinctrl. This will read the pinandrew2016-02-171-56/+199
* Update of the Allwinner drivers to:andrew2016-02-101-2/+10
* The vendor's DTS for Allwinner A20 uses a different way to map the gpioloos2015-08-301-0/+13
* Bring a few simplifications to a10_gpio:loos2015-07-131-155/+103
* Return the FDT node of the GPIO controller to gpiobus. It is used by theloos2015-07-111-0/+11
* Rename a10_emac_gpio_config() to a10_gpio_ethernet_activate() to make theloos2015-07-031-2/+4
* 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-5/+17
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-311-3/+4
* 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
* Switch to my freebsd.org emal address in copyright.ganbold2014-03-251-1/+1
* Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as:ganbold2014-03-031-0/+22
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+4
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-271-1/+0
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-131-2/+2
* Define gpio constants rather than using enum.ganbold2013-02-191-11/+7
* Add gpio driver and update dts and kernel config accordingly.ganbold2013-02-051-0/+521
OpenPOWER on IntegriCloud