.name   = "adxl313_i2c",
                .of_match_table = adxl313_of_match,
        },
-       .probe_new      = adxl313_i2c_probe,
+       .probe          = adxl313_i2c_probe,
        .id_table       = adxl313_i2c_id,
 };
 
 
                .of_match_table = adxl345_of_match,
                .acpi_match_table = adxl345_acpi_match,
        },
-       .probe_new      = adxl345_i2c_probe,
+       .probe          = adxl345_i2c_probe,
        .id_table       = adxl345_i2c_id,
 };
 module_i2c_driver(adxl345_i2c_driver);
 
                .name   = "adxl355_i2c",
                .of_match_table = adxl355_of_match,
        },
-       .probe_new      = adxl355_i2c_probe,
+       .probe          = adxl355_i2c_probe,
        .id_table       = adxl355_i2c_id,
 };
 module_i2c_driver(adxl355_i2c_driver);
 
                .name = "adxl367_i2c",
                .of_match_table = adxl367_of_match,
        },
-       .probe_new = adxl367_i2c_probe,
+       .probe = adxl367_i2c_probe,
        .id_table = adxl367_i2c_id,
 };
 
 
                .name = "adxl372_i2c",
                .of_match_table = adxl372_of_match,
        },
-       .probe_new = adxl372_i2c_probe,
+       .probe = adxl372_i2c_probe,
        .id_table = adxl372_i2c_id,
 };
 
 
                .pm     = pm_sleep_ptr(&bma180_pm_ops),
                .of_match_table = bma180_of_match,
        },
-       .probe_new      = bma180_probe,
+       .probe          = bma180_probe,
        .remove         = bma180_remove,
        .id_table       = bma180_ids,
 };
 
                .name = "bma400",
                .of_match_table = bma400_of_i2c_match,
        },
-       .probe_new = bma400_i2c_probe,
+       .probe = bma400_i2c_probe,
        .id_table = bma400_i2c_ids,
 };
 
 
                .acpi_match_table = ACPI_PTR(bmc150_accel_acpi_match),
                .pm     = &bmc150_accel_pm_ops,
        },
-       .probe_new      = bmc150_accel_probe,
+       .probe          = bmc150_accel_probe,
        .remove         = bmc150_accel_remove,
        .id_table       = bmc150_accel_id,
 };
 
                .acpi_match_table = ACPI_PTR(da280_acpi_match),
                .pm = pm_sleep_ptr(&da280_pm_ops),
        },
-       .probe_new      = da280_probe,
+       .probe          = da280_probe,
        .id_table       = da280_i2c_id,
 };
 
 
                .name = "da311",
                .pm = pm_sleep_ptr(&da311_pm_ops),
        },
-       .probe_new      = da311_probe,
+       .probe          = da311_probe,
        .id_table       = da311_i2c_id,
 };
 
 
 MODULE_DEVICE_TABLE(of, dmard06_of_match);
 
 static struct i2c_driver dmard06_driver = {
-       .probe_new = dmard06_probe,
+       .probe = dmard06_probe,
        .id_table = dmard06_id,
        .driver = {
                .name = DMARD06_DRV_NAME,
 
        .driver = {
                .name = DMARD09_DRV_NAME
        },
-       .probe_new = dmard09_probe,
+       .probe = dmard09_probe,
        .id_table = dmard09_id,
 };
 
 
                .name = "dmard10",
                .pm = pm_sleep_ptr(&dmard10_pm_ops),
        },
-       .probe_new      = dmard10_probe,
+       .probe          = dmard10_probe,
        .id_table       = dmard10_i2c_id,
 };
 
 
                   .of_match_table = fxls8962af_of_match,
                   .pm = pm_ptr(&fxls8962af_pm_ops),
                   },
-       .probe_new = fxls8962af_probe,
+       .probe = fxls8962af_probe,
        .id_table = fxls8962af_id,
 };
 module_i2c_driver(fxls8962af_driver);
 
                .of_match_table = kx022a_of_match,
                .probe_type = PROBE_PREFER_ASYNCHRONOUS,
          },
-       .probe_new    = kx022a_i2c_probe,
+       .probe        = kx022a_i2c_probe,
 };
 module_i2c_driver(kx022a_i2c_driver);
 
 
                .of_match_table = kxcjk1013_of_match,
                .pm     = &kxcjk1013_pm_ops,
        },
-       .probe_new      = kxcjk1013_probe,
+       .probe          = kxcjk1013_probe,
        .remove         = kxcjk1013_remove,
        .id_table       = kxcjk1013_id,
 };
 
                .of_match_table = kxsd9_of_match,
                .pm = pm_ptr(&kxsd9_dev_pm_ops),
        },
-       .probe_new      = kxsd9_i2c_probe,
+       .probe          = kxsd9_i2c_probe,
        .remove         = kxsd9_i2c_remove,
        .id_table       = kxsd9_i2c_id,
 };
 
                .name = "mc3230",
                .pm = pm_sleep_ptr(&mc3230_pm_ops),
        },
-       .probe_new      = mc3230_probe,
+       .probe          = mc3230_probe,
        .remove         = mc3230_remove,
        .id_table       = mc3230_i2c_id,
 };
 
 MODULE_DEVICE_TABLE(of, mma7455_of_match);
 
 static struct i2c_driver mma7455_i2c_driver = {
-       .probe_new = mma7455_i2c_probe,
+       .probe = mma7455_i2c_probe,
        .remove = mma7455_i2c_remove,
        .id_table = mma7455_i2c_ids,
        .driver = {
 
                .of_match_table = mma7660_of_match,
                .acpi_match_table = mma7660_acpi_id,
        },
-       .probe_new      = mma7660_probe,
+       .probe          = mma7660_probe,
        .remove         = mma7660_remove,
        .id_table       = mma7660_i2c_id,
 };
 
                .of_match_table = mma8452_dt_ids,
                .pm     = &mma8452_pm_ops,
        },
-       .probe_new = mma8452_probe,
+       .probe = mma8452_probe,
        .remove = mma8452_remove,
        .id_table = mma8452_id,
 };
 
                   .acpi_match_table = ACPI_PTR(mma9551_acpi_match),
                   .pm = pm_ptr(&mma9551_pm_ops),
                   },
-       .probe_new = mma9551_probe,
+       .probe = mma9551_probe,
        .remove = mma9551_remove,
        .id_table = mma9551_id,
 };
 
                   .acpi_match_table = ACPI_PTR(mma9553_acpi_match),
                   .pm = pm_ptr(&mma9553_pm_ops),
                   },
-       .probe_new = mma9553_probe,
+       .probe = mma9553_probe,
        .remove = mma9553_remove,
        .id_table = mma9553_id,
 };
 
                .of_match_table = msa311_of_match,
                .pm = pm_ptr(&msa311_pm_ops),
        },
