commit | 94bba071d6fab217c5a89e4de93d89b6aca9e2e5 | [log] [tgz] |
---|---|---|
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | Sun Dec 17 16:16:02 2017 +0530 |
committer | Maureen Helm <maureen.helm@nxp.com> | Fri Apr 27 10:46:53 2018 -0500 |
tree | 3dce7073d98fb9b162a5284fbd74ca2f815de065 | |
parent | c7d808f96501697723245d81e901224668b8eeca [diff] |
drivers: led: Add public API for LED drivers Add support for LED APIs for controlling the LED devices. This API can be used by the LED devices present on the chip and connected externally via buses like I2C, SPI etc... Following APIs are currently supported: 1. led_blink 2. led_set_brightness 3. led_on 4. led_off Driver support using these APIs will be added in subsequent patches. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>