mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233: rewrite i2c driver
The new driver provides several new features: - asynchronous transfer - transactions (several transfers executed at once) - queueing The style still provides the legacy interface. Change-Id: I6d8ecc89d1f7057847c9b2dc69b76cd45c9c8407
This commit is contained in:
parent
615c638c7d
commit
4d42e3685c
3 changed files with 356 additions and 78 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include "fmradio-imx233.h"
|
||||
#include "fmradio-target.h"
|
||||
#include "pinctrl-imx233.h"
|
||||
#include "i2c.h"
|
||||
#include "i2c-imx233.h"
|
||||
#include "generic_i2c.h"
|
||||
|
||||
#ifndef IMX233_FMRADIO_I2C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue