summaryrefslogtreecommitdiffstats
path: root/drivers/led
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-4/+4
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-136-19/+19
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-136-7/+7
* drivers: led: bcm6858: set the correct led polarity registerSteven Lawrance2020-11-191-4/+4
* led: gpio: Default to using node name if label is absentSean Anderson2020-10-081-5/+2
* led: led_cortina: Add CAxxx LED supportJway Lin2020-08-073-0/+307
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-184-0/+4
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* led: bcm6858: allow to use this driver on arm bcm68360Philippe Reynes2020-01-231-1/+1
* led: bcm6858: allow to use this driver on ARCH_963158Philippe Reynes2019-04-231-1/+1
* led: add initial support for bcm6858Philippe Reynes2019-04-223-0/+258
* dm: led: move default state support in led uclassPatrick Delaunay2018-08-102-8/+30
* Revert "dm: led: auto probe() LEDs with "default-state""Patrick Delaunay2018-08-101-9/+0
* led: bcm6328: read base address in the parent nodePhilippe Reynes2018-07-111-1/+1
* led: bcm6328: convert to use live dtÁlvaro Fernández Rojas2018-06-011-35/+17
* led: bcm6358: convert to use live dtÁlvaro Fernández Rojas2018-06-011-29/+15
* dm: led: auto probe() LEDs with "default-state"Patrick Bruenn2018-05-081-0/+9
* dm: led: Support "default-state" propertyPatrick Bruenn2018-05-081-1/+15
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-075-11/+5
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-013-10/+7
* dm: Rename dev_addr..() functionsSimon Glass2017-06-012-4/+6
* dm: led: add BCM6358 led driverÁlvaro Fernández Rojas2017-05-103-0/+236
* dm: led: add BCM6328 led driverÁlvaro Fernández Rojas2017-05-103-0/+274
* dm: led: Add support for blinking LEDsSimon Glass2017-04-142-0/+21
* dm: led: Support toggling LEDsSimon Glass2017-04-141-0/+7
* dm: led: Add support for getting the state of an LEDSimon Glass2017-04-142-0/+32
* dm: led: Adjust the LED uclassSimon Glass2017-04-142-6/+6
* dm: led: Rename struct led_uclass_platSimon Glass2017-04-142-4/+4
* dm: led: Add a missing blank line in the Kconfig fileSimon Glass2017-04-141-0/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* status_led: Kconfig migration - introductionUri Mashiach2017-01-211-1/+322
* dm: led: Tidy up SPL options for the led and led-gpioSimon Glass2015-09-022-3/+10
* led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LEDMasahiro Yamada2015-08-181-1/+1
* drivers: hierarchize drivers Kconfig menuMasahiro Yamada2015-08-121-0/+4
* dm: test: Add a test for the LED uclassSimon Glass2015-07-211-0/+6
* led: Return -ENODEV if the LED device cannot be foundSimon Glass2015-07-211-2/+3
* dm: led: Add a driver for GPIO-controlled LEDsSimon Glass2015-07-213-0/+111
* dm: Add support for LEDsSimon Glass2015-07-213-0/+73