]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mfd: Switch i2c drivers back to use .probe()
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 15 May 2023 18:27:52 +0000 (20:27 +0200)
committerLee Jones <lee@kernel.org>
Thu, 15 Jun 2023 08:19:37 +0000 (09:19 +0100)
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/20230515182752.10050-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Lee Jones <lee@kernel.org>
95 files changed:
drivers/mfd/88pm800.c
drivers/mfd/88pm805.c
drivers/mfd/88pm860x-core.c
drivers/mfd/aat2870-core.c
drivers/mfd/acer-ec-a500.c
drivers/mfd/act8945a.c
drivers/mfd/adp5520.c
drivers/mfd/arizona-i2c.c
drivers/mfd/as3711.c
drivers/mfd/as3722.c
drivers/mfd/atc260x-i2c.c
drivers/mfd/axp20x-i2c.c
drivers/mfd/bcm590xx.c
drivers/mfd/bd9571mwv.c
drivers/mfd/da903x.c
drivers/mfd/da9052-i2c.c
drivers/mfd/da9055-i2c.c
drivers/mfd/da9062-core.c
drivers/mfd/da9063-i2c.c
drivers/mfd/da9150-core.c
drivers/mfd/ene-kb3930.c
drivers/mfd/gateworks-gsc.c
drivers/mfd/intel_soc_pmic_chtdc_ti.c
drivers/mfd/intel_soc_pmic_chtwc.c
drivers/mfd/intel_soc_pmic_crc.c
drivers/mfd/iqs62x.c
drivers/mfd/khadas-mcu.c
drivers/mfd/lm3533-core.c
drivers/mfd/lochnagar-i2c.c
drivers/mfd/lp3943.c
drivers/mfd/lp873x.c
drivers/mfd/lp87565.c
drivers/mfd/lp8788.c
drivers/mfd/madera-i2c.c
drivers/mfd/max14577.c
drivers/mfd/max77620.c
drivers/mfd/max77650.c
drivers/mfd/max77686.c
drivers/mfd/max77693.c
drivers/mfd/max77714.c
drivers/mfd/max77843.c
drivers/mfd/max8907.c
drivers/mfd/max8925-i2c.c
drivers/mfd/max8997.c
drivers/mfd/max8998.c
drivers/mfd/mc13xxx-i2c.c
drivers/mfd/menelaus.c
drivers/mfd/menf21bmc.c
drivers/mfd/mp2629.c
drivers/mfd/mt6360-core.c
drivers/mfd/mt6370.c
drivers/mfd/ntxec.c
drivers/mfd/palmas.c
drivers/mfd/pcf50633-core.c
drivers/mfd/qcom-pm8008.c
drivers/mfd/rc5t583.c
drivers/mfd/retu-mfd.c
drivers/mfd/rk8xx-i2c.c
drivers/mfd/rn5t618.c
drivers/mfd/rohm-bd71828.c
drivers/mfd/rohm-bd718x7.c
drivers/mfd/rohm-bd9576.c
drivers/mfd/rsmu_i2c.c
drivers/mfd/rt4831.c
drivers/mfd/rt5033.c
drivers/mfd/rt5120.c
drivers/mfd/sec-core.c
drivers/mfd/si476x-i2c.c
drivers/mfd/simple-mfd-i2c.c
drivers/mfd/sky81452.c
drivers/mfd/smpro-core.c
drivers/mfd/stmfx.c
drivers/mfd/stmpe-i2c.c
drivers/mfd/stpmic1.c
drivers/mfd/stw481x.c
drivers/mfd/tc3589x.c
drivers/mfd/ti-lmu.c
drivers/mfd/tps6105x.c
drivers/mfd/tps65010.c
drivers/mfd/tps6507x.c
drivers/mfd/tps65086.c
drivers/mfd/tps65090.c
drivers/mfd/tps65217.c
drivers/mfd/tps65218.c
drivers/mfd/tps65219.c
drivers/mfd/tps6586x.c
drivers/mfd/tps65910.c
drivers/mfd/tps65912-i2c.c
drivers/mfd/twl-core.c
drivers/mfd/twl6040.c
drivers/mfd/wl1273-core.c
drivers/mfd/wm831x-i2c.c
drivers/mfd/wm8350-i2c.c
drivers/mfd/wm8400-core.c
drivers/mfd/wm8994-core.c

index 4d9b61b927544f2850ac85ffe2e9975c8528b53f..300caa0673352e8777f7fde183bc916c49fc13b7 100644 (file)
@@ -597,7 +597,7 @@ static struct i2c_driver pm800_driver = {
                .name = "88PM800",
                .pm = pm_sleep_ptr(&pm80x_pm_ops),
                },
-       .probe_new = pm800_probe,
+       .probe = pm800_probe,
        .remove = pm800_remove,
        .id_table = pm80x_id_table,
 };
index 352f13cb14811b80ad1249e555eabf6225140cc8..68417c3c4f5ae4a78ae1d3702c91c49821efee48 100644 (file)
@@ -253,7 +253,7 @@ static struct i2c_driver pm805_driver = {
                .name = "88PM805",
                .pm = pm_sleep_ptr(&pm80x_pm_ops),
                },
-       .probe_new = pm805_probe,
+       .probe = pm805_probe,
        .remove = pm805_remove,
        .id_table = pm80x_id_table,
 };
index 26d1ffefadc1a6bed44e633e1f8d41b45fe5b134..151bf03e772d161d80f62f9981573a1b3c8a49dd 100644 (file)
@@ -1250,7 +1250,7 @@ static struct i2c_driver pm860x_driver = {
                .pm     = pm_sleep_ptr(&pm860x_pm_ops),
                .of_match_table = pm860x_dt_ids,
        },
-       .probe_new      = pm860x_probe,
+       .probe          = pm860x_probe,
        .remove         = pm860x_remove,
        .id_table       = pm860x_id_table,
 };
index 5ff0f1ed7a15c3d4d1bc0c3ab7671ecbb2a93614..2fee62f1016c800701c09ab49b67ce7cdbb33b63 100644 (file)
@@ -449,7 +449,7 @@ static struct i2c_driver aat2870_i2c_driver = {
                .pm                     = pm_sleep_ptr(&aat2870_pm_ops),
                .suppress_bind_attrs    = true,
        },
-       .probe_new      = aat2870_i2c_probe,
+       .probe          = aat2870_i2c_probe,
        .id_table       = aat2870_i2c_id_table,
 };
 
index 7fd8b998807586c72f1b76f4119a5c8193f6d61e..feb757e90dc3f3be1ca74bf12b21c5d20801f7c3 100644 (file)
@@ -190,7 +190,7 @@ static struct i2c_driver a500_ec_driver = {
                .name = "acer-a500-embedded-controller",
                .of_match_table = a500_ec_match,
        },
