]> www.infradead.org Git - linux.git/commitdiff
hwmon: Switch i2c drivers back to use .probe()
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 5 May 2023 13:17:18 +0000 (15:17 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 8 Jun 2023 13:41:17 +0000 (06:41 -0700)
After commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new()
call-back type"), all drivers being converted to .probe_new() and then
03c835f498b5 ("i2c: Switch .probe() to not take an id parameter") convert
back to (the new) .probe() to be able to eventually drop .probe_new() from
struct i2c_driver.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20230505131718.1210071-1-u.kleine-koenig@pengutronix.de
[groeck: Added missing change in pmbus/acbel-fsg032.c]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
163 files changed:
drivers/hwmon/ad7414.c
drivers/hwmon/ad7418.c
drivers/hwmon/adc128d818.c
drivers/hwmon/adm1021.c
drivers/hwmon/adm1025.c
drivers/hwmon/adm1026.c
drivers/hwmon/adm1029.c
drivers/hwmon/adm1031.c
drivers/hwmon/adm1177.c
drivers/hwmon/adm9240.c
drivers/hwmon/ads7828.c
drivers/hwmon/adt7410.c
drivers/hwmon/adt7411.c
drivers/hwmon/adt7462.c
drivers/hwmon/adt7470.c
drivers/hwmon/adt7475.c
drivers/hwmon/aht10.c
drivers/hwmon/amc6821.c
drivers/hwmon/asb100.c
drivers/hwmon/asc7621.c
drivers/hwmon/atxp1.c
drivers/hwmon/dme1737.c
drivers/hwmon/ds1621.c
drivers/hwmon/ds620.c
drivers/hwmon/emc1403.c
drivers/hwmon/emc2103.c
drivers/hwmon/emc2305.c
drivers/hwmon/emc6w201.c
drivers/hwmon/f75375s.c
drivers/hwmon/fschmd.c
drivers/hwmon/ftsteutates.c
drivers/hwmon/g760a.c
drivers/hwmon/g762.c
drivers/hwmon/gl518sm.c
drivers/hwmon/gl520sm.c
drivers/hwmon/hih6130.c
drivers/hwmon/ina209.c
drivers/hwmon/ina238.c
drivers/hwmon/ina2xx.c
drivers/hwmon/ina3221.c
drivers/hwmon/jc42.c
drivers/hwmon/lineage-pem.c
drivers/hwmon/lm63.c
drivers/hwmon/lm73.c
drivers/hwmon/lm75.c
drivers/hwmon/lm77.c
drivers/hwmon/lm78.c
drivers/hwmon/lm80.c
drivers/hwmon/lm83.c
drivers/hwmon/lm85.c
drivers/hwmon/lm87.c
drivers/hwmon/lm90.c
drivers/hwmon/lm92.c
drivers/hwmon/lm93.c
drivers/hwmon/lm95234.c
drivers/hwmon/lm95241.c
drivers/hwmon/lm95245.c
drivers/hwmon/ltc2945.c
drivers/hwmon/ltc2947-i2c.c
drivers/hwmon/ltc2990.c
drivers/hwmon/ltc2992.c
drivers/hwmon/ltc4151.c
drivers/hwmon/ltc4215.c
drivers/hwmon/ltc4222.c
drivers/hwmon/ltc4245.c
drivers/hwmon/ltc4260.c
drivers/hwmon/ltc4261.c
drivers/hwmon/max127.c
drivers/hwmon/max16065.c
drivers/hwmon/max1619.c
drivers/hwmon/max1668.c
drivers/hwmon/max31730.c
drivers/hwmon/max31760.c
drivers/hwmon/max31790.c
drivers/hwmon/max6620.c
drivers/hwmon/max6621.c
drivers/hwmon/max6639.c
drivers/hwmon/max6642.c
drivers/hwmon/max6650.c
drivers/hwmon/max6697.c
drivers/hwmon/mc34vr500.c
drivers/hwmon/mcp3021.c
drivers/hwmon/nct6775-i2c.c
drivers/hwmon/nct7802.c
drivers/hwmon/nct7904.c
drivers/hwmon/occ/p8_i2c.c
drivers/hwmon/pcf8591.c
drivers/hwmon/pmbus/acbel-fsg032.c
drivers/hwmon/pmbus/adm1266.c
drivers/hwmon/pmbus/adm1275.c
drivers/hwmon/pmbus/bel-pfe.c
drivers/hwmon/pmbus/bpa-rs600.c
drivers/hwmon/pmbus/delta-ahe50dc-fan.c
drivers/hwmon/pmbus/dps920ab.c
drivers/hwmon/pmbus/fsp-3y.c
drivers/hwmon/pmbus/ibm-cffps.c
drivers/hwmon/pmbus/inspur-ipsps.c
drivers/hwmon/pmbus/ir35221.c
drivers/hwmon/pmbus/ir36021.c
drivers/hwmon/pmbus/ir38064.c
drivers/hwmon/pmbus/irps5401.c
drivers/hwmon/pmbus/isl68137.c
drivers/hwmon/pmbus/lm25066.c
drivers/hwmon/pmbus/lt7182s.c
drivers/hwmon/pmbus/ltc2978.c
drivers/hwmon/pmbus/ltc3815.c
drivers/hwmon/pmbus/max15301.c
drivers/hwmon/pmbus/max16064.c
drivers/hwmon/pmbus/max16601.c
drivers/hwmon/pmbus/max20730.c
drivers/hwmon/pmbus/max20751.c
drivers/hwmon/pmbus/max31785.c
drivers/hwmon/pmbus/max34440.c
drivers/hwmon/pmbus/max8688.c
drivers/hwmon/pmbus/mp2888.c
drivers/hwmon/pmbus/mp2975.c
drivers/hwmon/pmbus/mp5023.c
drivers/hwmon/pmbus/mpq7932.c
drivers/hwmon/pmbus/pim4328.c
drivers/hwmon/pmbus/pli1209bc.c
drivers/hwmon/pmbus/pm6764tr.c
drivers/hwmon/pmbus/pmbus.c
drivers/hwmon/pmbus/pxe1610.c
drivers/hwmon/pmbus/q54sj108a2.c
drivers/hwmon/pmbus/stpddc60.c
drivers/hwmon/pmbus/tda38640.c
drivers/hwmon/pmbus/tps40422.c
drivers/hwmon/pmbus/tps53679.c
drivers/hwmon/pmbus/tps546d24.c
drivers/hwmon/pmbus/ucd9000.c
drivers/hwmon/pmbus/ucd9200.c
drivers/hwmon/pmbus/xdpe12284.c
drivers/hwmon/pmbus/xdpe152c4.c
drivers/hwmon/pmbus/zl6100.c
drivers/hwmon/powr1220.c
drivers/hwmon/sbrmi.c
drivers/hwmon/sbtsi_temp.c
drivers/hwmon/sht21.c
drivers/hwmon/sht3x.c
drivers/hwmon/sht4x.c
drivers/hwmon/shtc1.c
drivers/hwmon/smm665.c
drivers/hwmon/smsc47m192.c
drivers/hwmon/stts751.c
drivers/hwmon/tc654.c
drivers/hwmon/tc74.c
drivers/hwmon/thmc50.c
drivers/hwmon/tmp102.c
drivers/hwmon/tmp103.c
drivers/hwmon/tmp108.c
drivers/hwmon/tmp401.c
drivers/hwmon/tmp421.c
drivers/hwmon/tmp464.c
drivers/hwmon/tmp513.c
drivers/hwmon/tps23861.c
drivers/hwmon/w83773g.c
drivers/hwmon/w83781d.c
drivers/hwmon/w83791d.c
drivers/hwmon/w83792d.c
drivers/hwmon/w83793.c
drivers/hwmon/w83795.c
drivers/hwmon/w83l785ts.c
drivers/hwmon/w83l786ng.c

index 0afb89c4629db8f52a55a3e59f8cb0a80d2b960b..7f1bef59046f09b8989f286519194615ea032ab9 100644 (file)
@@ -221,7 +221,7 @@ static struct i2c_driver ad7414_driver = {
                .name   = "ad7414",
                .of_match_table = of_match_ptr(ad7414_of_match),
        },
-       .probe_new = ad7414_probe,
+       .probe = ad7414_probe,
        .id_table = ad7414_id,
 };
 
index 22bdb7e5b9e0344091c345ed4b458a3de9727c18..ffe81e445010a8a1924249281b91bed752afc907 100644 (file)
@@ -306,7 +306,7 @@ static struct i2c_driver ad7418_driver = {
                .name   = "ad7418",
                .of_match_table = ad7418_dt_ids,
        },
-       .probe_new      = ad7418_probe,
+       .probe          = ad7418_probe,
        .id_table       = ad7418_id,
 };
 
index 97b330b6c165c0fa5f6cfe9e906a3804bd13c154..46e3c8c507657366a9377e23d1f73fbb2b152ceb 100644 (file)
@@ -521,7 +521,7 @@ static struct i2c_driver adc128_driver = {
                .name   = "adc128d818",
                .of_match_table = of_match_ptr(adc128_of_match),
        },
-       .probe_new      = adc128_probe,
+       .probe          = adc128_probe,
        .remove         = adc128_remove,
        .id_table       = adc128_id,
        .detect         = adc128_detect,