-       .probe_new      = msa311_probe,
+       .probe          = msa311_probe,
        .id_table       = msa311_i2c_id,
 };
 module_i2c_driver(msa311_driver);
 
                .name = MXC4005_DRV_NAME,
                .acpi_match_table = ACPI_PTR(mxc4005_acpi_match),
        },
-       .probe_new      = mxc4005_probe,
+       .probe          = mxc4005_probe,
        .id_table       = mxc4005_id,
 };
 
 
                .name = MXC6255_DRV_NAME,
                .acpi_match_table = ACPI_PTR(mxc6255_acpi_match),
        },
-       .probe_new      = mxc6255_probe,
+       .probe          = mxc6255_probe,
        .id_table       = mxc6255_id,
 };
 
 
                .of_match_table = st_accel_of_match,
                .acpi_match_table = ACPI_PTR(st_accel_acpi_match),
        },
-       .probe_new = st_accel_i2c_probe,
+       .probe = st_accel_i2c_probe,
        .id_table = st_accel_id_table,
 };
 module_i2c_driver(st_accel_driver);
 
                .name = STK8312_DRIVER_NAME,
                .pm = pm_sleep_ptr(&stk8312_pm_ops),
        },
-       .probe_new =        stk8312_probe,
+       .probe =        stk8312_probe,
        .remove =           stk8312_remove,
        .id_table =         stk8312_i2c_id,
 };
 
                .pm = pm_sleep_ptr(&stk8ba50_pm_ops),
                .acpi_match_table = ACPI_PTR(stk8ba50_acpi_id),
        },
-       .probe_new =        stk8ba50_probe,
+       .probe =        stk8ba50_probe,
        .remove =           stk8ba50_remove,
        .id_table =         stk8ba50_i2c_id,
 };
 
                .name = "ad7091r5",
                .of_match_table = ad7091r5_dt_ids,
        },
-       .probe_new = ad7091r5_i2c_probe,
+       .probe = ad7091r5_i2c_probe,
        .id_table = ad7091r5_i2c_ids,
 };
 module_i2c_driver(ad7091r5_driver);
 
                .name = KBUILD_MODNAME,
                .of_match_table = ad7291_of_match,
        },
-       .probe_new = ad7291_probe,
+       .probe = ad7291_probe,
        .id_table = ad7291_id,
 };
 module_i2c_driver(ad7291_driver);
 
                .name = "ad799x",
                .pm = pm_sleep_ptr(&ad799x_pm_ops),
        },
-       .probe_new = ad799x_probe,
+       .probe = ad799x_probe,
        .remove = ad799x_remove,
        .id_table = ad799x_id,
 };
 
                   .name = KBUILD_MODNAME,
                   .of_match_table = ina2xx_of_match,
        },
-       .probe_new = ina2xx_probe,
+       .probe = ina2xx_probe,
        .remove = ina2xx_remove,
        .id_table = ina2xx_id,
 };
 
        .driver = {
                .name = "ltc2471",
        },
-       .probe_new = ltc2471_i2c_probe,
+       .probe = ltc2471_i2c_probe,
        .id_table = ltc2471_i2c_id,
 };
 
 
        .driver = {
                .name = "ltc2485",
        },
-       .probe_new = ltc2485_probe,
+       .probe = ltc2485_probe,
        .id_table = ltc2485_id,
 };
 module_i2c_driver(ltc2485_driver);
 
                .name = "ltc2497",
                .of_match_table = ltc2497_of_match,
        },
-       .probe_new = ltc2497_probe,
+       .probe = ltc2497_probe,
        .remove = ltc2497_remove,
        .id_table = ltc2497_id,
 };
 
                .name = "max1363",
                .of_match_table = max1363_of_match,
        },
-       .probe_new = max1363_probe,
+       .probe = max1363_probe,
        .id_table = max1363_id,
 };
 module_i2c_driver(max1363_driver);
 
                   .name = DRIVER_NAME,
                   .of_match_table = max9611_of_table,
        },
-       .probe_new = max9611_probe,
+       .probe = max9611_probe,
 };
 module_i2c_driver(max9611_driver);
 
 
                .name = "mcp3422",
                .of_match_table = mcp3422_of_match,
        },
-       .probe_new = mcp3422_probe,
+       .probe = mcp3422_probe,
        .id_table = mcp3422_id,
 };
 module_i2c_driver(mcp3422_driver);
 
 MODULE_DEVICE_TABLE(of, nau7802_dt_ids);
 
 static struct i2c_driver nau7802_driver = {
-       .probe_new = nau7802_probe,
+       .probe = nau7802_probe,
        .id_table = nau7802_i2c_id,
        .driver = {
                   .name = "nau7802",
 
                .of_match_table = rtq6056_device_match,
                .pm = pm_ptr(&rtq6056_pm_ops),
        },
-       .probe_new = rtq6056_probe,
+       .probe = rtq6056_probe,
 };
 module_i2c_driver(rtq6056_driver);
 
 
                .of_match_table = adc081c_of_match,
                .acpi_match_table = adc081c_acpi_match,
        },
-       .probe_new = adc081c_probe,
+       .probe = adc081c_probe,
        .id_table = adc081c_id,
 };
 module_i2c_driver(adc081c_driver);
 
                .of_match_table = ads1015_of_match,
                .pm = &ads1015_pm_ops,
        },
-       .probe_new      = ads1015_probe,
+       .probe          = ads1015_probe,
        .remove         = ads1015_remove,
        .id_table       = ads1015_id,
 };
 
                   .of_match_table = ads1100_of_match,
                   .pm = pm_ptr(&ads1100_pm_ops),
        },
-       .probe_new = ads1100_probe,
+       .probe = ads1100_probe,
        .id_table = ads1100_id,
 };
 
 
                .name = "ads7924",
                .of_match_table = ads7924_of_match,
        },
-       .probe_new      = ads7924_probe,
+       .probe          = ads7924_probe,
        .id_table       = ads7924_id,
 };
 
 
                .name = "ad7150",
                .of_match_table = ad7150_of_match,
        },
-       .probe_new = ad7150_probe,
+       .probe = ad7150_probe,
        .id_table = ad7150_id,
 };
 module_i2c_driver(ad7150_driver);
 
                .name = KBUILD_MODNAME,
                .of_match_table = ad7746_of_match,
        },
-       .probe_new = ad7746_probe,
+       .probe = ad7746_probe,
        .id_table = ad7746_id,
 };
 module_i2c_driver(ad7746_driver);
 
                .name   = "ams-iaq-core",
                .of_match_table = ams_iaqcore_dt_ids,
        },
-       .probe_new = ams_iaqcore_probe,
+       .probe = ams_iaqcore_probe,
        .id_table = ams_iaqcore_id,
 };
 module_i2c_driver(ams_iaqcore_driver);
 
                .name   = ATLAS_EZO_DRV_NAME,
                .of_match_table = atlas_ezo_dt_ids,
        },