-       .probe_new = a500_ec_probe,
+       .probe = a500_ec_probe,
        .remove = a500_ec_remove,
 };
 module_i2c_driver(a500_ec_driver);
index bcf0fda15f0c32b005ee450338c638fc33342aec..2406fcdff5f9cc3546580e695974ade16087f727 100644 (file)
@@ -70,7 +70,7 @@ static struct i2c_driver act8945a_i2c_driver = {
                   .name = "act8945a",
                   .of_match_table = of_match_ptr(act8945a_of_match),
        },
-       .probe_new = act8945a_i2c_probe,
+       .probe = act8945a_i2c_probe,
        .id_table = act8945a_i2c_id,
 };
 
index cb168efdbafe8bd4c39839bcdd2f81545f243410..bd6f4965ebc8269d40f38e34e0092af5139fae21 100644 (file)
@@ -340,7 +340,7 @@ static struct i2c_driver adp5520_driver = {
                .pm                     = pm_sleep_ptr(&adp5520_pm),
                .suppress_bind_attrs    = true,
        },
-       .probe_new      = adp5520_probe,
+       .probe          = adp5520_probe,
        .id_table       = adp5520_id,
 };
 builtin_i2c_driver(adp5520_driver);
index 43e393c8608df2fe23aa74cbcb4d2c922efe6167..9b7183ffc92809306fb6c38153c2e5af20cccfa1 100644 (file)
@@ -121,7 +121,7 @@ static struct i2c_driver arizona_i2c_driver = {
                .pm     = pm_ptr(&arizona_pm_ops),
                .of_match_table = of_match_ptr(arizona_i2c_of_match),
        },
-       .probe_new      = arizona_i2c_probe,
+       .probe          = arizona_i2c_probe,
        .remove         = arizona_i2c_remove,
        .id_table       = arizona_i2c_id,
 };
index 3facfdd28e81fd00c392c041bab3d3bf9b80e0ae..c7e85ff38013273d4e7f415186bf4d165d41f087 100644 (file)
@@ -201,7 +201,7 @@ static struct i2c_driver as3711_i2c_driver = {
                   .name = "as3711",
                   .of_match_table = of_match_ptr(as3711_of_match),
        },
-       .probe_new = as3711_i2c_probe,
+       .probe = as3711_i2c_probe,
        .id_table = as3711_i2c_id,
 };
 
index b6dda0eb86456a104c5bdf9ddf5012421c415c4d..a2bf68afc131d3d09f3c41cce2d8da4a50826812 100644 (file)
@@ -445,7 +445,7 @@ static struct i2c_driver as3722_i2c_driver = {
                .of_match_table = as3722_of_match,
                .pm = &as3722_pm_ops,
        },
-       .probe_new = as3722_i2c_probe,
+       .probe = as3722_i2c_probe,
        .id_table = as3722_i2c_id,
 };
 
index 8e1491167160b51486f1e20d90f1e1404de72a03..fb53b0432a317a8b05022d4535bbfb0444fb7ea8 100644 (file)
@@ -53,7 +53,7 @@ static struct i2c_driver atc260x_i2c_driver = {
                .name = "atc260x",
                .of_match_table = atc260x_i2c_of_match,
        },
-       .probe_new = atc260x_i2c_probe,
+       .probe = atc260x_i2c_probe,
 };
 module_i2c_driver(atc260x_i2c_driver);
 
index a49e5e217554ae22f6bac01e2a60a6c792035547..da0e538c18bd98b0dd6b0411394a92654eb71641 100644 (file)
@@ -103,7 +103,7 @@ static struct i2c_driver axp20x_i2c_driver = {
                .of_match_table = of_match_ptr(axp20x_i2c_of_match),
                .acpi_match_table = ACPI_PTR(axp20x_i2c_acpi_match),
        },
-       .probe_new      = axp20x_i2c_probe,
+       .probe          = axp20x_i2c_probe,
        .remove         = axp20x_i2c_remove,
        .id_table       = axp20x_i2c_id,
 };
index 251d515478d55fbb9854dc544443cf45024afda4..9f39b46b87f4457b1b00445e7baeb58cb32f6de4 100644 (file)
@@ -108,7 +108,7 @@ static struct i2c_driver bcm590xx_i2c_driver = {
                   .name = "bcm590xx",
                   .of_match_table = bcm590xx_of_match,
        },
-       .probe_new = bcm590xx_i2c_probe,
+       .probe = bcm590xx_i2c_probe,
        .id_table = bcm590xx_i2c_id,
 };
 module_i2c_driver(bcm590xx_i2c_driver);
index 60dc858c8117a8075955aaced93db782a6456390..819d09e4d10077f9367cf7d6ebc2a7944bb25675 100644 (file)
@@ -278,7 +278,7 @@ static struct i2c_driver bd9571mwv_driver = {
                .name   = "bd9571mwv",
                .of_match_table = bd9571mwv_of_match_table,
        },
-       .probe_new      = bd9571mwv_probe,
+       .probe          = bd9571mwv_probe,
        .id_table       = bd9571mwv_id_table,
 };
 module_i2c_driver(bd9571mwv_driver);
index 6570b33a5a77bd60c51af9e5a3708353909824dc..e86b39de3303a2cdda6a83e47608aa6d822713a7 100644 (file)
@@ -543,7 +543,7 @@ static struct i2c_driver da903x_driver = {
        .driver = {
                .name   = "da903x",
        },
-       .probe_new      = da903x_probe,
+       .probe          = da903x_probe,
        .remove         = da903x_remove,
        .id_table       = da903x_id_table,
 };
