From: David Brownell Date: Sat, 13 Oct 2007 21:56:29 +0000 (+0200) Subject: i2c: New-style devices can support driver model wakeup flags X-Git-Tag: v2.6.24-rc1~1357 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bbb835d4c53faf0bca62f0e39835926bef40b1f;p=pandora-kernel.git i2c: New-style devices can support driver model wakeup flags We need to be able to flag I2C devices, such as RTCs, which can issue wake events (usually through IRQ lines). This adds an i2c_board_info.flags bit, and uses it to initialize the i2c device node. (And shrinks a few lines that were overly long.) Signed-off-by: David Brownell Signed-off-by: Jean Delvare --- Reading git-diff-tree failed