summaryrefslogtreecommitdiff
path: root/chip/stm32/pwm.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-1/+1
* chip: Sort header filesJeremy Bettis2022-11-291-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-3/+3
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-3/+3
* stm32: pwm: fix timer PSC register calculationVirendra Kakade2020-03-131-4/+5
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-3/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-5/+5
* chip/stm32/pwm: Prevent sleeping while PWM output is activeNicolas Boichat2017-07-041-8/+20
* stm32: pwm: Allow configuration of pwm frequency + complementary outputsShawn Nematbakhsh2015-12-041-3/+12
* pwm: Add common initialization for PWM pinsShawn Nematbakhsh2015-12-041-10/+0
* STM32 PWM: Add error case in conditional compilationAnton Staaf2015-06-301-1/+3
* STM32F: Remove support for this familyAnton Staaf2015-06-301-22/+1
* Add support for STM32F373Vic Yang2014-10-071-1/+1
* stm32: pwm: Fix duty cycle / frequency calculationShawn Nematbakhsh2014-10-071-3/+3
* stm32: Fix PWM driverShawn Nematbakhsh2014-09-241-2/+14
* stm32: add support for STM32F0xx familyVincent Palatin2014-03-111-1/+1
* Rename mixed-case config constantsRandall Spangler2013-12-161-2/+2
* Rename pwm_data.h to pwm_chip.hBill Richardson2013-10-281-1/+1
* rambi: Control LEDs using PWMRandall Spangler2013-10-081-0/+5
* Refactor PWM moduleVic Yang2013-08-271-0/+154