summaryrefslogtreecommitdiff
path: root/include/pwm.h
Commit message (Expand)AuthorAgeFilesLines
* include: Sort header filesJeremy Bettis2022-11-291-2/+2
* test: pwm_hc.c EC_CMD_PWM_SET_DUTYAaron Massey2022-10-141-0/+2
* pwm: Factor out PWM_RAW/PERCENT_TO_PERCENT/RAW()Aaron Massey2022-10-101-0/+5
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* include/pwm.h: Format with clang-formatJack Rosenthal2022-07-011-8/+7
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-6/+6
* Reland "npcx: pwm: Use DCRn greater than CTRn to present its duty cycle is ze...Mulin Chao2019-03-071-6/+0
* Revert "npcx: pwm: Use DCRn greater than CTRn to present its duty cycle is ze...Daisuke Nojiri2019-03-061-0/+6
* npcx: pwm: Use DCRn greater than CTRn to present its duty cycle is zero.Mulin Chao2019-03-051-6/+0
* npcx: Move pwm open-drain functionality from gpio to pwm driver.Mulin Chao2017-03-241-0/+4
* gru: control LEDs by changing frequencyDavid Schneider2016-12-051-0/+6
* pwm: Increse PWM duty resolution to 16bitsSam Hurst2016-09-021-0/+10
* pwm: Add PWM_CONFIG_DSLEEP config flagShawn Nematbakhsh2016-04-271-1/+4
* stm32: pwm: Allow configuration of pwm frequency + complementary outputsShawn Nematbakhsh2015-12-041-3/+8
* pwm: Add option for alternate clock sourceDuncan Laurie2015-11-131-0/+5
* Separate fan_t from pwm_tBill Richardson2013-10-301-0/+3
* Refactor PWM moduleVic Yang2013-08-271-10/+18
* Completely new thermal/fan implementationBill Richardson2013-08-231-36/+0
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-10/+0
* lm4: make configure_kblight_gpios() board dependentAaron Durbin2013-07-161-0/+5
* lm4: break out board-specific fan/tach pin configAaron Durbin2013-05-161-0/+5
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-261-1/+1
* Clean up pwm moduleRandall Spangler2012-10-251-15/+36
* link:re-enable fan RPM controller when neededRandall Spangler2012-10-151-0/+8
* Add 'fanduty' command both EC console and ectool.Bill Richardson2012-06-221-0/+3
* Make ectool correctly report when keyboard backlight is offVic Yang2012-05-261-0/+3
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-6/+0
* Disable screen and keyboard backlights when lid is closed.Randall Spangler2012-04-131-7/+10
* EC_LPC_COMMAND_PWM_GET_FAN_RPM return target RPMVic Yang2012-02-271-0/+3
* Disable fan PWM when +5VS is disabledRandall Spangler2012-02-271-0/+4
* Revert "Disable fan PWM when +5VS is disabled"Dave Tu2012-02-271-4/+0
* Disable fan PWM when +5VS is disabledRandall Spangler2012-02-271-0/+4
* Add EC host commands for keyboard backlightRandall Spangler2012-02-211-1/+4
* Initial sources import 1/3Randall Spangler2011-12-071-0/+28