linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] arm64: defconfig: Enable R-Car thermal driver
@ 2019-01-02  9:51 Simon Horman
  2019-01-02 10:45 ` Geert Uytterhoeven
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2019-01-02  9:51 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: linux-arm-kernel, Magnus Damm, Simon Horman

Enable the R-Car thermal driver as a built-in.

This driver is used in conjunction with the R-Car V3M (r8a77970),
E3 (r8a77990) and D3 (r8a77995) SoCs.

[v2] Enable as a built-in rather than a module as this seems
     safer from the point of view of protecting equipment from
     overheating.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

 Based on renesas-devel-20190102-v4.20

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a0801002b537..4530f50f06e5 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -377,6 +377,7 @@ CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
 CONFIG_CPU_THERMAL=y
 CONFIG_THERMAL_EMULATION=y
 CONFIG_ROCKCHIP_THERMAL=m
+CONFIG_RCAR_THERMAL=y
 CONFIG_RCAR_GEN3_THERMAL=y
 CONFIG_ARMADA_THERMAL=y
 CONFIG_BRCMSTB_THERMAL=m
-- 
2.11.0


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

* Re: [PATCH v2] arm64: defconfig: Enable R-Car thermal driver
  2019-01-02  9:51 [PATCH v2] arm64: defconfig: Enable R-Car thermal driver Simon Horman
@ 2019-01-02 10:45 ` Geert Uytterhoeven
  2019-01-04  8:57   ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2019-01-02 10:45 UTC (permalink / raw)
  To: Simon Horman; +Cc: Linux-Renesas, Linux ARM, Magnus Damm

On Wed, Jan 2, 2019 at 10:53 AM Simon Horman <horms+renesas@verge.net.au> wrote:
> Enable the R-Car thermal driver as a built-in.
>
> This driver is used in conjunction with the R-Car V3M (r8a77970),
> E3 (r8a77990) and D3 (r8a77995) SoCs.

> [v2] Enable as a built-in rather than a module as this seems
>      safer from the point of view of protecting equipment from
>      overheating.

Shouldn't the above paragraph be moved below the ---?

> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH v2] arm64: defconfig: Enable R-Car thermal driver
  2019-01-02 10:45 ` Geert Uytterhoeven
@ 2019-01-04  8:57   ` Simon Horman
  2019-01-04  9:01     ` Geert Uytterhoeven
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2019-01-04  8:57 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux-Renesas, Linux ARM, Magnus Damm

On Wed, Jan 02, 2019 at 11:45:37AM +0100, Geert Uytterhoeven wrote:
> On Wed, Jan 2, 2019 at 10:53 AM Simon Horman <horms+renesas@verge.net.au> wrote:
> > Enable the R-Car thermal driver as a built-in.
> >
> > This driver is used in conjunction with the R-Car V3M (r8a77970),
> > E3 (r8a77990) and D3 (r8a77995) SoCs.
> 
> > [v2] Enable as a built-in rather than a module as this seems
> >      safer from the point of view of protecting equipment from
> >      overheating.
> 
> Shouldn't the above paragraph be moved below the ---?

I have recently come to believe that its a matter of taste. And I think in
this case it captures important information that is worthy of inclusion in
the changelog.

> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> 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] 7+ messages in thread

* Re: [PATCH v2] arm64: defconfig: Enable R-Car thermal driver
  2019-01-04  8:57   ` Simon Horman
