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)
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>

No differences found