[PATCH] watchdog: stop wdd when watchdog hw running in reboot_notifier

2021-01-14 Thread Qiang Zhao
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

RE: [PATCH 00/20] ethernet: ucc_geth: assorted fixes and simplifications

2020-12-07 Thread Qiang Zhao
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

[PATCH] wdt: sp805: add watchdog_stop on reboot

2020-11-26 Thread Qiang Zhao
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 ---

[Patch v2] spi: fsl-dspi: fix wrong pointer in suspend/resume

2020-11-02 Thread Qiang Zhao
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

RE: [PATCH] spi: fsl-dspi: fix NULL pointer dereference

2020-11-01 Thread Qiang Zhao
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

RE: [PATCH] spi: fsl-dspi: fix NULL pointer dereference

2020-11-01 Thread Qiang Zhao
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

RE: [PATCH] spi: fsl-dspi: fix NULL pointer dereference

2020-10-29 Thread Qiang Zhao
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

[PATCH] spi: fsl-dspi: fix NULL pointer dereference

2020-10-29 Thread Qiang Zhao
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]

RE: [PATCH 0/2] rtc: pcf2127: only use watchdog when explicitly available

2020-10-26 Thread Qiang Zhao
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

RE: [Patch v2 1/3] dt-bindings: rtc: pcf2127: Add bindings for nxp,pcf2127

2020-09-24 Thread Qiang Zhao
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.

RE: [Patch v2 1/3] dt-bindings: rtc: pcf2127: Add bindings for nxp,pcf2127

2020-09-23 Thread Qiang Zhao
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

RE: [PATCH] arm64: dts: layerscape: correct watchdog clocks for LS1088A

2020-09-21 Thread Qiang Zhao
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

[Patch v2] arm64: dts: layerscape: correct watchdog clocks for LS1088A

2020-09-21 Thread Qiang Zhao
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

[Patch v2 2/3] rtc: pcf2127: add "no-watchdog" property

2020-09-21 Thread Qiang Zhao
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

[Patch v2 1/3] dt-bindings: rtc: pcf2127: Add bindings for nxp,pcf2127

2020-09-21 Thread Qiang Zhao
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

[Patch v2 3/3] arm64: dts: lx2160a: Add "no-watchdog" property to pcf2127

2020-09-21 Thread Qiang Zhao
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

RE: [PATCH 1/3] dt-bindings: rtc-2127: Add bindings for nxp,rtc-2127.txt

2020-09-17 Thread Qiang Zhao
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

[PATCH 2/2] arm64: dts: layerscape: modify clocks divider to 32 for wdt

2020-09-15 Thread Qiang Zhao
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

[PATCH 1/2] clk: qoriq: modify MAX_PLL_DIV to 32

2020-09-15 Thread Qiang Zhao
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

RE: [PATCH 1/3] dt-bindings: rtc-2127: Add bindings for nxp,rtc-2127.txt

2020-09-14 Thread Qiang Zhao
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

[PATCH] arm64: dts: layerscape: correct watchdog clocks for LS1088A

2020-09-14 Thread Qiang Zhao
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

RE: [PATCH 1/3] dt-bindings: rtc-2127: Add bindings for nxp,rtc-2127.txt

2020-09-14 Thread Qiang Zhao
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

RE: [PATCH 1/3] dt-bindings: rtc-2127: Add bindings for nxp,rtc-2127.txt

2020-09-09 Thread Qiang Zhao
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

[PATCH 3/3] arm64: dts: lx2160a: Add "no-watchdog" property to pcf2127

2020-08-27 Thread Qiang Zhao
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

[PATCH 2/3] rtc: pcf2127: add "no-watchdog" property

2020-08-27 Thread Qiang Zhao
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

[PATCH 1/3] dt-bindings: rtc-2127: Add bindings for nxp,rtc-2127.txt

2020-08-27 Thread Qiang Zhao
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

RE: [PATCH] watchdog: sbsa_gwdt: add shutdown hook to driver

2020-08-27 Thread Qiang Zhao
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

RE: [PATCH] spi: spi-fsl-dspi: Add ACPI support

2020-08-26 Thread Qiang Zhao
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

RE: [PATCH] spi: spi-fsl-dspi: Add ACPI support

2020-08-26 Thread Qiang Zhao
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

