> -Original Message-
> From: Priyanka Jain
> Sent: 2020年12月11日 16:15
> To: Qiang Zhao ; Meenakshi Aggarwal
>
> Cc: u-boot@lists.denx.de; Qiang Zhao
> Subject: RE: [Patch v2] armv8: dts: fsl-lx2162a: add dspi node into qds dts
>
> >-Original Me
From: Zhao Qiang
Add dspi node into lx2162aqds device tree
Signed-off-by: Zhao Qiang
---
changes for v2:
- add alias part
changes for v3:
- rebase
arch/arm/dts/fsl-lx2162a-qds.dts | 102 +++
1 file changed, 102 insertions(+)
diff --git a/ar
From: Zhao Qiang
timeout should be in "millisecond" instead of second,
so divided it by 1000 when calculate the load value.
Signed-off-by: Zhao Qiang
---
drivers/watchdog/sbsa_gwdt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/watchdog/sbsa_gwdt.c b/drivers/watc
t; Marek Vasut ; Jagan Teki ;
> Suneel Garapati ; Michal Simek
> ; Philippe Reynes
> ; Ashok Reddy Soma
> ; Qiang Zhao ; Jason Li
> ; Alex Nemirovsky
> ; Jan Kiszka ;
> Weijie Gao
> Subject: [PATCH 12/18] watchdog: add watchdog driver for MediaTek MT7620
> SoC
>
>
From: Zhao Qiang
Add dspi node into lx2162aqds device tree
Signed-off-by: Zhao Qiang
---
depends on:
https://patchwork.ozlabs.org/project/uboot/patch/1599473527-21511-3-git-send-email-meenakshi.aggar...@nxp.com/
changes for v2:
- add alias part
arch/arm/dts/fsl-lx2162a-qds.dts | 102
From: Zhao Qiang
Add dspi node into lx2162aqds device tree
Signed-off-by: Zhao Qiang
---
depends on:
https://patchwork.ozlabs.org/project/uboot/patch/1599473527-21511-3-git-send-email-meenakshi.aggar...@nxp.com/
arch/arm/dts/fsl-lx2162a-qds.dts | 99
From: Zhao Qiang
Add dspi flash device node to fsl-ls1028a-qds.dtsi
Signed-off-by: Zhao Qiang
---
arch/arm/dts/fsl-ls1028a-qds.dtsi | 74 +++
1 file changed, 74 insertions(+)
diff --git a/arch/arm/dts/fsl-ls1028a-qds.dtsi
b/arch/arm/dts/fsl-ls1028a-qds.dts
Hi,
Any comments on this patchset?
Best Regards
Qiang Zhao
> -Original Message-
> From: Qiang Zhao
> Sent: 2020年6月8日 11:28
> To: Pankaj Bansal
> Cc: u-boot@lists.denx.de; Qiang Zhao
> Subject: [PATCH 1/2] armv8: dts: fsl-lx2160a: add flash node under dspi to qds
>
From: Zhao Qiang
Enable dspi in lx2160aqds tfa defconfig
Enable CONFIG_SPI_FLASH_SST/EON in config file.
Signed-off-by: Zhao Qiang
---
configs/lx2160aqds_tfa_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/lx2160aqds_tfa_defconfig b/configs/lx2160aqds_tfa_defconfig
ind
From: Zhao Qiang
Add flash node under dspi into fsl-lx2160a-qds.dtsi
Signed-off-by: Zhao Qiang
---
arch/arm/dts/fsl-lx2160a-qds.dtsi | 99 +++
1 file changed, 99 insertions(+)
diff --git a/arch/arm/dts/fsl-lx2160a-qds.dtsi
b/arch/arm/dts/fsl-lx2160a-qds.dt
Am 15.04.2020 um 06:57 schrieb Heiko Schocher:
> -Original Message-
> From: Heiko Schocher
> Sent: 2020年4月15日 14:25
> To: Qiang Zhao
> Cc: Priyanka Jain ; U-Boot Mailing List
> ; Holger Brunck ; Joe
> Hershberger ; Mario Six
> Subject: Re: [RFC PATCH] net, qe: a
On 2020/4/15 12:46 Heiko Schocher
> -Original Message-
> From: Heiko Schocher
> Sent: 2020年4月15日 12:46
> To: Qiang Zhao
> Cc: U-Boot Mailing List ; Holger Brunck
> ; Mario Six ; Wolfgang Denk
> ; Holger Brunck
> Subject: Re: [RFC PATCH] powerpc, qe: add DTS
On 2020/4/9 13:20, Heiko Schocher wrote:
> -Original Message-
> From: Heiko Schocher
> Sent: 2020年4月9日 13:19
> To: Priyanka Jain
> Cc: U-Boot Mailing List ; Holger Brunck
> ; Joe Hershberger ;
> Mario Six ; Qiang Zhao
> Subject: Re: [RFC PATCH] net, qe: a
On 2020/2/18 17:05, Heiko Schocher mailto:h...@denx.de>> wrote:
> -Original Message-
> From: Heiko Schocher
> Sent: 2020年2月18日 17:05
> To: U-Boot Mailing List
> Cc: Heiko Schocher ; Holger Brunck
> ; Mario Six ; Qiang Zhao
> ; Wolfgang Denk
> Su
Hi,
I will work on porting driver/qe to DM.
Best Regards
Qiang Zhao
> -Original Message-
> From: Ran Wang
> Sent: 2020年2月3日 18:23
> To: h...@denx.de; u-boot@lists.denx.de; Qiang Zhao
> Cc: Mario Six ; York Sun ; Xiaobo Xie
>
> Subject: RE: net: porting qe driver
From: Thomas Schaefer
expire_now method is required by U_BOOT_DRIVER. Add
sp805_wdt_expire_now function.
Signed-off-by: Thomas Schaefer
Signed-off-by: Zhao Qiang
---
drivers/watchdog/sp805_wdt.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/drivers/watchdog/sp8
From: Thomas Schaefer
The SP805-WDT module on LS1028A requires configuration of PMU's
PCTBENR register to enable watchdog counter decrement and reset
signal generation. The watchdog clock needs to be enabled first.
Signed-off-by: Thomas Schaefer
Signed-off-by: Zhao Qiang
---
arch/arm/cpu/armv
Enable watchdog which is sp805, can be found on some NXP
Layerscape SoC.
Signed-off-by: Zhao Qiang
---
configs/ls1028ardb_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/ls1028ardb_defconfig b/configs/ls1028ardb_defconfig
index e3ff21f10c..5edcaae24b 100644
--- a/configs
sp805 is watchdog on some NXP layerscape SoCs, Now add its driver in uboot.
To add
CONFIG_WDT_SP805=y
CONFIG_WDT=y
CONFIG_CMD_WDT=y
in defconfig to use it.
Signed-off-by: Zhao Qiang
---
MAINTAINERS | 1 +
drivers/watchdog/Kconfig | 7 ++
drivers/w
add sp805 nodes in fsl-ls1028a.dtsi
Signed-off-by: Zhao Qiang
---
arch/arm/dts/fsl-ls1028a.dtsi | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/fsl-ls1028a.dtsi b/arch/arm/dts/fsl-ls1028a.dtsi
index 35382eb3b4..30fb20cd3e 100644
--- a/arch/arm/dts/fsl-ls1028a.dtsi
+++ b/arch
changes for v2:
- modify the driver to DM
changes for v3:
- drop member "timeout" of struct "sp805_wat_priv", it is not
needed
Zhao Qiang (3):
watchdog: add sp805 watchdog support
dts: fsl-ls1028a: add sp805 node which is a watchdog
defconfig: ls1028ardb: enable wdt
add sp805 nodes in fsl-ls1028a.dtsi
---
arch/arm/dts/fsl-ls1028a.dtsi | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/fsl-ls1028a.dtsi b/arch/arm/dts/fsl-ls1028a.dtsi
index 35382eb3b4..30fb20cd3e 100644
--- a/arch/arm/dts/fsl-ls1028a.dtsi
+++ b/arch/arm/dts/fsl-ls1028a.dtsi
@@
sp805 is watchdog on some NXP layerscape SoCs, Now add its driver in uboot.
To add
CONFIG_WDT_SP805=y
CONFIG_WDT=y
CONFIG_CMD_WDT=y
in defconfig to use it.
Signed-off-by: Zhao Qiang
---
MAINTAINERS | 1 +
drivers/watchdog/Kconfig | 7 ++
drivers/w
Enable watchdog which is sp805, can be found on some NXP
Layerscape SoC.
Signed-off-by: Zhao Qiang
---
configs/ls1028ardb_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/ls1028ardb_defconfig b/configs/ls1028ardb_defconfig
index e3ff21f10c..5edcaae24b 100644
--- a/configs
changes for v2:
- modify the driver to DM
Zhao Qiang (3):
watchdog: add sp805 watchdog support
dts: fsl-ls1028a: add sp805 node which is a watchdog
defconfig: ls1028ardb: enable wdt
MAINTAINERS | 1 +
arch/arm/dts/fsl-ls1028a.dtsi | 4 ++
configs/ls1028ardb_de
Signed-off-by: Zhao Qiang
---
include/configs/ls1028a_common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h
index 3cb64c5f0c..3aec8087af 100644
--- a/include/configs/ls1028a_common.h
+++ b/include/configs/ls1028a_common.
sp805 is watchdog on some NXP layerscape SoCs, Now add its driver in uboot.
Signed-off-by: Zhao Qiang
---
MAINTAINERS | 1 +
common/board_f.c | 2 +-
drivers/watchdog/Kconfig | 8 +
drivers/watchdog/Makefile| 1 +
drivers/watchdog/sp805_wdt.c | 70 +++
Hi York,
It seems nobody have comments on this patch,
Could you help to take action on it?
Best Regards
Qiang Zhao
> -Original Message-
> From: Zhao Qiang
> Sent: 2018年8月29日 11:47
> To: York Sun ; joe.hershber...@ni.com
> Cc: u-boot@lists.denx.de; Qiang Zhao
> Subje
to tgec and now xgec.
If it fix up successfully with fman-10-mac, it will return 0, and doesn't fix
up for the other two compatible.
If failed with fman-tgec, then to fix up for fsl,fman-xgec, if success, return
0 and doesn't fix up for fman-10-mac.
BR
Qiang Zhao
__
evice tree binding document can be found in the Linux
>> kernel:
>> ./Documentation/devicetree/bindings/net/fsl-fman.txt
> It would be helpful to know which version or commit has this change.
> It doesn't impact this patch though.
Thank you for your suggestion
On 01/03/2018 06:13 AM, Tom Rini wrote:
> -Original Message-
> From: Tom Rini [mailto:tr...@konsulko.com]
> Sent: Wednesday, January 03, 2018 10:13 PM
> To: u-boot@lists.denx.de
> Cc: Qiang Zhao ; York Sun
> Subject: [PATCH] powerpc: P1010RDB: Rework local command to no
+Yangbo
Best Regards
Qiang Zhao
> -Original Message-
> From: York Sun
> Sent: Wednesday, August 23, 2017 12:49 AM
> To: Bin Meng ; Grygorii Strashko
> ; Michal Simek ; Angelo
> Dureghello ; Kever Yang ;
> Jaehoon Chung ; Albert Aribaud
> ; Marcel Ziswiler ;
&g
On 05/16/2017 1:26 AM, York Sun wrote:
> -Original Message-
> From: york sun
> Sent: Tuesday, May 16, 2017 1:26 AM
> To: Qiang Zhao ; Alison Wang
> Cc: Mingkai Hu ; Xiaobo Xie ; u-
> b...@lists.denx.de
> Subject: Re: [PATCH v3] QE: add QE support on SD boot
>
> -Original Message-
> From: Prabhakar Kushwaha
> Sent: Wednesday, September 07, 2016 10:46 AM
> To: Qiang Zhao ; york sun
> Cc: u-boot@lists.denx.de; X.B. Xie
> Subject: RE: [U-Boot] [PATCH v3 2/2] pbl: use "wait" command instead of
> "flush&q
On 08/31/2016 11:21 AM, York Sun wrote:
> -Original Message-
> From: york sun
> Sent: Wednesday, August 31, 2016 11:21 PM
> To: Qiang Zhao
> Cc: u-boot@lists.denx.de; Shengzhou Liu ; Xiaobo
> Xie
> Subject: Re: [PATCH] pbl: use "wait" command instead of &qu
On 07/20/2016 06:05 PM, York Sun wrote:
> -Original Message-
> From: york sun
> Sent: Wednesday, July 20, 2016 6:05 AM
> To: Qiang Zhao
> Cc: Xiaobo Xie ; u-boot@lists.denx.de; Roy Zang
>
> Subject: Re: [PATCH] Revert "T2080QDS/PCIe: Soft Reset PCIe on T2080QDS
On 04/21/2016 12:58 AM, York Sun wrote:
> -Original Message-
> From: York Sun [mailto:york@nxp.com]
> Sent: Thursday, April 21, 2016 12:58 AM
> To: Qiang Zhao
> Cc: Xiaobo Xie ; u-boot@lists.denx.de
> Subject: Re: [PATCH] Revert "T2080QDS/PCIe: Soft Reset PCIe
> -Original Message-
> From: Mingkai Hu
> Sent: Friday, January 29, 2016 11:03 AM
> To: Qiang Zhao
> Cc: tr...@konsulko.com; york sun ; u-boot@lists.denx.de;
> Qiang Zhao
> Subject: RE: [PATCH v3 4/4] qe: assgin pins to qe-hdlc
>
> > -Original Mes
> -Original Message-
> From: Mingkai Hu
> Sent: Tuesday, January 26, 2016 12:23 PM
> To: Qiang Zhao
> Cc: tr...@konsulko.com; york sun ; u-boot@lists.denx.de;
> Qiang Zhao
> Subject: RE: [PATCH v2 3/3] QE: assgin pins to QE-HDLC
>
>
>
> > -
On Tue, Jan 5, 2016 at 1:02 PM, Fabio Estevam wrote:
> -Original Message-
> From: Fabio Estevam [mailto:feste...@gmail.com]
> Sent: Wednesday, January 06, 2016 3:03 AM
> To: sba...@denx.de
> Cc: joe.hershber...@ni.com; b45...@freescale.com; york...@freescale.com;
> troy.ki...@boundarydevi
On Tue, Jan 5, 2016 at 1:02 PM, Fabio Estevam wrote:
> -Original Message-
> From: Fabio Estevam [mailto:feste...@gmail.com]
> Sent: Wednesday, January 06, 2016 3:03 AM
> To: sba...@denx.de
> Cc: joe.hershber...@ni.com; b45...@freescale.com; york...@freescale.com;
> troy.ki...@boundarydevic
On Tue, Jan 5, 2016 at 1:02 PM, Fabio Estevam wrote:
> -Original Message-
> From: Fabio Estevam [mailto:feste...@gmail.com]
> Sent: Wednesday, January 06, 2016 3:03 AM
> To: sba...@denx.de
> Cc: joe.hershber...@ni.com; b45...@freescale.com; york...@freescale.com;
> troy.ki...@boundarydevi
42 matches
Mail list logo