index 2dc45e958730e6d0a9557d4dc8ad5682df15deb0..7c15398ebb378e4abbe769c71a060c08461846c4 100644 (file)
@@ -488,7 +488,7 @@ static struct i2c_driver adm1021_driver = {
        .driver = {
                .name   = "adm1021",
        },
-       .probe_new      = adm1021_probe,
+       .probe          = adm1021_probe,
        .id_table       = adm1021_id,
        .detect         = adm1021_detect,
        .address_list   = normal_i2c,
index 2984c4f98496fe41a0681319d1e0b73a45592489..389382d54752e4b1b3bc687706aae0cba4046f4f 100644 (file)
@@ -559,7 +559,7 @@ static struct i2c_driver adm1025_driver = {
        .driver = {
                .name   = "adm1025",
        },
-       .probe_new      = adm1025_probe,
+       .probe          = adm1025_probe,
        .id_table       = adm1025_id,
        .detect         = adm1025_detect,
        .address_list   = normal_i2c,
index 1f084f7087435decd1095a834e03bce61945acc9..581d8edf70ea4e1720f9cfe25ea70a0e42cef1b7 100644 (file)
@@ -1859,7 +1859,7 @@ static struct i2c_driver adm1026_driver = {
        .driver = {
                .name   = "adm1026",
        },
-       .probe_new      = adm1026_probe,
+       .probe          = adm1026_probe,
        .id_table       = adm1026_id,
        .detect         = adm1026_detect,
        .address_list   = normal_i2c,
index eaf6e5e04aac13ec46d82915f359c6c9ecf0519c..9a465f3f71c863aa7748f20ec3ff895d157ee51b 100644 (file)
@@ -389,7 +389,7 @@ static struct i2c_driver adm1029_driver = {
        .driver = {
                .name = "adm1029",
        },
-       .probe_new      = adm1029_probe,
+       .probe          = adm1029_probe,
        .id_table       = adm1029_id,
        .detect         = adm1029_detect,
        .address_list   = normal_i2c,
index b42797bcb5b479ed22fa9089299f4fb7e36ba240..88c7e0d62d089db9e579d4ab951c0dd31cf25790 100644 (file)
@@ -1068,7 +1068,7 @@ static struct i2c_driver adm1031_driver = {
        .driver = {
                .name = "adm1031",
        },
-       .probe_new      = adm1031_probe,
+       .probe          = adm1031_probe,
        .id_table       = adm1031_id,
        .detect         = adm1031_detect,
        .address_list   = normal_i2c,
index bfe070a1b501c4cfa2384a812e1a404ee0caa9d2..60a893f271597bc57b919983b4752a65b6cc443b 100644 (file)
@@ -255,7 +255,7 @@ static struct i2c_driver adm1177_driver = {
                .name = "adm1177",
                .of_match_table = adm1177_dt_ids,
        },
-       .probe_new = adm1177_probe,
+       .probe = adm1177_probe,
        .id_table = adm1177_id,
 };
 module_i2c_driver(adm1177_driver);
index 9eb973a38e4b27474a9dce6d9dc23829e37f5831..6dfbeb6acf00608a214b9b3a925bd16086117859 100644 (file)
@@ -819,7 +819,7 @@ static struct i2c_driver adm9240_driver = {
        .driver = {
                .name   = "adm9240",
        },
-       .probe_new      = adm9240_probe,
+       .probe          = adm9240_probe,
        .id_table       = adm9240_id,
        .detect         = adm9240_detect,
        .address_list   = normal_i2c,
index 7246198f09013a95ab675d3a2300cf50af490c87..1932613ec0953f90183c8bfc47f568ab80e7d5d1 100644 (file)
@@ -208,7 +208,7 @@ static struct i2c_driver ads7828_driver = {
        },
 
        .id_table = ads7828_device_ids,
-       .probe_new = ads7828_probe,
+       .probe = ads7828_probe,
 };
 
 module_i2c_driver(ads7828_driver);
index 0cebf6777239eb3e0c090f5b2c01e44032e16b87..95250677933650bae438b937d3e0b3fa6feb315d 100644 (file)
@@ -100,7 +100,7 @@ static struct i2c_driver adt7410_driver = {
                .name   = "adt7410",
                .pm     = pm_sleep_ptr(&adt7x10_dev_pm_ops),
        },
-       .probe_new      = adt7410_i2c_probe,
+       .probe          = adt7410_i2c_probe,
        .id_table       = adt7410_ids,
        .address_list   = I2C_ADDRS(0x48, 0x49, 0x4a, 0x4b),
 };
index 6ba84921614fa044b735b9adc9d9e84d1ccf2bdb..45fe4e8aae4e2509114ef96b1a3d47a83dc705b4 100644 (file)
@@ -706,7 +706,7 @@ static struct i2c_driver adt7411_driver = {
        .driver         = {
                .name           = "adt7411",
        },
-       .probe_new = adt7411_probe,
+       .probe = adt7411_probe,
        .id_table = adt7411_id,
        .detect = adt7411_detect,
        .address_list = normal_i2c,
index 9c0235849d4b6882ff85c1a245a40321853f9642..429566c4245d08352600d8aaca1c7b2127cf69d5 100644 (file)
@@ -1819,7 +1819,7 @@ static struct i2c_driver adt7462_driver = {
        .driver = {
                .name   = "adt7462",
        },
-       .probe_new      = adt7462_probe,
+       .probe          = adt7462_probe,
        .id_table       = adt7462_id,
        .detect         = adt7462_detect,
        .address_list   = normal_i2c,
index 64f801b859ff604205d923a8ad0ed3b970051e17..c4b3a4a18670c1a62edef572468c45466551c0f1 100644 (file)
@@ -1314,7 +1314,7 @@ static struct i2c_driver adt7470_driver = {
        .driver = {
                .name   = "adt7470",
        },
-       .probe_new      = adt7470_probe,
+       .probe          = adt7470_probe,
        .remove         = adt7470_remove,
        .id_table       = adt7470_id,
        .detect         = adt7470_detect,
index 3b9289bc5997d93f601632a0703c7608b6ed0e0b..c0ce88324ea6e69b0a2da563f824e7b6a536d4d8 100644 (file)
@@ -1821,7 +1821,7 @@ static struct i2c_driver adt7475_driver = {
                .name   = "adt7475",
                .of_match_table = of_match_ptr(adt7475_of_match),
        },
-       .probe_new      = adt7475_probe,
+       .probe          = adt7475_probe,
        .id_table       = adt7475_id,
        .detect         = adt7475_detect,
        .address_list   = normal_i2c,
index b8fe3f7248bafdcda00554f956c963fc4fbf1cae..4ecc02315f8f644b60138243212b23c6729e9bb8 100644 (file)
@@ -334,7 +334,7 @@ static struct i2c_driver aht10_driver = {
        .driver = {
                .name = "aht10",
        },
-       .probe_new  = aht10_probe,
+       .probe      = aht10_probe,
        .id_table   = aht10_id,
 };
 
index 3bfd12ff4b3ca67aa2cc2883524a9b93b8f26f7d..2a7a4b6b00942b34ee411ef1d2276176f4a132f7 100644 (file)
@@ -939,7 +939,7 @@ static struct i2c_driver amc6821_driver = {
        .driver = {
                .name   = "amc6821",
        },
-       .probe_new = amc6821_probe,
+       .probe = amc6821_probe,
        .id_table = amc6821_id,
        .detect = amc6821_detect,
        .address_list = normal_i2c,
index ce4da836765c1d8447e4970a9bcdc95c67031deb..974521e9b6b4056e86be81b97e39c497845dfb68 100644 (file)
@@ -223,7 +223,7 @@ static struct i2c_driver asb100_driver = {
        .driver = {
                .name   = "asb100",
        },
-       .probe_new      = asb100_probe,
+       .probe          = asb100_probe,
        .remove         = asb100_remove,
        .id_table       = asb100_id,
        .detect         = asb100_detect,
index 54595454537bd1162ed76ae4f7372d64afe9ef5c..87e1867008499b4e60b0dcf0294758f32801bc38 100644 (file)
@@ -1191,7 +1191,7 @@ static struct i2c_driver asc7621_driver = {
        .driver = {
                .name = "asc7621",
        },
-       .probe_new = asc7621_probe,
+       .probe = asc7621_probe,
        .remove = asc7621_remove,
        .id_table = asc7621_id,
        .detect = asc7621_detect,
index 118297ea1dcfa65c32c59a34e13cd3e86e6356d4..d1de020abec6aa95749aed8ab01dbf33756f210f 100644 (file)
@@ -288,7 +288,7 @@ static struct i2c_driver atxp1_driver = {
        .driver = {
                .name   = "atxp1",
        },
-       .probe_new      = atxp1_probe,
+       .probe          = atxp1_probe,
        .id_table       = atxp1_id,
 };
 
index 66c48f70fae73b0f3a94c23c4f749711dcb68e83..cdbf3dff9172989a74040fd29f7f694d3e7d79d3 100644 (file)
@@ -2528,7 +2528,7 @@ static struct i2c_driver dme1737_i2c_driver = {
        .driver = {
                .name = "dme1737",
        },
-       .probe_new = dme1737_i2c_probe,
+       .probe = dme1737_i2c_probe,
        .remove = dme1737_i2c_remove,
        .id_table = dme1737_id,
        .detect = dme1737_i2c_detect,
index e803d6393b9e50a73d6359b2b66ab1c0a89d618a..21b6350465211f621d1fcba1e781c6dcdaddf4ff 100644 (file)
@@ -384,7 +384,7 @@ static struct i2c_driver ds1621_driver = {
        .driver = {
                .name   = "ds1621",
        },
-       .probe_new      = ds1621_probe,
+       .probe          = ds1621_probe,
        .id_table       = ds1621_id,
 };
 
index 82d7c3d58f49bd7020557c9ece7e96005370c8c9..2b09536630cb6abb06cc68847dd055dea69e0eea 100644 (file)
@@ -245,7 +245,7 @@ static struct i2c_driver ds620_driver = {
        .driver = {
                   .name = "ds620",
        },
-       .probe_new = ds620_probe,
+       .probe = ds620_probe,
        .id_table = ds620_id,
 };
 
index 61d59189a6d10759fd03d1ab832adb191a84d10f..bb7c859e799dc38f00d4e9c1eb0c7c2179bbcf9f 100644 (file)
@@ -454,7 +454,7 @@ static struct i2c_driver sensor_emc1403 = {
                .name = "emc1403",
        },
        .detect = emc1403_detect,
-       .probe_new = emc1403_probe,
+       .probe = emc1403_probe,
        .id_table = emc1403_idtable,
        .address_list = emc1403_address_list,
 };
index 361cf9292456d62e3b6138c17bd5d1dfd84d1e5f..b59472bbe5bf44b7c2f167a1f60c9c3fddf57365 100644 (file)
@@ -653,7 +653,7 @@ static struct i2c_driver emc2103_driver = {
        .driver = {
                .name   = "emc2103",
        },
-       .probe_new      = emc2103_probe,
+       .probe          = emc2103_probe,
        .id_table       = emc2103_ids,
        .detect         = emc2103_detect,
        .address_list   = normal_i2c,
index 723f57518c9a29bd72ba5a5f9b9f2592381b5581..29f0e4945f1924eabd30b055da16e596bc25ebef 100644 (file)
@@ -615,7 +615,7 @@ static struct i2c_driver emc2305_driver = {
        .driver = {
                .name = "emc2305",
        },
-       .probe_new = emc2305_probe,
+       .probe = emc2305_probe,
        .remove   = emc2305_remove,
        .id_table = emc2305_ids,
        .address_list = emc2305_normal_i2c,
index bcd93f0fe982b9e911dd8b1bea1a0bb89653e75b..9a4f868bf1e64e58a4ad81679b53c11c277ba743 100644 (file)
@@ -474,7 +474,7 @@ static struct i2c_driver emc6w201_driver = {
        .driver = {
                .name   = "emc6w201",
        },
-       .probe_new      = emc6w201_probe,
+       .probe          = emc6w201_probe,
        .id_table       = emc6w201_id,
        .detect         = emc6w201_detect,
        .address_list   = normal_i2c,
index 64fbb8cf687c078cc9cafc9e7b0cda936eb4e9ed..8c572bb64f5dc1e6243948c4b6a30aa9caffef46 100644 (file)
@@ -129,7 +129,7 @@ static struct i2c_driver f75375_driver = {
        .driver = {
                .name = "f75375",
        },
-       .probe_new = f75375_probe,
+       .probe = f75375_probe,
        .remove = f75375_remove,
        .id_table = f75375_id,
        .detect = f75375_detect,
index e1f426e86f36c22a3ad58cb75f0c23ba3fa0d759..b30512a705a7920c2b1fcca64e13a424b979013c 100644 (file)
@@ -241,7 +241,7 @@ static struct i2c_driver fschmd_driver = {
        .driver = {
                .name   = "fschmd",
        },
-       .probe_new      = fschmd_probe,
+       .probe          = fschmd_probe,
        .remove         = fschmd_remove,
        .id_table       = fschmd_id,
        .detect         = fschmd_detect,
index f5a4d91a7e90b60b49ecf61bc4793c3fb84a0957..b74a2665e73321c39854e6627f639e33739e31e3 100644 (file)
@@ -678,7 +678,7 @@ static struct i2c_driver fts_driver = {
                .name = "ftsteutates",
        },
        .id_table = fts_id,
-       .probe_new = fts_probe,
+       .probe = fts_probe,
        .detect = fts_detect,
        .address_list = normal_i2c,
 };
index 36717b524dbd5f1447dcadebd24c30954a3aa43b..b5edee00267bf501c4c6f83a77c28616a4289c47 100644 (file)
@@ -206,7 +206,7 @@ static struct i2c_driver g760a_driver = {
        .driver = {
                .name   = "g760a",
        },
-       .probe_new = g760a_probe,
+       .probe = g760a_probe,
        .id_table = g760a_id,
 };
 
index e2c3c34f06e80843911c965fe78efc2594919e4e..1b6ff4712138d26abbd5a707e38a4dc4283cd297 100644 (file)
@@ -1084,7 +1084,7 @@ static struct i2c_driver g762_driver = {
                .name = DRVNAME,
                .of_match_table = of_match_ptr(g762_dt_match),
        },
-       .probe_new = g762_probe,
+       .probe = g762_probe,
        .id_table = g762_id,
 };
 
index 95286c40f55a966e94ad7d64478985cecea84272..03db6158b13ad4972f051798ba4e320b5b7fdc57 100644 (file)
@@ -652,7 +652,7 @@ static struct i2c_driver gl518_driver = {
        .driver = {
                .name   = "gl518sm",
        },
-       .probe_new      = gl518_probe,
+       .probe          = gl518_probe,
        .id_table       = gl518_id,
        .detect         = gl518_detect,
        .address_list   = normal_i2c,
index 394da4ac977c5a8613e24e6be1454928f0815e72..8bbc6a4f2928be4347b3a738516b98a22a3c7262 100644 (file)
@@ -895,7 +895,7 @@ static struct i2c_driver gl520_driver = {
        .driver = {
                .name   = "gl520sm",
        },
-       .probe_new      = gl520_probe,
+       .probe          = gl520_probe,
        .id_table       = gl520_id,
        .detect         = gl520_detect,
        .address_list   = normal_i2c,
index 3a7582824f945dc519486820d9a40c9f098adc5d..a9726b5370fb11815a49a1ca24e95907ec79ac83 100644 (file)
@@ -249,7 +249,7 @@ static struct i2c_driver hih6130_driver = {
                .name = "hih6130",
                .of_match_table = of_match_ptr(hih6130_of_match),
        },
-       .probe_new   = hih6130_probe,
+       .probe       = hih6130_probe,
        .id_table    = hih6130_id,
 };
 
index 9b58655d2de4a9c7ead354770a6f201c194a9fb2..c558143e5285da77f85834e7a654f90b15270fb9 100644 (file)
@@ -594,7 +594,7 @@ static struct i2c_driver ina209_driver = {
                .name   = "ina209",
                .of_match_table = of_match_ptr(ina209_of_match),
        },
-       .probe_new      = ina209_probe,
+       .probe          = ina209_probe,
        .remove         = ina209_remove,
        .id_table       = ina209_id,
 };
index 8af07bc0c50e0c5396cabfc515a01632677c16ca..f519c22d3907cdf0df95d0b3c2925191bc3dea29 100644 (file)
@@ -633,7 +633,7 @@ static struct i2c_driver ina238_driver = {
                .name   = "ina238",
                .of_match_table = of_match_ptr(ina238_of_match),
        },
-       .probe_new      = ina238_probe,
+       .probe          = ina238_probe,
        .id_table       = ina238_id,
 };
 
index fd50d9785ccbbecc1f9179a245565da77a5324e6..cfd7efef5cdf4376547827c813836345786c1730 100644 (file)
@@ -721,7 +721,7 @@ static struct i2c_driver ina2xx_driver = {
                .name   = "ina2xx",
                .of_match_table = of_match_ptr(ina2xx_of_match),
        },
-       .probe_new      = ina2xx_probe,
+       .probe          = ina2xx_probe,
        .id_table       = ina2xx_id,
 };
 
index 2735e3782ffb4291a2badbb5c351ecf2740fa7d9..5ab944056ec08c033a7f9e86326c24da38356930 100644 (file)
@@ -1010,7 +1010,7 @@ static const struct i2c_device_id ina3221_ids[] = {
 MODULE_DEVICE_TABLE(i2c, ina3221_ids);
 
 static struct i2c_driver ina3221_i2c_driver = {
-       .probe_new = ina3221_probe,
+       .probe = ina3221_probe,
        .remove = ina3221_remove,
        .driver = {
                .name = INA3221_DRIVER_NAME,
index 4c60dc520b12186b852ec81f4059d68b938c8ad7..f958e830b23cfabc23fb415370fbfefdb25da07d 100644 (file)
@@ -629,7 +629,7 @@ static struct i2c_driver jc42_driver = {
                .pm = JC42_DEV_PM_OPS,
                .of_match_table = of_match_ptr(jc42_of_ids),
        },
-       .probe_new      = jc42_probe,
+       .probe          = jc42_probe,
        .remove         = jc42_remove,
        .id_table       = jc42_id,
        .detect         = jc42_detect,
index ef5a49cd91498aa49e84bd19821cdf803808b99f..df69c380cde7ed06eb6e6d469313536799ef4422 100644 (file)
@@ -511,7 +511,7 @@ static struct i2c_driver pem_driver = {
        .driver = {
                   .name = "lineage_pem",
                   },
-       .probe_new = pem_probe,
+       .probe = pem_probe,
        .id_table = pem_id,
 };
 
index 9ab2cab4c7106d00d7e329d30bd10d9c5693bb1f..6972454eb4e00b53910b826bc9b9c2d87de1ccf1 100644 (file)
@@ -1164,7 +1164,7 @@ static struct i2c_driver lm63_driver = {
                .name   = "lm63",
                .of_match_table = of_match_ptr(lm63_of_match),
        },
-       .probe_new      = lm63_probe,
+       .probe          = lm63_probe,
        .id_table       = lm63_id,
        .detect         = lm63_detect,
        .address_list   = normal_i2c,
index b6433ae2d75c3b92dc995af27916da7358dce578..637d35c5ae23a1eda93cc2efa1d3e11985b5ce6e 100644 (file)
@@ -277,7 +277,7 @@ static struct i2c_driver lm73_driver = {
                .name   = "lm73",
                .of_match_table = lm73_of_match,
        },
-       .probe_new      = lm73_probe,
+       .probe          = lm73_probe,
        .id_table       = lm73_ids,
        .detect         = lm73_detect,
        .address_list   = normal_i2c,
index dbb99ea4a0eccf8b9ee31bbfdfc91a59cd7a9ea9..182aeb388523b757d17c4885312eeefcb74c8ab9 100644 (file)
@@ -945,7 +945,7 @@ static struct i2c_driver lm75_driver = {
                .of_match_table = of_match_ptr(lm75_of_match),
                .pm     = LM75_DEV_PM_OPS,
        },
-       .probe_new      = lm75_probe,
+       .probe          = lm75_probe,
        .id_table       = lm75_ids,
        .detect         = lm75_detect,
        .address_list   = normal_i2c,
index 645cb2191abe433ee25b6f302e766cfc70bfb929..8b986251917841448e0bfe2e931507be5ad627b3 100644 (file)
@@ -348,7 +348,7 @@ static struct i2c_driver lm77_driver = {
        .driver = {
                .name   = "lm77",
        },
-       .probe_new      = lm77_probe,
+       .probe          = lm77_probe,
        .id_table       = lm77_id,
        .detect         = lm77_detect,
        .address_list   = normal_i2c,
index 694e171cab7f02700d8b741b247e4ec1681ebafc..b739c354311b001f52197a3df8098e6f24f706d7 100644 (file)
@@ -662,7 +662,7 @@ static struct i2c_driver lm78_driver = {
        .driver = {
                .name   = "lm78",
        },
-       .probe_new      = lm78_i2c_probe,
+       .probe          = lm78_i2c_probe,
        .id_table       = lm78_i2c_id,
        .detect         = lm78_i2c_detect,
        .address_list   = normal_i2c,
index 35db0b97f9128b174ec9ef7c7866fe445e893774..63c7831bd3e11b4789e9a8b8d802671e9a313e51 100644 (file)
@@ -633,7 +633,7 @@ static struct i2c_driver lm80_driver = {
        .driver = {
                .name   = "lm80",
        },
-       .probe_new      = lm80_probe,
+       .probe          = lm80_probe,
        .id_table       = lm80_id,
        .detect         = lm80_detect,
        .address_list   = normal_i2c,
index bcaf31ec176e9c4bbc2e29a07b9e9bd3216d15f7..5befedca6abb4fd76c4e56c831d564f7aea023f8 100644 (file)
@@ -454,7 +454,7 @@ static struct i2c_driver lm83_driver = {
        .driver = {
                .name   = "lm83",
        },
-       .probe_new      = lm83_probe,
+       .probe          = lm83_probe,
        .id_table       = lm83_id,
        .detect         = lm83_detect,
        .address_list   = normal_i2c,
index 8d33c24847553459ccd6e20c6b8bd5c37cfbbb92..8540178f5b74112772982b66828b6873cc6b2b73 100644 (file)
@@ -1698,7 +1698,7 @@ static struct i2c_driver lm85_driver = {
                .name   = "lm85",
                .of_match_table = of_match_ptr(lm85_of_match),
        },
-       .probe_new      = lm85_probe,
+       .probe          = lm85_probe,
        .id_table       = lm85_id,
        .detect         = lm85_detect,
        .address_list   = normal_i2c,
index 818fb619524572ba4f167b312401123f115eb1c7..2195a735d28e0ef68d4c65941dc0655cf5410afb 100644 (file)
@@ -994,7 +994,7 @@ static struct i2c_driver lm87_driver = {
                .name   = "lm87",
                .of_match_table = lm87_of_match,
        },
-       .probe_new      = lm87_probe,
+       .probe          = lm87_probe,
        .id_table       = lm87_id,
        .detect         = lm87_detect,
        .address_list   = normal_i2c,
index 6498d5acf70555cc49f96591f837708fe2d88d8d..90101c236f356579daa1c255f7430c8b57d977fc 100644 (file)
@@ -2972,7 +2972,7 @@ static struct i2c_driver lm90_driver = {
                .of_match_table = of_match_ptr(lm90_of_match),
                .pm     = pm_sleep_ptr(&lm90_pm_ops),
        },
-       .probe_new      = lm90_probe,
+       .probe          = lm90_probe,
        .alert          = lm90_alert,
        .id_table       = lm90_id,
        .detect         = lm90_detect,
index 2ff3044a677d896acc7b3b0c17994562f5d14cb1..46579a3e1715c94d6ecfedbdacf8532822ae5f09 100644 (file)
@@ -330,7 +330,7 @@ static struct i2c_driver lm92_driver = {
        .driver = {
                .name   = "lm92",
        },
-       .probe_new      = lm92_probe,
+       .probe          = lm92_probe,
        .id_table       = lm92_id,
        .detect         = lm92_detect,
        .address_list   = normal_i2c,
index 4cf50d5f4f5949e90145f7818ef6cf8caac34550..75bca805720e7158713d1acfb8cf6d7f0a16e77a 100644 (file)
@@ -2635,7 +2635,7 @@ static struct i2c_driver lm93_driver = {
        .driver = {
                .name   = "lm93",
        },
-       .probe_new      = lm93_probe,
+       .probe          = lm93_probe,
        .id_table       = lm93_id,
        .detect         = lm93_detect,
        .address_list   = normal_i2c,
index b4a9d0c223c4a1a1d119935ed76bb5e1489e37ad..67b9d7636ee4276617de38c978b91ba3a6abca9a 100644 (file)
@@ -720,7 +720,7 @@ static struct i2c_driver lm95234_driver = {
        .driver = {
                .name   = DRVNAME,
        },
-       .probe_new      = lm95234_probe,
+       .probe          = lm95234_probe,
        .id_table       = lm95234_id,
        .detect         = lm95234_detect,
        .address_list   = normal_i2c,
index 647a90570bc6dff34881964c2963c6c0a211aaea..475551f5024b4710619b455501d0719a8c129931 100644 (file)
@@ -468,7 +468,7 @@ static struct i2c_driver lm95241_driver = {
        .driver = {
                .name   = DEVNAME,
        },
-       .probe_new      = lm95241_probe,
+       .probe          = lm95241_probe,
        .id_table       = lm95241_id,
        .detect         = lm95241_detect,
        .address_list   = normal_i2c,
index 4236d1e0544d7f2432fae2b268d2bd6a3f5ae5b2..7f13b6b712fb0d23eb038d9528671b3987a99608 100644 (file)
@@ -597,7 +597,7 @@ static struct i2c_driver lm95245_driver = {
                .name   = "lm95245",
                .of_match_table = of_match_ptr(lm95245_of_match),
        },
-       .probe_new      = lm95245_probe,
+       .probe          = lm95245_probe,
        .id_table       = lm95245_id,
        .detect         = lm95245_detect,
        .address_list   = normal_i2c,
index 3494f7261ebf5ed93c3ee492b9aa564b82867d72..45b87a863cae45222523f0569585cf3617518c70 100644 (file)
@@ -519,7 +519,7 @@ static struct i2c_driver ltc2945_driver = {
                .name = "ltc2945",
                .of_match_table = of_match_ptr(ltc2945_of_match),
        },
-       .probe_new = ltc2945_probe,
+       .probe = ltc2945_probe,
        .id_table = ltc2945_id,
 };
 
index 96852bc8a96415cbde2d07615e27c62092acd56e..33f574bf2ce76ac8347f3cdf01554d5b2e3b162a 100644 (file)
@@ -38,7 +38,7 @@ static struct i2c_driver ltc2947_driver = {
                .of_match_table = ltc2947_of_match,
                .pm = pm_sleep_ptr(&ltc2947_pm_ops),
        },
-       .probe_new = ltc2947_probe,
+       .probe = ltc2947_probe,
        .id_table = ltc2947_id,
 };
 module_i2c_driver(ltc2947_driver);
index 689f788b856338d14677b62c12d09496e1d21ba9..1ad362c0fd2ccc9512e918d6322019330aebc5ad 100644 (file)
@@ -268,7 +268,7 @@ static struct i2c_driver ltc2990_i2c_driver = {
        .driver = {
                .name = "ltc2990",
        },
-       .probe_new = ltc2990_i2c_probe,
+       .probe = ltc2990_i2c_probe,
        .id_table = ltc2990_i2c_id,
 };
 
index 429a7f5837f0910448f461335e6a6ebb47969dd8..589bcd07ce7f718d98baa5ca2b960396969b9c37 100644 (file)
@@ -928,7 +928,7 @@ static struct i2c_driver ltc2992_i2c_driver = {
                .name = "ltc2992",
                .of_match_table = ltc2992_of_match,
        },
-       .probe_new = ltc2992_i2c_probe,
+       .probe = ltc2992_i2c_probe,
        .id_table = ltc2992_i2c_id,
 };
 
index e3ac004c1ed12a10e5d822fefb344dba4a5447d2..f42ac3c9475ea1275718fe9ba2db1302e2182416 100644 (file)
@@ -205,7 +205,7 @@ static struct i2c_driver ltc4151_driver = {
                .name   = "ltc4151",
                .of_match_table = of_match_ptr(ltc4151_match),
        },
-       .probe_new      = ltc4151_probe,
+       .probe          = ltc4151_probe,
        .id_table       = ltc4151_id,
 };
 
index fa43d26ddd4fd17b1fb3b5341a9f326929bd4dd9..66fd28f713ab19b9c9885c3aaba279a098aedddd 100644 (file)
@@ -255,7 +255,7 @@ static struct i2c_driver ltc4215_driver = {
        .driver = {
                .name   = "ltc4215",
        },
-       .probe_new      = ltc4215_probe,
+       .probe          = ltc4215_probe,
        .id_table       = ltc4215_id,
 };
 
index d2027ca5c925499329a4b5a45e10077692b70e30..9098ef521739e00a6ffe5781ad07df81edbf3899 100644 (file)
@@ -210,7 +210,7 @@ static struct i2c_driver ltc4222_driver = {
        .driver = {
                   .name = "ltc4222",
                   },
-       .probe_new = ltc4222_probe,
+       .probe = ltc4222_probe,
        .id_table = ltc4222_id,
 };
 
index fb9bc8dbe99bc2821392a759db58fa7488e75f4b..b90184a3e0ec3bfbd31827582a65610c0d51f85b 100644 (file)
@@ -479,7 +479,7 @@ static struct i2c_driver ltc4245_driver = {
        .driver = {
                .name   = "ltc4245",
        },
-       .probe_new      = ltc4245_probe,
+       .probe          = ltc4245_probe,
        .id_table       = ltc4245_id,
 };
 
index 75e89cec381ea6f3bb652b70b5b1f7dfdd4d7793..52f7a809b27b01d74197bf3323b83796cc9db88f 100644 (file)
@@ -173,7 +173,7 @@ static struct i2c_driver ltc4260_driver = {
        .driver = {
                   .name = "ltc4260",
                   },
-       .probe_new = ltc4260_probe,
+       .probe = ltc4260_probe,
        .id_table = ltc4260_id,
 };
 
index b91cc4fe84e538850921690f4a7bffd1afe07d5c..509e68176c7af8b9db99886616bdf6987124221e 100644 (file)
@@ -233,7 +233,7 @@ static struct i2c_driver ltc4261_driver = {
        .driver = {
                   .name = "ltc4261",
                   },
-       .probe_new = ltc4261_probe,
+       .probe = ltc4261_probe,
        .id_table = ltc4261_id,
 };
 
index 49de1d2be2949c3c81e16b47ec1a270e39f423ed..ee5ead06d612df21bcfab212fa5d5d5ecfc7fa42 100644 (file)
@@ -339,7 +339,7 @@ static struct i2c_driver max127_driver = {
        .driver = {
                .name   = "max127",
        },
-       .probe_new      = max127_probe,
+       .probe          = max127_probe,
        .id_table       = max127_id,
 };
 
index daa5d8af1e69d81965da1b436ebace34287cbb99..aa38c45adc09e22122634697aab58506f29b00ae 100644 (file)
@@ -600,7 +600,7 @@ static struct i2c_driver max16065_driver = {
        .driver = {
                .name = "max16065",
        },
-       .probe_new = max16065_probe,
+       .probe = max16065_probe,
        .id_table = max16065_id,
 };
 
index 445c77197f69f12097c521e14396a6a6bc1e8ecb..500dc926a7a7f5cac7c2b516a9759205bf877f90 100644 (file)
@@ -305,7 +305,7 @@ static struct i2c_driver max1619_driver = {
                .name   = "max1619",
                .of_match_table = of_match_ptr(max1619_of_match),
        },
-       .probe_new      = max1619_probe,
+       .probe          = max1619_probe,
        .id_table       = max1619_id,
        .detect         = max1619_detect,
        .address_list   = normal_i2c,
index 9f748973d6a371d62aa15ead2b38e4afc911b36e..c4a02edefbee7a43947085107c140a599f336f06 100644 (file)
@@ -435,7 +435,7 @@ static struct i2c_driver max1668_driver = {
        .driver = {
                  .name = "max1668",
                  },
-       .probe_new = max1668_probe,
+       .probe = max1668_probe,
        .id_table = max1668_id,
        .detect = max1668_detect,
        .address_list = max1668_addr_list,
index 924333d89ce4da7ec7c1858ac479c03c25cb1327..b1300ca9db1f746dfff416670c80e2e74f84a23d 100644 (file)
@@ -427,7 +427,7 @@ static struct i2c_driver max31730_driver = {
                .of_match_table = of_match_ptr(max31730_of_match),
                .pm     = pm_sleep_ptr(&max31730_pm_ops),
        },
-       .probe_new      = max31730_probe,
+       .probe          = max31730_probe,
        .id_table       = max31730_ids,
        .detect         = max31730_detect,
        .address_list   = normal_i2c,
index 4489110f109c52d9d686468bb916d367f48db69d..79945eb466ae43e5925ae25322f1338c0cda6549 100644 (file)
@@ -584,7 +584,7 @@ static struct i2c_driver max31760_driver = {
                .of_match_table = max31760_of_match,
                .pm = pm_ptr(&max31760_pm_ops)
        },
-       .probe_new      = max31760_probe,
+       .probe          = max31760_probe,
        .id_table       = max31760_id
 };
 module_i2c_driver(max31760_driver);
index 6caba6e8ee8f33ab25fdcd12b374520de4284099..0cd44c1e998a2e093da4e706063f0c113dde213e 100644 (file)
@@ -544,7 +544,7 @@ MODULE_DEVICE_TABLE(i2c, max31790_id);
 
 static struct i2c_driver max31790_driver = {
        .class          = I2C_CLASS_HWMON,
-       .probe_new      = max31790_probe,
+       .probe          = max31790_probe,
        .driver = {
                .name   = "max31790",
        },
index 0f277d945ea20d452196119b43c185984e91a748..5d12fb9c97862256a129ef9f8358474893b2330b 100644 (file)
@@ -503,7 +503,7 @@ static struct i2c_driver max6620_driver = {
        .driver = {
                .name   = "max6620",
        },
-       .probe_new      = max6620_probe,
+       .probe          = max6620_probe,
        .id_table       = max6620_id,
 };
 
index 0656eb1e7959b5c8cb9c729607bc4ada21c12e77..7f709fd1af8958ebbda6f7f7a69e9f63f6b40f99 100644 (file)
@@ -554,7 +554,7 @@ static struct i2c_driver max6621_driver = {
                .name = MAX6621_DRV_NAME,
                .of_match_table = of_match_ptr(max6621_of_match),
        },
-       .probe_new      = max6621_probe,
+       .probe          = max6621_probe,
        .id_table       = max6621_id,
 };
 
index 9b895402c80d386523d4a71d18df79a0ce2d8b24..caf527154fca856eee57c1eaad794e56ec5b8407 100644 (file)
@@ -624,7 +624,7 @@ static struct i2c_driver max6639_driver = {
                   .name = "max6639",
                   .pm = pm_sleep_ptr(&max6639_pm_ops),
                   },
-       .probe_new = max6639_probe,
+       .probe = max6639_probe,
        .id_table = max6639_id,
        .detect = max6639_detect,
        .address_list = normal_i2c,
index 47ea34ff78f3d1a5a677595e702158dfd585b8cc..8b2e4d6101a20a1bb1618bbf8c6cc69b7591e5c5 100644 (file)
@@ -301,7 +301,7 @@ static struct i2c_driver max6642_driver = {
        .driver = {
                .name   = "max6642",
        },
-       .probe_new      = max6642_probe,
+       .probe          = max6642_probe,
        .id_table       = max6642_id,
        .detect         = max6642_detect,
        .address_list   = normal_i2c,
index 19e2c762ed2d6110137ef5c195b5f4cac71da47c..cc8428a3045d88dd577e448441a41a0693ad3265 100644 (file)
@@ -819,7 +819,7 @@ static struct i2c_driver max6650_driver = {
                .name   = "max6650",
                .of_match_table = of_match_ptr(max6650_dt_match),
        },
-       .probe_new      = max6650_probe,
+       .probe          = max6650_probe,
        .id_table       = max6650_id,
 };
 
index 2895cea5419349b0fd010e4a9c6045cc2a4c0a79..3a67778f111cdc5d4c4661c41f412af9b0875b0a 100644 (file)
@@ -786,7 +786,7 @@ static struct i2c_driver max6697_driver = {
                .name   = "max6697",
                .of_match_table = of_match_ptr(max6697_of_match),
        },
-       .probe_new = max6697_probe,
+       .probe = max6697_probe,
        .id_table = max6697_id,
 };
 
index 6a7a950a9332907342cfddf966c97adddfc5dff9..0c8fd3fce83ef0822d7952797b97fddb17cc9365 100644 (file)
@@ -251,7 +251,7 @@ static struct i2c_driver mc34vr500_driver = {
                   .name = "mc34vr500",
                   .of_match_table = of_match_ptr(mc34vr500_of_match),
                    },
-       .probe_new = mc34vr500_probe,
+       .probe = mc34vr500_probe,
        .id_table = mc34vr500_id,
 };
 
index a5f7a294f33d0953f2cd7fb7ffdb4a7118569cc0..127e15ff3e76430c8e13f471239f169a85a967de 100644 (file)
@@ -198,7 +198,7 @@ static struct i2c_driver mcp3021_driver = {
                .name = "mcp3021",
                .of_match_table = of_match_ptr(of_mcp3021_match),
        },
-       .probe_new = mcp3021_probe,
+       .probe = mcp3021_probe,
        .id_table = mcp3021_id,
 };
 
index e1bcd11461913134d1a2b500142075c390ad5dcc..8acd83e1e00990cd0e275bb494a262a28c8a104e 100644 (file)
@@ -183,7 +183,7 @@ static struct i2c_driver nct6775_i2c_driver = {
                .name = "nct6775-i2c",
                .of_match_table = of_match_ptr(nct6775_i2c_of_match),
        },
-       .probe_new = nct6775_i2c_probe,
+       .probe = nct6775_i2c_probe,
        .id_table = nct6775_i2c_id,
 };
 
index a175f8283695e459ff52fd679a0054748275b35f..9339bfc02a3efc375b31a70138a1c603457171fc 100644 (file)
@@ -1223,7 +1223,7 @@ static struct i2c_driver nct7802_driver = {
                .name = DRVNAME,
        },
        .detect = nct7802_detect,
-       .probe_new = nct7802_probe,
+       .probe = nct7802_probe,
        .id_table = nct7802_idtable,
        .address_list = nct7802_address_list,
 };
index 007bae4c7028f7ead7b099343f854414c4c4c834..8f867d4570e181979151401f6b12b1eae836be0d 100644 (file)
@@ -1171,7 +1171,7 @@ static struct i2c_driver nct7904_driver = {
        .driver = {
                .name = "nct7904",
        },
-       .probe_new = nct7904_probe,
+       .probe = nct7904_probe,
        .id_table = nct7904_id,
        .detect = nct7904_detect,
        .address_list = normal_i2c,
index 9e1744fccb35308e3f76858bff0173fcecb5c483..06095975f5c8d2fe014a574a7490cf17399b1677 100644 (file)
@@ -246,7 +246,7 @@ static struct i2c_driver p8_i2c_occ_driver = {
                .name = "occ-hwmon",
                .of_match_table = p8_i2c_occ_of_match,
        },
-       .probe_new = p8_i2c_occ_probe,
+       .probe = p8_i2c_occ_probe,
        .remove = p8_i2c_occ_remove,
 };
 
index 1dbe209ae13f5fd757a13254586272b4a9df0165..66c76b28c9e0aa57d62d1122b7333058ead60146 100644 (file)
@@ -294,7 +294,7 @@ static struct i2c_driver pcf8591_driver = {
        .driver = {
                .name   = "pcf8591",
        },
-       .probe_new      = pcf8591_probe,
+       .probe          = pcf8591_probe,
        .remove         = pcf8591_remove,
        .id_table       = pcf8591_id,
 };
index 28a25f30e2cfd567a1f4ea230066bf6ad9de5b95..0a0ef4ce34933c6616e18417703135ba393d0015 100644 (file)
@@ -73,7 +73,7 @@ static struct i2c_driver acbel_fsg032_driver = {
                .name = "acbel-fsg032",
                .of_match_table = acbel_fsg032_of_match,
        },
-       .probe_new = acbel_fsg032_probe,
+       .probe = acbel_fsg032_probe,
        .id_table = acbel_fsg032_id,
 };
 
index 1ac2b2f4c5705f5a142579e3085c703675d5b01b..aba70330b319a860f968f4e4d7e20c41a03c8511 100644 (file)
@@ -502,7 +502,7 @@ static struct i2c_driver adm1266_driver = {
                   .name = "adm1266",
                   .of_match_table = adm1266_of_match,
                  },
-       .probe_new = adm1266_probe,
+       .probe = adm1266_probe,
        .id_table = adm1266_id,
 };
 
index b8543c06d022a29c36b953d240fd102c1fdc30da..49d59b745afe0b1765dc1afebefad7434ba1529c 100644 (file)
@@ -832,7 +832,7 @@ static struct i2c_driver adm1275_driver = {
        .driver = {
                   .name = "adm1275",
                   },
-       .probe_new = adm1275_probe,
+       .probe = adm1275_probe,
        .id_table = adm1275_id,
 };
 
index 4100eefb7ac3237dfbca8912a789d547c272d5d2..fa5070ae26bc43d4a362493c2c6a8bacce2284c3 100644 (file)
@@ -120,7 +120,7 @@ static struct i2c_driver pfe_pmbus_driver = {
        .driver = {
                   .name = "bel-pfe",
        },
-       .probe_new = pfe_pmbus_probe,
+       .probe = pfe_pmbus_probe,
        .id_table = pfe_device_id,
 };
 
index f2d4e378a775720133c554e03580fc2812b4f40a..0dce26c355565815130e975295118b095d5a2caf 100644 (file)
@@ -196,7 +196,7 @@ static struct i2c_driver bpa_rs600_driver = {
                .name = "bpa-rs600",
                .of_match_table = of_match_ptr(bpa_rs600_of_match),
        },
-       .probe_new = bpa_rs600_probe,
+       .probe = bpa_rs600_probe,
        .id_table = bpa_rs600_id,
 };
 
index f546f0c12497b01812b6d50f4bed2d29ef01dddb..4dd3b6686d6a44288f3f368daa6c09d20e2cd780 100644 (file)
@@ -119,7 +119,7 @@ static struct i2c_driver ahe50dc_fan_driver = {
                   .name = "ahe50dc_fan",
                   .of_match_table = of_match_ptr(ahe50dc_fan_of_match),
        },
-       .probe_new = ahe50dc_fan_probe,
+       .probe = ahe50dc_fan_probe,
        .id_table = ahe50dc_fan_id,
 };
 module_i2c_driver(ahe50dc_fan_driver);
index d3941f6eb29a9f1876dfd8f6615ccd32ad7dd6c2..f7ff3e4650b71e66bb0981d9e331cb705e1c9904 100644 (file)
@@ -195,7 +195,7 @@ static struct i2c_driver dps920ab_driver = {
                   .name = "dps920ab",
                   .of_match_table = of_match_ptr(dps920ab_of_match),
        },
-       .probe_new = dps920ab_probe,
+       .probe = dps920ab_probe,
 };
 
 module_i2c_driver(dps920ab_driver);
index c7469d2cdedcf738d02daec0ec9ce0b9870013f8..72a7c261ef068db4166591bbad3cbbb3f9c98d0d 100644 (file)
@@ -282,7 +282,7 @@ static struct i2c_driver fsp3y_driver = {
        .driver = {
                   .name = "fsp3y",
                   },
-       .probe_new = fsp3y_probe,
+       .probe = fsp3y_probe,
        .id_table = fsp3y_id
 };
 
index 76e72e9acda7817eb388396c4f7943f387e69065..c791925b89077be8b2abd30deadb0c4cc0d51389 100644 (file)
@@ -605,7 +605,7 @@ static struct i2c_driver ibm_cffps_driver = {
                .name = "ibm-cffps",
                .of_match_table = ibm_cffps_of_match,
        },
-       .probe_new = ibm_cffps_probe,
+       .probe = ibm_cffps_probe,
        .id_table = ibm_cffps_id,
 };
 
index 0f614e8d95f674083a7f2c4db12e65efd2bbb4fb..dfeae68b5e52d37eeba43708935be815a1a135bf 100644 (file)
@@ -215,7 +215,7 @@ static struct i2c_driver ipsps_driver = {
                .name = "inspur-ipsps",
                .of_match_table = of_match_ptr(ipsps_of_match),
        },
-       .probe_new = ipsps_probe,
+       .probe = ipsps_probe,
        .id_table = ipsps_id,
 };
 
index a6cf98e496664e1c5b3e7b1197e08f41ac9e1aaa..e3ee5c1bd9675ccd14fd9d73023d371d864b2ce8 100644 (file)
@@ -136,7 +136,7 @@ static struct i2c_driver ir35221_driver = {
        .driver = {
                .name   = "ir35221",
        },
-       .probe_new      = ir35221_probe,
+       .probe          = ir35221_probe,
        .id_table       = ir35221_id,
 };
 
index 4dca4767f571389775e451822fb465910dd84401..382ba6b6031a0374ac03d20a3738b7c3c1a3e7e6 100644 (file)
@@ -68,7 +68,7 @@ static struct i2c_driver ir36021_driver = {
                .name = "ir36021",
                .of_match_table = of_match_ptr(ir36021_of_id),
        },
-       .probe_new = ir36021_probe,
+       .probe = ir36021_probe,
        .id_table = ir36021_id,
 };
 
index 09276e397194524b04ff8cf668cf45701dc44234..871c322d3d515447cf49f63f3c487601867386cd 100644 (file)
@@ -78,7 +78,7 @@ static struct i2c_driver ir38064_driver = {
                   .name = "ir38064",
                   .of_match_table = of_match_ptr(ir38064_of_match),
                   },
-       .probe_new = ir38064_probe,
+       .probe = ir38064_probe,
        .id_table = ir38064_id,
 };
 
index de3449e4d77a60d60b8aba53b895e99363ebcc61..146d32a35a7c06809db5af8c564d3aee62678e69 100644 (file)
@@ -54,7 +54,7 @@ static struct i2c_driver irps5401_driver = {
        .driver = {
                   .name = "irps5401",
                   },
-       .probe_new = irps5401_probe,
+       .probe = irps5401_probe,
        .id_table = irps5401_id,
 };
 
index 1a8caff1ac5f6b03cd7f17d26a69a8074de14c92..7e53fb1d5ea3036434501cb090434ecc18e4820f 100644 (file)
@@ -323,7 +323,7 @@ static struct i2c_driver isl68137_driver = {
        .driver = {
                   .name = "isl68137",
                   },
-       .probe_new = isl68137_probe,
+       .probe = isl68137_probe,
        .id_table = raa_dmpvr_id,
 };
 
index 09792cd03d9fde584f903adf7bff558690e4c0fa..929fa6d34efdc5e19b79ef8bd8728afec6bf1928 100644 (file)
@@ -568,7 +568,7 @@ static struct i2c_driver lm25066_driver = {
                   .name = "lm25066",
                   .of_match_table = of_match_ptr(lm25066_of_match),
        },
-       .probe_new = lm25066_probe,
+       .probe = lm25066_probe,
        .id_table = lm25066_id,
 };
 
index 4cfe476fc92d2125758b87404d7a9c672ffe67b1..28afc5f15ae8cc51a33e38a2452f606a0dec945b 100644 (file)
@@ -183,7 +183,7 @@ static struct i2c_driver lt7182s_driver = {
                .name = "lt7182s",
                .of_match_table = of_match_ptr(lt7182s_of_match),
        },
-       .probe_new = lt7182s_probe,
+       .probe = lt7182s_probe,
        .id_table = lt7182s_id,
 };
 
index 91df8e895147272d0384616c53c24f45e804c476..73a86f4d647288be97615f19a5c6314e4036e6a3 100644 (file)
@@ -927,7 +927,7 @@ static struct i2c_driver ltc2978_driver = {
                   .name = "ltc2978",
                   .of_match_table = of_match_ptr(ltc2978_of_match),
                   },
-       .probe_new = ltc2978_probe,
+       .probe = ltc2978_probe,
        .id_table = ltc2978_id,
 };
 
