From: Lee Jones <lee@kernel.org>
To: Florian Fainelli <florian.fainelli@broadcom.com>
Cc: "Linus Walleij" <linus.walleij@linaro.org>,
"Pavel Machek" <pavel@ucw.cz>, "Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"William Zhang" <william.zhang@broadcom.com>,
"Anand Gore" <anand.gore@broadcom.com>,
"Kursad Oney" <kursad.oney@broadcom.com>,
"Rafał Miłecki" <rafal@milecki.pl>,
"Broadcom internal kernel review list"
<bcm-kernel-feedback-list@broadcom.com>,
linux-leds@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v3 4/4] leds: bcm63138: Add some register defines
Date: Thu, 10 Oct 2024 14:41:44 +0100 [thread overview]
Message-ID: <20241010134144.GG661995@google.com> (raw)
In-Reply-To: <81b382d9-c290-40b9-be3a-916970a5797f@broadcom.com>
On Fri, 04 Oct 2024, Florian Fainelli wrote:
> On 10/4/24 00:59, Linus Walleij wrote:
> > The Power LUT (Look-up Table) register base was missing, also
> > add the bit define for sending serial LED data in reverse order,
> > and use the BIT() macro to define the bits in the control
> > register.
> >
> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> > ---
> > drivers/leds/blink/leds-bcm63138.c | 6 ++++--
> > 1 file changed, 4 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/leds/blink/leds-bcm63138.c b/drivers/leds/blink/leds-bcm63138.c
> > index 9fe1af156c80..190d9774164b 100644
> > --- a/drivers/leds/blink/leds-bcm63138.c
> > +++ b/drivers/leds/blink/leds-bcm63138.c
> > @@ -21,8 +21,9 @@
> > #define BCM63138_LEDS_PER_REG (32 / BCM63138_LED_BITS) /* 8 */
> > #define BCM63138_GLB_CTRL 0x00
> > -#define BCM63138_GLB_CTRL_SERIAL_LED_DATA_PPOL 0x00000002
> > -#define BCM63138_GLB_CTRL_SERIAL_LED_EN_POL 0x00000008
> > +#define BCM63138_GLB_CTRL_SERIAL_LED_DATA_PPOL BIT(1)
>
> Want to add:
>
> #define BCM63138_GLB_CTRL_SERIAL_LED_CLK_POL BIT(2)
>
> while at it?
>
> > +#define BCM63138_GLB_CTRL_SERIAL_LED_EN_POL BIT(3)
> > +#define BCM63138_GLB_CTRL_SERIAL_LED_MSB_FIRST BIT(4)
> > #define BCM63138_MASK 0x04
> > #define BCM63138_HW_LED_EN 0x08
> > #define BCM63138_SERIAL_LED_SHIFT_SEL 0x0c
> > @@ -35,6 +36,7 @@
> > #define BCM63138_BRIGHT_CTRL3 0x28
> > #define BCM63138_BRIGHT_CTRL4 0x2c
> > #define BCM63138_POWER_LED_CFG 0x30
> > +#define BCM63138_POWER_LUT 0x34 /* -> b0 */
>
> Maybe BCM63138_POWER_LUT_BASE0, because it is an array on some chips, like
> 63138 and at offset 0x74 we have BCM63138_POWER_LUT_BASE1.
This set is on hold until we have some response to this.
--
Lee Jones [李琼斯]
prev parent reply other threads:[~2024-10-10 13:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-04 7:59 [PATCH v3 0/4] leds: bcm63138: Add some new bindings and code Linus Walleij
2024-10-04 7:59 ` [PATCH v3 1/4] dt-bindings: leds: bcm63138: Add shift register bits Linus Walleij
2024-10-04 16:15 ` Florian Fainelli
2024-10-05 18:08 ` Rob Herring (Arm)
2024-10-04 7:59 ` [PATCH v3 2/4] leds: bcm63138: Use scopes and guards Linus Walleij
2024-10-04 7:59 ` [PATCH v3 3/4] leds: bcm63138: Handle shift register config Linus Walleij
2024-10-04 16:15 ` Florian Fainelli
2024-10-04 7:59 ` [PATCH v3 4/4] leds: bcm63138: Add some register defines Linus Walleij
2024-10-04 16:24 ` Florian Fainelli
2024-10-10 13:41 ` 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=20241010134144.GG661995@google.com \
--to=lee@kernel.org \
--cc=anand.gore@broadcom.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=florian.fainelli@broadcom.com \
--cc=krzk+dt@kernel.org \
--cc=kursad.oney@broadcom.com \
--cc=linus.walleij@linaro.org \
--cc=linux-leds@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=rafal@milecki.pl \
--cc=robh@kernel.org \
--cc=william.zhang@broadcom.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).