summaryrefslogtreecommitdiff
path: root/include/linux/i2c/s6000.h
AgeCommit message (Collapse)AuthorFilesLines
2014-07-16i2c: s6000: remove duplicate driverWolfram Sang1-10/+0
It turned out that the s6000 simply has a designware IP core and should use the designated driver for it which is way more maintained and feature complete. There are currently no users in tree, and not even a toolchain for s6000 seems to be available. So, simply remove this duplicate. If someone needs assistance in converting to the designware driver, the i2c list will be there to help. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
2009-04-07i2c: xtensa s6000 i2c driverOskar Schirmer1-0/+10
Support for the s6000 on-chip i2c controller. Signed-off-by: Oskar Schirmer <os@emlix.com> Signed-off-by: Daniel Glöckner <dg@emlix.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>