summaryrefslogtreecommitdiff
path: root/include/pwm.h
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-72/+0
* 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