zephyr/drivers/pwm
Anas Nashif 8f692c7d38 cleanup: include/: move i2c.h to drivers/i2c.h
move i2c.h to drivers/i2c.h and
create a shim for backward-compatibility.

No functional changes to the headers.
A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES.

Related to #16539

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-06-27 22:55:49 -04:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig drivers/pwm: Driver for SiFive PWM peripheral 2019-02-08 09:09:35 -06:00
Kconfig.dw kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.esp32 kconfig: drivers: pwm: Remove redundant deps. 2019-03-09 10:04:19 -05:00
Kconfig.imx kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.mcux_ftm Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.nrf5_sw drivers: pwm: nrf: Migrate SW PWM Kconfig options to DT 2019-03-12 13:34:01 +01:00
Kconfig.nrfx kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -05:00
Kconfig.pca9685 kconfig: drivers: pwm: Remove redundant deps. 2019-03-09 10:04:19 -05:00
Kconfig.qmsi kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.sam kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.sifive kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.stm32 kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
pwm_dw.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
pwm_handlers.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
pwm_imx.c all: Update unsigend 'U' suffix due to multiplication 2019-03-28 17:15:58 -05:00
pwm_led_esp32.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
pwm_mcux_ftm.c all: Update unsigend 'U' suffix due to multiplication 2019-03-28 17:15:58 -05:00
pwm_nrf5_sw.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
pwm_nrfx.c drivers: pwm_nrfx: Correct prescaler value for undivided clock 2019-04-23 15:32:35 -07:00
pwm_pca9685.c cleanup: include/: move i2c.h to drivers/i2c.h 2019-06-27 22:55:49 -04:00
pwm_pca9685.h cleanup: include/: move i2c.h to drivers/i2c.h 2019-06-27 22:55:49 -04:00
pwm_qmsi.c cleanup: include/: move power.h to power/power.h 2019-06-27 22:55:49 -04:00
pwm_sam.c dts: Convert new/missed DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-15 07:14:12 -04:00
pwm_sifive.c cleanup: include/: move sys_io.h to sys/sys_io.h 2019-06-27 22:55:49 -04:00
pwm_stm32.c all: Update unsigend 'U' suffix due to multiplication 2019-03-28 17:15:58 -05:00
pwm_stm32.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00