| Commit message (Expand) | Author | Age | Files | Lines |
* | led: bcm6858: allow to use this driver on ARCH_963158 | Philippe Reynes | 2019-04-23 | 1 | -1/+1 |
* | led: add initial support for bcm6858 | Philippe Reynes | 2019-04-22 | 3 | -0/+258 |
* | dm: led: move default state support in led uclass | Patrick Delaunay | 2018-08-10 | 2 | -8/+30 |
* | Revert "dm: led: auto probe() LEDs with "default-state"" | Patrick Delaunay | 2018-08-10 | 1 | -9/+0 |
* | led: bcm6328: read base address in the parent node | Philippe Reynes | 2018-07-11 | 1 | -1/+1 |
* | led: bcm6328: convert to use live dt | Álvaro Fernández Rojas | 2018-06-01 | 1 | -35/+17 |
* | led: bcm6358: convert to use live dt | Álvaro Fernández Rojas | 2018-06-01 | 1 | -29/+15 |
* | dm: led: auto probe() LEDs with "default-state" | Patrick Bruenn | 2018-05-08 | 1 | -0/+9 |
* | dm: led: Support "default-state" property | Patrick Bruenn | 2018-05-08 | 1 | -1/+15 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 5 | -11/+5 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | dm: core: Update device_bind_driver_to_node() to use ofnode | Simon Glass | 2017-06-01 | 3 | -10/+7 |
* | dm: Rename dev_addr..() functions | Simon Glass | 2017-06-01 | 2 | -4/+6 |
* | dm: led: add BCM6358 led driver | Álvaro Fernández Rojas | 2017-05-10 | 3 | -0/+236 |
* | dm: led: add BCM6328 led driver | Álvaro Fernández Rojas | 2017-05-10 | 3 | -0/+274 |
* | dm: led: Add support for blinking LEDs | Simon Glass | 2017-04-14 | 2 | -0/+21 |
* | dm: led: Support toggling LEDs | Simon Glass | 2017-04-14 | 1 | -0/+7 |
* | dm: led: Add support for getting the state of an LED | Simon Glass | 2017-04-14 | 2 | -0/+32 |
* | dm: led: Adjust the LED uclass | Simon Glass | 2017-04-14 | 2 | -6/+6 |
* | dm: led: Rename struct led_uclass_plat | Simon Glass | 2017-04-14 | 2 | -4/+4 |
* | dm: led: Add a missing blank line in the Kconfig file | Simon Glass | 2017-04-14 | 1 | -0/+1 |
* | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | 1 | -1/+1 |
* | status_led: Kconfig migration - introduction | Uri Mashiach | 2017-01-21 | 1 | -1/+322 |
* | dm: led: Tidy up SPL options for the led and led-gpio | Simon Glass | 2015-09-02 | 2 | -3/+10 |
* | led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED | Masahiro Yamada | 2015-08-18 | 1 | -1/+1 |
* | drivers: hierarchize drivers Kconfig menu | Masahiro Yamada | 2015-08-12 | 1 | -0/+4 |
* | dm: test: Add a test for the LED uclass | Simon Glass | 2015-07-21 | 1 | -0/+6 |
* | led: Return -ENODEV if the LED device cannot be found | Simon Glass | 2015-07-21 | 1 | -2/+3 |
* | dm: led: Add a driver for GPIO-controlled LEDs | Simon Glass | 2015-07-21 | 3 | -0/+111 |
* | dm: Add support for LEDs | Simon Glass | 2015-07-21 | 3 | -0/+73 |