[PATCH 1/4] Implement module aliasing for i2c to translate from device tree names

2007-12-09 Thread Jon Smirl
This patch allows new style i2c chip drivers to have alias names using the official kernel aliasing system and MODULE_DEVICE_TABLE(). I've tested it on PowerPC and x86. This change is required for PowerPC device tree support. Signed-off-by: Jon Smirl <[EMAIL PROTECTED]> --- drivers/i2c/i2c-core.

[PATCH 1/4] Implement module aliasing for i2c to translate from device tree names

2007-12-03 Thread Jon Smirl
This patch allows new style i2c chip drivers to have alias names using the official kernel aliasing system and MODULE_DEVICE_TABLE(). I've tested it on PowerPC and x86. This change is required for PowerPC device tree support. --- drivers/i2c/i2c-core.c | 34 +++-