Re: [PATCH] mfd: Switch i2c drivers back to use .probe()

From: Lee Jones
Date: Mon May 15 2023 - 12:10:48 EST


On Fri, 05 May 2023, Uwe Kleine-König wrote:

> 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@xxxxxxxxxxxxxx>
> ---
> drivers/mfd/88pm800.c | 2 +-
> drivers/mfd/88pm805.c | 2 +-
> drivers/mfd/88pm860x-core.c | 2 +-
> drivers/mfd/aat2870-core.c | 2 +-
> drivers/mfd/acer-ec-a500.c | 2 +-
> drivers/mfd/act8945a.c | 2 +-
> drivers/mfd/adp5520.c | 2 +-
> drivers/mfd/arizona-i2c.c | 2 +-
> drivers/mfd/as3711.c | 2 +-
> drivers/mfd/as3722.c | 2 +-
> drivers/mfd/atc260x-i2c.c | 2 +-
> drivers/mfd/axp20x-i2c.c | 2 +-
> drivers/mfd/bcm590xx.c | 2 +-
> drivers/mfd/bd9571mwv.c | 2 +-
> drivers/mfd/da903x.c | 2 +-
> drivers/mfd/da9052-i2c.c | 2 +-
> drivers/mfd/da9055-i2c.c | 2 +-
> drivers/mfd/da9062-core.c | 2 +-
> drivers/mfd/da9063-i2c.c | 2 +-
> drivers/mfd/da9150-core.c | 2 +-
> drivers/mfd/ene-kb3930.c | 2 +-
> drivers/mfd/gateworks-gsc.c | 2 +-
> drivers/mfd/intel_soc_pmic_chtdc_ti.c | 2 +-
> drivers/mfd/intel_soc_pmic_chtwc.c | 2 +-
> drivers/mfd/intel_soc_pmic_crc.c | 2 +-
> drivers/mfd/iqs62x.c | 2 +-
> drivers/mfd/khadas-mcu.c | 2 +-
> drivers/mfd/lm3533-core.c | 2 +-
> drivers/mfd/lochnagar-i2c.c | 2 +-
> drivers/mfd/lp3943.c | 2 +-
> drivers/mfd/lp873x.c | 2 +-
> drivers/mfd/lp87565.c | 2 +-
> drivers/mfd/lp8788.c | 2 +-
> drivers/mfd/madera-i2c.c | 2 +-
> drivers/mfd/max14577.c | 2 +-
> drivers/mfd/max77620.c | 2 +-
> drivers/mfd/max77650.c | 2 +-
> drivers/mfd/max77686.c | 2 +-
> drivers/mfd/max77693.c | 2 +-
> drivers/mfd/max77714.c | 2 +-
> drivers/mfd/max77843.c | 2 +-
> drivers/mfd/max8907.c | 2 +-
> drivers/mfd/max8925-i2c.c | 2 +-
> drivers/mfd/max8997.c | 2 +-
> drivers/mfd/max8998.c | 2 +-
> drivers/mfd/mc13xxx-i2c.c | 2 +-
> drivers/mfd/menelaus.c | 2 +-
> drivers/mfd/menf21bmc.c | 2 +-
> drivers/mfd/mp2629.c | 2 +-
> drivers/mfd/mt6360-core.c | 2 +-
> drivers/mfd/mt6370.c | 2 +-
> drivers/mfd/ntxec.c | 2 +-
> drivers/mfd/palmas.c | 2 +-
> drivers/mfd/pcf50633-core.c | 2 +-
> drivers/mfd/qcom-pm8008.c | 2 +-
> drivers/mfd/rc5t583.c | 2 +-
> drivers/mfd/retu-mfd.c | 2 +-
> drivers/mfd/rk808.c | 2 +-
> drivers/mfd/rn5t618.c | 2 +-
> drivers/mfd/rohm-bd71828.c | 2 +-
> drivers/mfd/rohm-bd718x7.c | 2 +-
> drivers/mfd/rohm-bd9576.c | 2 +-
> drivers/mfd/rsmu_i2c.c | 2 +-
> drivers/mfd/rt4831.c | 2 +-
> drivers/mfd/rt5033.c | 2 +-
> drivers/mfd/rt5120.c | 2 +-
> drivers/mfd/sec-core.c | 2 +-
> drivers/mfd/si476x-i2c.c | 2 +-
> drivers/mfd/simple-mfd-i2c.c | 2 +-
> drivers/mfd/sky81452.c | 2 +-
> drivers/mfd/smpro-core.c | 2 +-
> drivers/mfd/stmfx.c | 2 +-
> drivers/mfd/stmpe-i2c.c | 2 +-
> drivers/mfd/stpmic1.c | 2 +-
> drivers/mfd/stw481x.c | 2 +-
> drivers/mfd/tc3589x.c | 2 +-
> drivers/mfd/ti-lmu.c | 2 +-
> drivers/mfd/tps6105x.c | 2 +-
> drivers/mfd/tps65010.c | 2 +-
> drivers/mfd/tps6507x.c | 2 +-
> drivers/mfd/tps65086.c | 2 +-
> drivers/mfd/tps65090.c | 2 +-
> drivers/mfd/tps65217.c | 2 +-
> drivers/mfd/tps65218.c | 2 +-
> drivers/mfd/tps65219.c | 2 +-
> drivers/mfd/tps6586x.c | 2 +-
> drivers/mfd/tps65910.c | 2 +-
> drivers/mfd/tps65912-i2c.c | 2 +-
> drivers/mfd/twl-core.c | 2 +-
> drivers/mfd/twl6040.c | 2 +-
> drivers/mfd/wl1273-core.c | 2 +-
> drivers/mfd/wm831x-i2c.c | 2 +-
> drivers/mfd/wm8350-i2c.c | 2 +-
> drivers/mfd/wm8400-core.c | 2 +-
> drivers/mfd/wm8994-core.c | 2 +-
> 95 files changed, 95 insertions(+), 95 deletions(-)

Doesn't apply.

Please rebase/resend and it'll go to the top of my queue.

--
Lee Jones [李琼斯]