index 8e13a7ddcb4270e6198f8787cf1812566eb2c189..f2023b17aa8da677ef5b225665f59b1990cf9588 100644 (file)
@@ -199,7 +199,7 @@ static struct i2c_driver ltc3815_driver = {
        .driver = {
                   .name = "ltc3815",
                   },
-       .probe_new = ltc3815_probe,
+       .probe = ltc3815_probe,
        .id_table = ltc3815_id,
 };
 
index 0b6f88428ea81dfde9fa699e2f2d83e73c93d8e5..2cfaa62aedd610a9a43a711deeac70a7de8426be 100644 (file)
@@ -178,7 +178,7 @@ static struct i2c_driver max15301_driver = {
        .driver = {
                   .name = "max15301",
                   },
-       .probe_new = max15301_probe,
+       .probe = max15301_probe,
        .id_table = max15301_id,
 };
 
index 94f86903907194eb4f5124f12b7c2a1a8e151218..a573a0ab9e48522026e3b56447f18bbd1d8bc04f 100644 (file)
@@ -102,7 +102,7 @@ static struct i2c_driver max16064_driver = {
        .driver = {
                   .name = "max16064",
                   },
-       .probe_new = max16064_probe,
+       .probe = max16064_probe,
        .id_table = max16064_id,
 };
 
