zephyr/drivers/pwm
Kuo-Lang Tseng 0e91e84122 drivers: QMSI PWM: simplify driver reentrancy code using IS_ENABLED macro
This is one the series patches that simplifies the driver code by
using the IS_ENABLED macro. This removes the need of the const
variable and the wrapper functions on semaphore APIs.

Jira: ZEP-1251

Change-Id: Ic2df5d04966d2a066478ca3e119f76d24fc4dfb3
Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
2017-02-08 19:08:31 +00:00
..
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.dw license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.k64 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.pca9685 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.qmsi license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stm32 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile
pwm_dw.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pwm_k64_ftm.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pwm_k64_ftm.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pwm_pca9685.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pwm_pca9685.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pwm_qmsi.c drivers: QMSI PWM: simplify driver reentrancy code using IS_ENABLED macro 2017-02-08 19:08:31 +00:00
pwm_stm32.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pwm_stm32.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00