Skip to content
Commit 687b81d0 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

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: default avatarWolfram Sang <wsa@the-dreams.de>
parent c1d15b68
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment