aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/broadcom/bcm2835/bcm2835_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* bcm2835_gpio: Handle BCM2711 pin configurationTetsuya Uemura2023-05-291-20/+61
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* arm/arm64 broadcom: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+2
* bcm2835_gpio: Remove unused variable.John Baldwin2022-04-091-2/+0
* arm64: rpi4: gpio: Add brcm,bcm2711-gpio compatibleEmmanuel Vadot2021-02-171-0/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+3
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-5/+5
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* [rpi] Add fdt_pinctrl(4) support to Raspberry Pi GPIO driverOleksandr Tymoshenko2018-04-081-28/+121
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+1
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Start to remove the old pre-INTRNG code from the arm platforms. These haveAndrew Turner2016-11-081-279/+1
* Fix typo in commentOleksandr Tymoshenko2016-10-121-1/+1
* Make BCM2835 GPIO driver compatible with upstream DTOleksandr Tymoshenko2016-10-121-5/+9
* Return the struct intr_pic pointer from intr_pic_register. This will beAndrew Turner2016-05-181-2/+5
* Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko2016-05-111-3/+3
* INTRNG - update gpio pin capabilities according to r299198.Svatopluk Kraus2016-05-081-0/+8
* INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIOSvatopluk Kraus2016-05-061-22/+52
* INTRNG - use gpio interrupt modes definitions added in r298738 andSvatopluk Kraus2016-05-061-41/+93
* INTRNG - redefine struct intr_map_data to avoid headers pollution. EachSvatopluk Kraus2016-05-051-3/+7
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-10/+10
* Rework BCM283x gpio interrupt controller for INTRNG. It's used on RPI-BSvatopluk Kraus2016-04-051-5/+378
* Make use of the newly introduced macros.Luiz Otavio O Souza2015-02-171-33/+19
* Add GPIO interrupt support for BCM2835 (Raspberry pi).Luiz Otavio O Souza2015-02-041-21/+293
* Sort and remove unnecessary includes.Luiz Otavio O Souza2015-02-041-11/+3
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-311-5/+17
* The BCM2835 GPIO controller uses has interrupt lines and not only one.Luiz Otavio O Souza2015-01-301-29/+23
* Allow the retrieving of the reserved pins state.Luiz Otavio O Souza2015-01-301-76/+62
* Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-181-14/+0
* These delays aren't needed. Elimate them. They should be on the orderWarner Losh2014-11-181-2/+0
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-281-2/+3
* Allow the use of the OFW GPIO bus for ti_gpio and bcm2835_gpio. With thisLuiz Otavio O Souza2014-02-131-0/+11
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+4
* Make the sysctl node read-only.Luiz Otavio O Souza2013-12-061-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza2013-10-251-2/+0
* Export a function to allow BCM2835's peripheral devices to enable theirLuiz Otavio O Souza2013-09-071-29/+31
* Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the lastLuiz Otavio O Souza2013-09-061-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underDimitry Andric2013-04-131-2/+2
* Add sysctls for changing GPIO pins functionOleksandr Tymoshenko2012-12-181-26/+163
* Add Raspberry Pi GPIO driverOleksandr Tymoshenko2012-11-231-0/+656