index 03db7a2ccf7a0353a399ade10960390563a9be33..541e2d47677eb9c2dc8b574a9836b4f35a63070b 100644 (file)
@@ -176,7 +176,7 @@ static void da9052_i2c_remove(struct i2c_client *client)
 }
 
 static struct i2c_driver da9052_i2c_driver = {
-       .probe_new = da9052_i2c_probe,
+       .probe = da9052_i2c_probe,
        .remove = da9052_i2c_remove,
        .id_table = da9052_i2c_id,
        .driver = {
index 537fd5de3e6d46b71bf49186084607e29c677626..bbaf4f07f2743851c0430e67baca5ae3d18d86a4 100644 (file)
@@ -66,7 +66,7 @@ static const struct of_device_id da9055_of_match[] = {
 };
 
 static struct i2c_driver da9055_i2c_driver = {
-       .probe_new = da9055_i2c_probe,
+       .probe = da9055_i2c_probe,
        .remove = da9055_i2c_remove,
        .id_table = da9055_i2c_id,
        .driver = {
index d073d5f106ecc415aeddecf52fd6763928b93ef2..48f58b6f5629384d28c722f2e0defaa0815d8731 100644 (file)
@@ -726,7 +726,7 @@ static struct i2c_driver da9062_i2c_driver = {
                .name = "da9062",
                .of_match_table = da9062_dt_ids,
        },
-       .probe_new = da9062_i2c_probe,
+       .probe = da9062_i2c_probe,
        .remove   = da9062_i2c_remove,
        .id_table = da9062_i2c_id,
 };
index 03f8f95a1d62c20450211f648a5b570ecee2c310..d715cf9a9e688333de5c67ab1c9e9ff637c8dbe6 100644 (file)
@@ -469,7 +469,7 @@ static struct i2c_driver da9063_i2c_driver = {
                .name = "da9063",
                .of_match_table = da9063_dt_ids,
        },
-       .probe_new = da9063_i2c_probe,
+       .probe = da9063_i2c_probe,
        .id_table = da9063_i2c_id,
 };
 
index d2c954103b2f5432eb984df6c7dd0b1ed7f1b40c..94d621e20635ddcb7720e24a581941f6a4388b9e 100644 (file)
@@ -510,7 +510,7 @@ static struct i2c_driver da9150_driver = {
                .name   = "da9150",
                .of_match_table = da9150_of_match,
        },
-       .probe_new      = da9150_probe,
+       .probe          = da9150_probe,
        .remove         = da9150_remove,
        .shutdown       = da9150_shutdown,
        .id_table       = da9150_i2c_id,
index 3eff98e26bea9a33c6c2299291f91e4f84b73fb7..fa0ad2f14a396189a2df066072096ff90456ae7c 100644 (file)
@@ -196,7 +196,7 @@ static const struct of_device_id kb3930_dt_ids[] = {
 MODULE_DEVICE_TABLE(of, kb3930_dt_ids);
 
 static struct i2c_driver kb3930_driver = {
-       .probe_new = kb3930_probe,
+       .probe = kb3930_probe,
        .remove = kb3930_remove,
        .driver = {
                .name = "ene-kb3930",
index c954ed265de81c925a1e58ec790dc851256cfe84..b02bfdc871e9ec3e92f07a3ac5185f2fdf325c0f 100644 (file)
@@ -264,7 +264,7 @@ static struct i2c_driver gsc_driver = {
                .name   = "gateworks-gsc",
                .of_match_table = gsc_of_match,
        },
-       .probe_new      = gsc_probe,
+       .probe          = gsc_probe,
        .remove         = gsc_remove,
 };
 module_i2c_driver(gsc_driver);
index 282b8fd08009bebac591edca0ed7b8fab6bf00d5..992855bfda3e47b68576e85071016efc471cad3d 100644 (file)
@@ -172,7 +172,7 @@ static struct i2c_driver chtdc_ti_i2c_driver = {
                .pm = pm_sleep_ptr(&chtdc_ti_pm_ops),
                .acpi_match_table = chtdc_ti_acpi_ids,
        },
-       .probe_new = chtdc_ti_probe,
+       .probe = chtdc_ti_probe,
        .shutdown = chtdc_ti_shutdown,
 };
 module_i2c_driver(chtdc_ti_i2c_driver);
index 871776d511e31c232e398fcc3f263bc3396b8d65..7fce3ef7ab453df45046034e42a4afd603b392b4 100644 (file)
@@ -272,7 +272,7 @@ static struct i2c_driver cht_wc_driver = {
                .pm     = pm_sleep_ptr(&cht_wc_pm_ops),
                .acpi_match_table = cht_wc_acpi_ids,
        },
-       .probe_new = cht_wc_probe,
+       .probe = cht_wc_probe,
        .shutdown = cht_wc_shutdown,
        .id_table = cht_wc_i2c_id,
 };
index b745ace46e5b6792bbda404f049f3e0fdd9783b9..581f81cbaa24bd08738bbf413768ffee6844a561 100644 (file)
@@ -263,7 +263,7 @@ static struct i2c_driver crystal_cove_i2c_driver = {
                .pm = pm_sleep_ptr(&crystal_cove_pm_ops),
                .acpi_match_table = crystal_cove_acpi_match,
        },
-       .probe_new = crystal_cove_i2c_probe,
+       .probe = crystal_cove_i2c_probe,
        .remove = crystal_cove_i2c_remove,
        .shutdown = crystal_cove_shutdown,
 };
index 1895fce25b060b1845506133fb6e49cb4432b64e..dfe9cb79e6a14b732bb3d49779cd15d574f845a1 100644 (file)
@@ -1069,7 +1069,7 @@ static struct i2c_driver iqs62x_i2c_driver = {
                .of_match_table = iqs62x_of_match,
                .pm = &iqs62x_pm,
        },
-       .probe_new = iqs62x_probe,
+       .probe = iqs62x_probe,
        .remove = iqs62x_remove,
 };
 module_i2c_driver(iqs62x_i2c_driver);
index 1c807c0e6d25a2c52fa4bf57158a4c8d7ac6a35a..61396d824f16df67cfde41c1fe27310da1ca95be 100644 (file)
@@ -134,7 +134,7 @@ static struct i2c_driver khadas_mcu_driver = {
                .name = "khadas-mcu-core",
                .of_match_table = of_match_ptr(khadas_mcu_of_match),
        },
-       .probe_new = khadas_mcu_probe,
+       .probe = khadas_mcu_probe,
 };
 module_i2c_driver(khadas_mcu_driver);
 
index 03830aa4979a0a9f21056498c71d60899cff3fa8..c211183cecb242ea9243c30b261a7c0eb5906586 100644 (file)
@@ -624,7 +624,7 @@ static struct i2c_driver lm3533_i2c_driver = {
                   .name = "lm3533",
        },
        .id_table       = lm3533_i2c_ids,
-       .probe_new      = lm3533_i2c_probe,
+       .probe          = lm3533_i2c_probe,
        .remove         = lm3533_i2c_remove,
 };
 
index 3a65d9938902351f496e3baddb78cdd54b5537ea..3c8843117080ccc8a3185d9cf60cedadd0a95c9e 100644 (file)
@@ -382,7 +382,7 @@ static struct i2c_driver lochnagar_i2c_driver = {
                .of_match_table = of_match_ptr(lochnagar_of_match),
                .suppress_bind_attrs = true,
        },
-       .probe_new = lochnagar_i2c_probe,
+       .probe = lochnagar_i2c_probe,
 };
 
 static int __init lochnagar_i2c_init(void)
