i2c: nomadik: factor platform data into state container
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 3 Feb 2014 10:27:26 +0000 (11:27 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 5 Mar 2014 16:10:26 +0000 (17:10 +0100)
Move the former platform data struct nmk_i2c_controller into the
per-device state container struct i2c_nmk_client, and remove all
the platform data probe path hacks.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
[wsa: use 100kHz as default]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-nomadik.c

Simple merge