linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] can: rcar: Drop unneeded ARM dependency
@ 2021-08-31 13:27 Geert Uytterhoeven
  2021-08-31 13:32 ` Marc Kleine-Budde
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2021-08-31 13:27 UTC (permalink / raw)
  To: Wolfgang Grandegger, Marc Kleine-Budde, David S . Miller,
	Jakub Kicinski, Lad Prabhakar
  Cc: linux-can, netdev, linux-renesas-soc, Geert Uytterhoeven

The dependency on ARM predates the dependency on ARCH_RENESAS.
The latter was introduced for Renesas arm64 SoCs first, and later
extended to cover Renesas ARM SoCs, too.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/net/can/rcar/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/can/rcar/Kconfig b/drivers/net/can/rcar/Kconfig
index 56320a7f828b6684..c66762ef631b0871 100644
--- a/drivers/net/can/rcar/Kconfig
+++ b/drivers/net/can/rcar/Kconfig
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 config CAN_RCAR
 	tristate "Renesas R-Car and RZ/G CAN controller"
-	depends on ARCH_RENESAS || ARM || COMPILE_TEST
+	depends on ARCH_RENESAS || COMPILE_TEST
 	help
 	  Say Y here if you want to use CAN controller found on Renesas R-Car
 	  or RZ/G SoCs.
@@ -11,7 +11,7 @@ config CAN_RCAR
 
 config CAN_RCAR_CANFD
 	tristate "Renesas R-Car CAN FD controller"
-	depends on ARCH_RENESAS || ARM || COMPILE_TEST
+	depends on ARCH_RENESAS || COMPILE_TEST
 	help
 	  Say Y here if you want to use CAN FD controller found on
 	  Renesas R-Car SoCs. The driver puts the controller in CAN FD only
-- 
2.25.1


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

* Re: [PATCH] can: rcar: Drop unneeded ARM dependency
  2021-08-31 13:27 [PATCH] can: rcar: Drop unneeded ARM dependency Geert Uytterhoeven
@ 2021-08-31 13:32 ` Marc Kleine-Budde
  2021-10-18 11:34   ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Kleine-Budde @ 2021-08-31 13:32 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wolfgang Grandegger, David S . Miller, Jakub Kicinski,
	Lad Prabhakar, linux-can, netdev, linux-renesas-soc

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

On 31.08.2021 15:27:40, Geert Uytterhoeven wrote:
> The dependency on ARM predates the dependency on ARCH_RENESAS.
> The latter was introduced for Renesas arm64 SoCs first, and later
> extended to cover Renesas ARM SoCs, too.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied to linux-can-next/testing.

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

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

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

* Re: [PATCH] can: rcar: Drop unneeded ARM dependency
  2021-08-31 13:32 ` Marc Kleine-Budde
@ 2021-10-18 11:34   ` Geert Uytterhoeven
  2021-10-18 11:48     ` Marc Kleine-Budde
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2021-10-18 11:34 UTC (permalink / raw)
  To: Marc Kleine-Budde
  Cc: Wolfgang Grandegger, David S . Miller, Jakub Kicinski,
	Lad Prabhakar, linux-can, netdev, Linux-Renesas

Hi Marc,

On Tue, Aug 31, 2021 at 3:32 PM Marc Kleine-Budde <mkl@pengutronix.de> wrote:
> On 31.08.2021 15:27:40, Geert Uytterhoeven wrote:
> > The dependency on ARM predates the dependency on ARCH_RENESAS.
> > The latter was introduced for Renesas arm64 SoCs first, and later
> > extended to cover Renesas ARM SoCs, too.
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> Applied to linux-can-next/testing.

Thanks!

https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git/log/?h=testing
still predates my patch. Am I looking at the wrong tree?

Thanks again!

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] 4+ messages in thread

* Re: [PATCH] can: rcar: Drop unneeded ARM dependency
  2021-10-18 11:34   ` Geert Uytterhoeven
@ 2021-10-18 11:48     ` Marc Kleine-Budde
  0 siblings, 0 replies; 4+ messages in thread
From: Marc Kleine-Budde @ 2021-10-18 11:48 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wolfgang Grandegger, David S . Miller, Jakub Kicinski,
	Lad Prabhakar, linux-can, netdev, Linux-Renesas

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

On 18.10.2021 13:34:34, Geert Uytterhoeven wrote:
> Hi Marc,
> 
> On Tue, Aug 31, 2021 at 3:32 PM Marc Kleine-Budde <mkl@pengutronix.de> wrote:
> > On 31.08.2021 15:27:40, Geert Uytterhoeven wrote:
> > > The dependency on ARM predates the dependency on ARCH_RENESAS.
> > > The latter was introduced for Renesas arm64 SoCs first, and later
> > > extended to cover Renesas ARM SoCs, too.
> > >
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >
> > Applied to linux-can-next/testing.
> 
> Thanks!
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git/log/?h=testing
> still predates my patch. Am I looking at the wrong tree?

I've just updated the branch.

I'm working on can-next patches while waiting on other things, and I'm
not finished yet, so I haven't pushed it until now. More updates and
probably rebases will be done to the testing branch.

Regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

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

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

end of thread, other threads:[~2021-10-18 11:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31 13:27 [PATCH] can: rcar: Drop unneeded ARM dependency Geert Uytterhoeven
2021-08-31 13:32 ` Marc Kleine-Budde
2021-10-18 11:34   ` Geert Uytterhoeven
2021-10-18 11:48     ` Marc Kleine-Budde

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