i2c-nomadik: turn the platform driver to an amba driver
authorAlessandro Rubini <rubini@gnudd.com>
Mon, 11 Jun 2012 20:56:38 +0000 (22:56 +0200)
committerWolfram Sang <w.sang@pengutronix.de>
Mon, 9 Jul 2012 09:40:46 +0000 (11:40 +0200)
The i2c-nomadik gateware is really a PrimeCell APB device. By hosting
the driver under the amba bus we can access it more easily, for
example using the generic pci-amba driver. The patch also fixes the
mach-ux500 users, so they register an amba device instead than a
platform device.

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>

No differences found