[PATCH] watchdog: sbsa_gwdt: add shutdown hook to driver

2020-08-24 Thread Qiang Zhao
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

RE: [RESEND PATCH 1/2] arm64: dts: lx2160a: add dspi controller DT nodes

2020-07-12 Thread Qiang Zhao
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

[Patch V2] arm64: dts: ls1028a: Add DSPI flash nodes for LS1028a-qds

2020-06-28 Thread Qiang Zhao
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

RE: [RESEND PATCH] arm64: dts: ls1028a: Add DSPI nodes

2020-06-23 Thread Qiang Zhao
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

[RESEND PATCH 1/2] arm64: dts: lx2160a: add dspi controller DT nodes

2020-06-22 Thread Qiang Zhao
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

[RESEND PATCH 2/2] arm64: dts: lx2160a: add DT node for all DSPI controller

2020-06-22 Thread Qiang Zhao
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

[RESEND PATCH] arm64: dts: ls1028a: Add DSPI nodes

2020-06-22 Thread Qiang Zhao
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

[PATCH] arm64: dts: ls1028a: Add DSPI nodes

2020-06-22 Thread Qiang Zhao
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

[PATCH 1/2] arm64: dts: lx2160a: add dspi controller DT nodes

2020-06-22 Thread Qiang Zhao
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

[PATCH 2/2] arm64: dts: lx2160a: add DT node for all DSPI controller

2020-06-22 Thread Qiang Zhao
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

RE: [PATCH] soc: fsl: qe: Replace one-element array and use struct_size() helper

2020-05-24 Thread Qiang Zhao
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

[PATCH v3 1/2] arm64: dts: add qe node to ls1043ardb

2020-05-19 Thread Qiang Zhao
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

[PATCH v3 2/2] arm64: dts: Add ds26522 node to dts to ls1043ardb

2020-05-19 Thread Qiang Zhao
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

RE: [PATCH] soc: fsl: qe: Replace one-element array and use struct_size() helper

2020-05-18 Thread Qiang Zhao
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

RE: [patch v2 1/2] ls1043ardb: add qe node to ls1043ardb

2020-05-17 Thread Qiang Zhao
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

[patch v2 1/2] ls1043ardb: add qe node to ls1043ardb

2020-04-29 Thread Qiang Zhao
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 +++

[patch v2 2/2] ls1043ardb: add ds26522 node to dts

2020-04-29 Thread Qiang Zhao
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

RE: [PATCH 0/7] towards QE support on ARM

2019-10-22 Thread Qiang Zhao
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

RE: [PATCH 0/7] towards QE support on ARM

2019-10-21 Thread Qiang Zhao
@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

[PATCH] i2c: layerscape: use PIO when fail to request dma channel

2019-05-23 Thread Qiang Zhao
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

RE: [EXT] [PATCH v2 6/6] soc/fsl/qe: qe.c: fold qe_get_num_of_snums into qe_snums_init

2019-05-08 Thread Qiang Zhao
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

[patch v14 4/4] irqchip/qeic: remove PPCisms for QEIC

2019-03-24 Thread Qiang Zhao
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

[patch v14 1/4] irqchip/qeic: move qeic driver from drivers/soc/fsl/qe

2019-03-24 Thread Qiang Zhao
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

[patch v14 2/4] irqchip/qeic: merge qeic init code from platforms to a common function

2019-03-24 Thread Qiang Zhao
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,

[PATCH 0/4] This patchset is to remove PPCisms for QEIC

2019-03-24 Thread Qiang Zhao
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

[patch v14 3/4] irqchip/qeic: merge qeic_of_init into qe_ic_init

2019-03-24 Thread Qiang Zhao
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

RE: [PATCH 4/4] soc/fsl/qe: qe.c: support fsl,qe-snums property

2019-03-01 Thread Qiang Zhao
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:

RE: [PATCH 4/4] soc/fsl/qe: qe.c: support fsl,qe-snums property

2019-02-28 Thread Qiang Zhao
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:

RE: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC

2019-02-28 Thread Qiang Zhao
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 > Subjec

RE: [RFC PATCH] soc/fsl/qe: support MPC8309

2019-02-27 Thread Qiang Zhao
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

RE: [PATCH] soc/fsl/qe: fix err handling of ucc_of_parse_tdm

