Changeset 26152
- Timestamp:
- 2011-03-13T23:39:16+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/lantiq/patches/910-falcon-i2c.patch
r26021 r26152 23 23 --- /dev/null 24 24 +++ b/drivers/i2c/busses/i2c-falcon.c 25 @@ -0,0 +1,80 2@@25 @@ -0,0 +1,803 @@ 26 26 +/* 27 27 + * This program is free software; you can redistribute it and/or modify … … 52 52 +#include <linux/clk.h> 53 53 +#include <linux/err.h> 54 +#include <linux/slab.h> 54 55 + 55 56 +/* CURRENT ISSUES:
Note: See TracChangeset
for help on using the changeset viewer.