All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
@ 2022-04-06  7:24 ` Lad Prabhakar
  0 siblings, 0 replies; 12+ messages in thread
From: Lad Prabhakar @ 2022-04-06  7:24 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, linux-kernel
  Cc: linux-arm-kernel, linux-renesas-soc, Prabhakar, Biju Das, Lad Prabhakar

The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead
of adding dependency for each SoC's add dependency on ARCH_RZG2L. The
ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and
ARCH_R9A07G054.

With the above change OSTM will be enabled on RZ/V2L SoC.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 drivers/clocksource/renesas-ostm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/renesas-ostm.c b/drivers/clocksource/renesas-ostm.c
index 21d1392637b8..8da972dc1713 100644
--- a/drivers/clocksource/renesas-ostm.c
+++ b/drivers/clocksource/renesas-ostm.c
@@ -224,7 +224,7 @@ static int __init ostm_init(struct device_node *np)
 
 TIMER_OF_DECLARE(ostm, "renesas,ostm", ostm_init);
 
-#ifdef CONFIG_ARCH_R9A07G044
+#ifdef CONFIG_ARCH_RZG2L
 static int __init ostm_probe(struct platform_device *pdev)
 {
 	struct device *dev = &pdev->dev;
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
@ 2022-04-06  7:24 ` Lad Prabhakar
  0 siblings, 0 replies; 12+ messages in thread
From: Lad Prabhakar @ 2022-04-06  7:24 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, linux-kernel
  Cc: linux-arm-kernel, linux-renesas-soc, Prabhakar, Biju Das, Lad Prabhakar

The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead
of adding dependency for each SoC's add dependency on ARCH_RZG2L. The
ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and
ARCH_R9A07G054.

With the above change OSTM will be enabled on RZ/V2L SoC.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 drivers/clocksource/renesas-ostm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/renesas-ostm.c b/drivers/clocksource/renesas-ostm.c
index 21d1392637b8..8da972dc1713 100644
--- a/drivers/clocksource/renesas-ostm.c
+++ b/drivers/clocksource/renesas-ostm.c
@@ -224,7 +224,7 @@ static int __init ostm_init(struct device_node *np)
 
 TIMER_OF_DECLARE(ostm, "renesas,ostm", ostm_init);
 
