summaryrefslogtreecommitdiff
path: root/drivers/led
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-4/+4
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass6-19/+19
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass6-7/+7
2020-11-19drivers: led: bcm6858: set the correct led polarity registerSteven Lawrance1-4/+4
2020-10-08led: gpio: Default to using node name if label is absentSean Anderson1-5/+2
2020-08-08led: led_cortina: Add CAxxx LED supportJway Lin3-0/+307
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass4-0/+4
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-23led: bcm6858: allow to use this driver on arm bcm68360Philippe Reynes1-1/+1
2019-04-24led: bcm6858: allow to use this driver on ARCH_963158Philippe Reynes1-1/+1
2019-04-23led: add initial support for bcm6858Philippe Reynes3-0/+258
2018-08-10dm: led: move default state support in led uclassPatrick Delaunay2-8/+30
2018-08-10Revert "dm: led: auto probe() LEDs with "default-state""Patrick Delaunay1-9/+0
2018-07-11led: bcm6328: read base address in the parent nodePhilippe Reynes1-1/+1
2018-06-01led: bcm6328: convert to use live dtÁlvaro Fernández Rojas1-35/+17
2018-06-01led: bcm6358: convert to use live dtÁlvaro Fernández Rojas1-29/+15
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 Rini5-11/+5
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 Glass3-10/+7
2017-06-01dm: Rename dev_addr..() functionsSimon Glass2-4/+6
2017-05-10dm: led: add BCM6358 led driverÁlvaro Fernández Rojas3-0/+236
2017-05-10dm: led: add BCM6328 led driverÁlvaro Fernández Rojas3-0/+274
2017-04-15dm: led: Add support for blinking LEDsSimon Glass2-0/+21
2017-04-15dm: led: Support toggling LEDsSimon Glass1-0/+7
2017-04-15dm: led: Add support for getting the state of an LEDSimon Glass2-0/+32
2017-04-15dm: led: Adjust the LED uclassSimon Glass2-6/+6
2017-04-15dm: led: Rename struct led_uclass_platSimon Glass2-4/+4
2017-04-15dm: led: Add a missing blank line in the Kconfig fileSimon Glass1-0/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2017-01-21status_led: Kconfig migration - introductionUri Mashiach1-1/+322
2015-09-03dm: led: Tidy up SPL options for the led and led-gpioSimon Glass2-3/+10
2015-08-18led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LEDMasahiro Yamada1-1/+1
2015-08-13drivers: hierarchize drivers Kconfig menuMasahiro Yamada1-0/+4
2015-07-22dm: test: Add a test for the LED uclassSimon Glass1-0/+6
2015-07-22led: Return -ENODEV if the LED device cannot be foundSimon Glass1-2/+3
2015-07-22dm: led: Add a driver for GPIO-controlled LEDsSimon Glass3-0/+111
2015-07-22dm: Add support for LEDsSimon Glass3-0/+73