i2c: Add driver suspend/resume/shutdown support
authorDavid Brownell <david-b@pacbell.net>
Tue, 13 Feb 2007 21:09:00 +0000 (22:09 +0100)
committerJean Delvare <khali@arrakis.delvare>
Tue, 13 Feb 2007 21:09:00 +0000 (22:09 +0100)
commitf37dd80ac2a67e4e4e921f99d34a1ceeb2488abb
treec845e39b24feac331a9a67d49e0b8061f52131b3
parentb8d6f45b32f6fe72bf7304183275e99332544ce1
i2c: Add driver suspend/resume/shutdown support

Driver model updates for the I2C core:

 - Add new suspend(), resume(), and shutdown() methods.  Use them in the
   standard driver model style; document them.

 - Minor doc updates to highlight zero-initialized fields in drivers, and
   the driver model accessors for "clientdata".

If any i2c drivers were previously using the old suspend/resume calls
in "struct driver", they were getting warning messages ... and will
now no longer work.  Other than that, this patch changes no behaviors;
and it lets I2C drivers use conventional PM and shutdown support.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Documentation/i2c/porting-clients
Documentation/i2c/writing-clients
drivers/i2c/i2c-core.c
include/linux/i2c.h