linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/5] arm64: defconfig: enable RX-8581 config option
       [not found] <1550742048-28068-1-git-send-email-biju.das@bp.renesas.com>
@ 2019-02-21  9:40 ` Biju Das
  2019-03-01 10:35   ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Biju Das @ 2019-02-21  9:40 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon
  Cc: Fabrizio Castro, Chris Paterson, Heiko Stuebner, Arnd Bergmann,
	Marc Gonzalez, Olof Johansson, Bjorn Andersson,
	linux-renesas-soc, Enric Balletbo i Serra, Simon Horman,
	Jagan Teki, Andy Gross, Simon Horman, Geert Uytterhoeven,
	Biju Das, linux-arm-kernel

Enable support for RX-8571/RX-8581 RTC by turning on
CONFIG_RTC_DRV_RX8581 as module.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 2d9c390..c5ec86c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -605,6 +605,7 @@ CONFIG_EDAC_GHES=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_MAX77686=y
 CONFIG_RTC_DRV_RK808=m
+CONFIG_RTC_DRV_RX8581=m
 CONFIG_RTC_DRV_S5M=y
 CONFIG_RTC_DRV_DS3232=y
 CONFIG_RTC_DRV_EFI=y
-- 
2.7.4


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

* Re: [PATCH 4/5] arm64: defconfig: enable RX-8581 config option
  2019-02-21  9:40 ` [PATCH 4/5] arm64: defconfig: enable RX-8581 config option Biju Das
@ 2019-03-01 10:35   ` Geert Uytterhoeven
  2019-03-01 10:46     ` Biju Das
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-03-01 10:35 UTC (permalink / raw)
  To: Biju Das
  Cc: Fabrizio Castro, Chris Paterson, Heiko Stuebner, Arnd Bergmann,
	Marc Gonzalez, Catalin Marinas, Olof Johansson, Will Deacon,
	Bjorn Andersson, Linux-Renesas, Enric Balletbo i Serra,
	Simon Horman, Jagan Teki, Andy Gross, Simon Horman,
	Geert Uytterhoeven, Linux ARM

On Thu, Feb 21, 2019 at 10:46 AM Biju Das <biju.das@bp.renesas.com> wrote:
> Enable support for RX-8571/RX-8581 RTC by turning on
> CONFIG_RTC_DRV_RX8581 as module.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

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

Probably you want to enable this in (local) renesas_defconfig, too?

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

* RE: [PATCH 4/5] arm64: defconfig: enable RX-8581 config option
  2019-03-01 10:35   ` Geert Uytterhoeven
@ 2019-03-01 10:46     ` Biju Das
  2019-03-04  9:52       ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Biju Das @ 2019-03-01 10:46 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Fabrizio Castro, Chris Paterson, Heiko Stuebner, Arnd Bergmann,
	Marc Gonzalez, Catalin Marinas, Olof Johansson, Will Deacon,
	Bjorn Andersson, Linux-Renesas, Enric Balletbo i Serra,
	Simon Horman, Jagan Teki, Andy Gross, Simon Horman,
	Geert Uytterhoeven, Linux ARM

Hi Geert,

Thanks for the feedback.

> Subject: Re: [PATCH 4/5] arm64: defconfig: enable RX-8581 config option
>
> On Thu, Feb 21, 2019 at 10:46 AM Biju Das <biju.das@bp.renesas.com>
> wrote:
> > Enable support for RX-8571/RX-8581 RTC by turning on
> > CONFIG_RTC_DRV_RX8581 as module.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> Probably you want to enable this in (local) renesas_defconfig, too?

Yes. Will send another patch to enable this in renesas_defconfig as well.

Regards,
Biju




Renesas Electronics Europe GmbH,Geschaeftsfuehrer/President : Michael Hannawald, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany,Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647
_______________________________________________
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] 4+ messages in thread

* Re: [PATCH 4/5] arm64: defconfig: enable RX-8581 config option
  2019-03-01 10:46     ` Biju Das
@ 2019-03-04  9:52       ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2019-03-04  9:52 UTC (permalink / raw)
  To: Biju Das
  Cc: Fabrizio Castro, Chris Paterson, Heiko Stuebner, Arnd Bergmann,
	Marc Gonzalez, Catalin Marinas, Olof Johansson, Will Deacon,
	Bjorn Andersson, Linux-Renesas, Enric Balletbo i Serra,
	Geert Uytterhoeven, Jagan Teki, Andy Gross, Geert Uytterhoeven,
	Linux ARM

On Fri, Mar 01, 2019 at 10:46:00AM +0000, Biju Das wrote:
> Hi Geert,
> 
> Thanks for the feedback.
> 
> > Subject: Re: [PATCH 4/5] arm64: defconfig: enable RX-8581 config option
> >
> > On Thu, Feb 21, 2019 at 10:46 AM Biju Das <biju.das@bp.renesas.com>
> > wrote:
> > > Enable support for RX-8571/RX-8581 RTC by turning on
> > > CONFIG_RTC_DRV_RX8581 as module.
> > >
> > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> >
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >
> > Probably you want to enable this in (local) renesas_defconfig, too?
> 
> Yes. Will send another patch to enable this in renesas_defconfig as well.

Thanks, I see that.

I have gone ahead and applied this patch for v5.2.

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

end of thread, other threads:[~2019-03-04  9:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1550742048-28068-1-git-send-email-biju.das@bp.renesas.com>
2019-02-21  9:40 ` [PATCH 4/5] arm64: defconfig: enable RX-8581 config option Biju Das
2019-03-01 10:35   ` Geert Uytterhoeven
2019-03-01 10:46     ` Biju Das
2019-03-04  9:52       ` 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).