-#ifdef CONFIG_ARCH_R9A07G044
+#ifdef CONFIG_ARCH_RZG2L
 static int __init ostm_probe(struct platform_device *pdev)
 {
 	struct device *dev = &pdev->dev;
-- 
2.17.1


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

* Re: [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
  2022-04-06  7:24 ` Lad Prabhakar
@ 2022-04-06  8:03   ` Daniel Lezcano
  -1 siblings, 0 replies; 12+ messages in thread
From: Daniel Lezcano @ 2022-04-06  8:03 UTC (permalink / raw)
  To: Lad Prabhakar, Thomas Gleixner, linux-kernel
  Cc: linux-arm-kernel, linux-renesas-soc, Prabhakar, Biju Das

On 06/04/2022 09:24, Lad Prabhakar wrote:
> The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead
> of adding dependency for each SoC's add dependency on ARCH_RZG2L. The
> ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and
> ARCH_R9A07G054.
> 
> With the above change OSTM will be enabled on RZ/V2L SoC.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
>   drivers/clocksource/renesas-ostm.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clocksource/renesas-ostm.c b/drivers/clocksource/renesas-ostm.c
> index 21d1392637b8..8da972dc1713 100644
> --- a/drivers/clocksource/renesas-ostm.c
> +++ b/drivers/clocksource/renesas-ostm.c
> @@ -224,7 +224,7 @@ static int __init ostm_init(struct device_node *np)
>   
>   TIMER_OF_DECLARE(ostm, "renesas,ostm", ostm_init);
>   
> -#ifdef CONFIG_ARCH_R9A07G044
> +#ifdef CONFIG_ARCH_RZG2L

I'm not finding this option anywhere


>   static int __init ostm_probe(struct platform_device *pdev)
>   {
>   	struct device *dev = &pdev->dev;


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
@ 2022-04-06  8:03   ` Daniel Lezcano
  0 siblings, 0 replies; 12+ messages in thread
From: Daniel Lezcano @ 2022-04-06  8:03 UTC (permalink / raw)
  To: Lad Prabhakar, Thomas Gleixner, linux-kernel
  Cc: linux-arm-kernel, linux-renesas-soc, Prabhakar, Biju Das

On 06/04/2022 09:24, Lad Prabhakar wrote:
> The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead
> of adding dependency for each SoC's add dependency on ARCH_RZG2L. The
> ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and
> ARCH_R9A07G054.
> 
> With the above change OSTM will be enabled on RZ/V2L SoC.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
>   drivers/clocksource/renesas-ostm.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clocksource/renesas-ostm.c b/drivers/clocksource/renesas-ostm.c
> index 21d1392637b8..8da972dc1713 100644
> --- a/drivers/clocksource/renesas-ostm.c
> +++ b/drivers/clocksource/renesas-ostm.c
> @@ -224,7 +224,7 @@ static int __init ostm_init(struct device_node *np)
>   
>   TIMER_OF_DECLARE(ostm, "renesas,ostm", ostm_init);
>   
> -#ifdef CONFIG_ARCH_R9A07G044
> +#ifdef CONFIG_ARCH_RZG2L

I'm not finding this option anywhere


>   static int __init ostm_probe(struct platform_device *pdev)
>   {
>   	struct device *dev = &pdev->dev;


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* Re: [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
  2022-04-06  8:03   ` Daniel Lezcano
@ 2022-04-06  8:16     ` Lad, Prabhakar
  -1 siblings, 0 replies; 12+ messages in thread
From: Lad, Prabhakar @ 2022-04-06  8:16 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Lad Prabhakar, Thomas Gleixner, LKML, LAK, Linux-Renesas, Biju Das

Hi Daniel,

On Wed, Apr 6, 2022 at 9:03 AM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
> On 06/04/2022 09:24, Lad Prabhakar wrote:
> > The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead
> > of adding dependency for each SoC's add dependency on ARCH_RZG2L. The
> > ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and
> > ARCH_R9A07G054.
> >
> > With the above change OSTM will be enabled on RZ/V2L SoC.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > ---
> >   drivers/clocksource/renesas-ostm.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/clocksource/renesas-ostm.c b/drivers/clocksource/renesas-ostm.c
> > index 21d1392637b8..8da972dc1713 100644
> > --- a/drivers/clocksource/renesas-ostm.c
> > +++ b/drivers/clocksource/renesas-ostm.c
> > @@ -224,7 +224,7 @@ static int __init ostm_init(struct device_node *np)
> >
> >   TIMER_OF_DECLARE(ostm, "renesas,ostm", ostm_init);
> >
> > -#ifdef CONFIG_ARCH_R9A07G044
> > +#ifdef CONFIG_ARCH_RZG2L
>
> I'm not finding this option anywhere
>
ARCH_RZG2L config option is part of v5.18-rc1 [0]

[0] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/soc/renesas/Kconfig?h=v5.18-rc1#n43

Cheers,
Prabhakar
>
> >   static int __init ostm_probe(struct platform_device *pdev)
> >   {
> >       struct device *dev = &pdev->dev;
>
>
> --
> <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
>
> Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
> <http://twitter.com/#!/linaroorg> Twitter |
> <http://www.linaro.org/linaro-blog/> Blog

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
@ 2022-04-06  8:16     ` Lad, Prabhakar
  0 siblings, 0 replies; 12+ messages in thread
From: Lad, Prabhakar @ 2022-04-06  8:16 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Lad Prabhakar, Thomas Gleixner, LKML, LAK, Linux-Renesas, Biju Das

Hi Daniel,

On Wed, Apr 6, 2022 at 9:03 AM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
> On 06/04/2022 09:24, Lad Prabhakar wrote:
> > The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead
> > of adding dependency for each SoC's add dependency on ARCH_RZG2L. The
> > ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and
> > ARCH_R9A07G054.
> >
> > With the above change OSTM will be enabled on RZ/V2L SoC.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > ---
> >   drivers/clocksource/renesas-ostm.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/clocksource/renesas-ostm.c b/drivers/clocksource/renesas-ostm.c
> > index 21d1392637b8..8da972dc1713 100644
> > --- a/drivers/clocksource/renesas-ostm.c
> > +++ b/drivers/clocksource/renesas-ostm.c
> > @@ -224,7 +224,7 @@ static int __init ostm_init(struct device_node *np)
> >
> >   TIMER_OF_DECLARE(ostm, "renesas,ostm", ostm_init);
> >
> > -#ifdef CONFIG_ARCH_R9A07G044
> > +#ifdef CONFIG_ARCH_RZG2L
>
> I'm not finding this option anywhere
>
ARCH_RZG2L config option is part of v5.18-rc1 [0]

[0] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/soc/renesas/Kconfig?h=v5.18-rc1#n43

Cheers,
Prabhakar
>
> >   static int __init ostm_probe(struct platform_device *pdev)
> >   {
> >       struct device *dev = &pdev->dev;
>
>
> --
> <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
>
> Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
> <http://twitter.com/#!/linaroorg> Twitter |
> <http://www.linaro.org/linaro-blog/> Blog

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

* Re: [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
  2022-04-06  8:16     ` Lad, Prabhakar
@ 2022-04-06  8:42       ` Daniel Lezcano
  -1 siblings, 0 replies; 12+ messages in thread
From: Daniel Lezcano @ 2022-04-06  8:42 UTC (permalink / raw)
  To: Lad, Prabhakar
  Cc: Lad Prabhakar, Thomas Gleixner, LKML, LAK, Linux-Renesas, Biju Das


Hi Lad,

On 06/04/2022 10:16, Lad, Prabhakar wrote:
> Hi Daniel,
> 
> On Wed, Apr 6, 2022 at 9:03 AM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>>
>> On 06/04/2022 09:24, Lad Prabhakar wrote:
>>> The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead
>>> of adding dependency for each SoC's add dependency on ARCH_RZG2L. The
>>> ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and
>>> ARCH_R9A07G054.
>>>
>>> With the above change OSTM will be enabled on RZ/V2L SoC.
>>>
>>> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>>> ---
>>>    drivers/clocksource/renesas-ostm.c | 2 +-
>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/drivers/clocksource/renesas-ostm.c b/drivers/clocksource/renesas-ostm.c
>>> index 21d1392637b8..8da972dc1713 100644
>>> --- a/drivers/clocksource/renesas-ostm.c
>>> +++ b/drivers/clocksource/renesas-ostm.c
>>> @@ -224,7 +224,7 @@ static int __init ostm_init(struct device_node *np)
>>>
>>>    TIMER_OF_DECLARE(ostm, "renesas,ostm", ostm_init);
>>>
>>> -#ifdef CONFIG_ARCH_R9A07G044
>>> +#ifdef CONFIG_ARCH_RZG2L
>>
>> I'm not finding this option anywhere
>>
> ARCH_RZG2L config option is part of v5.18-rc1 [0]
> 
> [0] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/soc/renesas/Kconfig?h=v5.18-rc1#n43

Ok, thanks

   -- Daniel

> Cheers,
> Prabhakar
>>
>>>    static int __init ostm_probe(struct platform_device *pdev)
>>>    {
>>>        struct device *dev = &pdev->dev;
>>
>>
>> --
>> <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
>>
>> Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
>> <http://twitter.com/#!/linaroorg> Twitter |
>> <http://www.linaro.org/linaro-blog/> Blog


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
@ 2022-04-06  8:42       ` Daniel Lezcano
  0 siblings, 0 replies; 12+ messages in thread
From: Daniel Lezcano @ 2022-04-06  8:42 UTC (permalink / raw)
  To: Lad, Prabhakar
  Cc: Lad Prabhakar, Thomas Gleixner, LKML, LAK, Linux-Renesas, Biju Das


Hi Lad,

On 06/04/2022 10:16, Lad, Prabhakar wrote:
> Hi Daniel,
> 
> On Wed, Apr 6, 2022 at 9:03 AM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>>
>> On 06/04/2022 09:24, Lad Prabhakar wrote:
>>> The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead
>>> of adding dependency for each SoC's add dependency on ARCH_RZG2L. The
>>> ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and
>>> ARCH_R9A07G054.
>>>
>>> With the above change OSTM will be enabled on RZ/V2L SoC.
>>>
>>> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>>> ---
>>>    drivers/clocksource/renesas-ostm.c | 2 +-
>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/drivers/clocksource/renesas-ostm.c b/drivers/clocksource/renesas-ostm.c
>>> index 21d1392637b8..8da972dc1713 100644
>>> --- a/drivers/clocksource/renesas-ostm.c
>>> +++ b/drivers/clocksource/renesas-ostm.c
>>> @@ -224,7 +224,7 @@ static int __init ostm_init(struct device_node *np)
>>>
>>>    TIMER_OF_DECLARE(ostm, "renesas,ostm", ostm_init);
>>>
>>> -#ifdef CONFIG_ARCH_R9A07G044
>>> +#ifdef CONFIG_ARCH_RZG2L
>>
>> I'm not finding this option anywhere
>>
> ARCH_RZG2L config option is part of v5.18-rc1 [0]
> 
> [0] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/soc/renesas/Kconfig?h=v5.18-rc1#n43

Ok, thanks

   -- Daniel

> Cheers,
> Prabhakar
>>
>>>    static int __init ostm_probe(struct platform_device *pdev)
>>>    {
>>>        struct device *dev = &pdev->dev;
>>
>>
>> --
>> <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
>>
>> Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
>> <http://twitter.com/#!/linaroorg> Twitter |
>> <http://www.linaro.org/linaro-blog/> Blog


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* Re: [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
  2022-04-06  7:24 ` Lad Prabhakar
@ 2022-04-11 15:50   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-04-11 15:50 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Daniel Lezcano, Thomas Gleixner, Linux Kernel Mailing List,
	Linux ARM, Linux-Renesas, Prabhakar, Biju Das

On Wed, Apr 6, 2022 at 9:31 AM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead
> of adding dependency for each SoC's add dependency on ARCH_RZG2L. The
> ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and
> ARCH_R9A07G054.
>
> With the above change OSTM will be enabled on RZ/V2L SoC.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

* Re: [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
@ 2022-04-11 15:50   ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-04-11 15:50 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Daniel Lezcano, Thomas Gleixner, Linux Kernel Mailing List,
	Linux ARM, Linux-Renesas, Prabhakar, Biju Das

On Wed, Apr 6, 2022 at 9:31 AM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead
> of adding dependency for each SoC's add dependency on ARCH_RZG2L. The
> ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and
> ARCH_R9A07G054.
>
> With the above change OSTM will be enabled on RZ/V2L SoC.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
  2022-04-06  7:24 ` Lad Prabhakar
@ 2022-08-31 14:55   ` Lad, Prabhakar
  -1 siblings, 0 replies; 12+ messages in thread
From: Lad, Prabhakar @ 2022-08-31 14:55 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Lad Prabhakar, Thomas Gleixner, LKML, LAK, Linux-Renesas, Biju Das

Hi Daniel,

On Wed, Apr 6, 2022 at 8:24 AM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
>
> The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead
> of adding dependency for each SoC's add dependency on ARCH_RZG2L. The
> ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and
> ARCH_R9A07G054.
>
> With the above change OSTM will be enabled on RZ/V2L SoC.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
>  drivers/clocksource/renesas-ostm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
This patch has not been merged yet.

Do you want me to resend it?

Cheers,
Prabhakar

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

* Re: [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
@ 2022-08-31 14:55   ` Lad, Prabhakar
  0 siblings, 0 replies; 12+ messages in thread
From: Lad, Prabhakar @ 2022-08-31 14:55 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Lad Prabhakar, Thomas Gleixner, LKML, LAK, Linux-Renesas, Biju Das

Hi Daniel,

On Wed, Apr 6, 2022 at 8:24 AM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
>
> The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead
> of adding dependency for each SoC's add dependency on ARCH_RZG2L. The
> ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and
> ARCH_R9A07G054.
>
> With the above change OSTM will be enabled on RZ/V2L SoC.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
>  drivers/clocksource/renesas-ostm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
This patch has not been merged yet.

Do you want me to resend it?

Cheers,
Prabhakar

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-08-31 14:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06  7:24 [PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC Lad Prabhakar
2022-04-06  7:24 ` Lad Prabhakar
2022-04-06  8:03 ` Daniel Lezcano
2022-04-06  8:03   ` Daniel Lezcano
2022-04-06  8:16   ` Lad, Prabhakar
2022-04-06  8:16     ` Lad, Prabhakar
2022-04-06  8:42     ` Daniel Lezcano
2022-04-06  8:42       ` Daniel Lezcano
2022-04-11 15:50 ` Geert Uytterhoeven
2022-04-11 15:50   ` Geert Uytterhoeven
2022-08-31 14:55 ` Lad, Prabhakar
2022-08-31 14:55   ` Lad, Prabhakar

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.