-       .probe_new      = atlas_ezo_probe,
+       .probe          = atlas_ezo_probe,
        .id_table       = atlas_ezo_id,
 };
 module_i2c_driver(atlas_ezo_driver);
 
                .of_match_table = atlas_dt_ids,
                .pm     = pm_ptr(&atlas_pm_ops),
        },
-       .probe_new      = atlas_probe,
+       .probe          = atlas_probe,
        .remove         = atlas_remove,
        .id_table       = atlas_id,
 };
 
                .name                   = "bme680_i2c",
                .of_match_table         = bme680_of_i2c_match,
        },
-       .probe_new = bme680_i2c_probe,
+       .probe = bme680_i2c_probe,
        .id_table = bme680_i2c_id,
 };
 module_i2c_driver(bme680_i2c_driver);
 
                .name = "ccs811",
                .of_match_table = ccs811_dt_ids,
        },
-       .probe_new = ccs811_probe,
+       .probe = ccs811_probe,
        .remove = ccs811_remove,
        .id_table = ccs811_id,
 };
 
                .of_match_table = scd30_i2c_of_match,
                .pm = pm_sleep_ptr(&scd30_pm_ops),
        },
-       .probe_new = scd30_i2c_probe,
+       .probe = scd30_i2c_probe,
 };
 module_i2c_driver(scd30_i2c_driver);
 
 
                .of_match_table = scd4x_dt_ids,
                .pm = pm_sleep_ptr(&scd4x_pm_ops),
        },
-       .probe_new = scd4x_probe,
+       .probe = scd4x_probe,
 };
 module_i2c_driver(scd4x_i2c_driver);
 
 
                .name = "sgp30",
                .of_match_table = sgp_dt_ids,
        },
-       .probe_new = sgp_probe,
+       .probe = sgp_probe,
        .remove = sgp_remove,
        .id_table = sgp_id,
 };
 
                .name = "sgp40",
                .of_match_table = sgp40_dt_ids,
        },
-       .probe_new = sgp40_probe,
+       .probe = sgp40_probe,
        .id_table = sgp40_id,
 };
 module_i2c_driver(sgp40_driver);
 
                .of_match_table = sps30_i2c_of_match,
        },
        .id_table = sps30_i2c_id,
-       .probe_new = sps30_i2c_probe,
+       .probe = sps30_i2c_probe,
 };
 module_i2c_driver(sps30_i2c_driver);
 
 
                .name = DRIVER_NAME,
                .of_match_table = sunrise_of_match,
        },
-       .probe_new = sunrise_probe,
+       .probe = sunrise_probe,
 };
 module_i2c_driver(sunrise_driver);
 
 
                .name   = "vz89x",
                .of_match_table = vz89x_dt_ids,
        },
-       .probe_new = vz89x_probe,
+       .probe = vz89x_probe,
        .id_table = vz89x_id,
 };
 module_i2c_driver(vz89x_driver);
 
        .driver = {
                   .name = "ad5064",
        },
-       .probe_new = ad5064_i2c_probe,
+       .probe = ad5064_i2c_probe,
        .id_table = ad5064_i2c_ids,
 };
 
 
        .driver = {
                   .name = "ad5380",
        },
-       .probe_new = ad5380_i2c_probe,
+       .probe = ad5380_i2c_probe,
        .remove = ad5380_i2c_remove,
        .id_table = ad5380_i2c_ids,
 };
 
        .driver = {
                   .name = "ad5446",
        },
-       .probe_new = ad5446_i2c_probe,
+       .probe = ad5446_i2c_probe,
        .remove = ad5446_i2c_remove,
        .id_table = ad5446_i2c_ids,
 };
 
                .of_match_table = ad5593r_of_match,
                .acpi_match_table = ad5593r_acpi_match,
        },
-       .probe_new = ad5593r_i2c_probe,
+       .probe = ad5593r_i2c_probe,
        .remove = ad5593r_i2c_remove,
        .id_table = ad5593r_i2c_ids,
 };
 
                .name = "ad5696",
                .of_match_table = ad5686_of_match,
        },
-       .probe_new = ad5686_i2c_probe,
+       .probe = ad5686_i2c_probe,
        .remove = ad5686_i2c_remove,
        .id_table = ad5686_i2c_id,
 };
 
                .of_match_table = ds4424_of_match,
                .pm     = pm_sleep_ptr(&ds4424_pm_ops),
        },
-       .probe_new      = ds4424_probe,
+       .probe          = ds4424_probe,
        .remove         = ds4424_remove,
        .id_table       = ds4424_id,
 };
 
                .name   = "m62332",
                .pm     = pm_sleep_ptr(&m62332_pm_ops),
        },
-       .probe_new      = m62332_probe,
+       .probe          = m62332_probe,
        .remove         = m62332_remove,
        .id_table       = m62332_id,
 };
 
                .name   = MAX517_DRV_NAME,
                .pm     = pm_sleep_ptr(&max517_pm_ops),
        },
-       .probe_new      = max517_probe,
+       .probe          = max517_probe,
        .id_table       = max517_id,
 };
 module_i2c_driver(max517_driver);
 
                .of_match_table = max5821_of_match,
                .pm     = pm_sleep_ptr(&max5821_pm_ops),
        },
-       .probe_new      = max5821_probe,
+       .probe          = max5821_probe,
        .id_table       = max5821_id,
 };
 module_i2c_driver(max5821_driver);
 
                .of_match_table = mcp4725_of_match,
                .pm     = pm_sleep_ptr(&mcp4725_pm_ops),
        },
-       .probe_new      = mcp4725_probe,
+       .probe          = mcp4725_probe,
        .remove         = mcp4725_remove,
        .id_table       = mcp4725_id,
 };
 
                   .name = "ti-dac5571",
                   .of_match_table = dac5571_of_id,
        },
-       .probe_new = dac5571_probe,
+       .probe = dac5571_probe,
        .remove   = dac5571_remove,
        .id_table = dac5571_id,
 };
 
                .of_match_table = bmg160_of_match,
                .pm     = &bmg160_pm_ops,
        },
-       .probe_new      = bmg160_i2c_probe,
+       .probe          = bmg160_i2c_probe,
        .remove         = bmg160_i2c_remove,
        .id_table       = bmg160_i2c_id,
 };
 
                .pm = pm_ptr(&fxas21002c_pm_ops),
                .of_match_table = fxas21002c_i2c_of_match,
        },
-       .probe_new      = fxas21002c_i2c_probe,
+       .probe          = fxas21002c_i2c_probe,
        .remove         = fxas21002c_i2c_remove,
        .id_table       = fxas21002c_i2c_id,
 };
 
                .pm     = pm_sleep_ptr(&itg3200_pm_ops),
        },
        .id_table       = itg3200_id,
