All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND V2 0/4] ARM: dts: imx: Add flexcan stop mode wake
@ 2018-12-03  5:20 ` Joakim Zhang
  0 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, Joakim Zhang

This patchset intends to add flexcan stop mode wakeup support on IMX6/7 platforms.

ChangeLog:
V1->V2:
	*update stop mode property(stop-mode -> fsl,stop-mode).

Hi Shawn,
   This property has been merged both flexcan bindings doc and kernel
   driver.

Best Regards,
Joakim Zhang

Aisheng Dong (4):
  ARM: dts: imx6sx: Add flexcan stop mode wakeup support
  ARM: dts: imx6qdl: Add flexcan stop mode wakeup support
  ARM: dts: imx6ul: Add flexcan stop mode wakeup support
  ARM: dts: imx7s: Add flexcan stop mode wakeup support

 arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
 arch/arm/boot/dts/imx6sx.dtsi  | 2 ++
 arch/arm/boot/dts/imx6ul.dtsi  | 2 ++
 arch/arm/boot/dts/imx7s.dtsi   | 2 ++
 4 files changed, 8 insertions(+)

-- 
2.17.1


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

* [PATCH RESEND V2 0/4] ARM: dts: imx: Add flexcan stop mode wake
@ 2018-12-03  5:20 ` Joakim Zhang
  0 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, Joakim Zhang

This patchset intends to add flexcan stop mode wakeup support on IMX6/7 platforms.

ChangeLog:
V1->V2:
	*update stop mode property(stop-mode -> fsl,stop-mode).

Hi Shawn,
   This property has been merged both flexcan bindings doc and kernel
   driver.

Best Regards,
Joakim Zhang

Aisheng Dong (4):
  ARM: dts: imx6sx: Add flexcan stop mode wakeup support
  ARM: dts: imx6qdl: Add flexcan stop mode wakeup support
  ARM: dts: imx6ul: Add flexcan stop mode wakeup support
  ARM: dts: imx7s: Add flexcan stop mode wakeup support

 arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
 arch/arm/boot/dts/imx6sx.dtsi  | 2 ++
 arch/arm/boot/dts/imx6ul.dtsi  | 2 ++
 arch/arm/boot/dts/imx7s.dtsi   | 2 ++
 4 files changed, 8 insertions(+)

-- 
2.17.1

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

* [PATCH RESEND V2 0/4] ARM: dts: imx: Add flexcan stop mode wake
@ 2018-12-03  5:20 ` Joakim Zhang
  0 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: devicetree, linux-kernel, Joakim Zhang, dl-linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

This patchset intends to add flexcan stop mode wakeup support on IMX6/7 platforms.

ChangeLog:
V1->V2:
	*update stop mode property(stop-mode -> fsl,stop-mode).

Hi Shawn,
   This property has been merged both flexcan bindings doc and kernel
   driver.

Best Regards,
Joakim Zhang

Aisheng Dong (4):
  ARM: dts: imx6sx: Add flexcan stop mode wakeup support
  ARM: dts: imx6qdl: Add flexcan stop mode wakeup support
  ARM: dts: imx6ul: Add flexcan stop mode wakeup support
  ARM: dts: imx7s: Add flexcan stop mode wakeup support

 arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
 arch/arm/boot/dts/imx6sx.dtsi  | 2 ++
 arch/arm/boot/dts/imx6ul.dtsi  | 2 ++
 arch/arm/boot/dts/imx7s.dtsi   | 2 ++
 4 files changed, 8 insertions(+)

-- 
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	[flat|nested] 18+ messages in thread

* [PATCH RESEND V2 1/4] ARM: dts: imx6sx: Add flexcan stop mode wakeup support
  2018-12-03  5:20 ` Joakim Zhang
  (?)
