All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Niklas Söderlund" <niklas.soderlund@ragnatech.se>
To: "\"Uwe Kleine-König\"" <ukleinek@kernel.org>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Russell King <linux@armlinux.org.uk>,
	Will Deacon <will@kernel.org>,
	linux-pwm@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	Biju Das <biju.das.jz@bp.renesas.com>
Subject: Re: [PATCH v4] pwm: tidyup PWM menu for Renesas
Date: Mon, 12 May 2025 10:16:08 +0200	[thread overview]
Message-ID: <20250512081608.GD2365307@ragnatech.se> (raw)
In-Reply-To: <i4b7c3afvksave2uswfnma2d3mhezefec7t5qhxzikfdsey4tx@wmszr4dtqkr7>

On 2025-05-12 10:09:17 +0200, "Uwe Kleine-König" wrote:
> On Mon, May 12, 2025 at 09:39:49AM +0200, Niklas Söderlund wrote:
> > Hi Morimoto-san,
> > 
> > I like cleanup patches!
> > 
> > On 2025-05-12 06:33:12 +0000, Kuninori Morimoto wrote:
> > > Because current PWM Kconfig is sorting by symbol name,
> > > it looks strange ordering in menuconfig.
> > > 
> > > =>	[ ]   Renesas R-Car PWM support
> > > =>	[ ]   Renesas TPU PWM support
> > > 	[ ]   Rockchip PWM support
> > > =>	[ ]   Renesas RZ/G2L General PWM Timer support
> > > =>	[ ]   Renesas RZ/G2L MTU3a PWM Timer support
> > > 
> > > Let's use common CONFIG_PWM_RENESAS_xxx symbol name for Renesas,
> > > and sort it.
> > 
> > I think you also need to update the symbol names in the various config 
> > files found in tree. A quick look,
> > 
> >     $ git grep CONFIG_PWM_RCAR -- arch
> >     arch/arm/configs/multi_v7_defconfig:1206:CONFIG_PWM_RCAR=m
> >     arch/arm/configs/shmobile_defconfig:220:CONFIG_PWM_RCAR=y
> >     arch/arm64/configs/defconfig:1553:CONFIG_PWM_RCAR=m
> > 
> >     $ git grep CONFIG_PWM_RZG2L_GPT -- arch
> >     arch/arm64/configs/defconfig:1534:CONFIG_PWM_RZG2L_GPT=m
> > 
> >     $ git grep CONFIG_PWM_RZ_MTU3 -- arch
> >     arch/arm64/configs/defconfig:1556:CONFIG_PWM_RZ_MTU3=m
> > 
> > > 
> > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > ---
> > > v3 -> v4
> > > 	- Based on linux-next/master
> > > 
> > >  arch/arm/configs/multi_v7_defconfig |  2 +-
> > >  arch/arm/configs/shmobile_defconfig |  2 +-
> > >  arch/arm64/configs/defconfig        |  6 ++--
> 
> I didn't check in detail, but looking at the diffstat I'd claim that
> adapting the defconfigs is coped for?

You are correct, my bad. Had the wrong branch when testing. Sorry for the 
noise.

> 
> Best regards
> Uwe



-- 
Kind Regards,
Niklas Söderlund

  reply	other threads:[~2025-05-12  8:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-12  6:33 [PATCH v4] pwm: tidyup PWM menu for Renesas Kuninori Morimoto
2025-05-12  7:39 ` Niklas Söderlund
2025-05-12  8:09   ` "Uwe Kleine-König"
2025-05-12  8:16     ` Niklas Söderlund [this message]
2025-05-12  7:55 ` Biju Das
2025-05-13 20:19 ` "Uwe Kleine-König"
2025-05-13 23:09   ` Kuninori Morimoto
2025-05-14  6:56   ` Geert Uytterhoeven
2025-05-14  8:34     ` Uwe Kleine-König
2025-05-14 22:56       ` Kuninori Morimoto
2025-05-15  5:58         ` Geert Uytterhoeven
2025-05-15  6:18           ` Kuninori Morimoto

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=20250512081608.GD2365307@ragnatech.se \
    --to=niklas.soderlund@ragnatech.se \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=catalin.marinas@arm.com \
    --cc=geert+renesas@glider.be \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=ukleinek@kernel.org \
    --cc=will@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 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.