-       .probe_new      = itg3200_probe,
+       .probe          = itg3200_probe,
        .remove         = itg3200_remove,
 };
 
 
 MODULE_DEVICE_TABLE(of, mpu3050_i2c_of_match);
 
 static struct i2c_driver mpu3050_i2c_driver = {
-       .probe_new = mpu3050_i2c_probe,
+       .probe = mpu3050_i2c_probe,
        .remove = mpu3050_i2c_remove,
        .id_table = mpu3050_i2c_id,
        .driver = {
 
                .name = "st-gyro-i2c",
                .of_match_table = st_gyro_of_match,
        },
-       .probe_new = st_gyro_i2c_probe,
+       .probe = st_gyro_i2c_probe,
        .id_table = st_gyro_id_table,
 };
 module_i2c_driver(st_gyro_driver);
 
                .of_match_table = afe4404_of_match,
                .pm = pm_sleep_ptr(&afe4404_pm_ops),
        },
-       .probe_new = afe4404_probe,
+       .probe = afe4404_probe,
        .remove = afe4404_remove,
        .id_table = afe4404_ids,
 };
 
                .name   = MAX30100_DRV_NAME,
                .of_match_table = max30100_dt_ids,
        },
-       .probe_new      = max30100_probe,
+       .probe          = max30100_probe,
        .remove         = max30100_remove,
        .id_table       = max30100_id,
 };
 
                .name   = MAX30102_DRV_NAME,
                .of_match_table = max30102_dt_ids,
        },
-       .probe_new      = max30102_probe,
+       .probe          = max30102_probe,
        .remove         = max30102_remove,
        .id_table       = max30102_id,
 };
 
        .driver = {
                .name = "am2315",
        },
-       .probe_new =        am2315_probe,
+       .probe =        am2315_probe,
        .id_table =         am2315_i2c_id,
 };
 
 
                .of_match_table = hdc100x_dt_ids,
                .acpi_match_table = hdc100x_acpi_match,
        },
-       .probe_new = hdc100x_probe,
+       .probe = hdc100x_probe,
        .id_table = hdc100x_id,
 };
 module_i2c_driver(hdc100x_driver);
 
                .name   = "hdc2010",
                .of_match_table = hdc2010_dt_ids,
        },
-       .probe_new = hdc2010_probe,
+       .probe = hdc2010_probe,
        .remove = hdc2010_remove,
        .id_table = hdc2010_id,
 };
 
                .of_match_table = hts221_i2c_of_match,
                .acpi_match_table = ACPI_PTR(hts221_acpi_match),
        },
-       .probe_new = hts221_i2c_probe,
+       .probe = hts221_i2c_probe,
        .id_table = hts221_i2c_id_table,
 };
 module_i2c_driver(hts221_driver);
 
 MODULE_DEVICE_TABLE(of, htu21_of_match);
 
 static struct i2c_driver htu21_driver = {
-       .probe_new = htu21_probe,
+       .probe = htu21_probe,
        .id_table = htu21_id,
        .driver = {
                   .name = "htu21",
 
        .driver = {
                .name   = "si7005",
        },
-       .probe_new = si7005_probe,
+       .probe = si7005_probe,
        .id_table = si7005_id,
 };
 module_i2c_driver(si7005_driver);
 
                .name = "si7020",
                .of_match_table = si7020_dt_ids,
        },
-       .probe_new      = si7020_probe,
+       .probe          = si7020_probe,
        .id_table       = si7020_id,
 };
 
 
                .acpi_match_table       = bmi160_acpi_match,
                .of_match_table         = bmi160_of_match,
        },
-       .probe_new      = bmi160_i2c_probe,
+       .probe          = bmi160_i2c_probe,
        .id_table       = bmi160_i2c_id,
 };
 module_i2c_driver(bmi160_i2c_driver);
 
                .name = "bno055-i2c",
                .of_match_table = bno055_i2c_of_match,
        },
-       .probe_new = bno055_i2c_probe,
+       .probe = bno055_i2c_probe,
        .id_table = bno055_i2c_id,
 };
 module_i2c_driver(bno055_driver);
 
                .acpi_match_table       = ACPI_PTR(fxos8700_acpi_match),
                .of_match_table         = fxos8700_of_match,
        },
-       .probe_new      = fxos8700_i2c_probe,
+       .probe          = fxos8700_i2c_probe,
        .id_table       = fxos8700_i2c_id,
 };
 module_i2c_driver(fxos8700_i2c_driver);
 
                .of_match_table = inv_icm42600_of_matches,
                .pm = pm_ptr(&inv_icm42600_pm_ops),
        },
-       .probe_new = inv_icm42600_probe,
+       .probe = inv_icm42600_probe,
 };
 module_i2c_driver(inv_icm42600_driver);
 
 
 MODULE_DEVICE_TABLE(acpi, inv_acpi_match);
 
 static struct i2c_driver inv_mpu_driver = {
-       .probe_new      =       inv_mpu_probe,
+       .probe          =       inv_mpu_probe,
        .remove         =       inv_mpu_remove,
        .id_table       =       inv_mpu_id,
        .driver = {
 
                .acpi_match_table = ACPI_PTR(kmx61_acpi_match),
                .pm = pm_ptr(&kmx61_pm_ops),
        },
-       .probe_new      = kmx61_probe,
+       .probe          = kmx61_probe,
        .remove         = kmx61_remove,
        .id_table       = kmx61_id,
 };
 
                .of_match_table = st_lsm6dsx_i2c_of_match,
                .acpi_match_table = st_lsm6dsx_i2c_acpi_match,
        },
-       .probe_new = st_lsm6dsx_i2c_probe,
+       .probe = st_lsm6dsx_i2c_probe,
        .id_table = st_lsm6dsx_i2c_id_table,
 };
 module_i2c_driver(st_lsm6dsx_driver);
 
                .of_match_table = st_lsm9ds0_of_match,
                .acpi_match_table = st_lsm9ds0_acpi_match,
        },
-       .probe_new = st_lsm9ds0_i2c_probe,
+       .probe = st_lsm9ds0_i2c_probe,
        .id_table = st_lsm9ds0_id_table,
 };
 module_i2c_driver(st_lsm9ds0_driver);
 
        .driver = {
                .name   = ADJD_S311_DRV_NAME,
        },
-       .probe_new      = adjd_s311_probe,
+       .probe          = adjd_s311_probe,
        .id_table       = adjd_s311_id,
 };
 module_i2c_driver(adjd_s311_driver);
 
                .name   = ADUX1020_DRV_NAME,
                .of_match_table = adux1020_of_match,
        },
-       .probe_new      = adux1020_probe,
+       .probe          = adux1020_probe,
        .id_table       = adux1020_id,
 };
 module_i2c_driver(adux1020_driver);
 
                .of_match_table = al3010_of_match,
                .pm = pm_sleep_ptr(&al3010_pm_ops),
        },
