aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpioled.c
Commit message (Expand)AuthorAgeFilesLines
* gpioled: remove redundant -1 checkAhmad Khalifa2025-09-181-2/+0
* gpioled: use hw pin inversion if availableStéphane Rochoy2025-09-051-17/+91
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* gpio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* gpioled: add a new hint for initial stateAndriy Gapon2019-05-231-0/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Refactor FDT part of gpioled driverOleksandr Tymoshenko2016-11-071-99/+0
* [gpioled] add support for inverting the LED polarity.Adrian Chadd2016-07-311-0/+5
* Get rid of two consumers of gpiobus acquire/release.Luiz Otavio O Souza2016-05-221-11/+3
* Fix probe routine to return BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.Luiz Otavio O Souza2016-05-221-6/+5
* Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko2016-05-111-3/+3
* Use DEVMETHOD_END instead of its value to indicate end of methods tableOleksandr Tymoshenko2016-05-111-1/+1
* gpioled(4) depends on gpiobus.Luiz Otavio O Souza2015-08-171-0/+1
* This implements default-state support as described in:Ganbold Tsagaankhuu2015-05-241-3/+24
* Handle multiple "gpio-leds"-compatible nodesOleksandr Tymoshenko2015-04-021-8/+9
* Add ofw_gpiobus_parse_gpios(), a new public function, to parse the gpiosLuiz Otavio O Souza2015-02-281-3/+5
* Fix the build of non-FDT systems by moving the gpiobusvar.h header outsideLuiz Otavio O Souza2014-11-011-5/+3
* Fix the gpiobus locking by using a more sane model where it isn't necessaryLuiz Otavio O Souza2014-10-311-8/+15
* Add OFW support to the in tree gpio compatible devices: gpioiic(4) andLuiz Otavio O Souza2014-02-131-0/+83
* Move the GPIOBUS_SET_PINFLAGS(..., ..., pin, GPIO_PIN_OUTPUT) to led(4)Luiz Otavio O Souza2013-12-061-3/+2
* Set the pin to output on attach, we can't assume it already is.Andrew Thompson2010-11-081-0/+3
* Fix legal staff in GPIO sources:Oleksandr Tymoshenko2010-09-291-10/+11
* Initial GPIO bus support. Includes:Oleksandr Tymoshenko2010-09-281-0/+142