index f9f39b53d03008595f645d7285515863fced4b61..7f749a23dca84f4567c401d74e3bea46f5ad05ce 100644 (file)
@@ -140,7 +140,7 @@ MODULE_DEVICE_TABLE(of, lp3943_of_match);
 #endif
 
 static struct i2c_driver lp3943_driver = {
-       .probe_new = lp3943_probe,
+       .probe = lp3943_probe,
        .driver = {
                .name = "lp3943",
                .of_match_table = of_match_ptr(lp3943_of_match),
index c81c5c9ad7489a363d8e59216d09278883fc602a..6639f0fad4ea98495633680cc009a932d1433f81 100644 (file)
@@ -78,7 +78,7 @@ static struct i2c_driver lp873x_driver = {
                .name   = "lp873x",
                .of_match_table = of_lp873x_match_table,
        },
-       .probe_new      = lp873x_probe,
+       .probe          = lp873x_probe,
        .id_table       = lp873x_id_table,
 };
 module_i2c_driver(lp873x_driver);
index 568f0f01ea0d2e0925fd840ecd64e8f56bed2bcc..88ce4d7c50a71c4007a407c340bb0b50aa6a2485 100644 (file)
@@ -119,7 +119,7 @@ static struct i2c_driver lp87565_driver = {
                .name   = "lp87565",
                .of_match_table = of_lp87565_match_table,
        },
-       .probe_new = lp87565_probe,
+       .probe = lp87565_probe,
        .shutdown = lp87565_shutdown,
        .id_table = lp87565_id_table,
 };
index 18583addaae289498436ba9858c90fce7ba3423e..f371eeb042e031ea699a12261ec1504ca60af8eb 100644 (file)
@@ -225,7 +225,7 @@ static struct i2c_driver lp8788_driver = {
        .driver = {
                .name = "lp8788",
        },
-       .probe_new = lp8788_probe,
+       .probe = lp8788_probe,
        .remove = lp8788_remove,
        .id_table = lp8788_ids,
 };
index 47e65d88feb0ebad6bc300bff826cfa554461833..0968aa9733ac0f0b2f03682d037e8f01f6e1d274 100644 (file)
@@ -139,7 +139,7 @@ static struct i2c_driver madera_i2c_driver = {
                .pm     = &madera_pm_ops,
                .of_match_table = of_match_ptr(madera_of_match),
        },
-       .probe_new      = madera_i2c_probe,
+       .probe          = madera_i2c_probe,
        .remove         = madera_i2c_remove,
        .id_table       = madera_i2c_id,
 };
index 0e3731e9e9b59793e61c26bcd00f426932e735d7..25ed8846b7fbb01d9c753cc13b678e27d9203161 100644 (file)
@@ -518,7 +518,7 @@ static struct i2c_driver max14577_i2c_driver = {
                .pm = pm_sleep_ptr(&max14577_pm),
                .of_match_table = max14577_dt_match,
        },
-       .probe_new = max14577_i2c_probe,
+       .probe = max14577_i2c_probe,
        .remove = max14577_i2c_remove,
        .id_table = max14577_i2c_id,
 };
index cbd2297126f041756b3e04235c6067fa13837b18..5811ed8f484033b967199a871a766acce4a4524f 100644 (file)
@@ -698,7 +698,7 @@ static struct i2c_driver max77620_driver = {
                .name = "max77620",
                .pm = pm_sleep_ptr(&max77620_pm_ops),
        },
-       .probe_new = max77620_probe,
+       .probe = max77620_probe,
        .id_table = max77620_id,
 };
 builtin_i2c_driver(max77620_driver);
index 3c07fcdd9d076a29f94c39fe77c93459b25393e0..75b5dc44e38cee0e0c733d7d59c3bd7477d1deed 100644 (file)
@@ -222,7 +222,7 @@ static struct i2c_driver max77650_i2c_driver = {
                .name = "max77650",
                .of_match_table = max77650_of_match,
        },
-       .probe_new = max77650_i2c_probe,
+       .probe = max77650_i2c_probe,
 };
 module_i2c_driver(max77650_i2c_driver);
 
index f8e863f3fc95812b330e1bf3a151a7e302f113aa..01833086ca7dec476295a520113ffe691cdae5a1 100644 (file)
@@ -269,7 +269,7 @@ static struct i2c_driver max77686_i2c_driver = {
                   .pm = pm_sleep_ptr(&max77686_pm),
                   .of_match_table = max77686_pmic_dt_match,
        },
-       .probe_new = max77686_i2c_probe,
+       .probe = max77686_i2c_probe,
 };
 
 module_i2c_driver(max77686_i2c_driver);
index 3995e8769f491340c499404b19de1d97f50e4f86..1c485a4c3dcf8672d9cf07c254dbc2ffdf07a003 100644 (file)
@@ -356,7 +356,7 @@ static struct i2c_driver max77693_i2c_driver = {
                   .pm = &max77693_pm,
                   .of_match_table = of_match_ptr(max77693_dt_match),
        },
-       .probe_new = max77693_i2c_probe,
+       .probe = max77693_i2c_probe,
        .remove = max77693_i2c_remove,
        .id_table = max77693_i2c_id,
 };
index 143a432ea343676b81a07fbdc3c9e1d92355e253..c618605a3fb29dc6f41609e691f3354dc67f5f62 100644 (file)
@@ -143,7 +143,7 @@ static struct i2c_driver max77714_driver = {
                .name = "max77714",
                .of_match_table = max77714_dt_match,
        },
-       .probe_new = max77714_probe,
+       .probe = max77714_probe,
 };
 module_i2c_driver(max77714_driver);
 
index 8ff0723808c8e66a76e0fa0a9a6c20daf9bfabbb..b3689c13a14db6d73ff71b20bf3676836491ec18 100644 (file)
@@ -207,7 +207,7 @@ static struct i2c_driver max77843_i2c_driver = {
                .of_match_table = max77843_dt_match,
                .suppress_bind_attrs = true,
        },
-       .probe_new = max77843_probe,
+       .probe = max77843_probe,
        .id_table = max77843_id,
 };
 
index 0b8f6c298f9705ca7591ebc00ac7ba729b164611..78b5ee688decc6bcae51025cdf61f6f566938872 100644 (file)
@@ -311,7 +311,7 @@ static struct i2c_driver max8907_i2c_driver = {
                .name = "max8907",
                .of_match_table = of_match_ptr(max8907_of_match),
        },
-       .probe_new = max8907_i2c_probe,
+       .probe = max8907_i2c_probe,
        .remove = max8907_i2c_remove,
        .id_table = max8907_i2c_id,
 };
index c8761003c716efb8ddd7a177b4ee4a758a8f3b8a..7608000488f950529e7876e514d8478474b4bca6 100644 (file)
@@ -239,7 +239,7 @@ static struct i2c_driver max8925_driver = {
                .pm     = pm_sleep_ptr(&max8925_pm_ops),
                .of_match_table = max8925_dt_ids,
        },
-       .probe_new      = max8925_probe,
+       .probe          = max8925_probe,
        .remove         = max8925_remove,
        .id_table       = max8925_id_table,
 };
