mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 21:25:23 +00:00
In the initial version of the I2C shim driver, the i2c clock gate was enabled within i2c_qmsi_configure(). After some review rounds we decided to move it to i2c_qmsi_init() but missed to remove the clk_periph_disable call within i2c_qmsi_configure(). So this patch removes it. Change-Id: Id45dba2e00a5649846d305399bc1b2b275063cb6 Signed-off-by: Andre Guedes <andre.guedes@intel.com> |
||
---|---|---|
.. | ||
802.15.4 | ||
adc | ||
aio | ||
bluetooth | ||
clock_control | ||
console | ||
ethernet | ||
gpio | ||
grove | ||
i2c | ||
interrupt_controller | ||
ipm | ||
nble | ||
pci | ||
pinmux | ||
pwm | ||
qmsi | ||
random | ||
rtc | ||
serial | ||
shared_irq | ||
spi | ||
timer | ||
watchdog | ||
Kconfig | ||
Makefile |