index 6724f723f74ced0c1b5aea16b02755b872bd8e6e..9b0177409109b72cb2419853369a617b7150c53d 100644 (file)
@@ -357,7 +357,7 @@ static struct i2c_driver max16601_driver = {
        .driver = {
                   .name = "max16601",
                   },
-       .probe_new = max16601_probe,
+       .probe = max16601_probe,
        .id_table = max16601_id,
 };
 
index ba39f03c63744922a254f1fbdb237d00f957af6a..7bcf279950331f70315e1ff198d35ca534363f0b 100644 (file)
@@ -776,7 +776,7 @@ static struct i2c_driver max20730_driver = {
                .name = "max20730",
                .of_match_table = max20730_of_match,
        },
-       .probe_new = max20730_probe,
+       .probe = max20730_probe,
        .id_table = max20730_id,
 };
 
index 2272dc8c2e380a870087c2fc1d32c60ce3c196fa..6ebd71cd081bf98fe0b1128600f6952e768dc4d4 100644 (file)
@@ -42,7 +42,7 @@ static struct i2c_driver max20751_driver = {
        .driver = {
                   .name = "max20751",
                   },
-       .probe_new = max20751_probe,
+       .probe = max20751_probe,
        .id_table = max20751_id,
 };
 
index 95d79a64b4836c0ae59ae28f6fa99511a0dbabbd..f9aa576495a50fdc57ef0b1ea143594b269d9a7d 100644 (file)
@@ -394,7 +394,7 @@ static struct i2c_driver max31785_driver = {
                .name = "max31785",
                .of_match_table = max31785_of_match,
        },
