linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
@ 2024-01-08 14:24 Geert Uytterhoeven
  2024-02-03 20:45 ` Wolfram Sang
  2024-03-06 15:43 ` Andi Shyti
  0 siblings, 2 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2024-01-08 14:24 UTC (permalink / raw)
  To: Andi Shyti, Wolfram Sang; +Cc: linux-i2c, linux-renesas-soc, Geert Uytterhoeven

Currently, all Kconfig symbols for R-Car Gen4 SoCs select
ARCH_RCAR_GEN3, which might confuse the casual reader.  Prepare for the
advent of ARCH_RCAR_GEN4 by extending the dependency for auto-selecting
reset controller support.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 819fd76545d99d1f..71ff107e82a009fc 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -1242,7 +1242,7 @@ config I2C_RCAR
 	depends on ARCH_RENESAS || COMPILE_TEST
 	select I2C_SLAVE
 	select I2C_SMBUS
-	select RESET_CONTROLLER if ARCH_RCAR_GEN3
+	select RESET_CONTROLLER if ARCH_RCAR_GEN3 || ARCH_RCAR_GEN4
 	help
 	  If you say yes to this option, support will be included for the
 	  R-Car I2C controller.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
  2024-01-08 14:24 [PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4 Geert Uytterhoeven
@ 2024-02-03 20:45 ` Wolfram Sang
  2024-02-22 17:28   ` Wolfram Sang
  2024-03-06 15:43 ` Andi Shyti
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2024-02-03 20:45 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Andi Shyti, linux-i2c, linux-renesas-soc

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

On Mon, Jan 08, 2024 at 03:24:20PM +0100, Geert Uytterhoeven wrote:
> Currently, all Kconfig symbols for R-Car Gen4 SoCs select
> ARCH_RCAR_GEN3, which might confuse the casual reader.  Prepare for the
> advent of ARCH_RCAR_GEN4 by extending the dependency for auto-selecting
> reset controller support.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
  2024-02-03 20:45 ` Wolfram Sang
@ 2024-02-22 17:28   ` Wolfram Sang
  2024-03-05  9:39     ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2024-02-22 17:28 UTC (permalink / raw)
  To: Geert Uytterhoeven, Andi Shyti, linux-i2c, linux-renesas-soc

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

On Sat, Feb 03, 2024 at 09:45:20PM +0100, Wolfram Sang wrote:
> On Mon, Jan 08, 2024 at 03:24:20PM +0100, Geert Uytterhoeven wrote:
> > Currently, all Kconfig symbols for R-Car Gen4 SoCs select
> > ARCH_RCAR_GEN3, which might confuse the casual reader.  Prepare for the
> > advent of ARCH_RCAR_GEN4 by extending the dependency for auto-selecting
> > reset controller support.
> > 
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Andi, can we have this simple patch in 6.9 pretty please?


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
  2024-02-22 17:28   ` Wolfram Sang
@ 2024-03-05  9:39     ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2024-03-05  9:39 UTC (permalink / raw)
  To: Andi Shyti; +Cc: Wolfram Sang, linux-i2c, linux-renesas-soc

On Thu, Feb 22, 2024 at 6:28 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> On Sat, Feb 03, 2024 at 09:45:20PM +0100, Wolfram Sang wrote:
> > On Mon, Jan 08, 2024 at 03:24:20PM +0100, Geert Uytterhoeven wrote:
> > > Currently, all Kconfig symbols for R-Car Gen4 SoCs select
> > > ARCH_RCAR_GEN3, which might confuse the casual reader.  Prepare for the
> > > advent of ARCH_RCAR_GEN4 by extending the dependency for auto-selecting
> > > reset controller support.
> > >
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >
> > Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> Andi, can we have this simple patch in 6.9 pretty please?

+1

Thanks!

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
  2024-01-08 14:24 [PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4 Geert Uytterhoeven
  2024-02-03 20:45 ` Wolfram Sang
@ 2024-03-06 15:43 ` Andi Shyti
  1 sibling, 0 replies; 5+ messages in thread
From: Andi Shyti @ 2024-03-06 15:43 UTC (permalink / raw)
  To: Wolfram Sang, Geert Uytterhoeven; +Cc: linux-i2c, linux-renesas-soc

Hi

On Mon, 08 Jan 2024 15:24:20 +0100, Geert Uytterhoeven wrote:
> Currently, all Kconfig symbols for R-Car Gen4 SoCs select
> ARCH_RCAR_GEN3, which might confuse the casual reader.  Prepare for the
> advent of ARCH_RCAR_GEN4 by extending the dependency for auto-selecting
> reset controller support.
> 
> 

Applied to i2c/i2c-host on

git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git

Thank you,
Andi

Patches applied
===============
[1/1] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
      commit: 5d85665181beb6d75a0e9e0652f41bd0acb877df


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-06 16:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08 14:24 [PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4 Geert Uytterhoeven
2024-02-03 20:45 ` Wolfram Sang
2024-02-22 17:28   ` Wolfram Sang
2024-03-05  9:39     ` Geert Uytterhoeven
2024-03-06 15:43 ` Andi Shyti

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).