summaryrefslogtreecommitdiff
path: root/chip/mec1322/pwm.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* mec1322: Don't try to inline pwm_get_keep_awake_mask()Stefan Reinauer2016-05-101-1/+1
* hooks: Add relative HOOK_INIT priority for peripheralsShawn Nematbakhsh2016-05-051-1/+1
* pwm: Add PWM_CONFIG_DSLEEP config flagShawn Nematbakhsh2016-04-271-2/+18
* pwm: Add option for alternate clock sourceDuncan Laurie2015-11-131-3/+8
* mec1322: Add PWM driverVic (Chun-Ju) Yang2013-12-021-0/+64