index 79d551b86150f69af3f6f0faf781e3abea04f1e4..94c09a5eab32c3336e5a99f791f3e90a9757404e 100644 (file)
@@ -478,7 +478,7 @@ static struct i2c_driver max8997_i2c_driver = {
                   .suppress_bind_attrs = true,
                   .of_match_table = of_match_ptr(max8997_pmic_dt_match),
        },
-       .probe_new = max8997_i2c_probe,
+       .probe = max8997_i2c_probe,
        .id_table = max8997_i2c_id,
 };
 
index 122f7b931f5a22ff00234846f9f9f764ea03ea81..33a3ec5464fb6459e431cfcc5e64af332f3600f0 100644 (file)
@@ -348,7 +348,7 @@ static struct i2c_driver max8998_i2c_driver = {
                   .suppress_bind_attrs = true,
                   .of_match_table = of_match_ptr(max8998_dt_match),
        },
-       .probe_new = max8998_i2c_probe,
+       .probe = max8998_i2c_probe,
        .id_table = max8998_i2c_id,
 };
 
index 633b973a5ba77c0427b2a76f6204dab1caf5fb61..de59b498c925e2f19c6df473235f3616b601f7fe 100644 (file)
@@ -95,7 +95,7 @@ static struct i2c_driver mc13xxx_i2c_driver = {
                .name = "mc13xxx",
                .of_match_table = mc13xxx_dt_ids,
        },
-       .probe_new = mc13xxx_i2c_probe,
+       .probe = mc13xxx_i2c_probe,
        .remove = mc13xxx_i2c_remove,
 };
 
index c2866a11c1d22ac1de692a229906243fd51cf1e3..662604ea97f222237886cd9f53d16093f9fdfd15 100644 (file)
@@ -1240,7 +1240,7 @@ static struct i2c_driver menelaus_i2c_driver = {
        .driver = {
                .name           = DRIVER_NAME,
        },
-       .probe_new      = menelaus_probe,
+       .probe          = menelaus_probe,
        .remove         = menelaus_remove,
        .id_table       = menelaus_id,
 };
index 9092fac46e35980d79854320cad050f09319a38d..1d36095155e047446bbb95f21828bfa442247748 100644 (file)
@@ -111,7 +111,7 @@ MODULE_DEVICE_TABLE(i2c, menf21bmc_id_table);
 static struct i2c_driver menf21bmc_driver = {
        .driver.name    = "menf21bmc",
        .id_table       = menf21bmc_id_table,
-       .probe_new      = menf21bmc_probe,
+       .probe          = menf21bmc_probe,
 };
 
 module_i2c_driver(menf21bmc_driver);
index 16840ec5fd1cde407e1748fc88a1d474c786c925..717b704c3c6b7ba1e2bdc61eb4a7adac42dddac9 100644 (file)
@@ -70,7 +70,7 @@ static struct i2c_driver mp2629_driver = {
                .name = "mp2629",
                .of_match_table = mp2629_of_match,
        },
-       .probe_new      = mp2629_probe,
+       .probe          = mp2629_probe,
 };
 module_i2c_driver(mp2629_driver);
 
index d3b32eb79837755a7d31cfd73b3d813e44f40fd2..2685efa5c9e2d374a885a066c49f89acd0eca67c 100644 (file)
@@ -623,7 +623,7 @@ static struct i2c_driver mt6360_driver = {
                .pm = &mt6360_pm_ops,
                .of_match_table = of_match_ptr(mt6360_of_id),
        },
-       .probe_new = mt6360_probe,
+       .probe = mt6360_probe,
 };
 module_i2c_driver(mt6360_driver);
 
index cf19cce2fdc0bc16684bb958c7b96a598d07f066..c126ccb25d668d2ada522bdacce62a07bed2238d 100644 (file)
@@ -303,7 +303,7 @@ static struct i2c_driver mt6370_driver = {
                .name = "mt6370",
                .of_match_table = mt6370_match_table,
        },
-       .probe_new = mt6370_probe,
+       .probe = mt6370_probe,
 };
 module_i2c_driver(mt6370_driver);
 
index b02785b10d48470d486dc80a23022608a6bfb3ab..4416cd37e539bf8be80ed47954491020de09728c 100644 (file)
@@ -260,7 +260,7 @@ static struct i2c_driver ntxec_driver = {
                .name = "ntxec",
                .of_match_table = of_ntxec_match_table,
        },
-       .probe_new = ntxec_probe,
+       .probe = ntxec_probe,
        .remove = ntxec_remove,
 };
 module_i2c_driver(ntxec_driver);
index b8383c6cba3ff9842f4382c4755dc259a06e35e3..a36f12402987cc6550a785f8b9cc075cc925c059 100644 (file)
@@ -725,7 +725,7 @@ static struct i2c_driver palmas_i2c_driver = {
                   .name = "palmas",
                   .of_match_table = of_palmas_match_tbl,
        },
-       .probe_new = palmas_i2c_probe,
+       .probe = palmas_i2c_probe,
        .remove = palmas_i2c_remove,
        .id_table = palmas_i2c_id,
 };
index 0e4fc99e9f492d7ec57a91701d044a06ce2ff18a..014a68711b18a3b5d2a1f71a9b2cc13ece18e390 100644 (file)
@@ -282,7 +282,7 @@ static struct i2c_driver pcf50633_driver = {
                .pm     = pm_sleep_ptr(&pcf50633_pm),
        },
        .id_table = pcf50633_id_table,
-       .probe_new = pcf50633_probe,
+       .probe = pcf50633_probe,
        .remove = pcf50633_remove,
 };
 
index 837246aab4ace94af65aef2d23a39c32de05fd25..959b70148442225b837aa97823162c8b0255f411 100644 (file)
@@ -205,7 +205,7 @@ static struct i2c_driver pm8008_mfd_driver = {
                .name = "pm8008",
                .of_match_table = pm8008_match,
        },
-       .probe_new = pm8008_probe,
+       .probe = pm8008_probe,
 };
 module_i2c_driver(pm8008_mfd_driver);
 
index df83cc39931514a8f3f67f0f9763bef6752403fe..5e81f011363ffd7108bddce3a65bf3e525906f15 100644 (file)
@@ -288,7 +288,7 @@ static struct i2c_driver rc5t583_i2c_driver = {
        .driver = {
                   .name = "rc5t583",
                   },
-       .probe_new = rc5t583_i2c_probe,
+       .probe = rc5t583_i2c_probe,
        .id_table = rc5t583_i2c_id,
 };
 
index d71483859e2ef51225a269ba5159dff6a76777e8..b50cfa7f4b8f4d7caedbe5fb53e1cd247c6e19f2 100644 (file)
@@ -318,7 +318,7 @@ static struct i2c_driver retu_driver = {
                .name = "retu-mfd",
                .of_match_table = retu_of_match,
        },