-       .probe_new      = al3010_probe,
+       .probe          = al3010_probe,
        .id_table       = al3010_id,
 };
 module_i2c_driver(al3010_driver);
 
                .pm = pm_sleep_ptr(&al3320a_pm_ops),
                .acpi_match_table = al3320a_acpi_match,
        },
-       .probe_new      = al3320a_probe,
+       .probe          = al3320a_probe,
        .id_table       = al3320a_id,
 };
 
 
                .name   = APDS9300_DRV_NAME,
                .pm     = pm_sleep_ptr(&apds9300_pm_ops),
        },
-       .probe_new      = apds9300_probe,
+       .probe          = apds9300_probe,
        .remove         = apds9300_remove,
        .id_table       = apds9300_id,
 };
 
                .pm     = &apds9960_pm_ops,
                .acpi_match_table = apds9960_acpi_match,
        },
-       .probe_new      = apds9960_probe,
+       .probe          = apds9960_probe,
        .remove         = apds9960_remove,
        .id_table       = apds9960_id,
 };
 
                .of_match_table = as73211_of_match,
                .pm             = pm_sleep_ptr(&as73211_pm_ops),
        },
-       .probe_new  = as73211_probe,
+       .probe      = as73211_probe,
        .id_table   = as73211_id,
 };
 module_i2c_driver(as73211_driver);
 
                .of_match_table = bh1750_of_match,
                .pm = pm_sleep_ptr(&bh1750_pm_ops),
        },
-       .probe_new = bh1750_probe,
+       .probe = bh1750_probe,
        .remove = bh1750_remove,
        .id_table = bh1750_id,
 
 
 MODULE_DEVICE_TABLE(of, of_bh1780_match);
 
 static struct i2c_driver bh1780_driver = {
-       .probe_new      = bh1780_probe,
+       .probe          = bh1780_probe,
        .remove         = bh1780_remove,
        .id_table       = bh1780_id,
        .driver = {
 
                .of_match_table = cm32181_of_match,
                .pm = pm_sleep_ptr(&cm32181_pm_ops),
        },
-       .probe_new      = cm32181_probe,
+       .probe          = cm32181_probe,
 };
 
 module_i2c_driver(cm32181_driver);
 
                .pm     = pm_sleep_ptr(&cm3232_pm_ops),
        },
        .id_table       = cm3232_id,
-       .probe_new      = cm3232_probe,
+       .probe          = cm3232_probe,
        .remove         = cm3232_remove,
 };
 
 
                .name = CM3323_DRV_NAME,
                .of_match_table = cm3323_of_match,
        },
-       .probe_new      = cm3323_probe,
+       .probe          = cm3323_probe,
        .id_table       = cm3323_id,
 };
 
 
                .name   = "cm36651",
                .of_match_table = cm36651_of_match,
        },
-       .probe_new      = cm36651_probe,
+       .probe          = cm36651_probe,
        .remove         = cm36651_remove,
        .id_table       = cm36651_id,
 };
 
                .of_match_table = gp2ap002_of_match,
                .pm = pm_ptr(&gp2ap002_dev_pm_ops),
        },
-       .probe_new = gp2ap002_probe,
+       .probe = gp2ap002_probe,
        .remove = gp2ap002_remove,
        .id_table = gp2ap002_id_table,
 };
 
                .name   = GP2A_I2C_NAME,
                .of_match_table = gp2ap020a00f_of_match,
        },
-       .probe_new      = gp2ap020a00f_probe,
+       .probe          = gp2ap020a00f_probe,
        .remove         = gp2ap020a00f_remove,
        .id_table       = gp2ap020a00f_id,
 };
 
                        .pm = pm_sleep_ptr(&isl29018_pm_ops),
                        .of_match_table = isl29018_of_match,
                    },
-       .probe_new = isl29018_probe,
+       .probe = isl29018_probe,
        .id_table = isl29018_id,
 };
 module_i2c_driver(isl29018_driver);
 
                .pm = pm_ptr(&isl29028_pm_ops),
                .of_match_table = isl29028_of_match,
        },
-       .probe_new = isl29028_probe,
+       .probe = isl29028_probe,
        .remove  = isl29028_remove,
        .id_table = isl29028_id,
 };
 
                .name   = ISL29125_DRV_NAME,
                .pm     = pm_sleep_ptr(&isl29125_pm_ops),
        },
-       .probe_new      = isl29125_probe,
+       .probe          = isl29125_probe,
        .remove         = isl29125_remove,
        .id_table       = isl29125_id,
 };
 
                .pm     = pm_sleep_ptr(&jsa1212_pm_ops),
                .acpi_match_table = ACPI_PTR(jsa1212_acpi_match),
        },
-       .probe_new      = jsa1212_probe,
+       .probe          = jsa1212_probe,
        .remove         = jsa1212_remove,
        .id_table       = jsa1212_id,
 };
 
                .pm     = pm_sleep_ptr(<r501_pm_ops),
                .acpi_match_table = ACPI_PTR(ltr_acpi_match),
        },
-       .probe_new = ltr501_probe,
+       .probe = ltr501_probe,
        .remove = ltr501_remove,
        .id_table = ltr501_id,
 };
 
                .pm = pm_ptr(<rf216a_pm_ops),
                .of_match_table = ltrf216a_of_match,
        },
-       .probe_new = ltrf216a_probe,
+       .probe = ltrf216a_probe,
        .id_table = ltrf216a_id,
 };
 module_i2c_driver(ltrf216a_driver);
 
                .name   = "lv0104cs",
        },
        .id_table       = lv0104cs_id,
-       .probe_new      = lv0104cs_probe,
+       .probe          = lv0104cs_probe,
 };
 module_i2c_driver(lv0104cs_i2c_driver);
 
 
                .name   = MAX44000_DRV_NAME,
                .acpi_match_table = ACPI_PTR(max44000_acpi_match),
        },
-       .probe_new      = max44000_probe,
+       .probe          = max44000_probe,
        .id_table       = max44000_id,
 };
 
 
                .name = MAX44009_DRV_NAME,
                .of_match_table = max44009_of_match,
        },
-       .probe_new = max44009_probe,
+       .probe = max44009_probe,
        .id_table = max44009_id,
 };
 module_i2c_driver(max44009_driver);
 
                .name           = NOA1305_DRIVER_NAME,
                .of_match_table = noa1305_of_match,
        },
-       .probe_new      = noa1305_probe,
+       .probe          = noa1305_probe,
        .id_table       = noa1305_ids,
 };
 
 
 MODULE_DEVICE_TABLE(of, opt3001_of_match);
 
 static struct i2c_driver opt3001_driver = {
-       .probe_new = opt3001_probe,
+       .probe = opt3001_probe,
        .remove = opt3001_remove,
        .id_table = opt3001_id,
 
 
                .name = "opt4001",
                .of_match_table = opt4001_of_match,
        },
