summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/gpio/gpio_i2c.txt
AgeCommit message (Collapse)AuthorFilesLines
2012-07-08devicetree: bindings: gpio-i2c belongs to i2c not gpioWolfram Sang1-32/+0
gpio-i2c describes an I2C controller (using gpios for data and clock), so it must be described in i2c, not gpio. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Rob Herring <rob.herring@calxeda.com>
2012-03-15i2c/gpio: add DT supportJean-Christophe PLAGNIOL-VILLARD1-0/+32
To achieve DT support, we need to populate a custom platform_data in a private struct from DT information. To simplify code, the adapter and algorithm are also put into the private struct. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Wolfram Sang <w.sang@pengutronix.de> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>