-       .probe_new = max31785_probe,
+       .probe = max31785_probe,
        .id_table = max31785_id,
 };
 
index ea7609058a12fc305d1c59c5e6911f7514c5bbdf..fe7f6b1b09851e725c0d6f2f5616f9aa470d9339 100644 (file)
@@ -520,7 +520,7 @@ static struct i2c_driver max34440_driver = {
        .driver = {
                   .name = "max34440",
                   },
-       .probe_new = max34440_probe,
+       .probe = max34440_probe,
        .id_table = max34440_id,
 };
 
index 5e66c28c0b7186d2e76e5d9ba992e67d71e3baea..ae8573fdf5bac723e706a3255ff2fa328feec209 100644 (file)
@@ -182,7 +182,7 @@ static struct i2c_driver max8688_driver = {
        .driver = {
                   .name = "max8688",
                   },
-       .probe_new = max8688_probe,
+       .probe = max8688_probe,
        .id_table = max8688_id,
 };
 
index 24e5194706cf66137ed86439b703e6c4e42b3df1..50662ed8e3d58309a8ef428a19b766cb05a23fb9 100644 (file)
@@ -395,7 +395,7 @@ static struct i2c_driver mp2888_driver = {
                .name = "mp2888",
                .of_match_table = of_match_ptr(mp2888_of_match),
        },
