forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit61045db
i2c: Add support for I2C bus on Freescale CPM1/CPM2 controllers
This driver uses the port of 2.4 code from Vitaly Bordug<vitb@kernel.crashing.org> and the actual algorithm used by the i2cdriver of the DBox code on cvs.tuxboc.org from Felix Domke(tmbinc@gmx.net) and Gillem (htoa@gmx.net) converted to anof_platform_driver. Tested on CPM1 (MPC823 on dbox2 hardware) andCPM2 (MPC8272).Signed-off-by: Jochen Friedrich <jochen@scram.de>Tested-by: Wolfram Sang <w.sang@pengutronix.de>Signed-off-by: Jean Delvare <khali@linux-fr.org>1 parent77e38bf commit61045db
3 files changed
+756
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
302 | 312 | | |
303 | 313 | | |
304 | 314 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments
Comments
(0)