Linux PWM subsystem development
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Conor Dooley <conor.dooley@microchip.com>,
	linux-pwm@vger.kernel.org,
	Thierry Reding <thierry.reding@gmail.com>
Subject: Re: [PATCH v1] pwm: microchip-core: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
Date: Tue, 19 Sep 2023 10:10:56 +0100	[thread overview]
Message-ID: <20230919-2a868286ba7bda597a3102ff@fedora> (raw)
In-Reply-To: <20230918130322.2wyxfcvnf74wsj54@pengutronix.de>

[-- Attachment #1: Type: text/plain, Size: 1435 bytes --]

On Mon, Sep 18, 2023 at 03:03:22PM +0200, Uwe Kleine-König wrote:
> Hello Conor,
> 
> On Mon, Sep 18, 2023 at 11:23:27AM +0100, Conor Dooley wrote:
> > As part of converting RISC-V SOC_FOO symbols to ARCH_FOO to match the
> > use of such symbols on other architectures, convert the Microchip FPGA
> > PWM driver to use the new symbol.
> > 
> > Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> > ---
> > CC: Thierry Reding <thierry.reding@gmail.com>
> > CC: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > CC: linux-pwm@vger.kernel.org
> > ---
> >  drivers/pwm/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
> > index 8ebcddf91f7b..502d041d4a11 100644
> > --- a/drivers/pwm/Kconfig
> > +++ b/drivers/pwm/Kconfig
> > @@ -407,7 +407,7 @@ config PWM_MEDIATEK
> >  
> >  config PWM_MICROCHIP_CORE
> >  	tristate "Microchip corePWM PWM support"
> > -	depends on SOC_MICROCHIP_POLARFIRE || COMPILE_TEST
> > +	depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
> >  	depends on HAS_IOMEM && OF
> >  	help
> >  	  PWM driver for Microchip FPGA soft IP core.
> 
> that seems to be in line with commit 444c3dbdabd4 ("RISC-V: introduce
> ARCH_FOO kconfig aliases for SOC_FOO symbols")

Ah, now that you mention it, it would probably be a good idea for me to
point out that commit in future submissions. Thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2023-09-19  9:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-18 10:23 [PATCH v1] pwm: microchip-core: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE Conor Dooley
2023-09-18 13:03 ` Uwe Kleine-König
2023-09-19  9:10   ` Conor Dooley [this message]
2023-10-06  9:05 ` Thierry Reding

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=20230919-2a868286ba7bda597a3102ff@fedora \
    --to=conor@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=linux-pwm@vger.kernel.org \
    --cc=thierry.reding@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox