From: Benjamin Herrenschmidt Date: Wed, 8 Feb 2006 04:04:18 +0000 (+1100) Subject: [PATCH] powerpc: Fix sound driver use of i2c X-Git-Tag: v2.6.16-rc3~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=367636e8a9ef250d5b255f9d299e1c27cb3d7ea3;p=pandora-kernel.git [PATCH] powerpc: Fix sound driver use of i2c The PowerMac sound drivers used to rely on a "bug" of the i2c-keywest driver that implemented I2C_SMBUS_BLOCK_DATA incorrectly, that is it did what I2C_SMBUS_I2C_BLOCK_DATA should have done. The new i2c-powermac driver that replaces keywest has this bug fixed, thus the sound drivers must be fixed too. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed