From: Zhao Qiang
In watchdog_reboot_notifier, wdd should be stopped when the device
is in hw_running state
Signed-off-by: Zhao Qiang
---
drivers/watchdog/watchdog_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/watchdog/watchdog_core.c b/drivers/watchdog/watc
On 06/12/2020 05:12, Rasmus Villemoes wrote:
> -Original Message-
> From: Rasmus Villemoes
> Sent: 2020年12月6日 5:12
> To: Jakub Kicinski
> Cc: Leo Li ; David S. Miller ;
> Qiang Zhao ; net...@vger.kernel.org;
> linuxppc-...@lists.ozlabs.org; linux-kernel@vger.ke
From: Zhao Qiang
Call watchdog_stop_on_reboot in probe func
Signed-off-by: Zhao Qiang
---
drivers/watchdog/sp805_wdt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/watchdog/sp805_wdt.c b/drivers/watchdog/sp805_wdt.c
index 190d26e..958dc32 100644
--- a/drivers/watchdog/sp805_wdt.
From: Zhao Qiang
Since commit 530b5affc675 ("spi: fsl-dspi: fix use-after-free in
remove path"), this driver causes a "NULL pointer dereference"
in dspi_suspend/resume.
This is because since this commit, the drivers private data point to
"dspi" instead of "ctlr", the codes in suspend and resume f
On Thu, Oct 30, 2020 at 21:18PM +0800, Vladimir Oltean
wrote:
> -Original Message-
> From: Vladimir Oltean
> Sent: 2020年10月30日 21:18
> To: Qiang Zhao
> Cc: broo...@kernel.org; linux-...@vger.kernel.org;
> linux-kernel@vger.kernel.org
> Subject: Re: [PATCH] sp
On Thu, Oct 30, 2020 at 21:02PM, Mark Brown wrote:
> -Original Message-
> From: Mark Brown
> Sent: 2020年10月30日 21:02
> To: Qiang Zhao
> Cc: olte...@gmail.com; linux-...@vger.kernel.org;
> linux-kernel@vger.kernel.org
> Subject: Re: [PATCH] spi: fsl-dspi: fix NUL
On Thu, Oct 29, 2020 at 19:03PM, Vladimir Oltean wrote:
> -Original Message-
> From: Vladimir Oltean
> Sent: 2020年10月29日 19:03
> To: Qiang Zhao
> Cc: broo...@kernel.org; linux-...@vger.kernel.org;
> linux-kernel@vger.kernel.org
> Subject: Re: [PATCH] spi: fsl-d
From: Zhao Qiang
Since commit 530b5affc675 ("spi: fsl-dspi: fix use-after-free in
remove path"), this driver causes a kernel oops:
[ 64.587431] Unable to handle kernel NULL pointer dereference at
virtual address 0020
[..]
[ 64.756080] Call trace:
[ 64.758526] dspi_suspend+0x30
Any update for this patchset?
Best Regards
Qiang Zhao
> -Original Message-
> From: Uwe Kleine-König
> Sent: 2020年9月24日 18:53
> To: Alexandre Belloni ; Qiang Zhao
> ; Bruno Thomsen
> Cc: linux-...@vger.kernel.org; a.zu...@towertech.it;
> linux-watch...@vge
On Thu, Sep 24, 2020 at 15:05AM +, Uwe Kleine-König
wrote:
> -Original Message-
> From: Uwe Kleine-König
> Sent: 2020年9月24日 15:05
> To: Qiang Zhao
> Cc: Alexandre Belloni ; Wim Van Sebroeck
> ; Guenter Roeck ;
> linux-watch...@vger.kernel.org; a.zu.
On 21/09/2020 13:48:19+0800, Qiang Zhao wrote:
> -Original Message-
> From: Alexandre Belloni
> Sent: 2020年9月23日 17:45
> To: Qiang Zhao
> Cc: Wim Van Sebroeck ; Guenter Roeck
> ; linux-watch...@vger.kernel.org;
> a.zu...@towertech.it; robh...@kernel.org; linu
On Mon, Sep 14, 2020 at 03:52:02PM +0800, Qiang Zhao wrote:
> -Original Message-
> From: Shawn Guo
> Sent: 2020年9月22日 10:18
> To: Qiang Zhao
> Cc: robh...@kernel.org; linux-kernel@vger.kernel.org;
> devicet...@vger.kernel.org
> Subject: Re: [PATCH] arm64: dts
From: Zhao Qiang
On LS1088A, watchdog clk are divided by 16, correct it in dts.
Signed-off-by: Zhao Qiang
---
Changes for v2:
- rebase
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/arm64/boot/dt
From: Zhao Qiang
Commit 0e735eaae165 ("rtc: pcf2127: add watchdog feature support")
adds watchdog feature for pcf2127, then it will be registered as
a watchdog device even though it is not used as watchdog.
Pcf2127 always be registered as watchdog0(default watchdog device),
even though it is not
f2127.yaml
@@ -0,0 +1,41 @@
+# SPDX-License-Identifier: GPL-2.0
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/rtc/nxp,pcf2127.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: PCF RTCs
+
+maintainers:
+ - Qiang Zhao
+
+allOf:
+ - $ref: "rtc.yaml#"
+
+prope
From: Zhao Qiang
pcf2127 on lx2160a are not used as watchdog.
Signed-off-by: Zhao Qiang
---
arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.d
On Fri, Sep 18, 2020 at 03:29, Bruno Thomsen wrote:
> -Original Message-
> From: Bruno Thomsen
> Sent: 2020年9月18日 3:29
> To: Qiang Zhao
> Cc: Rob Herring ; a.zu...@towertech.it;
> alexandre.bell...@bootlin.com; linux-...@vger.kernel.org;
> devicet...@vger.ker
From: Zhao Qiang
On LX2088A, wdt's clock are get from clockgen divided by 32,
so modify clocks in device tree.
Signed-off-by: Zhao Qiang
---
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/arm64/boot/dts/f
From: Zhao Qiang
On LS2088A, Watchdog need clk divided by 32,
so modify MAX_PLL_DIV to 32
Signed-off-by: Zhao Qiang
---
drivers/clk/clk-qoriq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/clk-qoriq.c b/drivers/clk/clk-qoriq.c
index 5942e98..46101c6 100644
--
On Thu, Sep 14, 2020 at 22:36, Rob Herring wrote:
> -Original Message-
> From: Rob Herring
> Sent: 2020年9月14日 22:36
> To: Qiang Zhao
> Cc: a.zu...@towertech.it; alexandre.bell...@bootlin.com;
> linux-...@vger.kernel.org; devicet...@vger.kernel.org;
> linux-k
From: Zhao Qiang
On LS1088A, watchdog clk are divided by 16, correct it in dts.
Signed-off-by: Zhao Qiang
---
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
b/ar
On Fri, Sep 11, 2020 at 22:03, Rob Herring wrote:
> -Original Message-
> From: Rob Herring
> Sent: 2020年9月11日 22:03
> To: Qiang Zhao
> Cc: a.zu...@towertech.it; alexandre.bell...@bootlin.com;
> linux-...@vger.kernel.org; devicet...@vger.kernel.org;
> linux-k
On Thu, Sep 10, 2020 at 04:25AM, Rob Herring wrote:
> -Original Message-
> From: Rob Herring
> Sent: 2020年9月10日 4:25
> To: Qiang Zhao
> Cc: a.zu...@towertech.it; alexandre.bell...@bootlin.com;
> linux-...@vger.kernel.org; devicet...@vger.kernel.org;
> linux-k
From: Zhao Qiang
pcf2127 on lx2160a are not used as watchdog.
Signed-off-by: Zhao Qiang
---
arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.d
From: Zhao Qiang
Commit 0e735eaae165 ("rtc: pcf2127: add watchdog feature support")
adds watchdog feature for pcf2127, then it will be registered as
a watchdog device even though it is not used as watchdog.
Pcf2127 always be registered as watchdog0(default watchdog device),
even though it is not
From: Zhao Qiang
Add bindings for nxp,rtc-2127
Signed-off-by: Zhao Qiang
---
Documentation/devicetree/bindings/rtc/nxp,rtc-2127.txt | 18 ++
1 file changed, 18 insertions(+)
create mode 100644 Documentation/devicetree/bindings/rtc/nxp,rtc-2127.txt
diff --git a/Documentation/d
On 8/24/20 21:29 AM, Guenter Roeck wrote:
> -Original Message-
> From: Guenter Roeck On Behalf Of Guenter Roeck
> Sent: 2020年8月24日 21:29
> To: Qiang Zhao ; w...@linux-watchdog.org
> Cc: linux-watch...@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: Re
On Sat, Aug 22, 2020 at 23:21PM, Vladimir Oltean wrote:
> -Original Message-
> From: Vladimir Oltean
> Sent: 2020年8月22日 23:21
> To: kuldip dwivedi
> Cc: Mark Brown ; linux-...@vger.kernel.org;
> linux-kernel@vger.kernel.org; Qiang Zhao ; Pankaj
> Bansal ; Varun S
On Mon, Aug 24, 2020 at 19:25, Mark Brown wrote:
> -Original Message-
> From: Mark Brown
> Sent: 2020年8月24日 19:25
> To: Vladimir Oltean
> Cc: kuldip dwivedi ;
> linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Qiang Zhao
> ; Pankaj Bansal ; Varun S
From: Zhao Qiang
Kexec maybe need more time than timeout of wdt(sbsa)
which will reset the system.
So it is necessary to add shutdown hook to disable the
wdt when run kexec.
Signed-off-by: Zhao Qiang
---
drivers/watchdog/sbsa_gwdt.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/
On Sat, July 11, 2020 at 22:23PM +0800, Shawn Guo wrote:
> -Original Message-
> From: Shawn Guo
> Sent: 2020年7月11日 22:23
> To: Qiang Zhao
> Cc: devicet...@vger.kernel.org; linux-kernel@vger.kernel.org; Leo Li
> ; Chuanhua Han
> Subject: Re: [RESEND PATCH 1/2] arm
From: Xiaowei Bao
Add the DSPI flash nodes into fsl-ls1028a-qds.dts
Signed-off-by: Xiaowei Bao
Signed-off-by: Zhao Qiang
---
Changes for v2
- correct commit msg
arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts | 85 +++
1 file changed, 85 insertions(+)
diff --git a/a
On 2020/6/24, Leo Li wrote:
> -Original Message-
> From: Leo Li
> Sent: 2020年6月24日 7:12
> To: Qiang Zhao ; shawn...@kernel.org
> Cc: devicet...@vger.kernel.org; linux-kernel@vger.kernel.org; Qiang Zhao
> ; Xiaowei Bao
> Subject: RE: [RESEND PATCH] arm64: dts: ls
From: Chuanhua Han
Add the dspi support on lx2160
Signed-off-by: Chuanhua Han
Signed-off-by: Bao Xiaowei
Signed-off-by: Hou Zhiqiang
Signed-off-by: Zhao Qiang
---
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 39 ++
1 file changed, 39 insertions(+)
diff --git a/a
From: Chuanhua Han
Add device tree node for first flash (CS0) connected
to all dspi controller.
Signed-off-by: Chuanhua Han
Signed-off-by: Wasim Khan
Signed-off-by: Zhao Qiang
---
arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts | 36 +++
1 file changed, 36 insertions(+)
From: Xiaowei Bao
Add the DSPI nodes for ls1028a.
Signed-off-by: Xiaowei Bao
Signed-off-by: Zhao Qiang
---
arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts | 85 +++
1 file changed, 85 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
b/arch/a
From: Xiaowei Bao
Add the DSPI nodes for ls1028a.
Signed-off-by: Xiaowei Bao
Signed-off-by: Zhao Qiang
---
arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts | 85 +++
1 file changed, 85 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
b/arch/a
From: Chuanhua Han
Add the dspi support on lx2160
Signed-off-by: Chuanhua Han
Signed-off-by: Bao Xiaowei
Signed-off-by: Hou Zhiqiang
Signed-off-by: Zhao Qiang
---
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 39 ++
1 file changed, 39 insertions(+)
diff --git a/a
From: Chuanhua Han
Add device tree node for first flash (CS0) connected
to all dspi controller.
Signed-off-by: Chuanhua Han
Signed-off-by: Wasim Khan
Signed-off-by: Zhao Qiang
---
arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts | 36 +++
1 file changed, 36 insertions(+)
On Wed, May 23, 2020 at 5:22 PM Li Yang
> -Original Message-
> From: Li Yang
> Sent: 2020年5月23日 5:22
> To: Kees Cook
> Cc: Gustavo A. R. Silva ; Qiang Zhao
> ; linuxppc-dev ;
> moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
> ; lkml ;
> Gustavo
From: Zhao Qiang
Add qe node to fsl-ls1043a.dtsi and fsl-ls1043a-rdb.dts
Signed-off-by: Zhao Qiang
---
v2:
- add commit msg and drop a new blank line
v3:
- Keep labeling node sort alphabetically
- remove unused device_type
- use GIC_SPI and IRQ_TYPE_LEVEL_HIGH
- use "arm64: dts:" format f
From: Zhao Qiang
Add ds26522 node to fsl-ls1043a-rdb.dts
Signed-off-by: Zhao Qiang
---
v3:
- use "arm64: dts:" format for subject
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 16
1 file changed, 16 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-
On 2020/5/19 6:19, Gustavo A. R. Silva wrote:
> -Original Message-
> From: Gustavo A. R. Silva
> Sent: 2020年5月19日 6:19
> To: Qiang Zhao ; Leo Li
> Cc: linuxppc-...@lists.ozlabs.org; linux-arm-ker...@lists.infradead.org;
> linux-kernel@vger.kernel.org; Gustavo A. R. S
On Wed, Apr 29, 2020 at 04:20:51PM +0800, Shawn Guo wrote:
> -Original Message-
> From: Shawn Guo
> Sent: 2020年5月17日 22:10
> To: Qiang Zhao
> Cc: Leo Li ; devicet...@vger.kernel.org;
> linux-kernel@vger.kernel.org
> Subject: Re: [patch v2 1/2] ls1043ardb: add
From: Zhao Qiang
Add qe node to fsl-ls1043a.dtsi and fsl-ls1043a-rdb.dts
Signed-off-by: Zhao Qiang
---
v2:
- add commit msg and drop a new blank line
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 16 ++
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi| 65 +++
From: Zhao Qiang
add ds26522 node to fsl-ls1043a-rdb.dts
Signed-off-by: Zhao Qiang
---
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 16
1 file changed, 16 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
b/arch/arm64/boot/dts/freescale/fsl-
On 22/10/2019 18:18, Rasmus Villemoes wrote:
> -Original Message-
> From: Rasmus Villemoes
> Sent: 2019年10月22日 18:18
> To: Qiang Zhao ; Leo Li
> Cc: Timur Tabi ; Greg Kroah-Hartman
> ; linux-kernel@vger.kernel.org;
> linux-ser...@vger.kernel.org; Ji
@lists.ozlabs.org; linux-arm-ker...@lists.infradead.org; Qiang
> Zhao
> Subject: Re: [PATCH 0/7] towards QE support on ARM
>
> On Mon, Oct 21, 2019 at 3:46 AM Rasmus Villemoes
> wrote:
> >
> > On 18/10/2019 23.52, Li Yang wrote:
> > > On Fri, Oct 18, 2019 at 3
When fail to request DMA TX/RX channel, use PIO instead for layerscape.
Signed-off-by: Zhao Qiang
---
drivers/i2c/busses/i2c-imx.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/drivers/i2c/busses/i2c-imx.c b/drivers/i2c/busses/i2c-imx.c
index 98b278613cf2..39a5ab4cf332 100644
On 2019/5/1 17:29, Rasmus Villemoes wrote:
> -Original Message-
> From: Rasmus Villemoes
> Sent: 2019年5月1日 17:29
> To: devicet...@vger.kernel.org; Qiang Zhao ; Leo Li
>
> Cc: linuxppc-...@lists.ozlabs.org; linux-arm-ker...@lists.infradead.org;
> linux-kernel
QEIC was supported on PowerPC, and dependent on PPC,
Now it is supported on other platforms, so remove PPCisms.
Signed-off-by: Zhao Qiang
---
arch/powerpc/platforms/83xx/km83xx.c |1 -
arch/powerpc/platforms/83xx/misc.c|1 -
arch/powerpc/platforms/83xx/mpc832x_mds.c
ERS
+M: Qiang Zhao
+L: linux-kernel@vger.kernel.org
+S: Maintained
+F: drivers/irqchip/irq-qeic.c
+
FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
M: Li Yang
L: net...@vger.kernel.org
diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile
index 85972ae..726c0ba 100644
The codes of qe_ic init from a variety of platforms are redundant,
merge them to a common function and put it to irqchip/irq-qeic.c
For non-p1021_mds mpc85xx_mds boards, use "qe_ic_init(np, 0,
qe_ic_cascade_low_mpic, qe_ic_cascade_high_mpic);" instead of
"qe_ic_init(np, 0, qe_ic_cascade_muxed_mpic
QE is an IP block included in SoC of fsl PowerPC series and layerscape series,
its interrupt contoller was put under drivers/soc/fsl/qe, now move to
driver/irqchip.
And QEIC is supported more than just powerpc boards, so remove PPCisms.
changelog:
Changes for v2:
- modify
qeic_of_init just get device_node of qeic from dtb and call qe_ic_init,
pass the device_node to qe_ic_init.
So merge qeic_of_init into qe_ic_init to get the qeic node in
qe_ic_init.
Signed-off-by: Zhao Qiang
---
drivers/irqchip/irq-qeic.c | 110
incl
On 01/03/2019 15.50,Rasmus Villemoes wrote:
> -Original Message-
> From: Rasmus Villemoes
> Sent: 2019年3月1日 15:50
> To: Qiang Zhao ; Leo Li
> Cc: Scott Wood ; linux-kernel@vger.kernel.org; Timur Tabi
> ; Rasmus Villemoes
> Subject: Re: [PATCH 4/4] soc/fsl/qe: qe.c:
On 2019年2月28日 18:31,Rasmus Villemoes wrote:
> -Original Message-
> From: Rasmus Villemoes
> Sent: 2019年2月28日 18:31
> To: Qiang Zhao ; Leo Li
> Cc: Scott Wood ; linux-kernel@vger.kernel.org; Timur Tabi
> ; Rasmus Villemoes
> Subject: [PATCH 4/4] soc/fsl/qe: qe.c:
Anybody help to review on this patchset?
Best Regards
Qiang Zhao
> -Original Message-
> From: Qiang Zhao
> Sent: 2017年11月30日 9:11
> To: Qiang Zhao ; t...@linutronix.de;
> marc.zyng...@arm.com; ja...@lakedaemon.net
> Cc: linux-kernel@vger.kernel.org
> Subject: RE:
On Tue, Feb 26, 2019 at 2:49 AM Rasmus Villemoes
wrote:
> -Original Message-
> From: Rasmus Villemoes
> Sent: 2019年2月26日 16:48
> To: Qiang Zhao ; Leo Li
> Cc: linux-kernel@vger.kernel.org; Valentin Longchamp
> ; Scott Wood ;
> Rasmus Villemoes
> Subject
Hi Wen,
Will you send another version to resolve the issue described in the comments?
BR
Qiang
> -Original Message-
> From: Li Yang
> Sent: 2018年12月6日 4:10
> To: wang.y...@zte.com.cn
> Cc: Qiang Zhao ; zhong.weid...@zte.com.cn; lkml
> ; julia.law...@lip6.fr; linuxp
Hi all,
Is there any comments on this patchset?
Best Regards
Qiang Zhao
-Original Message-
From: Zhao Qiang [mailto:qiang.z...@nxp.com]
Sent: 2017年11月10日 11:31
To: t...@linutronix.de; marc.zyng...@arm.com; ja...@lakedaemon.net
Cc: linux-kernel@vger.kernel.org; Qiang Zhao
Subject
Hi Thomas and Marc,
Is there any feedback? Thank you!
Best Regards
Qiang Zhao
> -Original Message-
> From: Zhao Qiang [mailto:qiang.z...@nxp.com]
> Sent: Friday, November 10, 2017 11:31 AM
> To: t...@linutronix.de; marc.zyng...@arm.com; ja...@lakedaemon.net
> C
On 03/11/17 07:07, Marc Zyngier wrote:
> -Original Message-
> From: Marc Zyngier [mailto:marc.zyng...@arm.com]
> Sent: Friday, November 03, 2017 7:07 PM
> To: Qiang Zhao ; t...@linutronix.de;
> ja...@lakedaemon.net
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: [
On Wed, 1 Nov 2017, Thomas Gleixner wrote:
> -Original Message-
> From: Thomas Gleixner [mailto:t...@linutronix.de]
> Sent: Thursday, November 02, 2017 1:10 AM
> To: Qiang Zhao
> Cc: Michael Ellerman ; Jason Cooper
> ; Marc Zyngier ;
> o...@buserror.net; linuxppc
Michael Ellerman wrote
>
> Qiang Zhao writes:
>
> > Hi all,
> >
> > Could anybody review this patchset and take action on them? Thank you!
>
> Who maintains this? I don't actually know, it's not powerpc code, or is it?
Yes, it's not powerp
Hi all,
Could anybody review this patchset and take action on them? Thank you!
Best Regards
Qiang Zhao
> > -Original Message-
> > From: Zhao Qiang [mailto:qiang.z...@nxp.com]
> > Sent: Monday, August 07, 2017 11:07 AM
> > To: t...@linutronix.de
> > Cc:
Hi all,
Could anybody review this patchset and take action on them? Thank you!
Best Regards
Qiang Zhao
> -Original Message-
> From: Zhao Qiang [mailto:qiang.z...@nxp.com]
> Sent: Monday, August 07, 2017 11:07 AM
> To: t...@linutronix.de
> Cc: o...@buserror.net; Xiaobo Xie
On Tue 8/8/2017 6:05 PM, Michael Ellerman wrote:
> -Original Message-
> From: Michael Ellerman [mailto:m...@ellerman.id.au]
> Sent: Tuesday, August 08, 2017 6:05 PM
> To: Qiang Zhao ; t...@linutronix.de
> Cc: o...@buserror.net; linuxppc-...@lists.ozlabs.org; Xiaobo Xie
&
On Mon 8/7/2017 3:02 PM, Michael Ellerman wrote:
> -Original Message-
> From: Michael Ellerman [mailto:m...@ellerman.id.au]
> Sent: Monday, August 07, 2017 3:02 PM
> To: Qiang Zhao ; t...@linutronix.de
> Cc: o...@buserror.net; Qiang Zhao ; linuxppc-
> d...@lists.ozla
Michael Ellerman wrote:
> -Original Message-
> From: Michael Ellerman [mailto:m...@ellerman.id.au]
> Sent: Monday, July 31, 2017 6:37 PM
> To: Qiang Zhao ; o...@buserror.net
> Cc: valentin.longch...@keymile.com; linuxppc-...@lists.ozlabs.org; linux-
> ker...@vger.ke
Fri 7/28/2017 2:14 PM, Michael Ellerman wrote:
> -Original Message-
> From: Michael Ellerman [mailto:m...@ellerman.id.au]
> Sent: Friday, July 28, 2017 2:14 PM
> To: Qiang Zhao ; o...@buserror.net
> Cc: valentin.longch...@keymile.com; linuxppc-...@lists.ozlabs.or
On Fri, 2017-07-21 at 02:34PM, Michael Ellerman wrote:
> -Original Message-
> From: Michael Ellerman [mailto:m...@ellerman.id.au]
> Sent: Friday, July 21, 2017 2:34 PM
> To: Qiang Zhao ; o...@buserror.net
> Cc: valentin.longch...@keymile.com; linuxppc-...@lists.ozlabs.or
m.com; X.B. Xie
> ; linux-kernel@vger.kernel.org; linuxppc-
> d...@lists.ozlabs.org; Qiang Zhao
> Subject: [PATCH v6 1/4] irqchip/qeic: move qeic driver from drivers/soc/fsl/qe
>
> move the driver from drivers/soc/fsl/qe to drivers/irqchip, merge qe_ic.h and
> qe_ic.c into irq-qeic.
On 16/12/16 04:33, Marc Zyngier wrote:
> -Original Message-
> From: Marc Zyngier [mailto:marc.zyng...@arm.com]
> Sent: Friday, December 16, 2016 4:33 PM
> To: Qiang Zhao ; o...@buserror.net; t...@linutronix.de
> Cc: ja...@lakedaemon.net; Xiaobo Xie ; linux-
> ker.
age-
> From: kbuild test robot [mailto:l...@intel.com]
> Sent: Monday, December 05, 2016 3:00 PM
> To: Qiang Zhao
> Cc: kbuild-...@01.org; o...@buserror.net; ba...@kernel.org;
> gre...@linuxfoundation.org; Xiaobo Xie ; linux-
> ker...@vger.kernel.org; linuxppc-...@lists.ozlabs.org; Qi
On Tue, Sep 27, 2016 at 7:12AM -0500, Scott Wood wrote:
> -Original Message-
> From: Scott Wood [mailto:o...@buserror.net]
> Sent: Tuesday, September 27, 2016 7:12 AM
> To: Qiang Zhao
> Cc: linuxppc-...@lists.ozlabs.org; pku@gmail.com; X.B. Xie
> ; linux-kern
On Sun, Sep 25, 2016 at 12:19PM -0500, Scott Wood wrote:
> -Original Message-
> From: Scott Wood [mailto:o...@buserror.net]
> Sent: Sunday, September 25, 2016 12:19 PM
> To: Qiang Zhao
> Cc: linuxppc-...@lists.ozlabs.org; pku@gmail.com; X.B. Xie
> ; linux-kern
On Fri, Sep 23, 2016 at 3:39 AM, Leo Li wrote:
> -Original Message-
> From: Leo Li [mailto:pku@gmail.com]
> Sent: Friday, September 23, 2016 3:39 AM
> To: Qiang Zhao
> Cc: Scott Wood ; linuxppc-dev d...@lists.ozlabs.org>; lkml ; X.B. Xie
>
> Subject: Re: [
On Mon, Sep 22, 2016 at 2:19 AM, Leo Li wrote:
> -Original Message-
> From: Leo Li [mailto:pku@gmail.com]
> Sent: Thursday, September 22, 2016 2:19 AM
> To: Qiang Zhao
> Cc: Scott Wood ; linuxppc-dev d...@lists.ozlabs.org>; lkml ; X.B. Xie
>
> Subject: Re: [
On Mon, Sep 20, 2016 at 4:13 AM, Leo Li wrote:
> -Original Message-
> From: Leo Li [mailto:pku@gmail.com]
> Sent: Tuesday, September 20, 2016 4:13 AM
> To: Qiang Zhao
> Cc: Scott Wood ; linuxppc-dev d...@lists.ozlabs.org>; lkml ; X.B. Xie
>
> Subject: Re: [
On 6/8/2016 03:48AM, Christophe Leroy wrote :
> -Original Message-
> From: Christophe Leroy [mailto:christophe.le...@c-s.fr]
> Sent: Saturday, August 06, 2016 12:59 AM
> To: Zhao Qiang ; lau...@codeaurora.org
> Cc: catalin.mari...@arm.com; linux-kernel@vger.kernel.org; Scott Wood
> ; o..
Hi Jason,
On Mon, Jul 26, 2016 at 03:24AM, Jason Cooper wrote:
> -Original Message-
> From: Jason Cooper [mailto:ja...@lakedaemon.net]
> Sent: Tuesday, July 26, 2016 3:24 AM
> To: Qiang Zhao
> Cc: o...@buserror.net; linuxppc-...@lists.ozlabs.org; linux-
> ker...@vger.
On Thu, Jul 07, 2016 at 10:25PM , Jason Cooper wrote:
> -Original Message-
> From: Jason Cooper [mailto:ja...@lakedaemon.net]
> Sent: Thursday, July 07, 2016 10:25 PM
> To: Qiang Zhao
> Cc: o...@buserror.net; t...@linutronix.de; marc.zyng...@arm.com; linuxppc-
> d..
On Thu, Jul 07, 2016 at 10:25PM , Jason Cooper wrote:
> -Original Message-
> From: Jason Cooper [mailto:ja...@lakedaemon.net]
> Sent: Thursday, July 07, 2016 10:25 PM
> To: Qiang Zhao
> Cc: o...@buserror.net; t...@linutronix.de; marc.zyng...@arm.com; linuxppc-
> d..
On 07/05/2016 11:19 AM, Jason Cooper wrote:
> -Original Message-
> From: Jason Cooper [mailto:ja...@lakedaemon.net]
> Sent: Tuesday, July 05, 2016 10:22 PM
> To: Qiang Zhao
> Cc: o...@buserror.net; t...@linutronix.de; marc.zyng...@arm.com; linuxppc-
> d...@lists.ozlabs
On 07/05/2016 11:19 AM, Jason Cooper wrote:
> -Original Message-
> From: Jason Cooper [mailto:ja...@lakedaemon.net]
> Sent: Tuesday, July 05, 2016 11:19 AM
> To: Qiang Zhao
> Cc: o...@buserror.net; t...@linutronix.de; marc.zyng...@arm.com; linuxppc-
> d...@lists.ozlabs
On 07/05/2016 11:51 AM, Jason Cooper wrote:
> -Original Message-
> From: Jason Cooper [mailto:ja...@lakedaemon.net]
> Sent: Tuesday, July 05, 2016 11:51 AM
> To: Qiang Zhao
> Cc: o...@buserror.net; t...@linutronix.de; marc.zyng...@arm.com; linuxppc-
> d...@lists.ozlabs
On Thu, 2016-06-23 at 10:59PM, David Miller wrote:
> -Original Message-
> From: David Miller [mailto:da...@davemloft.net]
> Sent: Thursday, June 23, 2016 10:59 PM
> To: Qiang Zhao
> Cc: o...@buserror.net; linux-kernel@vger.kernel.org; net...@vger.kernel.org;
> Xiaobo
On Tue, May 17, 2016 at 07:22AM, Scott Wood wrote:
> -Original Message-
> From: Scott Wood [mailto:o...@buserror.net]
> Sent: Tuesday, May 17, 2016 7:22 AM
> To: Qiang Zhao
> Cc: robh...@kernel.org; devicet...@vger.kernel.org; linux-
> ker...@vger.kernel.org; Xiaobo
l
> ; Claudiu Manoil ; Bhupesh
> Sharma ; Qiang Zhao
> ; Kumar Gala ; Santosh
> Shilimkar ; Yang-Leo Li ; Xiaobo
> Xie ; Yangbo Lu
> Subject: [v9, 6/7] MAINTAINERS: add entry for Freescale SoC driver
>
> Add maintainer entry for Freescale SoC driver including the QE library
On 20/04/2016 12:22AM, Christophe Leroy wrote
> -Original Message-
> From: Christophe Leroy [mailto:christophe.le...@c-s.fr]
> Sent: Wednesday, April 20, 2016 12:22 AM
> To: Qiang Zhao ; da...@davemloft.net
> Cc: gre...@linuxfoundation.org; Xiaobo Xie ; linux-
> ker...@
On Wed, 2016-03-30 at 07:50PM, Joakim Tjernlund wrote:
> -Original Message-
> From: Joakim Tjernlund [mailto:joakim.tjernl...@infinera.com]
> Sent: Wednesday, March 30, 2016 7:50 PM
> To: da...@davemloft.net; Qiang Zhao
> Cc: linuxppc-...@lists.ozlabs.org; linux-kernel@
On Fri, Mar 18, 2016 at 12:28AM, Rob Herring wrote:
> -Original Message-
> From: Rob Herring [mailto:r...@kernel.org]
> Sent: Friday, March 18, 2016 12:28 AM
> To: Qiang Zhao
> Cc: o...@buserror.net; Yang-Leo Li ; Xiaobo Xie
> ; linux-kernel@vger.kernel.org;
> devic
On Tue, Mar 08, 2016 at 1:28AM, Scott Wood wrote:
> -Original Message-
> From: Scott Wood [mailto:o...@buserror.net]
> Sent: Tuesday, March 08, 2016 1:28 AM
> To: Qiang Zhao ; Rob Herring
> Cc: Yang-Leo Li ; Xiaobo Xie ;
> linux-kernel@vger.kernel.org; devicet...@vger.ke
On Tue, Mar 05, 2016 at 12:26PM, Rob Herring wrote:
> -Original Message-
> From: Rob Herring [mailto:r...@kernel.org]
> Sent: Saturday, March 05, 2016 12:26 PM
> To: Qiang Zhao
> Cc: o...@buserror.net; Yang-Leo Li ; Xiaobo Xie
> ; linux-kernel@vger.kernel.org;
> devic
On Thu, 2016-02-25 at 11:12 AM, Scott Wood wrote:
> -Original Message-
> From: Scott Wood [mailto:o...@buserror.net]
> Sent: Thursday, February 25, 2016 11:12 AM
> To: Qiang Zhao ; Rob Herring
> Cc: Yang-Leo Li ; linux-kernel@vger.kernel.org;
> devicet...@vger.ke
On Wen, Feb 24, 2016 at 04:22AM, Rob Herring wrote:
> -Original Message-
> From: Rob Herring [mailto:r...@kernel.org]
> Sent: Wednesday, February 24, 2016 4:22 AM
> To: Qiang Zhao
> Cc: o...@buserror.net; Yang-Leo Li ; linux-
> ker...@vger.kernel.org; devicet...@vger.ke
On Wed, Feb 24, 2016 at 04:24AM, Rob Herring wrote:
> -Original Message-
> From: Rob Herring [mailto:r...@kernel.org]
> Sent: Wednesday, February 24, 2016 4:24 AM
> To: Qiang Zhao
> Cc: o...@buserror.net; Yang-Leo Li ; linux-
> ker...@vger.kernel.org; devicet...@vger.ke
On Wed, 2016-02-24 at 04:20 AM, Scott Wood wrote:
> -Original Message-
> From: Scott Wood [mailto:o...@buserror.net]
> Sent: Wednesday, February 24, 2016 4:20 AM
> To: Rob Herring ; Qiang Zhao
> Cc: Yang-Leo Li ; linux-kernel@vger.kernel.org;
> devicet...@vger.ke
99 matches
Mail list logo