summaryrefslogtreecommitdiffstats
path: root/sys/arm/broadcom/bcm2835/bcm2835_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* Return the struct intr_pic pointer from intr_pic_register. This will beandrew2016-05-181-2/+5
* Add OF_prop_free function as a counterpart for OF_*prop_allocgonzo2016-05-111-3/+3
* INTRNG - update gpio pin capabilities according to r299198.skra2016-05-081-0/+8
* INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIOskra2016-05-061-22/+52
* INTRNG - use gpio interrupt modes definitions added in r298738 andskra2016-05-061-41/+93
* INTRNG - redefine struct intr_map_data to avoid headers pollution. Eachskra2016-05-051-3/+7
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-10/+10
* Rework BCM283x gpio interrupt controller for INTRNG. It's used on RPI-Bskra2016-04-051-5/+378
* Make use of the newly introduced macros.loos2015-02-171-33/+19
* Add GPIO interrupt support for BCM2835 (Raspberry pi).loos2015-02-041-21/+293
* Sort and remove unnecessary includes.loos2015-02-041-11/+3
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-311-5/+17
* The BCM2835 GPIO controller uses has interrupt lines and not only one.loos2015-01-301-29/+23
* Allow the retrieving of the reserved pins state.loos2015-01-301-76/+62
* Moves all the duplicate code to a single function.loos2014-11-181-14/+0
* These delays aren't needed. Elimate them. They should be on the orderimp2014-11-181-2/+0
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-2/+3
* Allow the use of the OFW GPIO bus for ti_gpio and bcm2835_gpio. With thisloos2014-02-131-0/+11
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+4
* Make the sysctl node read-only.loos2013-12-061-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-271-1/+0
* Remove all the instances of '#undef DEBUG' from kernel.loos2013-10-251-2/+0
* Export a function to allow BCM2835's peripheral devices to enable theirloos2013-09-071-29/+31
* Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the lastloos2013-09-061-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-131-2/+2
* Add sysctls for changing GPIO pins functiongonzo2012-12-181-26/+163
* Add Raspberry Pi GPIO drivergonzo2012-11-231-0/+656
OpenPOWER on IntegriCloud