All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: linux-kernel@vger.kernel.org, kernel@pengutronix.de
Subject: Re: [PATCH] mfd: Switch i2c drivers back to use .probe()
Date: Mon, 15 May 2023 17:10:20 +0100	[thread overview]
Message-ID: <20230515161020.GY10825@google.com> (raw)
In-Reply-To: <20230505132241.1215472-1-u.kleine-koenig@pengutronix.de>

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@pengutronix.de>
> ---
>  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 [李琼斯]

      reply	other threads:[~2023-05-15 16:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-05 13:22 [PATCH] mfd: Switch i2c drivers back to use .probe() Uwe Kleine-König
2023-05-15 16:10 ` Lee Jones [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230515161020.GY10825@google.com \
    --to=lee@kernel.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.