summaryrefslogtreecommitdiff
path: root/drivers/led/led_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-08led: gpio: Default to using node name if label is absentSean Anderson1-5/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2018-08-10dm: led: move default state support in led uclassPatrick Delaunay1-8/+0
2018-08-10Revert "dm: led: auto probe() LEDs with "default-state""Patrick Delaunay1-9/+0
2018-05-08dm: led: auto probe() LEDs with "default-state"Patrick Bruenn1-0/+9
2018-05-08dm: led: Support "default-state" propertyPatrick Bruenn1-1/+15
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-8/+5
2017-04-15dm: led: Support toggling LEDsSimon Glass1-0/+7
2017-04-15dm: led: Add support for getting the state of an LEDSimon Glass1-0/+22
2017-04-15dm: led: Adjust the LED uclassSimon Glass1-3/+3
2017-04-15dm: led: Rename struct led_uclass_platSimon Glass1-2/+2
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2015-07-22dm: test: Add a test for the LED uclassSimon Glass1-0/+6
2015-07-22dm: led: Add a driver for GPIO-controlled LEDsSimon Glass1-0/+101