staging: iio: isl29028: deprecate use of isl in compatible string for isil
authorArnaud Ebalard <[email protected]>
Mon, 16 Feb 2015 23:58:39 +0000 (15:58 -0800)
committerLinus Torvalds <[email protected]>
Tue, 17 Feb 2015 01:56:02 +0000 (17:56 -0800)
"isil" and "isl" prefixes are used at various locations inside the kernel
to reference Intersil corporation.  This patch is part of a series fixing
those locations were "isl" is used in compatible strings to use the now
expected "isil" prefix instead (NASDAQ symbol for Intersil and most used
version).  The old compatible string is kept for backward compatibility.

Signed-off-by: Arnaud Ebalard <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Pawel Moll <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Ian Campbell <[email protected]>
Cc: Kumar Gala <[email protected]>
Cc: Russell King <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Thierry Reding <[email protected]>
Cc: Alexandre Courbot <[email protected]>
Cc: Uwe Kleine-Knig <[email protected]>
Cc: Alessandro Zummo <[email protected]>
Cc: Peter Huewe <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Darshana Padmadas <[email protected]>
Cc: Grant Likely <[email protected]>
Cc: Rob Landley <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Guenter Roeck <[email protected]>
Cc: Jason Gunthorpe <[email protected]>
Cc: Uwe Kleine-König <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/staging/iio/light/isl29028.c

index e969107ddb47e18727223a67b9ad5844ba65619e..6440e3b293ca53201714b57ea590a5f397368abf 100644 (file)
@@ -537,8 +537,8 @@ static const struct i2c_device_id isl29028_id[] = {
 MODULE_DEVICE_TABLE(i2c, isl29028_id);
 
 static const struct of_device_id isl29028_of_match[] = {
-       { .compatible = "isl,isl29028", },
-       { .compatible = "isil,isl29028", },/* deprecated, don't use */
+       { .compatible = "isl,isl29028", }, /* for backward compat., don't use */
+       { .compatible = "isil,isl29028", },
        { },
 };
 MODULE_DEVICE_TABLE(of, isl29028_of_match);