-       .probe_new      = retu_probe,
+       .probe          = retu_probe,
        .remove         = retu_remove,
        .id_table       = retu_id,
 };
index 2822bfa8a04a05540913aee1795db81a73c990f0..1a98feea97e2c5bc8301623323852ca6ef5b71de 100644 (file)
@@ -173,7 +173,7 @@ static struct i2c_driver rk8xx_i2c_driver = {
                .of_match_table = rk8xx_i2c_of_match,
                .pm = &rk8xx_i2c_pm_ops,
        },
-       .probe_new = rk8xx_i2c_probe,
+       .probe = rk8xx_i2c_probe,
        .shutdown  = rk8xx_i2c_shutdown,
 };
 module_i2c_driver(rk8xx_i2c_driver);
index 2f59230749cd944534ef466c64cd5efd9ae72f7a..333fef8729a54468d2f62ccd1af3a4eefd058fff 100644 (file)
@@ -280,7 +280,7 @@ static struct i2c_driver rn5t618_i2c_driver = {
                .of_match_table = of_match_ptr(rn5t618_of_match),
                .pm = &rn5t618_i2c_dev_pm_ops,
        },
-       .probe_new = rn5t618_i2c_probe,
+       .probe = rn5t618_i2c_probe,
        .remove = rn5t618_i2c_remove,
 };
 
index 7eb920633ee964991f163013748b0cb25eb84b7b..93d80a79b90112e9316e0354ca0f137e3ffce8f0 100644 (file)
@@ -564,7 +564,7 @@ static struct i2c_driver bd71828_drv = {
                .name = "rohm-bd71828",
                .of_match_table = bd71828_of_match,
        },
-       .probe_new = &bd71828_i2c_probe,
+       .probe = bd71828_i2c_probe,
 };
 module_i2c_driver(bd71828_drv);
 
index 378eb1a692e419e4ecbeb5ed3e5acf1f0a9933f4..0b58ecc7833405e75a3ad1a2929c5118053558c9 100644 (file)
@@ -208,7 +208,7 @@ static struct i2c_driver bd718xx_i2c_driver = {
                .name = "rohm-bd718x7",
                .of_match_table = bd718xx_of_match,
        },
-       .probe_new = bd718xx_i2c_probe,
+       .probe = bd718xx_i2c_probe,
 };
 
 static int __init bd718xx_i2c_init(void)
index 6491e385d980c4d5d6a56d46bfe6067216ff0772..645673322ec0e62c4ec9cfef0bd31baed7d2827a 100644 (file)
@@ -178,7 +178,7 @@ static struct i2c_driver bd957x_drv = {
                .name = "rohm-bd957x",
                .of_match_table = bd957x_of_match,
        },
-       .probe_new = &bd957x_i2c_probe,
+       .probe = bd957x_i2c_probe,
 };
 module_i2c_driver(bd957x_drv);
 
index 807c321014607196c7093c31ad18f8e2c45c1e8b..26972a5aff4543bcb77b59a981605990864236b0 100644 (file)
@@ -279,7 +279,7 @@ static struct i2c_driver rsmu_i2c_driver = {
                .name = "rsmu-i2c",
                .of_match_table = of_match_ptr(rsmu_i2c_of_match),
        },
-       .probe_new = rsmu_i2c_probe,
+       .probe = rsmu_i2c_probe,
        .remove = rsmu_i2c_remove,
        .id_table = rsmu_i2c_id,
 };
index c6d34dc2b5206d9e2235ea04b1877cc6291dbc6e..f8d6dc55b5588317be37b2b09509e02ceb9c7434 100644 (file)
@@ -109,7 +109,7 @@ static struct i2c_driver rt4831_driver = {
                .name = "rt4831",
                .of_match_table = rt4831_of_match,
        },
-       .probe_new = rt4831_probe,
+       .probe = rt4831_probe,
        .remove = rt4831_remove,
 };
 module_i2c_driver(rt4831_driver);
index 3eee4242ee02ab4df9c7b49959861cb8cb982554..67b0a228db249b4728a87f045b2ea0560cc99789 100644 (file)
@@ -120,7 +120,7 @@ static struct i2c_driver rt5033_driver = {
                .name = "rt5033",
                .of_match_table = rt5033_dt_match,
        },
-       .probe_new = rt5033_i2c_probe,
+       .probe = rt5033_i2c_probe,
        .id_table = rt5033_i2c_id,
 };
 module_i2c_driver(rt5033_driver);
index 829b7a0a0781c3ef89df475abd97a13625a39f35..58d9a124d79548790c72ae0accb460950dc88dba 100644 (file)
@@ -114,7 +114,7 @@ static struct i2c_driver rt5120_driver = {
                .name = "rt5120",
                .of_match_table = rt5120_device_match_table,
        },
-       .probe_new = rt5120_probe,
+       .probe = rt5120_probe,
 };
 module_i2c_driver(rt5120_driver);
 
index c2d0ed4969596069d847d5684e3c12d3c558f247..d2f631901886915bddf3496a80a25633b71d684a 100644 (file)
@@ -450,7 +450,7 @@ static struct i2c_driver sec_pmic_driver = {
                   .pm = pm_sleep_ptr(&sec_pmic_pm_ops),
                   .of_match_table = sec_dt_match,
        },
-       .probe_new = sec_pmic_probe,
+       .probe = sec_pmic_probe,
        .shutdown = sec_pmic_shutdown,
 };
 module_i2c_driver(sec_pmic_driver);
index 22131cf85e3f9a5ad4744d47b524715bcd87eae4..899c0b5ea3aabb87246a0b387929db58d7b70d7b 100644 (file)
@@ -866,7 +866,7 @@ static struct i2c_driver si476x_core_driver = {
        .driver         = {
                .name   = "si476x-core",
        },
-       .probe_new      = si476x_core_probe,
+       .probe          = si476x_core_probe,
        .remove         = si476x_core_remove,
        .id_table       = si476x_id,
 };
