zephyr/drivers/pwm
Daniel Leung 8c27aedb79 pwm: pca9685: remove call to i2c_configure for every write
The I2C controller should have been already setup before this driver.

Since the only use right now is on Gelileo and I2C_DW driver. it is
safe to remove the i2c_configure() call now as the driver has default
configuration at boot.

Change-Id: Ia384e28871bf76dcfec899860f93da4bf0948ba6
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:24:21 -05:00
..
Kconfig pwm: add driver for PCA9685 PWM chip 2016-02-05 20:24:19 -05:00
Makefile pwm: add driver for PCA9685 PWM chip 2016-02-05 20:24:19 -05:00
pwm-pca9685.c pwm: pca9685: remove call to i2c_configure for every write 2016-02-05 20:24:21 -05:00
pwm-pca9685.h pwm: add driver for PCA9685 PWM chip 2016-02-05 20:24:19 -05:00