summaryrefslogtreecommitdiff
path: root/common/led_pwm.c
Commit message (Expand)AuthorAgeFilesLines
* hooks: add HOOK_PRIO_POST_PWMKeith Short2022-03-291-1/+1
* Banshee:implement LED behaviorLeo-Tsai2022-03-101-0/+5
* zephyr: pwm-leds: convert pwm_led to the Zephyr PWM APIFabio Baltieri2022-02-091-0/+2
* led_pwm: move enum casting in the PWM_LED_NO_CHANNEL definitionFabio Baltieri2022-02-081-6/+6
* led_pwm: use struct pwm_led_color_map for storing duty valuesFabio Baltieri2022-02-081-1/+1
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* led_pwm: Cast PWM_LED_NO_CHANNEL when comparingAseda Aboagye2020-01-211-6/+6
* led_pwm: support different pwm modulesTing Shen2019-12-271-12/+15
* common: led_pwm: Enable pwm modules for each channels of LEDs.Mulin Chao2019-05-011-1/+21
* led_pwm: use NEAR_FULL_COLOR when discharging-on-acCaveh Jalali2019-04-181-1/+2
* led_pwm: Add CONFIG_LED_PWM_CHARGE_STATE_ONLYEdward Hill2018-11-211-7/+7
* led_pwm: Fix pulsing bug after init.Aseda Aboagye2018-11-131-0/+8
* led_pwm: Turn off inactive charge port LEDs.Aseda Aboagye2018-11-131-11/+9
* led_pwm: Turn off LEDs when not pulsing.Aseda Aboagye2018-07-311-0/+6
* cleanup: Resolve some defects seen with Coverity.Jonathan Brandmeyer2018-07-201-2/+2
* led_pwm: Add CONFIG_LED_PWM_ACTIVE_CHARGE_PORT_ONLY.Aseda Aboagye2018-06-271-26/+90
* led_pwm: Add a few more features to the ledtest commandSimon Glass2018-02-151-5/+10
* common: Add support for PWM LEDs.Aseda Aboagye2018-02-051-0/+206