index 1f1c007560d83cc2ebcb6c4388db002396664a54..6eda79533208a349e9f49ddcb0f2f8fedb1d8b79 100644 (file)
@@ -93,7 +93,7 @@ static const struct of_device_id simple_mfd_i2c_of_match[] = {
 MODULE_DEVICE_TABLE(of, simple_mfd_i2c_of_match);
 
 static struct i2c_driver simple_mfd_i2c_driver = {
-       .probe_new = simple_mfd_i2c_probe,
+       .probe = simple_mfd_i2c_probe,
        .driver = {
                .name = "simple-mfd-i2c",
                .of_match_table = simple_mfd_i2c_of_match,
index 2515ecae1d3fe9620223c240a6a8ee64a95860ca..771b62a5c70f4a27afb729d35f9e9c086db46557 100644 (file)
@@ -77,7 +77,7 @@ static struct i2c_driver sky81452_driver = {
                .name = "sky81452",
                .of_match_table = of_match_ptr(sky81452_of_match),
        },
-       .probe_new = sky81452_probe,
+       .probe = sky81452_probe,
        .id_table = sky81452_ids,
 };
 
index d7729cf70378217f703ab1e86125bc80d03f48fb..59d31590c69b741540e84935c28864e6ce405b03 100644 (file)
@@ -125,7 +125,7 @@ static const struct of_device_id smpro_core_of_match[] = {
 MODULE_DEVICE_TABLE(of, smpro_core_of_match);
 
 static struct i2c_driver smpro_core_driver = {
-       .probe_new = smpro_core_probe,
+       .probe = smpro_core_probe,
        .driver = {
                .name = "smpro-core",
                .of_match_table = smpro_core_of_match,
index e281971ba54ed6e9b0bbe5659467a9da19db3ca0..f30c7c3041477edea061b13d6b1b0ba94dc5e2d1 100644 (file)
@@ -553,7 +553,7 @@ static struct i2c_driver stmfx_driver = {
                .of_match_table = stmfx_of_match,
                .pm = pm_sleep_ptr(&stmfx_dev_pm_ops),
        },
-       .probe_new = stmfx_probe,
+       .probe = stmfx_probe,
        .remove = stmfx_remove,
 };
 module_i2c_driver(stmfx_driver);
index 7998e0db1e158bf9ca353bdf588831f2f3378c6f..1d7b401776d1c314d82f953036ee0a0a56b93094 100644 (file)
@@ -118,7 +118,7 @@ static struct i2c_driver stmpe_i2c_driver = {
                .pm = pm_sleep_ptr(&stmpe_dev_pm_ops),
                .of_match_table = stmpe_of_match,
        },
-       .probe_new      = stmpe_i2c_probe,
+       .probe          = stmpe_i2c_probe,
        .remove         = stmpe_i2c_remove,
        .id_table       = stmpe_i2c_id,
 };
index 8db1530d9bacb80d498022d6e015203fbd943a3d..d0ff46961910d30cde0c878eae15fd0cdd2b1f3c 100644 (file)
@@ -201,7 +201,7 @@ static struct i2c_driver stpmic1_driver = {
                .of_match_table = of_match_ptr(stpmic1_of_match),
                .pm = pm_sleep_ptr(&stpmic1_pm),
        },
-       .probe_new = stpmic1_probe,
+       .probe = stpmic1_probe,
 };
 
 module_i2c_driver(stpmic1_driver);
index 2a8fc9d1c80635f695cb9f0153189af3c1876f37..f35c3af680ddc1a6b605d9e90e2ff3e5bafca17e 100644 (file)
@@ -239,7 +239,7 @@ static struct i2c_driver stw481x_driver = {
                .name   = "stw481x",
                .of_match_table = stw481x_match,
        },
-       .probe_new      = stw481x_probe,
+       .probe          = stw481x_probe,
        .id_table       = stw481x_id,
 };
 
index cbfe19d1b1459d61f91d043587303192668c113e..16df64e3c0bec0d82818c82d2d41647b4dc1852d 100644 (file)
@@ -485,7 +485,7 @@ static struct i2c_driver tc3589x_driver = {
                .pm     = pm_sleep_ptr(&tc3589x_dev_pm_ops),
                .of_match_table = of_match_ptr(tc3589x_match),
        },
-       .probe_new      = tc3589x_probe,
+       .probe          = tc3589x_probe,
        .remove         = tc3589x_remove,
        .id_table       = tc3589x_id,
 };
index 9921320be2557ad3beb877617cfeb881937d995b..4f06adad7b5ef5b8001684a3b9ea2835a0660114 100644 (file)
@@ -217,7 +217,7 @@ static const struct i2c_device_id ti_lmu_ids[] = {
 MODULE_DEVICE_TABLE(i2c, ti_lmu_ids);
 
 static struct i2c_driver ti_lmu_driver = {
-       .probe_new = ti_lmu_probe,
+       .probe = ti_lmu_probe,
        .driver = {
                .name = "ti-lmu",
                .of_match_table = ti_lmu_of_match,
index a66cb911998d7bed4b6e4b137b22d05b61180d95..5601f6d0d874c8f4c7eec52b21a1ca5555f4add3 100644 (file)
@@ -209,7 +209,7 @@ static struct i2c_driver tps6105x_driver = {
                .name   = "tps6105x",
                .of_match_table = tps6105x_of_match,
        },
-       .probe_new      = tps6105x_probe,
+       .probe          = tps6105x_probe,
        .remove         = tps6105x_remove,
        .id_table       = tps6105x_id,
 };
index fb733288cca3b2502ec59d825f5dfbb04132b77e..d4ee7983c9e1e32ecee5aa045cc0911d0cdc2688 100644 (file)
@@ -668,7 +668,7 @@ static struct i2c_driver tps65010_driver = {
        .driver = {
                .name   = "tps65010",
        },
-       .probe_new = tps65010_probe,
+       .probe = tps65010_probe,
        .remove = tps65010_remove,
        .id_table = tps65010_id,
 };
index 500b594de31656db8935b2e4b377b4bf18ee4256..9716bf703c7aaaeaa53a0b133f423695b118718d 100644 (file)
@@ -122,7 +122,7 @@ static struct i2c_driver tps6507x_i2c_driver = {
                   .name = "tps6507x",
                   .of_match_table = of_match_ptr(tps6507x_of_match),
        },
-       .probe_new = tps6507x_i2c_probe,
+       .probe = tps6507x_i2c_probe,
        .id_table = tps6507x_i2c_id,
 };
 
index 9494c1d71b866c8316f4d4ffc6e6903ba22ead9a..6a21000aad4ace747c543316ffe8cf466c0f90ed 100644 (file)
@@ -129,7 +129,7 @@ static struct i2c_driver tps65086_driver = {
                .name   = "tps65086",
                .of_match_table = tps65086_of_match_table,
        },
-       .probe_new      = tps65086_probe,
+       .probe          = tps65086_probe,
        .remove         = tps65086_remove,
        .id_table       = tps65086_id_table,
 };
index af718a9c58b333c7c4948086b989925871bc6ece..a35ad70755fb648f01c2485b16be2aee37decda7 100644 (file)
@@ -236,7 +236,7 @@ static struct i2c_driver tps65090_driver = {
                .suppress_bind_attrs = true,
                .of_match_table = of_match_ptr(tps65090_of_match),
        },
