summaryrefslogtreecommitdiff
path: root/drivers/led/led_gpio.c
AgeCommit message (Expand)Author
2022-04-28led: gpio: Use NOP uclass driver for top-level nodeMarek Vasut
2022-04-28led: gpio: Check device compatible string to determine the top level nodeMarek Vasut
2022-04-14led: gpio: Drop duplicate OF "label" property parsingMarek Vasut
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-08led: gpio: Default to using node name if label is absentSean Anderson
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2018-08-10dm: led: move default state support in led uclassPatrick Delaunay
2018-08-10Revert "dm: led: auto probe() LEDs with "default-state""Patrick Delaunay
2018-05-08dm: led: auto probe() LEDs with "default-state"Patrick Bruenn
2018-05-08dm: led: Support "default-state" propertyPatrick Bruenn
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass
2017-04-14dm: led: Support toggling LEDsSimon Glass
2017-04-14dm: led: Add support for getting the state of an LEDSimon Glass
2017-04-14dm: led: Adjust the LED uclassSimon Glass
2017-04-14dm: led: Rename struct led_uclass_platSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2015-07-21dm: test: Add a test for the LED uclassSimon Glass
2015-07-21dm: led: Add a driver for GPIO-controlled LEDsSimon Glass