-       .probe_new = mp2888_probe,
+       .probe = mp2888_probe,
        .id_table = mp2888_id,
 };
 
index 51986adfbf47c56f653576f027ccbc4913e214be..2109b0458a8b5b4ac579afe6cae792aad43783f8 100644 (file)
@@ -757,7 +757,7 @@ static struct i2c_driver mp2975_driver = {
                .name = "mp2975",
                .of_match_table = of_match_ptr(mp2975_of_match),
        },
-       .probe_new = mp2975_probe,
+       .probe = mp2975_probe,
        .id_table = mp2975_id,
 };
 
index 791a06c3c54a40de1f2fb91648b297356a5e4bc0..c4c4324d2b7466c64f347db6e138410420dbf7db 100644 (file)
@@ -56,7 +56,7 @@ static struct i2c_driver mp5023_driver = {
                   .name = "mp5023",
                   .of_match_table = of_match_ptr(mp5023_of_match),
        },
-       .probe_new = mp5023_probe,
+       .probe = mp5023_probe,
 };
 
 module_i2c_driver(mp5023_driver);
index ff939881dc3bb513bfa6382232478cc1e3e61e88..865d42edda1a5417e5642e48775ffd5e65768723 100644 (file)
@@ -145,7 +145,7 @@ static struct i2c_driver mpq7932_regulator_driver = {
                .name = "mpq7932",
                .of_match_table = mpq7932_of_match,
        },
-       .probe_new = mpq7932_probe,
+       .probe = mpq7932_probe,
        .id_table = mpq7932_id,
 };
 module_i2c_driver(mpq7932_regulator_driver);