@ 2018-12-03  5:20   ` Joakim Zhang
  -1 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, Aisheng DONG, Joakim Zhang

From: Aisheng Dong <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx6sx.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 6c8d2bb09025..272ff6133ec1 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -451,6 +451,7 @@
 				clocks = <&clks IMX6SX_CLK_CAN1_IPG>,
 					 <&clks IMX6SX_CLK_CAN1_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 1 0x10 17>;
 				status = "disabled";
 			};
 
@@ -461,6 +462,7 @@
 				clocks = <&clks IMX6SX_CLK_CAN2_IPG>,
 					 <&clks IMX6SX_CLK_CAN2_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 2 0x10 18>;
 				status = "disabled";
 			};
 
-- 
2.17.1


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

* [PATCH RESEND V2 1/4] ARM: dts: imx6sx: Add flexcan stop mode wakeup support
@ 2018-12-03  5:20   ` Joakim Zhang
  0 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, Aisheng DONG, Joakim Zhang

From: Aisheng Dong <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx6sx.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 6c8d2bb09025..272ff6133ec1 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -451,6 +451,7 @@
 				clocks = <&clks IMX6SX_CLK_CAN1_IPG>,
 					 <&clks IMX6SX_CLK_CAN1_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 1 0x10 17>;
 				status = "disabled";
 			};
 
@@ -461,6 +462,7 @@
 				clocks = <&clks IMX6SX_CLK_CAN2_IPG>,
 					 <&clks IMX6SX_CLK_CAN2_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 2 0x10 18>;
 				status = "disabled";
 			};
 
-- 
2.17.1

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

* [PATCH RESEND V2 1/4] ARM: dts: imx6sx: Add flexcan stop mode wakeup support
@ 2018-12-03  5:20   ` Joakim Zhang
  0 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: Aisheng DONG, devicetree, linux-kernel, Joakim Zhang,
	dl-linux-imx, kernel, Fabio Estevam, linux-arm-kernel

From: Aisheng Dong <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx6sx.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 6c8d2bb09025..272ff6133ec1 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -451,6 +451,7 @@
 				clocks = <&clks IMX6SX_CLK_CAN1_IPG>,
 					 <&clks IMX6SX_CLK_CAN1_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 1 0x10 17>;
 				status = "disabled";
 			};
 
@@ -461,6 +462,7 @@
 				clocks = <&clks IMX6SX_CLK_CAN2_IPG>,
 					 <&clks IMX6SX_CLK_CAN2_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 2 0x10 18>;
 				status = "disabled";
 			};
 
-- 
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] 18+ messages in thread

* [PATCH RESEND V2 2/4] ARM: dts: imx6qdl: Add flexcan stop mode wakeup support
  2018-12-03  5:20 ` Joakim Zhang
  (?)
@ 2018-12-03  5:20   ` Joakim Zhang
  -1 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, Aisheng DONG, Joakim Zhang

From: Aisheng Dong <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 6d827b69ead0..7fb8be1c9cef 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -561,6 +561,7 @@
 				clocks = <&clks IMX6QDL_CLK_CAN1_IPG>,
 					 <&clks IMX6QDL_CLK_CAN1_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x34 28 0x10 17>;
 				status = "disabled";
 			};
 
@@ -571,6 +572,7 @@
 				clocks = <&clks IMX6QDL_CLK_CAN2_IPG>,
 					 <&clks IMX6QDL_CLK_CAN2_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x34 29 0x10 18>;
 				status = "disabled";
 			};
 
-- 
2.17.1


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

* [PATCH RESEND V2 2/4] ARM: dts: imx6qdl: Add flexcan stop mode wakeup support
@ 2018-12-03  5:20   ` Joakim Zhang
  0 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, Aisheng DONG, Joakim Zhang

From: Aisheng Dong <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 6d827b69ead0..7fb8be1c9cef 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -561,6 +561,7 @@
 				clocks = <&clks IMX6QDL_CLK_CAN1_IPG>,
 					 <&clks IMX6QDL_CLK_CAN1_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x34 28 0x10 17>;
 				status = "disabled";
 			};
 
@@ -571,6 +572,7 @@
 				clocks = <&clks IMX6QDL_CLK_CAN2_IPG>,
 					 <&clks IMX6QDL_CLK_CAN2_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x34 29 0x10 18>;
 				status = "disabled";
 			};
 
-- 
2.17.1

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