@ 2019-01-04  9:01     ` Geert Uytterhoeven
  2019-01-04  9:12       ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2019-01-04  9:01 UTC (permalink / raw)
  To: Simon Horman; +Cc: Linux-Renesas, Linux ARM, Magnus Damm

Hi Simon,

On Fri, Jan 4, 2019 at 9:57 AM Simon Horman <horms@verge.net.au> wrote:
> On Wed, Jan 02, 2019 at 11:45:37AM +0100, Geert Uytterhoeven wrote:
> > On Wed, Jan 2, 2019 at 10:53 AM Simon Horman <horms+renesas@verge.net.au> wrote:
> > > Enable the R-Car thermal driver as a built-in.
> > >
> > > This driver is used in conjunction with the R-Car V3M (r8a77970),
> > > E3 (r8a77990) and D3 (r8a77995) SoCs.
> >
> > > [v2] Enable as a built-in rather than a module as this seems
> > >      safer from the point of view of protecting equipment from
> > >      overheating.
> >
> > Shouldn't the above paragraph be moved below the ---?
>
> I have recently come to believe that its a matter of taste. And I think in
> this case it captures important information that is worthy of inclusion in
> the changelog.

The rationale behind doing it this way could still be appended to the first line
of the body of the patch decription.

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

* Re: [PATCH v2] arm64: defconfig: Enable R-Car thermal driver
  2019-01-04  9:01     ` Geert Uytterhoeven
@ 2019-01-04  9:12       ` Simon Horman
  2019-01-04  9:17         ` Geert Uytterhoeven
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2019-01-04  9:12 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux-Renesas, Linux ARM, Magnus Damm

On Fri, Jan 04, 2019 at 10:01:13AM +0100, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Fri, Jan 4, 2019 at 9:57 AM Simon Horman <horms@verge.net.au> wrote:
> > On Wed, Jan 02, 2019 at 11:45:37AM +0100, Geert Uytterhoeven wrote:
> > > On Wed, Jan 2, 2019 at 10:53 AM Simon Horman <horms+renesas@verge.net.au> wrote:
> > > > Enable the R-Car thermal driver as a built-in.
> > > >
> > > > This driver is used in conjunction with the R-Car V3M (r8a77970),
> > > > E3 (r8a77990) and D3 (r8a77995) SoCs.
> > >
> > > > [v2] Enable as a built-in rather than a module as this seems
> > > >      safer from the point of view of protecting equipment from
> > > >      overheating.
> > >
> > > Shouldn't the above paragraph be moved below the ---?
> >
> > I have recently come to believe that its a matter of taste. And I think in
> > this case it captures important information that is worthy of inclusion in
> > the changelog.
> 
> The rationale behind doing it this way could still be appended to the
> first line of the body of the patch decription.

Sorry, I'm having a little trouble parsing that. Do you mean that it could
be appended to the body of the changelog at apply-time?

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

* Re: [PATCH v2] arm64: defconfig: Enable R-Car thermal driver
  2019-01-04  9:12       ` Simon Horman
@ 2019-01-04  9:17         ` Geert Uytterhoeven
  2019-01-04 13:15           ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2019-01-04  9:17 UTC (permalink / raw)
  To: Simon Horman; +Cc: Linux-Renesas, Linux ARM, Magnus Damm

Hi Simon,

On Fri, Jan 4, 2019 at 10:12 AM Simon Horman <horms@verge.net.au> wrote:
> On Fri, Jan 04, 2019 at 10:01:13AM +0100, Geert Uytterhoeven wrote:
> > On Fri, Jan 4, 2019 at 9:57 AM Simon Horman <horms@verge.net.au> wrote:
> > > On Wed, Jan 02, 2019 at 11:45:37AM +0100, Geert Uytterhoeven wrote:
> > > > On Wed, Jan 2, 2019 at 10:53 AM Simon Horman <horms+renesas@verge.net.au> wrote:
> > > > > Enable the R-Car thermal driver as a built-in.
> > > > >
> > > > > This driver is used in conjunction with the R-Car V3M (r8a77970),
> > > > > E3 (r8a77990) and D3 (r8a77995) SoCs.
> > > >
> > > > > [v2] Enable as a built-in rather than a module as this seems
> > > > >      safer from the point of view of protecting equipment from
> > > > >      overheating.
> > > >
> > > > Shouldn't the above paragraph be moved below the ---?
> > >
> > > I have recently come to believe that its a matter of taste. And I think in
> > > this case it captures important information that is worthy of inclusion in
> > > the changelog.
> >
> > The rationale behind doing it this way could still be appended to the
> > first line of the body of the patch decription.
>
> Sorry, I'm having a little trouble parsing that. Do you mean that it could
> be appended to the body of the changelog at apply-time?

