summaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpioled.c
AgeCommit message (Expand)Author
2025-09-19gpioled: remove redundant -1 checkAhmad Khalifa
2025-09-05gpioled: use hw pin inversion if availableStéphane Rochoy
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-09gpio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2019-05-23gpioled: add a new hint for initial stateAndriy Gapon
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-11-07Refactor FDT part of gpioled driverOleksandr Tymoshenko
2016-07-31[gpioled] add support for inverting the LED polarity.Adrian Chadd
2016-05-22Get rid of two consumers of gpiobus acquire/release.Luiz Otavio O Souza
2016-05-22Fix probe routine to return BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.Luiz Otavio O Souza
2016-05-11Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko
2016-05-11Use DEVMETHOD_END instead of its value to indicate end of methods tableOleksandr Tymoshenko
2015-08-17gpioled(4) depends on gpiobus.Luiz Otavio O Souza
2015-05-24This implements default-state support as described in:Ganbold Tsagaankhuu
2015-04-02Handle multiple "gpio-leds"-compatible nodesOleksandr Tymoshenko
2015-02-28Add ofw_gpiobus_parse_gpios(), a new public function, to parse the gpiosLuiz Otavio O Souza
2014-11-01Fix the build of non-FDT systems by moving the gpiobusvar.h header outsideLuiz Otavio O Souza
2014-10-31Fix the gpiobus locking by using a more sane model where it isn't necessaryLuiz Otavio O Souza
2014-02-13Add OFW support to the in tree gpio compatible devices: gpioiic(4) andLuiz Otavio O Souza
2013-12-06Move the GPIOBUS_SET_PINFLAGS(..., ..., pin, GPIO_PIN_OUTPUT) to led(4)Luiz Otavio O Souza
2010-11-08Set the pin to output on attach, we can't assume it already is.Andrew Thompson
2010-09-29Fix legal staff in GPIO sources:Oleksandr Tymoshenko
2010-09-28Initial GPIO bus support. Includes:Oleksandr Tymoshenko