-       .probe_new = opt4001_probe,
+       .probe = opt4001_probe,
        .id_table = opt4001_id,
 };
 module_i2c_driver(opt4001_driver);
 
                .pm = &pa12203001_pm_ops,
                .acpi_match_table = ACPI_PTR(pa12203001_acpi_match),
        },
-       .probe_new = pa12203001_probe,
+       .probe = pa12203001_probe,
        .remove = pa12203001_remove,
        .id_table = pa12203001_id,
 
 
                .of_match_table = bu27034_of_match,
                .probe_type = PROBE_PREFER_ASYNCHRONOUS,
        },
-       .probe_new = bu27034_probe,
+       .probe = bu27034_probe,
 };
 module_i2c_driver(bu27034_i2c_driver);
 
 
                .pm     = pm_ptr(&rpr0521_pm_ops),
                .acpi_match_table = ACPI_PTR(rpr0521_acpi_match),
        },
-       .probe_new      = rpr0521_probe,
+       .probe          = rpr0521_probe,
        .remove         = rpr0521_remove,
        .id_table       = rpr0521_id,
 };
 
        .driver = {
            .name   = "si1133",
        },
-       .probe_new = si1133_probe,
+       .probe = si1133_probe,
        .id_table = si1133_ids,
 };
 
 
        .driver = {
                .name   = "si1145",
        },
-       .probe_new = si1145_probe,
+       .probe = si1145_probe,
        .id_table = si1145_ids,
 };
 
 
                .pm = pm_sleep_ptr(&st_uvis25_pm_ops),
                .of_match_table = st_uvis25_i2c_of_match,
        },
-       .probe_new = st_uvis25_i2c_probe,
+       .probe = st_uvis25_i2c_probe,
        .id_table = st_uvis25_i2c_id_table,
 };
 module_i2c_driver(st_uvis25_driver);
 
                .pm = pm_sleep_ptr(&stk3310_pm_ops),
                .acpi_match_table = ACPI_PTR(stk3310_acpi_id),
        },
-       .probe_new =        stk3310_probe,
+       .probe =        stk3310_probe,
        .remove =           stk3310_remove,
        .id_table =         stk3310_i2c_id,
 };
 
                .name   = TCS3414_DRV_NAME,
                .pm     = pm_sleep_ptr(&tcs3414_pm_ops),
        },
-       .probe_new      = tcs3414_probe,
+       .probe          = tcs3414_probe,
        .id_table       = tcs3414_id,
 };
 module_i2c_driver(tcs3414_driver);
 
                .name   = TCS3472_DRV_NAME,
                .pm     = pm_sleep_ptr(&tcs3472_pm_ops),
        },
-       .probe_new      = tcs3472_probe,
+       .probe          = tcs3472_probe,
        .remove         = tcs3472_remove,
        .id_table       = tcs3472_id,
 };
 
                .of_match_table = tsl2563_of_match,
                .pm     = pm_sleep_ptr(&tsl2563_pm_ops),
        },
-       .probe_new      = tsl2563_probe,
+       .probe          = tsl2563_probe,
        .remove         = tsl2563_remove,
        .id_table       = tsl2563_id,
 };
 
                .of_match_table = tsl2583_of_match,
        },
        .id_table = tsl2583_idtable,
-       .probe_new = tsl2583_probe,
+       .probe = tsl2583_probe,
        .remove = tsl2583_remove,
 };
 module_i2c_driver(tsl2583_driver);
 
                .pm = pm_ptr(&tsl2591_pm_ops),
                .of_match_table = tsl2591_of_match,
        },
-       .probe_new = tsl2591_probe
+       .probe = tsl2591_probe
 };
 module_i2c_driver(tsl2591_driver);
 
 
                .pm = &tsl2772_pm_ops,
        },
        .id_table = tsl2772_idtable,
-       .probe_new = tsl2772_probe,
+       .probe = tsl2772_probe,
 };
 
 module_i2c_driver(tsl2772_driver);
 
                .name   = TSL4531_DRV_NAME,
                .pm     = pm_sleep_ptr(&tsl4531_pm_ops),
        },
-       .probe_new = tsl4531_probe,
+       .probe = tsl4531_probe,
        .remove = tsl4531_remove,
        .id_table = tsl4531_id,
 };
 
                .of_match_table = us5182d_of_match,
                .acpi_match_table = ACPI_PTR(us5182d_acpi_match),
        },
-       .probe_new = us5182d_probe,
+       .probe = us5182d_probe,
        .remove = us5182d_remove,
        .id_table = us5182d_id,
 
 
                .pm     = pm_ptr(&vcnl4000_pm_ops),
                .of_match_table = vcnl_4000_of_match,
        },
-       .probe_new = vcnl4000_probe,
+       .probe = vcnl4000_probe,
        .id_table = vcnl4000_id,
        .remove = vcnl4000_remove,
 };
 
                .pm     = pm_ptr(&vcnl4035_pm_ops),
                .of_match_table = vcnl4035_of_match,
        },
-       .probe_new = vcnl4035_probe,
+       .probe = vcnl4035_probe,
        .remove = vcnl4035_remove,
        .id_table = vcnl4035_id,
 };
 
                .of_match_table = veml6030_of_match,
                .pm = pm_ptr(&veml6030_pm_ops),
        },
-       .probe_new = veml6030_probe,
+       .probe = veml6030_probe,
        .id_table = veml6030_id,
 };
 module_i2c_driver(veml6030_driver);
 
        .driver = {
                .name   = VEML6070_DRV_NAME,
        },
-       .probe_new = veml6070_probe,
+       .probe = veml6070_probe,
        .remove  = veml6070_remove,
        .id_table = veml6070_id,
 };
 
                .name   = VL6180_DRV_NAME,
                .of_match_table = vl6180_of_match,
        },
-       .probe_new = vl6180_probe,
+       .probe = vl6180_probe,
        .id_table = vl6180_id,
 };
 
 
        .driver = {
                .name   = ZOPT2201_DRV_NAME,
        },
-       .probe_new = zopt2201_probe,
+       .probe = zopt2201_probe,
        .id_table = zopt2201_id,
 };
 
 
                .pm = pm_ptr(&ak8974_dev_pm_ops),
                .of_match_table = ak8974_of_match,
        },
-       .probe_new = ak8974_probe,
+       .probe = ak8974_probe,
        .remove   = ak8974_remove,
        .id_table = ak8974_id,
 };
 
                .of_match_table = ak8975_of_match,
                .acpi_match_table = ak_acpi_match,
        },