index 273ff6e576549b8760fce79524b31ddb59701f92..31d9ae06379a1ae000342c5686e852d4131e5861 100644 (file)
@@ -221,7 +221,7 @@ static struct i2c_driver pim4328_driver = {
        .driver = {
                   .name = "pim4328",
                   },
-       .probe_new = pim4328_probe,
+       .probe = pim4328_probe,
        .id_table = pim4328_id,
 };
 
index 05b4ee35ba270004e140229f586f9a461f4f46ad..7d8bd3167b213ebb40c14142c00fb970691ef357 100644 (file)
@@ -134,7 +134,7 @@ static struct i2c_driver pli1209bc_driver = {
                   .name = "pli1209bc",
                   .of_match_table = of_match_ptr(pli1209bc_of_match),
                   },
-       .probe_new = pli1209bc_probe,
+       .probe = pli1209bc_probe,
        .id_table = pli1209bc_id,
 };
 
index e0bbc8a30d21efb08dcb974d552fd00828289d7e..2a16504c85b78ae4802d32ccfda10f2d624b3e25 100644 (file)
@@ -64,7 +64,7 @@ static struct i2c_driver pm6764tr_driver = {
                   .name = "pm6764tr",
                   .of_match_table = of_match_ptr(pm6764tr_of_match),
                   },
-       .probe_new = pm6764tr_probe,
+       .probe = pm6764tr_probe,
        .id_table = pm6764tr_id,
 };
 
index d0d386990af5eb8ab1fad01564796323cf77e5a8..ec40c5c599543a77c0820a34b17426b3b9f951ee 100644 (file)
@@ -252,7 +252,7 @@ static struct i2c_driver pmbus_driver = {
        .driver = {
                   .name = "pmbus",
                   },
-       .probe_new = pmbus_probe,
+       .probe = pmbus_probe,
        .id_table = pmbus_id,
 };
 
index 52bee5de2988359abdfb3fe15ddc0244eaa1ef6c..e2790a682dc80cedd9be3e2b99738af47e93aa18 100644 (file)
@@ -139,7 +139,7 @@ static struct i2c_driver pxe1610_driver = {
        .driver = {
                        .name = "pxe1610",
                        },
-       .probe_new = pxe1610_probe,
+       .probe = pxe1610_probe,
        .id_table = pxe1610_id,
 };
 
index d3ba129513240ac79a31ed9b16af7e5fda8667ec..b830f3b02bcc9b7dd314b53e7acbcb11da8c5e56 100644 (file)
@@ -412,7 +412,7 @@ static struct i2c_driver q54sj108a2_driver = {
                .name = "q54sj108a2",
                .of_match_table = q54sj108a2_of_match,
        },
-       .probe_new = q54sj108a2_probe,
+       .probe = q54sj108a2_probe,
        .id_table = q54sj108a2_id,
 };
 
index 357b9d9d896b53c46e450a3dcb2c129024b254be..be9076dcc2dbf224427c1f4909c7372ce817f31a 100644 (file)
@@ -237,7 +237,7 @@ static struct i2c_driver stpddc60_driver = {
        .driver = {
                   .name = "stpddc60",
                   },
-       .probe_new = stpddc60_probe,
+       .probe = stpddc60_probe,
        .id_table = stpddc60_id,
 };
 
index c3e781319cd1dfe5890428c1251f34ae3bfa25df..450b0273fb59324443f65aaa5694695b1d22fc1b 100644 (file)
@@ -62,7 +62,7 @@ static struct i2c_driver tda38640_driver = {
                .name = "tda38640",
                .of_match_table = of_match_ptr(tda38640_of_match),
        },
-       .probe_new = tda38640_probe,
+       .probe = tda38640_probe,
        .id_table = tda38640_id,
 };
 
index 31bb83c0ef3e407f0a2546f716aa5268e18223b8..ea0074a6b9fc8ded8f8a0ecc341176f9cba2d792 100644 (file)
@@ -42,7 +42,7 @@ static struct i2c_driver tps40422_driver = {
        .driver = {
                   .name = "tps40422",
                   },
-       .probe_new = tps40422_probe,
+       .probe = tps40422_probe,
        .id_table = tps40422_id,
 };
 
index 81b9d813655ad2d02206cdbdfdc1cc29ad382ed8..ef99005a3af5ec7d1f8039a5fa7e3c67c735d420 100644 (file)
@@ -299,7 +299,7 @@ static struct i2c_driver tps53679_driver = {
                .name = "tps53679",
                .of_match_table = of_match_ptr(tps53679_of_match),
        },
-       .probe_new = tps53679_probe,
+       .probe = tps53679_probe,
        .id_table = tps53679_id,
 };
 
index 435f94304ad8b3f3d36263bd2be422794b6ccda3..69bbdb6c680bdff947ee32ada4b21de86baecb35 100644 (file)
@@ -59,7 +59,7 @@ static struct i2c_driver tps546d24_driver = {
                   .name = "tps546d24",
                   .of_match_table = of_match_ptr(tps546d24_of_match),
           },
-       .probe_new = tps546d24_probe,
+       .probe = tps546d24_probe,
        .id_table = tps546d24_id,
 };
 
index 3daaf22378322f6c2d0074bcad0f96220e227003..ba712ff7666f7b5001915cbd162bb528f3491a72 100644 (file)
@@ -695,7 +695,7 @@ static struct i2c_driver ucd9000_driver = {
                .name = "ucd9000",
                .of_match_table = of_match_ptr(ucd9000_of_match),
        },
-       .probe_new = ucd9000_probe,
+       .probe = ucd9000_probe,
        .id_table = ucd9000_id,
 };
 
index 3ad375a76f3ecb20699a68776bf127744c37e0c1..a82847945508814624f5cd9e01089ed709ec7ebf 100644 (file)
@@ -200,7 +200,7 @@ static struct i2c_driver ucd9200_driver = {
                .name = "ucd9200",
                .of_match_table = of_match_ptr(ucd9200_of_match),
        },
-       .probe_new = ucd9200_probe,
+       .probe = ucd9200_probe,
        .id_table = ucd9200_id,
 };
 
index 32bc7736d609e38565b85d0ce1640b8e408a8e5a..37d08dd427d570009578bceba77405b1e20c4cd8 100644 (file)
@@ -185,7 +185,7 @@ static struct i2c_driver xdpe122_driver = {
                .name = "xdpe12284",
                .of_match_table = of_match_ptr(xdpe122_of_match),
        },
-       .probe_new = xdpe122_probe,
+       .probe = xdpe122_probe,
        .id_table = xdpe122_id,
 };
 
index b8a36ef73e45409527b5ed756e41731be9d9862a..235e6b41ae4c7eae6130d7422dc285f2cab0b4a2 100644 (file)
@@ -63,7 +63,7 @@ static struct i2c_driver xdpe152_driver = {
                .name = "xdpe152c4",
                .of_match_table = of_match_ptr(xdpe152_of_match),
        },
-       .probe_new = xdpe152_probe,
+       .probe = xdpe152_probe,
        .id_table = xdpe152_id,
 };
 
index e9df0c56d91e9ddf8a7053ac15fbb82a9eed4809..83458df0d0cfafd501b92f74121b70c4f56844b1 100644 (file)
@@ -461,7 +461,7 @@ static struct i2c_driver zl6100_driver = {
        .driver = {
                   .name = "zl6100",
                   },
-       .probe_new = zl6100_probe,
+       .probe = zl6100_probe,
        .id_table = zl6100_id,
 };
 
index 9cb0c2de5219314779a62f48577442da0ea33afd..4120cadb00aebc4f8a3629926ca769410e0023b5 100644 (file)
@@ -327,7 +327,7 @@ static struct i2c_driver powr1220_driver = {
        .driver = {
                .name   = "powr1220",
        },
-       .probe_new      = powr1220_probe,
+       .probe          = powr1220_probe,
        .id_table       = powr1220_ids,
 };
 
index 529f0e766319be7c47fb86f9f4c3479664ce0e97..484703f0ea5f882e266c096e6920ae79460974a6 100644 (file)
@@ -347,7 +347,7 @@ static struct i2c_driver sbrmi_driver = {
                .name = "sbrmi",
                .of_match_table = of_match_ptr(sbrmi_of_match),
        },
-       .probe_new = sbrmi_probe,
+       .probe = sbrmi_probe,
        .id_table = sbrmi_id,
 };
 
index 7049d9464ac6d47da240bf053347ec5e7492d84b..b79cece4ac9aba5e4475a8853ab7191fb87cf91a 100644 (file)
@@ -238,7 +238,7 @@ static struct i2c_driver sbtsi_driver = {
                .name = "sbtsi",
                .of_match_table = of_match_ptr(sbtsi_of_match),
        },
-       .probe_new = sbtsi_probe,
+       .probe = sbtsi_probe,
        .id_table = sbtsi_id,
 };
 
index f50b90198f2394356c8099d497912a41be3ba7ac..55c1794752085fd537cf5bab5715e7b5acb114cc 100644 (file)
@@ -285,7 +285,7 @@ MODULE_DEVICE_TABLE(i2c, sht21_id);
 
 static struct i2c_driver sht21_driver = {
        .driver.name = "sht21",
-       .probe_new   = sht21_probe,
+       .probe       = sht21_probe,
        .id_table    = sht21_id,
 };
 
index 8305e44d9ab207780aa29dc47955c6685be75437..1dab3002728bab3f0f2f42d9a1c271c56ff264f9 100644 (file)
@@ -743,7 +743,7 @@ MODULE_DEVICE_TABLE(i2c, sht3x_ids);
 
 static struct i2c_driver sht3x_i2c_driver = {
        .driver.name = "sht3x",
-       .probe_new   = sht3x_probe,
+       .probe       = sht3x_probe,
        .id_table    = sht3x_ids,
 };
 
index 5bbe09135ab9d8b432151c616c0263ef376b6128..7ee7974104580c5bc0b6c2659f557149d8842dbf 100644 (file)
@@ -291,7 +291,7 @@ static struct i2c_driver sht4x_driver = {
                .name = "sht4x",
                .of_match_table = sht4x_of_match,
        },
-       .probe_new      = sht4x_probe,
+       .probe          = sht4x_probe,
        .id_table       = sht4x_id,
 };
 
index 18546ebc8e9f7710edba6c782f6cfc02ff650699..1f96e94967ee8db09371860519d98a65ed022d7a 100644 (file)
@@ -279,7 +279,7 @@ static struct i2c_driver shtc1_i2c_driver = {
                .name = "shtc1",
                .of_match_table = shtc1_of_match,
        },
-       .probe_new    = shtc1_probe,
+       .probe        = shtc1_probe,
        .id_table     = shtc1_id,
 };
 
