aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/i2c/bfin_twi.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-08-27blackfin: merge the two TWI header filesWolfram Sang1-145/+0
There seems to be no need for separate ones since all users include both files anyhow. Merge them because include/linux/i2c is to be deprecated. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
2014-03-09i2c: bfin-twi: move bits macros and structs in header from arch include to generic includeSonic Zhang1-0/+145
The ADI TWI peripheral is not binding to the Blackfin processor only. The bits macros and structs should be put in the generic include header. And update head file path in drivers accordingly. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>