• W
    i2c: move OF helpers into the core · 687b81d0
    Wolfram Sang 提交于
    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: NWolfram Sang <wsa@the-dreams.de>
    687b81d0
i2c-mxs.c 20.5 KB