From: Wolfram Sang Date: Thu, 11 Jul 2013 11:56:15 +0000 (+0100) Subject: i2c: move OF helpers into the core X-Git-Tag: v3.12-rc1~140^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=687b81d083c082bc1e853032e3a2a54f8c251d27;p=pandora-kernel.git 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 --- Reading git-diff-tree failed