-       .probe_new      = ak8975_probe,
+       .probe          = ak8975_probe,
        .remove         = ak8975_remove,
        .id_table       = ak8975_id,
 };
 
                .acpi_match_table = ACPI_PTR(bmc150_magn_acpi_match),
                .pm     = &bmc150_magn_pm_ops,
        },
-       .probe_new      = bmc150_magn_i2c_probe,
+       .probe          = bmc150_magn_i2c_probe,
        .remove         = bmc150_magn_i2c_remove,
        .id_table       = bmc150_magn_i2c_id,
 };
 
                .of_match_table = hmc5843_of_match,
        },
        .id_table       = hmc5843_id,
-       .probe_new      = hmc5843_i2c_probe,
+       .probe          = hmc5843_i2c_probe,
        .remove         = hmc5843_i2c_remove,
 };
 module_i2c_driver(hmc5843_driver);
 
                .of_match_table = mag3110_of_match,
                .pm     = pm_sleep_ptr(&mag3110_pm_ops),
        },
-       .probe_new = mag3110_probe,
+       .probe = mag3110_probe,
        .remove = mag3110_remove,
        .id_table = mag3110_id,
 };
 
                .pm = pm_sleep_ptr(&mmc35240_pm_ops),
                .acpi_match_table = ACPI_PTR(mmc35240_acpi_match),
        },
-       .probe_new      = mmc35240_probe,
+       .probe          = mmc35240_probe,
        .id_table       = mmc35240_id,
 };
 
 
                .name = "rm3100-i2c",
                .of_match_table = rm3100_dt_match,
        },
-       .probe_new = rm3100_probe,
+       .probe = rm3100_probe,
 };
 module_i2c_driver(rm3100_driver);
 
 
                .name = "st-magn-i2c",
                .of_match_table = st_magn_of_match,
        },
-       .probe_new = st_magn_i2c_probe,
+       .probe = st_magn_i2c_probe,
        .id_table = st_magn_id_table,
 };
 module_i2c_driver(st_magn_driver);
 
                .of_match_table = tmag5273_of_match,
                .pm = pm_ptr(&tmag5273_pm_ops),
        },
-       .probe_new = tmag5273_probe,
+       .probe = tmag5273_probe,
        .id_table = tmag5273_id,
 };
 module_i2c_driver(tmag5273_driver);
 
                .of_match_table = yas5xx_of_match,
                .pm = pm_ptr(&yas5xx_dev_pm_ops),
        },
-       .probe_new = yas5xx_probe,
+       .probe = yas5xx_probe,
        .remove   = yas5xx_remove,
        .id_table = yas5xx_id,
 };
 
                .name   = "ad5110",
                .of_match_table = ad5110_of_match,
        },
-       .probe_new      = ad5110_probe,
+       .probe          = ad5110_probe,
        .id_table       = ad5110_id,
 };
 module_i2c_driver(ad5110_driver);
 
                .name   = "ad5272",
                .of_match_table = ad5272_dt_ids,
        },
-       .probe_new      = ad5272_probe,
+       .probe          = ad5272_probe,
        .id_table       = ad5272_id,
 };
 
 
                .name   = "ds1803",
                .of_match_table = ds1803_dt_ids,
        },
-       .probe_new      = ds1803_probe,
+       .probe          = ds1803_probe,
        .id_table       = ds1803_id,
 };
 
 
                .name = "max5432",
                .of_match_table = max5432_dt_ids,
        },
-       .probe_new = max5432_probe,
+       .probe = max5432_probe,
 };
 
 module_i2c_driver(max5432_driver);
 
                .name   = "mcp4018",
                .of_match_table = mcp4018_of_match,
        },
-       .probe_new      = mcp4018_probe,
+       .probe          = mcp4018_probe,
        .id_table       = mcp4018_id,
 };
 
 
                .name   = "mcp4531",
                .of_match_table = mcp4531_of_match,
        },
-       .probe_new      = mcp4531_probe,
+       .probe          = mcp4531_probe,
        .id_table       = mcp4531_id,
 };
 
 
        .driver = {
                .name = "tpl0102",
        },
-       .probe_new = tpl0102_probe,
+       .probe = tpl0102_probe,
        .id_table = tpl0102_id,
 };
 
 
                .name = LMP91000_DRV_NAME,
                .of_match_table = lmp91000_of_match,
        },
-       .probe_new = lmp91000_probe,
+       .probe = lmp91000_probe,
        .remove = lmp91000_remove,
        .id_table = lmp91000_id,
 };
 
        .driver = {
                .name = "abp060mg",
        },
-       .probe_new = abp060mg_probe,
+       .probe = abp060mg_probe,
        .id_table = abp060mg_id_table,
 };
 module_i2c_driver(abp060mg_driver);
 
                .of_match_table = bmp280_of_i2c_match,
                .pm = pm_ptr(&bmp280_dev_pm_ops),
        },
-       .probe_new      = bmp280_i2c_probe,
+       .probe          = bmp280_i2c_probe,
        .id_table       = bmp280_i2c_id,
 };
 module_i2c_driver(bmp280_i2c_driver);
 
                .name = "dlhl60d",
                .of_match_table = dlh_of_match,
        },
-       .probe_new = dlh_probe,
+       .probe = dlh_probe,
        .id_table = dlh_id,
 };
 module_i2c_driver(dlh_driver);
 
                .name = DPS310_DEV_NAME,
                .acpi_match_table = dps310_acpi_match,
        },
-       .probe_new = dps310_probe,
+       .probe = dps310_probe,
        .id_table = dps310_id,
 };
 module_i2c_driver(dps310_driver);
 
                .name   = "hp03",
                .of_match_table = hp03_of_match,
        },
-       .probe_new      = hp03_probe,
+       .probe          = hp03_probe,
        .id_table       = hp03_id,
 };
 module_i2c_driver(hp03_driver);
 
 #endif
 
 static struct i2c_driver hp206c_driver = {
-       .probe_new = hp206c_probe,
+       .probe = hp206c_probe,
        .id_table = hp206c_id,
        .driver = {
                .name = "hp206c",
 
                .pm = pm_ptr(&icp10100_pm),
                .of_match_table = icp10100_of_match,
        },
-       .probe_new = icp10100_probe,
+       .probe = icp10100_probe,
        .id_table = icp10100_id,
 };
 module_i2c_driver(icp10100_driver);
 
                .name   = "mpl115",
                .pm = pm_ptr(&mpl115_dev_pm_ops),
        },
-       .probe_new = mpl115_i2c_probe,
+       .probe = mpl115_i2c_probe,
        .id_table = mpl115_i2c_id,
 };
 module_i2c_driver(mpl115_i2c_driver);
 
                .of_match_table = mpl3115_of_match,
                .pm     = pm_sleep_ptr(&mpl3115_pm_ops),
        },