-       .probe_new      = tps65090_i2c_probe,
+       .probe          = tps65090_i2c_probe,
        .id_table       = tps65090_id_table,
 };
 
index eebd60601b01ddc4b00f861e98813c9686998d2d..60599291b3154b0ae4abcc84a07224e07c73e033 100644 (file)
@@ -402,7 +402,7 @@ static struct i2c_driver tps65217_driver = {
                .of_match_table = tps65217_of_match,
        },
        .id_table       = tps65217_id_table,
-       .probe_new      = tps65217_probe,
+       .probe          = tps65217_probe,
        .remove         = tps65217_remove,
 };
 
index ea69dcef91ecc532e99f6cb31e56659a4d803731..619bf7adb20cad532c172bfad3915629054b5ef0 100644 (file)
@@ -347,7 +347,7 @@ static struct i2c_driver tps65218_driver = {
                .name   = "tps65218",
                .of_match_table = of_tps65218_match_table,
        },
-       .probe_new      = tps65218_probe,
+       .probe          = tps65218_probe,
        .id_table       = tps65218_id_table,
 };
 
index 0e402fda206bd2a5b6204d8389a54104fd9d04ef..72ee23fb46bca33a0f145d304c7373e448a9291c 100644 (file)
@@ -290,7 +290,7 @@ static struct i2c_driver tps65219_driver = {
                .name   = "tps65219",
                .of_match_table = of_tps65219_match_table,
        },
-       .probe_new      = tps65219_probe,
+       .probe          = tps65219_probe,
 };
 module_i2c_driver(tps65219_driver);
 
index 90e23232b6b0e6e907eed51c42659372621c8c49..55675ceedcd3b315598d5db29a6abd2046228c85 100644 (file)
@@ -619,7 +619,7 @@ static struct i2c_driver tps6586x_driver = {
                .of_match_table = of_match_ptr(tps6586x_of_match),
                .pm     = &tps6586x_pm_ops,
        },
-       .probe_new      = tps6586x_i2c_probe,
+       .probe          = tps6586x_i2c_probe,
        .remove         = tps6586x_i2c_remove,
        .id_table       = tps6586x_id_table,
 };
index 821c0277a2edc22af15f01c2099324ce0a29f040..41408df1712f08fdb43b812e6bd16e6fbad09d53 100644 (file)
@@ -535,7 +535,7 @@ static struct i2c_driver tps65910_i2c_driver = {
                   .name = "tps65910",
                   .of_match_table = of_match_ptr(tps65910_of_match),
        },
-       .probe_new = tps65910_i2c_probe,
+       .probe = tps65910_i2c_probe,
        .id_table = tps65910_i2c_id,
 };
 
index 1bf945966bf7abf4afe3d361d17da807c6ef4944..3c5ac781b6c16d68151ea6020bebd64b71601a1c 100644 (file)
@@ -60,7 +60,7 @@ static struct i2c_driver tps65912_i2c_driver = {
                .name   = "tps65912",
                .of_match_table = tps65912_i2c_of_match_table,
        },
-       .probe_new      = tps65912_i2c_probe,
+       .probe          = tps65912_i2c_probe,
        .remove         = tps65912_i2c_remove,
        .id_table       = tps65912_i2c_id_table,
 };
index e801b7ce010f30ab56c9e9f78c95371dbaa7847e..ce01a87f8dc399ddf3ed31cca0ee0b1cd4abef94 100644 (file)
@@ -890,7 +890,7 @@ static struct i2c_driver twl_driver = {
        .driver.name    = DRIVER_NAME,
        .driver.pm      = &twl_dev_pm_ops,
        .id_table       = twl_ids,
-       .probe_new      = twl_probe,
+       .probe          = twl_probe,
        .remove         = twl_remove,
 };
 builtin_i2c_driver(twl_driver);
index 523439a16b7cd6d5831010a30c8ab67930008ac5..d85675a4d9a81254b34f802396f957318b313c86 100644 (file)
@@ -829,7 +829,7 @@ static struct i2c_driver twl6040_driver = {
        .driver = {
                .name = "twl6040",
        },
-       .probe_new      = twl6040_probe,
+       .probe          = twl6040_probe,
        .remove         = twl6040_remove,
        .id_table       = twl6040_i2c_id,
 };
index a5d6128fc67d43533947c0a8c20a0ea3bda45d09..e2a7fccaed016bb5b248a801f4f8e6e86c2574a8 100644 (file)
@@ -232,7 +232,7 @@ static struct i2c_driver wl1273_core_driver = {
        .driver = {
                .name = WL1273_FM_DRIVER_NAME,
        },
-       .probe_new = wl1273_core_probe,
+       .probe = wl1273_core_probe,
        .id_table = wl1273_driver_id_table,
 };
 
index 9dbe96e2d46a02c91053e12c4aa3172f810137d4..997837f13180603ae0109b67b8b7b551e74d91b6 100644 (file)
@@ -102,7 +102,7 @@ static struct i2c_driver wm831x_i2c_driver = {
                .of_match_table = of_match_ptr(wm831x_of_match),
                .suppress_bind_attrs = true,
        },
-       .probe_new = wm831x_i2c_probe,
+       .probe = wm831x_i2c_probe,
        .id_table = wm831x_i2c_id,
 };
 
index 1fa1dfbc9e315c87c7abaffccaadedb47d4ec0c8..c2a7d7069975272bb9965f84a2d013985033557a 100644 (file)
@@ -52,7 +52,7 @@ static struct i2c_driver wm8350_i2c_driver = {
                   .name = "wm8350",
                   .suppress_bind_attrs = true,
        },
-       .probe_new = wm8350_i2c_probe,
+       .probe = wm8350_i2c_probe,
        .id_table = wm8350_i2c_id,
 };
 
index b572966e1ff64b9ecfd77fd12a638a7b5d2fdee7..75483c9be0c4da1be5d467c8ebdd7c2601bbd681 100644 (file)
@@ -143,7 +143,7 @@ static struct i2c_driver wm8400_i2c_driver = {
        .driver = {
                .name = "WM8400",
        },
-       .probe_new = wm8400_i2c_probe,
+       .probe = wm8400_i2c_probe,
        .id_table = wm8400_i2c_id,
 };
 #endif
index 1b769ac3e53b1922f7e555fe3f51a0c735794c76..1e4f1694f065721b43dbb09fc3f577e54c9c91df 100644 (file)
@@ -670,7 +670,7 @@ static struct i2c_driver wm8994_i2c_driver = {
                .pm = pm_ptr(&wm8994_pm_ops),
                .of_match_table = wm8994_of_match,
        },
-       .probe_new = wm8994_i2c_probe,
+       .probe = wm8994_i2c_probe,
        .remove = wm8994_i2c_remove,
        .id_table = wm8994_i2c_id,
 };