* [PATCH RESEND V2 2/4] ARM: dts: imx6qdl: Add flexcan stop mode wakeup support
@ 2018-12-03  5:20   ` Joakim Zhang
  0 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: Aisheng DONG, devicetree, linux-kernel, Joakim Zhang,
	dl-linux-imx, kernel, Fabio Estevam, linux-arm-kernel

From: Aisheng Dong <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 6d827b69ead0..7fb8be1c9cef 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -561,6 +561,7 @@
 				clocks = <&clks IMX6QDL_CLK_CAN1_IPG>,
 					 <&clks IMX6QDL_CLK_CAN1_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x34 28 0x10 17>;
 				status = "disabled";
 			};
 
@@ -571,6 +572,7 @@
 				clocks = <&clks IMX6QDL_CLK_CAN2_IPG>,
 					 <&clks IMX6QDL_CLK_CAN2_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x34 29 0x10 18>;
 				status = "disabled";
 			};
 
-- 
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] 18+ messages in thread

* [PATCH RESEND V2 3/4] ARM: dts: imx6ul: Add flexcan stop mode wakeup support
  2018-12-03  5:20 ` Joakim Zhang
  (?)
@ 2018-12-03  5:20   ` Joakim Zhang
  -1 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, Aisheng DONG, Joakim Zhang

From: Aisheng Dong <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx6ul.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
index 99c366303d73..e14f46ec4d7e 100644
--- a/arch/arm/boot/dts/imx6ul.dtsi
+++ b/arch/arm/boot/dts/imx6ul.dtsi
@@ -406,6 +406,7 @@
 				clocks = <&clks IMX6UL_CLK_CAN1_IPG>,
 					 <&clks IMX6UL_CLK_CAN1_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 1 0x10 17>;
 				status = "disabled";
 			};
 
@@ -416,6 +417,7 @@
 				clocks = <&clks IMX6UL_CLK_CAN2_IPG>,
 					 <&clks IMX6UL_CLK_CAN2_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 2 0x10 18>;
 				status = "disabled";
 			};
 
-- 
2.17.1


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

* [PATCH RESEND V2 3/4] ARM: dts: imx6ul: Add flexcan stop mode wakeup support
@ 2018-12-03  5:20   ` Joakim Zhang
  0 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, Aisheng DONG, Joakim Zhang

From: Aisheng Dong <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx6ul.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
index 99c366303d73..e14f46ec4d7e 100644
--- a/arch/arm/boot/dts/imx6ul.dtsi
+++ b/arch/arm/boot/dts/imx6ul.dtsi
@@ -406,6 +406,7 @@
 				clocks = <&clks IMX6UL_CLK_CAN1_IPG>,
 					 <&clks IMX6UL_CLK_CAN1_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 1 0x10 17>;
 				status = "disabled";
 			};
 
@@ -416,6 +417,7 @@
 				clocks = <&clks IMX6UL_CLK_CAN2_IPG>,
 					 <&clks IMX6UL_CLK_CAN2_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 2 0x10 18>;
 				status = "disabled";
 			};
 
-- 
2.17.1

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

* [PATCH RESEND V2 3/4] ARM: dts: imx6ul: Add flexcan stop mode wakeup support
@ 2018-12-03  5:20   ` Joakim Zhang
  0 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: Aisheng DONG, devicetree, linux-kernel, Joakim Zhang,
	dl-linux-imx, kernel, Fabio Estevam, linux-arm-kernel

From: Aisheng Dong <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx6ul.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
index 99c366303d73..e14f46ec4d7e 100644
--- a/arch/arm/boot/dts/imx6ul.dtsi
+++ b/arch/arm/boot/dts/imx6ul.dtsi
@@ -406,6 +406,7 @@
 				clocks = <&clks IMX6UL_CLK_CAN1_IPG>,
 					 <&clks IMX6UL_CLK_CAN1_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 1 0x10 17>;
 				status = "disabled";
 			};
 
@@ -416,6 +417,7 @@
 				clocks = <&clks IMX6UL_CLK_CAN2_IPG>,
 					 <&clks IMX6UL_CLK_CAN2_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 2 0x10 18>;
 				status = "disabled";
 			};
 
-- 
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] 18+ messages in thread

* [PATCH RESEND V2 4/4] ARM: dts: imx7s: Add flexcan stop mode wakeup support
  2018-12-03  5:20 ` Joakim Zhang
  (?)
