summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm_qmsi.c
AgeCommit message (Expand)Author
2017-04-21drivers: convert to using newly introduced integer sized typesKumar Gala
2017-02-10drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEPJuan Solano
2017-02-08drivers: QMSI PWM: simplify driver reentrancy code using IS_ENABLED macroKuo-Lang Tseng
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2016-11-16drivers: pwm: Fix uninitialized pointerSergio Rodriguez
2016-11-10drivers: pwm: update to unified kernelBaohong Liu
2016-11-09kernel: deprecate old init levelsAndrew Boie
2016-11-08drivers: pwm_qmsi: add type cast to prevent overflowBaohong Liu
2016-11-03pwm_qmsi: Use qm_pwm_save/restore_context APIsJuanX Solano Menacho
2016-10-31pwm: qmsi_shim: implement pwm driver required by new APIsBaohong Liu
2016-10-31ext qmsi: Update to QMSI 1.3 releaseIván Briano
2016-10-25drivers/pwm_qmsi: Make driver_api structure const.Marcus Shawcroft
2016-10-25drivers/pwm: fix pwm_qmsi_set_values() return errorQiu Peiyang
2016-10-15pwm: qmsi: Remove RW data from driver config structure.Marcus Shawcroft
2016-10-05drivers qmsi: Fix power management with reentrancy disabledIván Briano
2016-09-22power_mgmt: Update sample and drivers according to new pm device APIamirkapl
2016-08-25drivers: pwm_shim: correct api argument inconsistencyBaohong Liu
2016-08-02pwm qmsi: Add suspend/resumeIván Briano
2016-07-29pwm: Remove suspend and resume hooks from pwm_driver_apiIván Briano
2016-07-28qmsi: pwm: Use locking mechanism to guard critical regionsKuo-Lang Tseng
2016-07-06pwm: Implement set period and duty cycle APISergio Rodriguez
2016-05-23qmsi: update qmsi to 1.1 alphaAnas Nashif
2016-04-28pwm/qmsi: use new DEVICE_AND_API_INIT()Daniel Leung
2016-03-16drivers: Replace DEV_INVALID_OP by -ENOTSUPAndre Guedes
2016-03-16drivers: Replace DEV_FAIL by -EIOAndre Guedes
2016-03-16drivers: Replace DEV_OK by 0Andre Guedes
2016-03-05pwm: QMSI PWM driverSergio Rodriguez