I mean the rationale could have been part of the patch description, i.e.
above the ---, e.g.:

    Subject: [PATCH v2] arm64: defconfig: Enable R-Car thermal driver

    Enable the R-Car thermal driver as a built-in.
    Built-in seems safer than modular from the point of view of protecting
    equipment from overheating.

    This driver is used in conjunction with the R-Car V3M (r8a77970),
    E3 (r8a77990) and D3 (r8a77995) SoCs.

    Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
    ---
    v2:
      - Switch from built-in to modular.

     arch/arm64/configs/defconfig | 1 +
     1 file changed, 1 insertion(+)

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

* Re: [PATCH v2] arm64: defconfig: Enable R-Car thermal driver
  2019-01-04  9:17         ` Geert Uytterhoeven
@ 2019-01-04 13:15           ` Simon Horman
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2019-01-04 13:15 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux-Renesas, Linux ARM, Magnus Damm

On Fri, Jan 04, 2019 at 10:17:15AM +0100, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Fri, Jan 4, 2019 at 10:12 AM Simon Horman <horms@verge.net.au> wrote:
> > On Fri, Jan 04, 2019 at 10:01:13AM +0100, Geert Uytterhoeven wrote:
> > > On Fri, Jan 4, 2019 at 9:57 AM Simon Horman <horms@verge.net.au> wrote:
> > > > On Wed, Jan 02, 2019 at 11:45:37AM +0100, Geert Uytterhoeven wrote:
> > > > > On Wed, Jan 2, 2019 at 10:53 AM Simon Horman <horms+renesas@verge.net.au> wrote:
> > > > > > Enable the R-Car thermal driver as a built-in.
> > > > > >
> > > > > > This driver is used in conjunction with the R-Car V3M (r8a77970),
> > > > > > E3 (r8a77990) and D3 (r8a77995) SoCs.
> > > > >
> > > > > > [v2] Enable as a built-in rather than a module as this seems
> > > > > >      safer from the point of view of protecting equipment from
> > > > > >      overheating.
> > > > >
> > > > > Shouldn't the above paragraph be moved below the ---?
> > > >
> > > > I have recently come to believe that its a matter of taste. And I think in
> > > > this case it captures important information that is worthy of inclusion in
> > > > the changelog.
> > >
> > > The rationale behind doing it this way could still be appended to the
> > > first line of the body of the patch decription.
> >
> > Sorry, I'm having a little trouble parsing that. Do you mean that it could
> > be appended to the body of the changelog at apply-time?
> 
> I mean the rationale could have been part of the patch description, i.e.
> above the ---, e.g.:

Thanks, I understand now.

> 
>     Subject: [PATCH v2] arm64: defconfig: Enable R-Car thermal driver
> 
>     Enable the R-Car thermal driver as a built-in.
>     Built-in seems safer than modular from the point of view of protecting
>     equipment from overheating.
> 
>     This driver is used in conjunction with the R-Car V3M (r8a77970),
>     E3 (r8a77990) and D3 (r8a77995) SoCs.
> 
>     Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
>     ---
>     v2:
>       - Switch from built-in to modular.
> 
>      arch/arm64/configs/defconfig | 1 +
>      1 file changed, 1 insertion(+)
> 
> 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] 7+ messages in thread

end of thread, other threads:[~2019-01-04 13:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-02  9:51 [PATCH v2] arm64: defconfig: Enable R-Car thermal driver Simon Horman
2019-01-02 10:45 ` Geert Uytterhoeven
2019-01-04  8:57   ` Simon Horman
2019-01-04  9:01     ` Geert Uytterhoeven
2019-01-04  9:12       ` Simon Horman
2019-01-04  9:17         ` Geert Uytterhoeven
2019-01-04 13:15           ` Simon Horman

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