2018-12-24 Thread Qiang Zhao
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

RE: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC

2018-02-06 Thread Qiang Zhao
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 <qian

RE: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC

2018-02-06 Thread Qiang Zhao
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

RE: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC

2017-11-29 Thread Qiang Zhao
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

RE: [Patch v13 0/4] This patchset is to remove PPCisms for QEIC

2017-11-29 Thread Qiang Zhao
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

RE: [PATCH 1/8] ls1043ardb: add qe node to ls1043ardb

2017-11-05 Thread Qiang Zhao
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 <qiang.z...@nxp.com>; t...@linutronix.de; > ja...@lakedaemon.net > Cc: linux-kernel@vger.

RE: [PATCH 1/8] ls1043ardb: add qe node to ls1043ardb

2017-11-05 Thread Qiang Zhao
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: [

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-11-01 Thread Qiang Zhao
On Wed, 1 Nov 2017, Thomas Gleixner <t...@linutronix.de> wrote: > -Original Message- > From: Thomas Gleixner [mailto:t...@linutronix.de] > Sent: Thursday, November 02, 2017 1:10 AM > To: Qiang Zhao <qiang.z...@nxp.com> > Cc: Michael Ellerman <m...@eller

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-11-01 Thread Qiang Zhao
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

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-10-31 Thread Qiang Zhao
Michael Ellerman <m...@ellerman.id.au> wrote > > Qiang Zhao <qiang.z...@nxp.com> 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 powerp

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-10-31 Thread Qiang Zhao
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 powerpc code, it is i

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-10-30 Thread Qiang Zhao
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:

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-10-30 Thread Qiang Zhao
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:

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-10-23 Thread Qiang Zhao
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; Xia

RE: [PATCH v10 0/4] this patchset is to remove PPCisms for QEIC

2017-10-23 Thread Qiang Zhao
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

RE: [PATCH v10 4/4] irqchip/qeic: remove PPCisms for QEIC

2017-08-08 Thread Qiang Zhao
On Tue 8/8/2017 6:05 PM, Michael Ellerman <m...@ellerman.id.au> wrote: > -Original Message- > From: Michael Ellerman [mailto:m...@ellerman.id.au] > Sent: Tuesday, August 08, 2017 6:05 PM > To: Qiang Zhao <qiang.z...@nxp.com>; t...@linutronix.de > Cc:

RE: [PATCH v10 4/4] irqchip/qeic: remove PPCisms for QEIC

2017-08-08 Thread Qiang Zhao
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 &

RE: [PATCH v10 4/4] irqchip/qeic: remove PPCisms for QEIC

2017-08-08 Thread Qiang Zhao
On Mon 8/7/2017 3:02 PM, Michael Ellerman <m...@ellerman.id.au> wrote: > -Original Message- > From: Michael Ellerman [mailto:m...@ellerman.id.au] > Sent: Monday, August 07, 2017 3:02 PM > To: Qiang Zhao <qiang.z...@nxp.com>; t...@linutronix.de > Cc: o...@buserr

RE: [PATCH v10 4/4] irqchip/qeic: remove PPCisms for QEIC

2017-08-08 Thread Qiang Zhao
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

QRE: [PATCH v2] qe: fix compile issue for arm64

2017-08-01 Thread Qiang Zhao
Michael Ellerman <m...@ellerman.id.au> wrote: > -Original Message- > From: Michael Ellerman [mailto:m...@ellerman.id.au] > Sent: Monday, July 31, 2017 6:37 PM > To: Qiang Zhao <qiang.z...@nxp.com>; o...@buserror.net > Cc: valentin.longch...@keymile.com; li

QRE: [PATCH v2] qe: fix compile issue for arm64

2017-08-01 Thread Qiang Zhao
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

RE: [PATCH v2] qe: fix compile issue for arm64

2017-07-28 Thread Qiang Zhao
Fri 7/28/2017 2:14 PM, Michael Ellerman <m...@ellerman.id.au> wrote: > -Original Message- > From: Michael Ellerman [mailto:m...@ellerman.id.au] > Sent: Friday, July 28, 2017 2:14 PM > To: Qiang Zhao <qiang.z...@nxp.com>; o...@buserror.net > Cc: valentin.long

RE: [PATCH v2] qe: fix compile issue for arm64

2017-07-28 Thread Qiang Zhao
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

RE: [PATCH] qe: fix compile issue for arm64

2017-07-23 Thread Qiang Zhao
On Fri, 2017-07-21 at 02:34PM, Michael Ellerman <m...@ellerman.id.au> wrote: > -Original Message- > From: Michael Ellerman [mailto:m...@ellerman.id.au] > Sent: Friday, July 21, 2017 2:34 PM > To: Qiang Zhao <qiang.z...@nxp.com>; o...@buserror.net > Cc: val

RE: [PATCH] qe: fix compile issue for arm64

2017-07-23 Thread Qiang Zhao
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

RE: [PATCH v6 1/4] irqchip/qeic: move qeic driver from drivers/soc/fsl/qe

2016-12-16 Thread Qiang Zhao
m.com; X.B. Xie > <xiaobo@nxp.com>; linux-kernel@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org; Qiang Zhao <qiang.z...@nxp.com> > 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/irq

RE: [PATCH v6 1/4] irqchip/qeic: move qeic driver from drivers/soc/fsl/qe

2016-12-16 Thread Qiang Zhao
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.

RE: [PATCH v6 2/4] irqchip/qeic: merge qeic init code from platforms to a common function

2016-12-16 Thread Qiang Zhao
On 16/12/16 04:33, Marc Zyngier <marc.zyng...@arm.com> wrote: > -Original Message- > From: Marc Zyngier [mailto:marc.zyng...@arm.com] > Sent: Friday, December 16, 2016 4:33 PM > To: Qiang Zhao <qiang.z...@nxp.com>; o...@buserror.net; t...@linutronix.de > Cc: j

RE: [PATCH v6 2/4] irqchip/qeic: merge qeic init code from platforms to a common function

2016-12-16 Thread Qiang Zhao
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.

RE: [PATCH v9] QE: remove PPCisms for QE

2016-12-04 Thread Qiang Zhao
age- > From: kbuild test robot [mailto:l...@intel.com] > Sent: Monday, December 05, 2016 3:00 PM > To: Qiang Zhao <qiang.z...@nxp.com> > Cc: kbuild-...@01.org; o...@buserror.net; ba...@kernel.org; > gre...@linuxfoundation.org; Xiaobo Xie <xiaobo@nxp.com>; linux- >

RE: [PATCH v9] QE: remove PPCisms for QE

2016-12-04 Thread Qiang Zhao
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

RE: [v6,2/2] QE: remove PPCisms for QE

2016-09-26 Thread Qiang Zhao
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 <qiang.z...@nxp.com> > Cc: linuxppc-...@lists.ozlabs.org; pku@gmail.co

RE: [v6,2/2] QE: remove PPCisms for QE

2016-09-26 Thread Qiang Zhao
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

RE: [v6,2/2] QE: remove PPCisms for QE

2016-09-25 Thread Qiang Zhao
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 <qiang.z...@nxp.com> > Cc: linuxppc-...@lists.ozlabs.org; pku@gmail.co

RE: [v6,2/2] QE: remove PPCisms for QE

2016-09-25 Thread Qiang Zhao
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

RE: [PATCH v5 2/2] QE: remove PPCisms for QE

2016-09-23 Thread Qiang Zhao
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 <qiang.z...@nxp.com> > Cc: Scott Wood <o...@buserror.net>; linuxppc-dev d...@lists.ozla

RE: [PATCH v5 2/2] QE: remove PPCisms for QE

2016-09-23 Thread Qiang Zhao
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: [

RE: [PATCH v5 2/2] QE: remove PPCisms for QE

2016-09-22 Thread Qiang Zhao
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 <qiang.z...@nxp.com> > Cc: Scott Wood <o...@buserror.net>; linuxppc-dev d...@lists.ozla

RE: [PATCH v5 2/2] QE: remove PPCisms for QE

2016-09-22 Thread Qiang Zhao
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: [

RE: [PATCH v5 2/2] QE: remove PPCisms for QE

2016-09-20 Thread Qiang Zhao
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 <qiang.z...@nxp.com> > Cc: Scott Wood <o...@buserror.net>; linuxppc-dev d...@lists.ozla

RE: [PATCH v5 2/2] QE: remove PPCisms for QE

2016-09-20 Thread Qiang Zhao
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: [

  1   2   >