@ 2018-12-03  5:20   ` Joakim Zhang
  -1 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, Aisheng DONG, Joakim Zhang

From: Aisheng Dong <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx7s.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index 477901c2061c..11ea993c48cc 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -873,6 +873,7 @@
 				clocks = <&clks IMX7D_CLK_DUMMY>,
 					<&clks IMX7D_CAN1_ROOT_CLK>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 1 0x10 17>;
 				status = "disabled";
 			};
 
@@ -883,6 +884,7 @@
 				clocks = <&clks IMX7D_CLK_DUMMY>,
 					<&clks IMX7D_CAN2_ROOT_CLK>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 2 0x10 18>;
 				status = "disabled";
 			};
 
-- 
2.17.1


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

* [PATCH RESEND V2 4/4] ARM: dts: imx7s: Add flexcan stop mode wakeup support
@ 2018-12-03  5:20   ` Joakim Zhang
  0 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, Aisheng DONG, Joakim Zhang

From: Aisheng Dong <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx7s.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index 477901c2061c..11ea993c48cc 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -873,6 +873,7 @@
 				clocks = <&clks IMX7D_CLK_DUMMY>,
 					<&clks IMX7D_CAN1_ROOT_CLK>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 1 0x10 17>;
 				status = "disabled";
 			};
 
@@ -883,6 +884,7 @@
 				clocks = <&clks IMX7D_CLK_DUMMY>,
 					<&clks IMX7D_CAN2_ROOT_CLK>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 2 0x10 18>;
 				status = "disabled";
 			};
 
-- 
2.17.1

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

* [PATCH RESEND V2 4/4] ARM: dts: imx7s: Add flexcan stop mode wakeup support
@ 2018-12-03  5:20   ` Joakim Zhang
  0 siblings, 0 replies; 18+ messages in thread
From: Joakim Zhang @ 2018-12-03  5:20 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: Aisheng DONG, devicetree, linux-kernel, Joakim Zhang,
	dl-linux-imx, kernel, Fabio Estevam, linux-arm-kernel

From: Aisheng Dong <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx7s.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index 477901c2061c..11ea993c48cc 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -873,6 +873,7 @@
 				clocks = <&clks IMX7D_CLK_DUMMY>,
 					<&clks IMX7D_CAN1_ROOT_CLK>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 1 0x10 17>;
 				status = "disabled";
 			};
 
@@ -883,6 +884,7 @@
 				clocks = <&clks IMX7D_CLK_DUMMY>,
 					<&clks IMX7D_CAN2_ROOT_CLK>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 2 0x10 18>;
 				status = "disabled";
 			};
 
-- 
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] 18+ messages in thread

* Re: [PATCH RESEND V2 0/4] ARM: dts: imx: Add flexcan stop mode wake
  2018-12-03  5:20 ` Joakim Zhang
  (?)
@ 2018-12-06  2:21   ` Shawn Guo
  -1 siblings, 0 replies; 18+ messages in thread
From: Shawn Guo @ 2018-12-06  2:21 UTC (permalink / raw)
  To: Joakim Zhang
  Cc: s.hauer, devicetree, linux-kernel, dl-linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

On Mon, Dec 03, 2018 at 05:20:16AM +0000, Joakim Zhang wrote:
> This patchset intends to add flexcan stop mode wakeup support on IMX6/7 platforms.
> 
> ChangeLog:
> V1->V2:
> 	*update stop mode property(stop-mode -> fsl,stop-mode).
> 
> Hi Shawn,
>    This property has been merged both flexcan bindings doc and kernel
>    driver.
> 
> Best Regards,
> Joakim Zhang
> 
> Aisheng Dong (4):
>   ARM: dts: imx6sx: Add flexcan stop mode wakeup support
>   ARM: dts: imx6qdl: Add flexcan stop mode wakeup support
>   ARM: dts: imx6ul: Add flexcan stop mode wakeup support
>   ARM: dts: imx7s: Add flexcan stop mode wakeup support

Applied all, thanks.

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

* Re: [PATCH RESEND V2 0/4] ARM: dts: imx: Add flexcan stop mode wake
@ 2018-12-06  2:21   ` Shawn Guo
  0 siblings, 0 replies; 18+ messages in thread
