commit | 687b81d083c082bc1e853032e3a2a54f8c251d27 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa@the-dreams.de> | Thu Jul 11 12:56:15 2013 +0100 |
committer | Wolfram Sang <wsa@the-dreams.de> | Fri Aug 23 10:22:20 2013 +0200 |
tree | 60ce91a6ecc84a8bfd1968772cd081c0afdce0f8 | |
parent | c1d15b68aab86f1f3b602fa65e7618c0065d46e6 [diff] |
i2c: move OF helpers into the core I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and the core, and so we can finally register child nodes in the core instead of doing this manually in each driver. So, fix the drivers and documentation, too. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>