From: "Marek Behún" <kabel@kernel.org>
To: "Uwe Kleine-König" <uwe@kleine-koenig.org>
Cc: "Angel Iglesias" <ang.iglesiasg@gmail.com>,
"Lee Jones" <lee.jones@linaro.org>,
"Grant Likely" <grant.likely@linaro.org>,
"Wolfram Sang" <wsa@kernel.org>, "Pavel Machek" <pavel@ucw.cz>,
linux-i2c@vger.kernel.org, kernel@pengutronix.de,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 288/606] leds: turris-omnia: Convert to i2c's .probe_new()
Date: Sun, 20 Nov 2022 13:49:01 +0100 [thread overview]
Message-ID: <20221120134901.5f4c0d99@thinkpad> (raw)
In-Reply-To: <20221118224540.619276-289-uwe@kleine-koenig.org>
On Fri, 18 Nov 2022 23:40:22 +0100
Uwe Kleine-König <uwe@kleine-koenig.org> wrote:
> From: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
>
> The probe function doesn't make use of the i2c_device_id * parameter so it
> can be trivially converted.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Marek Behún <kabel@kernel.org>
next prev parent reply other threads:[~2022-11-20 12:49 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-18 22:35 [PATCH 000/606] i2c: Complete conversion to i2c_probe_new Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 268/606] leds: bd2802: Convert to i2c's .probe_new() Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 269/606] leds: blinkm: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 270/606] leds: is31fl32xx: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 271/606] leds: lm3530: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 272/606] leds: lm3532: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 273/606] leds: lm355x: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 274/606] leds: lm3642: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 275/606] leds: lm3692x: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 276/606] leds: lm3697: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 277/606] leds: lp3944: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 278/606] leds: lp3952: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 279/606] leds: lp5521: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 280/606] leds: lp5523: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 281/606] leds: lp5562: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 282/606] leds: lp8501: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 283/606] leds: lp8860: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 284/606] leds: pca9532: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 285/606] leds: pca963x: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 286/606] leds: tca6507: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 287/606] leds: tlc591xx: " Uwe Kleine-König
2022-11-18 22:40 ` [PATCH 288/606] leds: turris-omnia: " Uwe Kleine-König
2022-11-20 12:49 ` Marek Behún [this message]
2022-12-02 11:12 ` Uwe Kleine-König
2022-12-07 20:30 ` Pavel Machek
2022-12-08 7:51 ` Uwe Kleine-König
2022-12-22 21:42 ` Uwe Kleine-König
2022-12-23 11:25 ` Lee Jones
2023-01-05 14:47 ` Lee Jones
2022-11-19 6:50 ` [PATCH 000/606] i2c: Complete conversion to i2c_probe_new patchwork-bot+chrome-platform
2022-11-19 6:50 ` patchwork-bot+chrome-platform
2022-11-19 11:10 ` Wolfram Sang
2022-11-20 19:43 ` Sebastian Reichel
2022-11-21 9:53 ` Lee Jones
2022-11-22 18:58 ` Jonathan Cameron
2022-11-22 20:16 ` Uwe Kleine-König
2022-11-26 15:43 ` Andy Shevchenko
2022-12-09 12:00 ` (subset) " Robert Foss
2022-12-12 16:36 ` Robert Foss
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=20221120134901.5f4c0d99@thinkpad \
--to=kabel@kernel.org \
--cc=ang.iglesiasg@gmail.com \
--cc=grant.likely@linaro.org \
--cc=kernel@pengutronix.de \
--cc=lee.jones@linaro.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=u.kleine-koenig@pengutronix.de \
--cc=uwe@kleine-koenig.org \
--cc=wsa@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).