linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [1/3] rtc/fsl: support flextimer for lx2160a
@ 2019-08-23  9:57 Biwen Li
  2019-08-23  9:57 ` [2/3] arm64: dts: lx2160a: add ftm_alarm0 DT node Biwen Li
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Biwen Li @ 2019-08-23  9:57 UTC (permalink / raw)
  To: a.zummo, alexandre.belloni, leoyang.li, robh+dt, mark.rutland
  Cc: linux-rtc, linux-kernel, devicetree, Biwen Li

The patch supports flextimer for lx2160a

Signed-off-by: Biwen Li <biwen.li@nxp.com>
---
 drivers/rtc/rtc-fsl-ftm-alarm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/rtc/rtc-fsl-ftm-alarm.c b/drivers/rtc/rtc-fsl-ftm-alarm.c
index 4f7259c2d6a3..2b81525f6db8 100644
--- a/drivers/rtc/rtc-fsl-ftm-alarm.c
+++ b/drivers/rtc/rtc-fsl-ftm-alarm.c
@@ -313,6 +313,7 @@ static const struct of_device_id ftm_rtc_match[] = {
 	{ .compatible = "fsl,ls1088a-ftm-alarm", },
 	{ .compatible = "fsl,ls208xa-ftm-alarm", },
 	{ .compatible = "fsl,ls1028a-ftm-alarm", },
+	{ .compatible = "fsl,lx2160a-ftm-alarm", },
 	{ },
 };
 
-- 
2.17.1


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

* [2/3] arm64: dts: lx2160a: add ftm_alarm0 DT node
  2019-08-23  9:57 [1/3] rtc/fsl: support flextimer for lx2160a Biwen Li
@ 2019-08-23  9:57 ` Biwen Li
  2019-08-23  9:57 ` [3/3] rtc/fsl: support flextimer for SoC LS1021A (ARM32) Biwen Li
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Biwen Li @ 2019-08-23  9:57 UTC (permalink / raw)
  To: a.zummo, alexandre.belloni, leoyang.li, robh+dt, mark.rutland
  Cc: linux-rtc, linux-kernel, devicetree, Biwen Li

The patch adds ftm_alarm0 DT node for Soc LX2160A
FlexTimer1 module is used to wakeup the system in deep sleep

Signed-off-by: Biwen Li <biwen.li@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
index 5c7d1e3704cb..39d497df769e 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
@@ -15,6 +15,10 @@
 	#address-cells = <2>;
 	#size-cells = <2>;
 
+	aliases {
+		rtc1 = &ftm_alarm0;
+	};
+
 	cpus {
 		#address-cells = <1>;
 		#size-cells = <0>;
@@ -769,6 +773,20 @@
 			timeout-sec = <30>;
 		};
 
+		rcpm: rcpm@1e34040 {
+			compatible = "fsl,lx2160a-rcpm", "fsl,qoriq-rcpm-2.1+";
+			reg = <0x0 0x1e34040 0x0 0x1c>;
+			#fsl,rcpm-wakeup-cells = <7>;
+			little-endian;
+		};
+
+		ftm_alarm0: timer@2800000 {
+			compatible = "fsl,lx2160a-ftm-alarm";
+			reg = <0x0 0x2800000 0x0 0x10000>;
+			fsl,rcpm-wakeup = <&rcpm 0x0 0x0 0x0 0x0 0x4000 0x0 0x0>;
+			interrupts = <0 44 4>;
+		};
+
 		usb0: usb@3100000 {
 			compatible = "snps,dwc3";
 			reg = <0x0 0x3100000 0x0 0x10000>;
-- 
2.17.1


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

* [3/3] rtc/fsl: support flextimer for SoC LS1021A (ARM32)
  2019-08-23  9:57 [1/3] rtc/fsl: support flextimer for lx2160a Biwen Li
  2019-08-23  9:57 ` [2/3] arm64: dts: lx2160a: add ftm_alarm0 DT node Biwen Li
@ 2019-08-23  9:57 ` Biwen Li
  2019-08-23 12:43 ` [1/3] rtc/fsl: support flextimer for lx2160a Alexandre Belloni
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Biwen Li @ 2019-08-23  9:57 UTC (permalink / raw)
  To: a.zummo, alexandre.belloni, leoyang.li, robh+dt, mark.rutland
  Cc: linux-rtc, linux-kernel, devicetree, Biwen Li

Support flextimer for SoC LS1021A (ARM32)

Signed-off-by: Biwen Li <biwen.li@nxp.com>
---
 drivers/rtc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 319bec4bef05..58d8b5f7cfc5 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1324,7 +1324,7 @@ config RTC_DRV_IMXDI
 
 config RTC_DRV_FSL_FTM_ALARM
 	tristate "Freescale FlexTimer alarm timer"
-	depends on ARCH_LAYERSCAPE
+	depends on ARCH_LAYERSCAPE || SOC_LS1021A
 	select FSL_RCPM
 	default y
 	help
-- 
2.17.1


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

* Re: [1/3] rtc/fsl: support flextimer for lx2160a
  2019-08-23  9:57 [1/3] rtc/fsl: support flextimer for lx2160a Biwen Li
  2019-08-23  9:57 ` [2/3] arm64: dts: lx2160a: add ftm_alarm0 DT node Biwen Li
  2019-08-23  9:57 ` [3/3] rtc/fsl: support flextimer for SoC LS1021A (ARM32) Biwen Li
@ 2019-08-23 12:43 ` Alexandre Belloni
  2019-08-23 14:25 ` Alexandre Belloni
  2019-08-23 16:56 ` Trent Piepho
  4 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2019-08-23 12:43 UTC (permalink / raw)
  To: Biwen Li
  Cc: a.zummo, leoyang.li, robh+dt, mark.rutland, linux-rtc,
	linux-kernel, devicetree

On 23/08/2019 17:57:38+0800, Biwen Li wrote:
> The patch supports flextimer for lx2160a
> 
> Signed-off-by: Biwen Li <biwen.li@nxp.com>
> ---
>  drivers/rtc/rtc-fsl-ftm-alarm.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/rtc/rtc-fsl-ftm-alarm.c b/drivers/rtc/rtc-fsl-ftm-alarm.c
> index 4f7259c2d6a3..2b81525f6db8 100644
> --- a/drivers/rtc/rtc-fsl-ftm-alarm.c
> +++ b/drivers/rtc/rtc-fsl-ftm-alarm.c
> @@ -313,6 +313,7 @@ static const struct of_device_id ftm_rtc_match[] = {
>  	{ .compatible = "fsl,ls1088a-ftm-alarm", },
>  	{ .compatible = "fsl,ls208xa-ftm-alarm", },
>  	{ .compatible = "fsl,ls1028a-ftm-alarm", },
> +	{ .compatible = "fsl,lx2160a-ftm-alarm", },

Couldn't that have been part of the previous patch series?...


-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* Re: [1/3] rtc/fsl: support flextimer for lx2160a
  2019-08-23  9:57 [1/3] rtc/fsl: support flextimer for lx2160a Biwen Li
                   ` (2 preceding siblings ...)
  2019-08-23 12:43 ` [1/3] rtc/fsl: support flextimer for lx2160a Alexandre Belloni
@ 2019-08-23 14:25 ` Alexandre Belloni
  2019-08-26  3:30   ` [EXT] " Biwen Li
  2019-08-23 16:56 ` Trent Piepho
  4 siblings, 1 reply; 10+ messages in thread
From: Alexandre Belloni @ 2019-08-23 14:25 UTC (permalink / raw)
  To: Biwen Li
  Cc: a.zummo, leoyang.li, robh+dt, mark.rutland, linux-rtc,
	linux-kernel, devicetree

On 23/08/2019 17:57:38+0800, Biwen Li wrote:
> The patch supports flextimer for lx2160a
> 
> Signed-off-by: Biwen Li <biwen.li@nxp.com>
> ---
>  drivers/rtc/rtc-fsl-ftm-alarm.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/rtc/rtc-fsl-ftm-alarm.c b/drivers/rtc/rtc-fsl-ftm-alarm.c
> index 4f7259c2d6a3..2b81525f6db8 100644
> --- a/drivers/rtc/rtc-fsl-ftm-alarm.c
> +++ b/drivers/rtc/rtc-fsl-ftm-alarm.c
> @@ -313,6 +313,7 @@ static const struct of_device_id ftm_rtc_match[] = {
>  	{ .compatible = "fsl,ls1088a-ftm-alarm", },
>  	{ .compatible = "fsl,ls208xa-ftm-alarm", },
>  	{ .compatible = "fsl,ls1028a-ftm-alarm", },
> +	{ .compatible = "fsl,lx2160a-ftm-alarm", },
>  	{ },
>  };

I've squashed it with 3/3 and in the patch adding the driver. I also
added proper documentation.

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* Re: [1/3] rtc/fsl: support flextimer for lx2160a
  2019-08-23  9:57 [1/3] rtc/fsl: support flextimer for lx2160a Biwen Li
                   ` (3 preceding siblings ...)
  2019-08-23 14:25 ` Alexandre Belloni
@ 2019-08-23 16:56 ` Trent Piepho
  2019-08-26  3:37   ` [EXT] " Biwen Li
  4 siblings, 1 reply; 10+ messages in thread
From: Trent Piepho @ 2019-08-23 16:56 UTC (permalink / raw)
  To: leoyang.li, mark.rutland, a.zummo, biwen.li, alexandre.belloni, robh+dt
  Cc: linux-rtc, linux-kernel, devicetree

On Fri, 2019-08-23 at 17:57 +0800, Biwen Li wrote:
> The patch supports flextimer for lx2160a
> 
> Signed-off-by: Biwen Li <biwen.li@nxp.com>
> ---
>  drivers/rtc/rtc-fsl-ftm-alarm.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/rtc/rtc-fsl-ftm-alarm.c b/drivers/rtc/rtc-fsl-
> ftm-alarm.c
> index 4f7259c2d6a3..2b81525f6db8 100644
> --- a/drivers/rtc/rtc-fsl-ftm-alarm.c
> +++ b/drivers/rtc/rtc-fsl-ftm-alarm.c
> @@ -313,6 +313,7 @@ static const struct of_device_id ftm_rtc_match[]
> = {
>  	{ .compatible = "fsl,ls1088a-ftm-alarm", },
>  	{ .compatible = "fsl,ls208xa-ftm-alarm", },
>  	{ .compatible = "fsl,ls1028a-ftm-alarm", },
> +	{ .compatible = "fsl,lx2160a-ftm-alarm", },
>  	{ },
>  };
>  

Since there's no data associated with each compatible, it doesn't seem
like there's any need to add a new one.

What's normally done is add two compatibles in the dts, the base
version and the specific version, e.g.:

