summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/led_driver/led.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-12/+8
* zephyr: leds: use INST macros for finding the device nodesFabio Baltieri2022-11-221-5/+10
* zephyr: led_driver: add separate config for gpio and pwmFabio Baltieri2022-11-211-2/+2
* zephyr/shim: Sort header filesJeremy Bettis2022-11-161-2/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: Add test coverage to get_chipset_stateAl Semjonovs2022-09-011-1/+1
* zephyr: LED: Remove extra_flag propertyParth Malkan2022-08-181-39/+0
* zephyr/shim/src/led_driver/led.c: Format with clang-formatJack Rosenthal2022-06-291-44/+40
* zephyr: LED: Define battery-level property as int rangeParth Malkan2022-06-031-16/+15
* zephyr:test: Resolve linker conflict with gpio_ledAl Semjonovs2022-06-021-1/+1
* zephyr: LED: Use phandles instead of enumsParth Malkan2022-05-191-16/+25
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-3/+3
* zephyr: LED: Enable multi LED supportParth Malkan2022-04-291-19/+56
* zephyr: LED: Change system state node match logicParth Malkan2022-04-271-55/+45
* zephyr: LED: Fix led_tick logicParth Malkan2022-04-211-10/+12
* zephyr: LED: Remove hard-coded supported_led_id arrayParth Malkan2022-04-151-9/+7
* zephyr: LED: Convert brightness range func to use DTParth Malkan2022-04-081-18/+0
* zephyr: LED: Add single PWM LED supportParth Malkan2022-04-051-1/+2
* zephyr: LED: Update gpio led node definesParth Malkan2022-04-051-1/+1
* zephyr: LED: Split GPIO implementationParth Malkan2022-04-021-0/+304