Date:2010-09-05 03:21:51 (13 years 6 months ago)
Author:Lars C.
Commit:302b0baf37ca38bd884fc379e8271dd5c991ad4f
Message:MIPS: JZ4740: Fix i2c driver name.

The i2c driver is generic to all JZ47XX based SoCs not only the JZ4740. Reflect
this in the driver name.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Files: arch/mips/jz4740/platform.c (1 diff)

Change Details

arch/mips/jz4740/platform.c
142142};
143143
144144struct platform_device jz4740_i2c_device = {
145    .name = "jz4740-i2c",
145    .name = "jz47xx-i2c",
146146    .id = 0,
147147    .num_resources = ARRAY_SIZE(jz4740_i2c_resources),
148148    .resource = jz4740_i2c_resources,

Archive Download the corresponding diff file



interactive