mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
f37dd80ac2
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> |
||
---|---|---|
.. | ||
busses | ||
chips | ||
dev-interface | ||
functionality | ||
i2c-protocol | ||
i2c-stub | ||
porting-clients | ||
smbus-protocol | ||
summary | ||
ten-bit-addresses | ||
writing-clients |