From: Shawn Guo @ 2018-12-06  2:21 UTC (permalink / raw)
  To: Joakim Zhang
  Cc: s.hauer, devicetree, linux-kernel, dl-linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

On Mon, Dec 03, 2018 at 05:20:16AM +0000, Joakim Zhang wrote:
> This patchset intends to add flexcan stop mode wakeup support on IMX6/7 platforms.
> 
> ChangeLog:
> V1->V2:
> 	*update stop mode property(stop-mode -> fsl,stop-mode).
> 
> Hi Shawn,
>    This property has been merged both flexcan bindings doc and kernel
>    driver.
> 
> Best Regards,
> Joakim Zhang
> 
> Aisheng Dong (4):
>   ARM: dts: imx6sx: Add flexcan stop mode wakeup support
>   ARM: dts: imx6qdl: Add flexcan stop mode wakeup support
>   ARM: dts: imx6ul: Add flexcan stop mode wakeup support
>   ARM: dts: imx7s: Add flexcan stop mode wakeup support

Applied all, thanks.

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

* Re: [PATCH RESEND V2 0/4] ARM: dts: imx: Add flexcan stop mode wake
@ 2018-12-06  2:21   ` Shawn Guo
  0 siblings, 0 replies; 18+ messages in thread
From: Shawn Guo @ 2018-12-06  2:21 UTC (permalink / raw)
  To: Joakim Zhang
  Cc: devicetree, s.hauer, linux-kernel, dl-linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

On Mon, Dec 03, 2018 at 05:20:16AM +0000, Joakim Zhang wrote:
> This patchset intends to add flexcan stop mode wakeup support on IMX6/7 platforms.
> 
> ChangeLog:
> V1->V2:
> 	*update stop mode property(stop-mode -> fsl,stop-mode).
> 
> Hi Shawn,
>    This property has been merged both flexcan bindings doc and kernel
>    driver.
> 
> Best Regards,
> Joakim Zhang
> 
> Aisheng Dong (4):
>   ARM: dts: imx6sx: Add flexcan stop mode wakeup support
>   ARM: dts: imx6qdl: Add flexcan stop mode wakeup support
>   ARM: dts: imx6ul: Add flexcan stop mode wakeup support
>   ARM: dts: imx7s: Add flexcan stop mode wakeup support

Applied all, thanks.

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

end of thread, other threads:[~2018-12-06  2:22 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-03  5:20 [PATCH RESEND V2 0/4] ARM: dts: imx: Add flexcan stop mode wake Joakim Zhang
2018-12-03  5:20 ` Joakim Zhang
2018-12-03  5:20 ` Joakim Zhang
2018-12-03  5:20 ` [PATCH RESEND V2 1/4] ARM: dts: imx6sx: Add flexcan stop mode wakeup support Joakim Zhang
2018-12-03  5:20   ` Joakim Zhang
2018-12-03  5:20   ` Joakim Zhang
2018-12-03  5:20 ` [PATCH RESEND V2 2/4] ARM: dts: imx6qdl: " Joakim Zhang
2018-12-03  5:20   ` Joakim Zhang
2018-12-03  5:20   ` Joakim Zhang
2018-12-03  5:20 ` [PATCH RESEND V2 3/4] ARM: dts: imx6ul: " Joakim Zhang
2018-12-03  5:20   ` Joakim Zhang
2018-12-03  5:20   ` Joakim Zhang
2018-12-03  5:20 ` [PATCH RESEND V2 4/4] ARM: dts: imx7s: " Joakim Zhang
2018-12-03  5:20   ` Joakim Zhang
2018-12-03  5:20   ` Joakim Zhang
2018-12-06  2:21 ` [PATCH RESEND V2 0/4] ARM: dts: imx: Add flexcan stop mode wake Shawn Guo
2018-12-06  2:21   ` Shawn Guo
2018-12-06  2:21   ` Shawn Guo

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.