linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Nam Tran <trannamatk@gmail.com>, lee@kernel.org
Cc: pavel@kernel.org, rdunlap@infradead.org,
	christophe.jaillet@wanadoo.fr, krzk+dt@kernel.org,
	robh@kernel.org, conor+dt@kernel.org, corbet@lwn.net,
	linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, linux-doc@vger.kernel.org
Subject: Re: [PATCH v12 2/4] leds: add basic support for TI/National Semiconductor LP5812 LED Driver
Date: Tue, 29 Jul 2025 08:40:26 +0200	[thread overview]
Message-ID: <bc24e841-94a8-4ca8-9f69-90ec32fbbfca@kernel.org> (raw)
In-Reply-To: <20250728065814.120769-3-trannamatk@gmail.com>

On 28/07/2025 08:58, Nam Tran wrote:

...

> +MODULE_DEVICE_TABLE(of, of_lp5812_match);
> +
> +static struct i2c_driver lp5812_driver = {
> +	.driver = {
> +		.name   = "lp5812",
> +		.of_match_table = of_match_ptr(of_lp5812_match),

v11 was okay here... now you introduced errors.

Best regards,
Krzysztof

  parent reply	other threads:[~2025-07-29  6:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-28  6:58 [PATCH v12 0/4] leds: add new LED driver for TI LP5812 Nam Tran
2025-07-28  6:58 ` [PATCH v12 1/4] dt-bindings: leds: add TI/National Semiconductor LP5812 LED Driver Nam Tran
2025-07-28  6:58 ` [PATCH v12 2/4] leds: add basic support for " Nam Tran
2025-07-28 23:36   ` kernel test robot
2025-07-29  6:40   ` Krzysztof Kozlowski [this message]
2025-07-30  4:08     ` [PATCH v11 " Nam Tran
2025-07-28  6:58 ` [PATCH v12 3/4] docs: ABI: Document LP5812 LED sysfs interfaces Nam Tran
2025-07-28  6:58 ` [PATCH v12 4/4] docs: leds: Document TI LP5812 LED driver Nam Tran

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=bc24e841-94a8-4ca8-9f69-90ec32fbbfca@kernel.org \
    --to=krzk@kernel.org \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=conor+dt@kernel.org \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=lee@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=pavel@kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=robh@kernel.org \
    --cc=trannamatk@gmail.com \
    /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).