-       .probe_new = mpl3115_probe,
+       .probe = mpl3115_probe,
        .remove = mpl3115_remove,
        .id_table = mpl3115_id,
 };
 
                .of_match_table = ms5611_i2c_matches,
        },
        .id_table = ms5611_id,
-       .probe_new = ms5611_i2c_probe,
+       .probe = ms5611_i2c_probe,
 };
 module_i2c_driver(ms5611_driver);
 
 
 MODULE_DEVICE_TABLE(of, ms5637_of_match);
 
 static struct i2c_driver ms5637_driver = {
-       .probe_new = ms5637_probe,
+       .probe = ms5637_probe,
        .id_table = ms5637_id,
        .driver = {
                   .name = "ms5637",
 
                .of_match_table = st_press_of_match,
                .acpi_match_table = ACPI_PTR(st_press_acpi_match),
        },
-       .probe_new = st_press_i2c_probe,
+       .probe = st_press_i2c_probe,
        .id_table = st_press_id_table,
 };
 module_i2c_driver(st_press_driver);
 
        .driver = {
                .name   = "t5403",
        },
-       .probe_new = t5403_probe,
+       .probe = t5403_probe,
        .id_table = t5403_id,
 };
 module_i2c_driver(t5403_driver);
 
                .of_match_table = zpa2326_i2c_matches,
                .pm             = ZPA2326_PM_OPS,
        },
-       .probe_new = zpa2326_probe_i2c,
+       .probe = zpa2326_probe_i2c,
        .remove   = zpa2326_remove_i2c,
        .id_table = zpa2326_i2c_ids,
 };
 
                .name   = "isl29501",
        },
        .id_table       = isl29501_id,
-       .probe_new      = isl29501_probe,
+       .probe          = isl29501_probe,
 };
 module_i2c_driver(isl29501_driver);
 
 
                .name   = "maxbotix-mb1232",
                .of_match_table = of_mb1232_match,
        },
-       .probe_new = mb1232_probe,
+       .probe = mb1232_probe,
        .id_table = mb1232_id,
 };
 module_i2c_driver(mb1232_driver);
 
                .of_match_table = lidar_dt_ids,
                .pm     = pm_ptr(&lidar_pm_ops),
        },
-       .probe_new      = lidar_probe,
+       .probe          = lidar_probe,
        .remove         = lidar_remove,
        .id_table       = lidar_id,
 };
 
                .name   = RFD77402_DRV_NAME,
                .pm     = pm_sleep_ptr(&rfd77402_pm_ops),
        },
-       .probe_new = rfd77402_probe,
+       .probe = rfd77402_probe,
        .id_table = rfd77402_id,
 };
 
 
                .name   = "srf08",
                .of_match_table = of_srf08_match,
        },
-       .probe_new = srf08_probe,
+       .probe = srf08_probe,
        .id_table = srf08_id,
 };
 module_i2c_driver(srf08_driver);
 
                 */
                .probe_type = PROBE_PREFER_ASYNCHRONOUS,
        },
-       .probe_new      = sx9310_probe,
+       .probe          = sx9310_probe,
        .id_table       = sx9310_id,
 };
 module_i2c_driver(sx9310_driver);
 
                 */
                .probe_type = PROBE_PREFER_ASYNCHRONOUS,
        },
-       .probe_new      = sx9324_probe,
+       .probe          = sx9324_probe,
        .id_table       = sx9324_id,
 };
 module_i2c_driver(sx9324_driver);
 
                 */
                .probe_type = PROBE_PREFER_ASYNCHRONOUS,
        },
-       .probe_new      = sx9360_probe,
+       .probe          = sx9360_probe,
        .id_table       = sx9360_id,
 };
 module_i2c_driver(sx9360_driver);
 
                .of_match_table = sx9500_of_match,
                .pm = pm_sleep_ptr(&sx9500_pm_ops),
        },
-       .probe_new      = sx9500_probe,
+       .probe          = sx9500_probe,
        .remove         = sx9500_remove,
        .id_table       = sx9500_id,
 };
 
                .name   = "vcnl3020",
                .of_match_table = vcnl3020_of_match,
        },
-       .probe_new  = vcnl3020_probe,
+       .probe      = vcnl3020_probe,
 };
 module_i2c_driver(vcnl3020_driver);
 
 
                .name = "vl53l0x-i2c",
                .of_match_table = st_vl53l0x_dt_match,
        },
-       .probe_new = vl53l0x_probe,
+       .probe = vl53l0x_probe,
        .id_table = vl53l0x_id,
 };
 module_i2c_driver(vl53l0x_driver);
 
                .of_match_table = max30208_of_match,
                .acpi_match_table = max30208_acpi_match,
        },
-       .probe_new = max30208_probe,
+       .probe = max30208_probe,
        .id_table = max30208_id_table,
 };
 module_i2c_driver(max30208_driver);
 
                .of_match_table = mlx90614_of_match,
                .pm     = pm_ptr(&mlx90614_pm_ops),
        },
-       .probe_new = mlx90614_probe,
+       .probe = mlx90614_probe,
        .remove = mlx90614_remove,
        .id_table = mlx90614_id,
 };
 
                .of_match_table = mlx90632_of_match,
                .pm     = pm_ptr(&mlx90632_pm_ops),
        },
-       .probe_new = mlx90632_probe,
+       .probe = mlx90632_probe,
        .id_table = mlx90632_id,
 };
 module_i2c_driver(mlx90632_driver);
 
                .name   = "tmp006",
                .pm     = pm_sleep_ptr(&tmp006_pm_ops),
        },
-       .probe_new = tmp006_probe,
+       .probe = tmp006_probe,
        .id_table = tmp006_id,
 };
 module_i2c_driver(tmp006_driver);
 
                .of_match_table = tmp007_of_match,
                .pm     = pm_sleep_ptr(&tmp007_pm_ops),
        },
-       .probe_new      = tmp007_probe,
+       .probe          = tmp007_probe,
        .id_table       = tmp007_id,
 };
 module_i2c_driver(tmp007_driver);
 
                .name   = "tmp117",
                .of_match_table = tmp117_of_match,
        },
-       .probe_new      = tmp117_probe,
+       .probe          = tmp117_probe,
        .id_table       = tmp117_id,
 };
 module_i2c_driver(tmp117_driver);
 
 MODULE_DEVICE_TABLE(of, tsys01_of_match);
 
 static struct i2c_driver tsys01_driver = {
-       .probe_new = tsys01_i2c_probe,
+       .probe = tsys01_i2c_probe,
        .id_table = tsys01_id,
        .driver = {
                   .name = "tsys01",
 
 MODULE_DEVICE_TABLE(i2c, tsys02d_id);
 
 static struct i2c_driver tsys02d_driver = {
-       .probe_new = tsys02d_probe,
+       .probe = tsys02d_probe,
        .id_table = tsys02d_id,
        .driver = {
                   .name = "tsys02d",