From: David Miller Date: Wed, 22 Oct 2008 18:21:30 +0000 (+0200) Subject: i2c-algo-pcf: Add adapter hooks around xfer begin and end X-Git-Tag: v2.6.28-rc1~32^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30091404af5a7cd515e7b565df76932e295d8f6f;p=pandora-kernel.git i2c-algo-pcf: Add adapter hooks around xfer begin and end Some I2C bus implementations need to synchronize with external entities, such as system firmware, which might also be programming the same I2C bus. In order to facilitate this add ->xfer_begin() and ->xfer_end() hooks which are invoked around pcf_xfer(). [JD: Make these hooks optional.] Signed-off-by: David S. Miller Signed-off-by: Jean Delvare --- Reading git-diff-tree failed