summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/led_driver/led_pwm.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14909.124.B-...factory-brya-14909.124.B-mainYH Lin2022-12-051-12/+10
* zephyr: leds: use INST macros for finding the device nodesFabio Baltieri2022-11-221-4/+7
* zephyr: leds: move led value in the pwm led bindingFabio Baltieri2022-11-221-3/+3
* zephyr: led_driver: add separate config for gpio and pwmFabio Baltieri2022-11-211-3/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: pwm_led driver testTing Shen2022-08-181-0/+2
* zephyr: led_pwm: check led_id in LED apisTing Shen2022-07-281-1/+10
* zephyr: shim: leds: Use 'period' from PWM spec inplace of 'pwm-frequency'Madhurima Paruchuri2022-07-221-12/+5
* zephyr/shim/src/led_driver/led_pwm.c: Format with clang-formatJack Rosenthal2022-06-301-38/+31
* zephyr: LED: Use phandles instead of enumsParth Malkan2022-05-191-53/+38
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-3/+3
* zephyr: shim: update to the new pwm_set Zephyr APIFabio Baltieri2022-04-291-16/+16
* zephyr: LED: Enable multi LED supportParth Malkan2022-04-291-7/+9
* zephyr: LED: Generate pins count from each nodeParth Malkan2022-04-271-6/+13
* zephyr: LED: Remove hard-coded supported_led_id arrayParth Malkan2022-04-151-0/+20
* zephyr: LED: Convert hard-coded led_color enum to use DTstabilize-14682.B-mainParth Malkan2022-04-091-1/+0
* zephyr: LED: Convert brightness range func to use DTParth Malkan2022-04-081-1/+39
* zephyr: LED: Add single PWM LED supportParth Malkan2022-04-051-0/+102