projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c2a28
)
i2c: i2c-rcar: deprecate class based instantiation
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 10 Feb 2014 10:04:06 +0000
(11:04 +0100)
committer
Wolfram Sang
<wsa@the-dreams.de>
Wed, 5 Mar 2014 16:17:15 +0000
(17:17 +0100)
Warn users that class based instantiation is going away soon in favour
of more robust probing and faster bootup times.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-rcar.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-rcar.c
b/drivers/i2c/busses/i2c-rcar.c
index
cc60bc6
..
d4fa8eb
100644
(file)
--- a/
drivers/i2c/busses/i2c-rcar.c
+++ b/
drivers/i2c/busses/i2c-rcar.c
@@
-692,7
+692,7
@@
static int rcar_i2c_probe(struct platform_device *pdev)
adap = &priv->adap;
adap->nr = pdev->id;
adap->algo = &rcar_i2c_algo;
- adap->class = I2C_CLASS_HWMON | I2C_CLASS_SPD;
+ adap->class = I2C_CLASS_HWMON | I2C_CLASS_SPD
| I2C_CLASS_DEPRECATED
;
adap->retries = 3;
adap->dev.parent = dev;
adap->dev.of_node = dev->of_node;