+		rcpm: rcpm@1e34040 {
+			compatible = "fsl,lx2160a-rcpm", "fsl,qoriq-cpm-2.1+";

Or in this case, compatible = "fsl,lx2160a-ftm-alarm", "fsl,ls1088a-ftm-alarm";

Then there's no need to add to the driver list.

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

* RE: [EXT] Re: [1/3] rtc/fsl: support flextimer for lx2160a
  2019-08-23 14:25 ` Alexandre Belloni
@ 2019-08-26  3:30   ` Biwen Li
  0 siblings, 0 replies; 10+ messages in thread
From: Biwen Li @ 2019-08-26  3:30 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: a.zummo, Leo Li, robh+dt, mark.rutland, linux-rtc, linux-kernel,
	devicetree

> On 23/08/2019 17:57:38+0800, Biwen Li wrote:
> > The patch supports flextimer for lx2160a
> >
> > Signed-off-by: Biwen Li <biwen.li@nxp.com>
> > ---
> >  drivers/rtc/rtc-fsl-ftm-alarm.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/rtc/rtc-fsl-ftm-alarm.c
> > b/drivers/rtc/rtc-fsl-ftm-alarm.c index 4f7259c2d6a3..2b81525f6db8
> > 100644
> > --- a/drivers/rtc/rtc-fsl-ftm-alarm.c
> > +++ b/drivers/rtc/rtc-fsl-ftm-alarm.c
> > @@ -313,6 +313,7 @@ static const struct of_device_id ftm_rtc_match[] = {
> >       { .compatible = "fsl,ls1088a-ftm-alarm", },
> >       { .compatible = "fsl,ls208xa-ftm-alarm", },
> >       { .compatible = "fsl,ls1028a-ftm-alarm", },
> > +     { .compatible = "fsl,lx2160a-ftm-alarm", },
> >       { },
> >  };
> 
> I've squashed it with 3/3 and in the patch adding the driver. I also added proper
> documentation.
Alexandre,Ok, thanks.
> 
> --
> Alexandre Belloni, Bootlin
> Embedded Linux and Kernel engineering
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbootlin.
> com&amp;data=02%7C01%7Cbiwen.li%40nxp.com%7C7566210e899b40e873
> ff08d727d5b2a3%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6
> 37021671089906922&amp;sdata=9RgT5DBeB0HL5RhP3pI%2FuOglIe8pY3wsp
> 2fPsnwO2iQ%3D&amp;reserved=0

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

* RE: [EXT] Re: [1/3] rtc/fsl: support flextimer for lx2160a
  2019-08-23 16:56 ` Trent Piepho
@ 2019-08-26  3:37   ` Biwen Li
  2019-08-26 10:10     ` Alexandre Belloni
  0 siblings, 1 reply; 10+ messages in thread
From: Biwen Li @ 2019-08-26  3:37 UTC (permalink / raw)
  To: Trent Piepho, Leo Li, mark.rutland, a.zummo, alexandre.belloni, robh+dt
  Cc: linux-rtc, linux-kernel, devicetree

> 
> On Fri, 2019-08-23 at 17:57 +0800, Biwen Li wrote:
> > The patch supports flextimer for lx2160a
> >
> > Signed-off-by: Biwen Li <biwen.li@nxp.com>
> > ---
> >  drivers/rtc/rtc-fsl-ftm-alarm.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/rtc/rtc-fsl-ftm-alarm.c b/drivers/rtc/rtc-fsl-
> > ftm-alarm.c index 4f7259c2d6a3..2b81525f6db8 100644
> > --- a/drivers/rtc/rtc-fsl-ftm-alarm.c
> > +++ b/drivers/rtc/rtc-fsl-ftm-alarm.c
> > @@ -313,6 +313,7 @@ static const struct of_device_id ftm_rtc_match[] =
> > {
> >       { .compatible = "fsl,ls1088a-ftm-alarm", },
> >       { .compatible = "fsl,ls208xa-ftm-alarm", },
> >       { .compatible = "fsl,ls1028a-ftm-alarm", },
> > +     { .compatible = "fsl,lx2160a-ftm-alarm", },
> >       { },
> >  };
> >
> 
> Since there's no data associated with each compatible, it doesn't seem like
> there's any need to add a new one.
> 
> What's normally done is add two compatibles in the dts, the base version and
> the specific version, e.g.:
> 
> +               rcpm: rcpm@1e34040 {
> +                       compatible = "fsl,lx2160a-rcpm",
> + "fsl,qoriq-cpm-2.1+";
> 
> Or in this case, compatible = "fsl,lx2160a-ftm-alarm", "fsl,ls1088a-ftm-alarm";
> 
> Then there's no need to add to the driver list.
Yes, it will be work. But it will be confusing. Is ls1088a same with lx2160a? No.

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

* Re: [EXT] Re: [1/3] rtc/fsl: support flextimer for lx2160a
  2019-08-26  3:37   ` [EXT] " Biwen Li
@ 2019-08-26 10:10     ` Alexandre Belloni
  2019-08-26 10:37       ` Biwen Li
  0 siblings, 1 reply; 10+ messages in thread
From: Alexandre Belloni @ 2019-08-26 10:10 UTC (permalink / raw)
  To: Biwen Li
  Cc: Trent Piepho, Leo Li, mark.rutland, a.zummo, robh+dt, linux-rtc,
	linux-kernel, devicetree

On 26/08/2019 03:37:43+0000, Biwen Li wrote:
> > 
> > On Fri, 2019-08-23 at 17:57 +0800, Biwen Li wrote:
> > > The patch supports flextimer for lx2160a
> > >
> > > Signed-off-by: Biwen Li <biwen.li@nxp.com>
> > > ---
> > >  drivers/rtc/rtc-fsl-ftm-alarm.c | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git a/drivers/rtc/rtc-fsl-ftm-alarm.c b/drivers/rtc/rtc-fsl-
> > > ftm-alarm.c index 4f7259c2d6a3..2b81525f6db8 100644
> > > --- a/drivers/rtc/rtc-fsl-ftm-alarm.c
> > > +++ b/drivers/rtc/rtc-fsl-ftm-alarm.c
> > > @@ -313,6 +313,7 @@ static const struct of_device_id ftm_rtc_match[] =
> > > {
> > >       { .compatible = "fsl,ls1088a-ftm-alarm", },
> > >       { .compatible = "fsl,ls208xa-ftm-alarm", },
> > >       { .compatible = "fsl,ls1028a-ftm-alarm", },
> > > +     { .compatible = "fsl,lx2160a-ftm-alarm", },
> > >       { },
> > >  };
> > >
> > 
> > Since there's no data associated with each compatible, it doesn't seem like
> > there's any need to add a new one.
> > 
> > What's normally done is add two compatibles in the dts, the base version and
> > the specific version, e.g.:
> > 
> > +               rcpm: rcpm@1e34040 {
> > +                       compatible = "fsl,lx2160a-rcpm",
> > + "fsl,qoriq-cpm-2.1+";
> > 
> > Or in this case, compatible = "fsl,lx2160a-ftm-alarm", "fsl,ls1088a-ftm-alarm";
> > 
> > Then there's no need to add to the driver list.
> Yes, it will be work. But it will be confusing. Is ls1088a same with lx2160a? No.

Well, if you are sure it is the exact same IP that is used, then you
should only use one compatible. We usually use the name of the first SoC
that had the IP. Is it confusing anyone? Probably not because this will
be in a dtsi that nobody will read.

Note that adding so many compatbile will increase the boot time of your
platform and this is annoying many NXP customers of the i.mx line.

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* RE: [EXT] Re: [1/3] rtc/fsl: support flextimer for lx2160a
  2019-08-26 10:10     ` Alexandre Belloni
@ 2019-08-26 10:37       ` Biwen Li
  0 siblings, 0 replies; 10+ messages in thread
From: Biwen Li @ 2019-08-26 10:37 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Trent Piepho, Leo Li, mark.rutland, a.zummo, robh+dt, linux-rtc,
	linux-kernel, devicetree

> 
> On 26/08/2019 03:37:43+0000, Biwen Li wrote:
> > >
> > > On Fri, 2019-08-23 at 17:57 +0800, Biwen Li wrote:
> > > > The patch supports flextimer for lx2160a
> > > >
> > > > Signed-off-by: Biwen Li <biwen.li@nxp.com>
> > > > ---
> > > >  drivers/rtc/rtc-fsl-ftm-alarm.c | 1 +
> > > >  1 file changed, 1 insertion(+)
> > > >
> > > > diff --git a/drivers/rtc/rtc-fsl-ftm-alarm.c
> > > > b/drivers/rtc/rtc-fsl- ftm-alarm.c index
> > > > 4f7259c2d6a3..2b81525f6db8 100644
> > > > --- a/drivers/rtc/rtc-fsl-ftm-alarm.c
> > > > +++ b/drivers/rtc/rtc-fsl-ftm-alarm.c
> > > > @@ -313,6 +313,7 @@ static const struct of_device_id
> > > > ftm_rtc_match[] = {
> > > >       { .compatible = "fsl,ls1088a-ftm-alarm", },
> > > >       { .compatible = "fsl,ls208xa-ftm-alarm", },
> > > >       { .compatible = "fsl,ls1028a-ftm-alarm", },
> > > > +     { .compatible = "fsl,lx2160a-ftm-alarm", },
> > > >       { },
> > > >  };
> > > >
> > >
> > > Since there's no data associated with each compatible, it doesn't
> > > seem like there's any need to add a new one.
> > >
> > > What's normally done is add two compatibles in the dts, the base
> > > version and the specific version, e.g.:
> > >
> > > +               rcpm: rcpm@1e34040 {
> > > +                       compatible = "fsl,lx2160a-rcpm",
> > > + "fsl,qoriq-cpm-2.1+";
> > >
> > > Or in this case, compatible = "fsl,lx2160a-ftm-alarm",
> > > "fsl,ls1088a-ftm-alarm";
> > >
> > > Then there's no need to add to the driver list.
> > Yes, it will be work. But it will be confusing. Is ls1088a same with lx2160a? No.
> 
> Well, if you are sure it is the exact same IP that is used, then you should only use
> one compatible. We usually use the name of the first SoC that had the IP. Is it
> confusing anyone? Probably not because this will be in a dtsi that nobody will
> read.
> 
> Note that adding so many compatbile will increase the boot time of your
> platform and this is annoying many NXP customers of the i.mx line.

Yeah, that makes sense.
> 
> --
> Alexandre Belloni, Bootlin
> Embedded Linux and Kernel engineering
> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbootlin.
> com&amp;data=02%7C01%7Cbiwen.li%40nxp.com%7C3f6abbd69663483bc4
> a708d72a0d9999%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6
> 37024110214068297&amp;sdata=Zh2eYNYt9IjWdf6jCdqY3BI%2F%2Fstgcqmq
> Ai7R%2Bm2dD2I%3D&amp;reserved=0

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

end of thread, other threads:[~2019-08-26 10:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-23  9:57 [1/3] rtc/fsl: support flextimer for lx2160a Biwen Li
2019-08-23  9:57 ` [2/3] arm64: dts: lx2160a: add ftm_alarm0 DT node Biwen Li
2019-08-23  9:57 ` [3/3] rtc/fsl: support flextimer for SoC LS1021A (ARM32) Biwen Li
2019-08-23 12:43 ` [1/3] rtc/fsl: support flextimer for lx2160a Alexandre Belloni
2019-08-23 14:25 ` Alexandre Belloni
2019-08-26  3:30   ` [EXT] " Biwen Li
2019-08-23 16:56 ` Trent Piepho
2019-08-26  3:37   ` [EXT] " Biwen Li
2019-08-26 10:10     ` Alexandre Belloni
2019-08-26 10:37       ` Biwen Li

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