i2c-mpc: add support for the MPC512x processors from Freescale
authorWolfgang Grandegger <wg@denx.de>
Wed, 17 Feb 2010 10:19:19 +0000 (11:19 +0100)
committerBen Dooks <ben-linux@fluff.org>
Sun, 7 Mar 2010 22:03:09 +0000 (22:03 +0000)
commitf00d738f04899534e2c372b2ad8b670050a945e2
tree596fd931e26ee47c97c8b28df3a30b262af0dd51
parenta93522116ee5aa13eeb74c0fd73d8c5d15211e64
i2c-mpc: add support for the MPC512x processors from Freescale

As I2C interrupts must  be enabled for the MPC512x by the setup function
as well, "fsl,preserve-clocking" is handled in a slighly different way.
Also, the old settings are now reported calling dev_dbg(). For the
MPC512x the clock setup function of the MPC52xx can be re-used.
Furthermore, the Kconfig help has been updated and corrected.

Signed-off-by: Wolfgang Grandegger <wg@denx.de>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/i2c/busses/Kconfig
drivers/i2c/busses/i2c-mpc.c