index c36bdbe423de001223263bcd2c7dab5cdbdf14ad..026c76f8c22e806b29d64478fa0b1ef1a47b5207 100644 (file)
@@ -694,7 +694,7 @@ static struct i2c_driver smm665_driver = {
        .driver = {
                   .name = "smm665",
                   },
-       .probe_new = smm665_probe,
+       .probe = smm665_probe,
        .remove = smm665_remove,
        .id_table = smm665_id,
 };
index 70d2152234e210700cbe32b67f767d43dd631b77..d20800a1f02bc8a4573a933d31e83dd5a9f1aa39 100644 (file)
@@ -628,7 +628,7 @@ static struct i2c_driver smsc47m192_driver = {
        .driver = {
                .name   = "smsc47m192",
        },
-       .probe_new      = smsc47m192_probe,
+       .probe          = smsc47m192_probe,
        .id_table       = smsc47m192_id,
        .detect         = smsc47m192_detect,
        .address_list   = normal_i2c,
index 2f67c6747eadbf4f80a029c77dcf1ef1a57f06e5..847c99376930742143261fdbed44b9eeddacf228 100644 (file)
@@ -821,7 +821,7 @@ static struct i2c_driver stts751_driver = {
                .name   = DEVNAME,
                .of_match_table = of_match_ptr(stts751_of_match),
        },
-       .probe_new      = stts751_probe,
+       .probe          = stts751_probe,
        .id_table       = stts751_id,
        .detect         = stts751_detect,
        .alert          = stts751_alert,
index 54cd33d096884499265f6e2892d197d4e77d64cc..42a9658f1bc2b79bdae577ea46d466ebbc85a17c 100644 (file)
@@ -561,7 +561,7 @@ static struct i2c_driver tc654_driver = {
        .driver = {
                   .name = "tc654",
                   },
-       .probe_new = tc654_probe,
+       .probe = tc654_probe,
        .id_table = tc654_id,
 };
 
index ace55da97fc29f717dc2eef9055196d9a9f41e0a..03950670bd782272e8157f809f399e3a9242e6c2 100644 (file)
@@ -160,7 +160,7 @@ static struct i2c_driver tc74_driver = {
        .driver = {
                .name   = "tc74",
        },
-       .probe_new = tc74_probe,
+       .probe = tc74_probe,
        .id_table = tc74_id,
 };
 
index 81cdb012993caca0ce4072e9aa7043bad390ea81..68ba26bc90142e110ed9952c5d6318f368c8e23b 100644 (file)
@@ -420,7 +420,7 @@ static struct i2c_driver thmc50_driver = {
        .driver = {
                .name = "thmc50",
        },
-       .probe_new = thmc50_probe,
+       .probe = thmc50_probe,
        .id_table = thmc50_id,
        .detect = thmc50_detect,
        .address_list = normal_i2c,
index e271556efe0b86ece8b71c064953588f49569d36..6359d12b24203141c55dd37a86279373abdc9bba 100644 (file)
@@ -301,7 +301,7 @@ static struct i2c_driver tmp102_driver = {
        .driver.name    = DRIVER_NAME,
        .driver.of_match_table = of_match_ptr(tmp102_of_match),
        .driver.pm      = pm_sleep_ptr(&tmp102_dev_pm_ops),
-       .probe_new      = tmp102_probe,
+       .probe          = tmp102_probe,
        .id_table       = tmp102_id,
 };
 
index d257bb91fc6954c456f4fdbb0fe50e4cf9aac79a..a84c29a3a765a78887e10ecaab9088355a6d0679 100644 (file)
@@ -214,7 +214,7 @@ static struct i2c_driver tmp103_driver = {
                .of_match_table = of_match_ptr(tmp103_of_match),
                .pm     = pm_sleep_ptr(&tmp103_dev_pm_ops),
        },
-       .probe_new      = tmp103_probe,
+       .probe          = tmp103_probe,
        .id_table       = tmp103_id,
 };
 
index 43784c289a9e9418c57cd801a81e043fbb9ec968..300b24d5586b7b09411f57adc5ed641c8e03b04c 100644 (file)
@@ -432,7 +432,7 @@ static struct i2c_driver tmp108_driver = {
                .pm     = pm_sleep_ptr(&tmp108_dev_pm_ops),
                .of_match_table = of_match_ptr(tmp108_of_ids),
        },
-       .probe_new      = tmp108_probe,
+       .probe          = tmp108_probe,
        .id_table       = tmp108_i2c_ids,
 };
 
index f358ba67962675352fae9cfa3daa024dac4b8453..91f2314568cfaf6342552f57c24d6a9647aff727 100644 (file)
@@ -766,7 +766,7 @@ static struct i2c_driver tmp401_driver = {
                .name   = "tmp401",
                .of_match_table = of_match_ptr(tmp4xx_of_match),
        },
-       .probe_new      = tmp401_probe,
+       .probe          = tmp401_probe,
        .id_table       = tmp401_id,
        .detect         = tmp401_detect,
        .address_list   = normal_i2c,
index 45fd7fb5ee01f5c688d5b80d8922ef0353de0e9b..3cde3916ab6d5d5b49dc62172d4cc738526004e7 100644 (file)
@@ -487,7 +487,7 @@ static struct i2c_driver tmp421_driver = {
                .name   = "tmp421",
                .of_match_table = of_match_ptr(tmp421_of_match),
        },
-       .probe_new = tmp421_probe,
+       .probe = tmp421_probe,
        .id_table = tmp421_id,
        .detect = tmp421_detect,
        .address_list = normal_i2c,
index 9213a493a590a58957f240b251f777770653a739..8a88032d8e9d4347bc68063a26e9a72ee49331b1 100644 (file)
@@ -699,7 +699,7 @@ static struct i2c_driver tmp464_driver = {
                .name   = "tmp464",
                .of_match_table = of_match_ptr(tmp464_of_match),
        },
-       .probe_new = tmp464_probe,
+       .probe = tmp464_probe,
        .id_table = tmp464_id,
        .detect = tmp464_detect,
        .address_list = normal_i2c,
index 0693eaee054ffe90fd70e47c577c51c770e69161..bff10f4b56e199928768adf8b0226ac02c288dc8 100644 (file)
@@ -760,7 +760,7 @@ static struct i2c_driver tmp51x_driver = {
                .name   = "tmp51x",
                .of_match_table = tmp51x_of_match,
        },
-       .probe_new      = tmp51x_probe,
+       .probe          = tmp51x_probe,
        .id_table       = tmp51x_id,
 };
 
index 85a75f55114893ec0743094bbbb239f584bc479c..8fbbb29ae11d2e74f38e18ebd23584798575e3e6 100644 (file)
@@ -581,7 +581,7 @@ static const struct of_device_id __maybe_unused tps23861_of_match[] = {
 MODULE_DEVICE_TABLE(of, tps23861_of_match);
 
 static struct i2c_driver tps23861_driver = {
-       .probe_new              = tps23861_probe,
+       .probe                  = tps23861_probe,
        .remove                 = tps23861_remove,
        .driver = {
                .name           = "tps23861",
index 8dbcd05abd9ad219b74273c4ee77926199e30173..7f3615f5587cc3c2ae19c00603cb9c72aba73956 100644 (file)
@@ -295,7 +295,7 @@ static struct i2c_driver w83773_driver = {
                .name   = "w83773g",
                .of_match_table = of_match_ptr(w83773_of_match),
        },
-       .probe_new = w83773_probe,
+       .probe = w83773_probe,
        .id_table = w83773_id,
 };
 
index dacabf25e83ff6e7df9e2b35211f15ecd4f53ead..b33f382f238ddd8c74301ed10d39fee7e3e21766 100644 (file)
@@ -1585,7 +1585,7 @@ static struct i2c_driver w83781d_driver = {
                .name = "w83781d",
                .of_match_table = w83781d_of_match,
        },
-       .probe_new      = w83781d_probe,
+       .probe          = w83781d_probe,
        .remove         = w83781d_remove,
        .id_table       = w83781d_ids,
        .detect         = w83781d_detect,
index eaf6913650231c4f078ccef4f9e7fe4aac3ca324..9681eaa06c8e084522f108f8cc760a8614272689 100644 (file)
@@ -338,7 +338,7 @@ static struct i2c_driver w83791d_driver = {
        .driver = {
                .name = "w83791d",
        },
-       .probe_new      = w83791d_probe,
+       .probe          = w83791d_probe,
        .remove         = w83791d_remove,
        .id_table       = w83791d_id,
        .detect         = w83791d_detect,
index 6d160eee1446077ea07b47433df477e4afba3985..69ce379a9e1311c33752d94c3ea4f9a62bf71498 100644 (file)
@@ -306,7 +306,7 @@ static struct i2c_driver w83792d_driver = {
        .driver = {
                .name = "w83792d",
        },
-       .probe_new      = w83792d_probe,
+       .probe          = w83792d_probe,
        .remove         = w83792d_remove,
        .id_table       = w83792d_id,
        .detect         = w83792d_detect,
index a4926d907198c2cbc234531344e8507efedb4246..96bab94ba8996bf857fcc4dbcd406c600b079e31 100644 (file)
@@ -301,7 +301,7 @@ static struct i2c_driver w83793_driver = {
        .driver = {
                   .name = "w83793",
        },
-       .probe_new      = w83793_probe,
+       .probe          = w83793_probe,
        .remove         = w83793_remove,
        .id_table       = w83793_id,
        .detect         = w83793_detect,
index 84ff5c57e98c28eab2cbeebc37756057d9d6ebd7..c446e00db65860f0025cc7136f41418d563d9c8d 100644 (file)
@@ -2255,7 +2255,7 @@ static struct i2c_driver w83795_driver = {
        .driver = {
                   .name = "w83795",
        },
-       .probe_new      = w83795_probe,
+       .probe          = w83795_probe,
        .remove         = w83795_remove,
        .id_table       = w83795_id,
 
index f3622de0d96fe224bf5c7376efd9dc31cfb0a4a7..9c11ed69c055ba22d130dc0ca357d4a8d88a8fb1 100644 (file)
@@ -84,7 +84,7 @@ static struct i2c_driver w83l785ts_driver = {
        .driver = {
                .name   = "w83l785ts",
        },
-       .probe_new      = w83l785ts_probe,
+       .probe          = w83l785ts_probe,
        .remove         = w83l785ts_remove,
        .id_table       = w83l785ts_id,
        .detect         = w83l785ts_detect,
index 5597e1c2d95cf3c1651ccbc57215011a02e3f175..75874cf7851cb34365a90ea5b11d7733dc2e9403 100644 (file)
@@ -751,7 +751,7 @@ static struct i2c_driver w83l786ng_driver = {
        .driver = {
                   .name = "w83l786ng",
        },
-       .probe_new      = w83l786ng_probe,
+       .probe          = w83l786ng_probe,
        .id_table       = w83l786ng_id,
        .detect         = w83l786ng_detect,
        .address_list   = normal_i2c,