summaryrefslogtreecommitdiffstats
path: root/include/linux/i2c-tegra.h
Commit message (Collapse)AuthorAgeFilesLines
* i2c: tegra: assume CONFIG_OF, remove platform dataStephen Warren2013-03-241-25/+0
| | | | | | | | | Tegra only supports, and always enables, device tree. Remove all ifdefs and runtime checks for DT support from the driver. Platform data is therefore no longer required. Delete the header that defines it. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
* i2c: tegra: Add i2c supportColin Cross2011-02-231-0/+25
Adds I2C bus driver for nVidia Tegra SoCs. Tegra includes 4 I2C controllers, one of which is inside the Dynamic Voltage Controller and has a slightly different register map. Signed-off-by: Colin Cross <ccross@android.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
OpenPOWER on IntegriCloud