summaryrefslogtreecommitdiff
path: root/chip/lm4/pwm.c
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-70/+0
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* hooks: Add relative HOOK_INIT priority for peripheralsShawn Nematbakhsh2016-05-051-1/+1
* Separate common fan behavior from implementationBill Richardson2013-10-301-7/+7
* Start separating LM4 pwm logic from fan logic.Bill Richardson2013-10-301-69/+20
* Rename pwm_data.h to pwm_chip.hBill Richardson2013-10-281-1/+1
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-101-2/+2
* rambi: Control LEDs using PWMRandall Spangler2013-10-081-4/+11
* Refactor PWM moduleVic Yang2013-08-271-0/+112
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-261-475/+0
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-3/+3
* Switch PWM to use HOOK_SECOND instead of its own taskRandall Spangler2012-10-301-21/+18
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-1/+1
* Clean up pwm moduleRandall Spangler2012-10-251-25/+87
* Hook functions no longer return valuesRandall Spangler2012-10-231-12/+5
* link:re-enable fan RPM controller when neededRandall Spangler2012-10-151-38/+56
* link: EC reclaims fan control on AP shutdownRandall Spangler2012-10-111-2/+2
* link: Reset fan target RPM when suspendingRandall Spangler2012-10-111-0/+1
* Support up to 24 thermal sensorsRandall Spangler2012-07-221-28/+30
* Disable keyboard backlight on suspend entryDuncan Laurie2012-07-191-0/+1
* Handle invalid parameter of fan duty cycle and keyboard backlightVic Yang2012-07-091-0/+10
* Preserve PWM module state across system jumpVic Yang2012-07-071-13/+59
* Support host event get/set/clear on all host interfacesRandall Spangler2012-07-071-3/+1
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-071-6/+4
* Shut off keyboard backlight at chipset shutdownRandall Spangler2012-06-251-26/+26
* Add 'fanduty' command both EC console and ectool.Bill Richardson2012-06-221-18/+23
* Reenable EC console 'fanduty' command, for testing.Bill Richardson2012-06-221-1/+1
* Make ectool correctly report when keyboard backlight is offVic Yang2012-05-261-0/+6
* Better help for console commandsRandall Spangler2012-05-251-11/+22
* More debug command cleanup to save spaceRandall Spangler2012-05-211-46/+25
* Disable unused BDS functionalityRandall Spangler2012-05-171-12/+0
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-3/+3
* Fan power is on +5VALW, not VS.Randall Spangler2012-05-151-1/+1
* Add hooks for chipset power transitionsRandall Spangler2012-05-091-0/+16
* Prevent issuing warning when fan is offVic Yang2012-04-301-1/+2
* Issue warning on fan stall.Vic Yang2012-04-261-0/+16
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-27/+26
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-1/+3
* Disable screen and keyboard backlights when lid is closed.Randall Spangler2012-04-131-0/+11
* Change task messages to eventsRandall Spangler2012-04-061-2/+2
* Fan console commands should enable the fanRandall Spangler2012-03-081-2/+7
* Console command for thermal engine fan control.Vic Yang2012-02-291-0/+11
* EC_LPC_COMMAND_PWM_GET_FAN_RPM return target RPMVic Yang2012-02-271-0/+6
* Write current fan speed to LPC mapped value space.Vic Yang2012-02-271-0/+32
* Disable fan PWM when +5VS is disabledRandall Spangler2012-02-271-7/+27
* Revert "Disable fan PWM when +5VS is disabled"Dave Tu2012-02-271-22/+7
* Disable fan PWM when +5VS is disabledRandall Spangler2012-02-271-7/+22
* Add EC host commands for keyboard backlightRandall Spangler2012-02-211-11/+11
* Add workaround for fan controller to handle speeds more than 7000 rpmRandall Spangler2012-01-271-5/+17
* register console commands at compile-timeVincent Palatin2012-01-241-5/+4