[PATCH] arm64: ls1012a: enable DM support for sata

2020-02-14 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- configs/ls1012a2g5rdb_qspi_defconfig | 1 + configs/ls1012a2g5rdb_tfa_defconfig | 1 + configs/ls1012afrdm_qspi_defconfig | 6 ++ configs/ls1012afrdm_tfa_defconfig| 6

[U-Boot] [V3 1/2] ata: fsl_sata: Add DM support for Freescale PowerPC SATA driver

2019-11-18 Thread Peng Ma
AHCI before the v2019.07 release." Failure to update by the deadline may result in board removal." See doc/driver-model/MIGRATION.txt for more info." ====" Signed-off-by: Peng Ma --- Changed for v3: - Limitd the title f

[U-Boot] [V3 2/2] ata: sata_sil: Add DM support for Silicon sata driver

2019-11-18 Thread Peng Ma
GRATION.txt for more info." ====" Signed-off-by: Peng Ma --- Changed for v3: - Remove the typedef drivers/ata/Kconfig| 1 + drivers/ata/sata_sil.c | 535 +++-- drivers/ata/sata_sil.h | 10 + 3 files changed, 353 insertio

Re: [U-Boot] [V3 2/2] ata: sata_sil: Add DM support for Silicon sata driver

2019-11-18 Thread Peng Ma
>-Original Message- >From: Peng Ma >Sent: 2019年11月19日 14:18 >To: Prabhakar X ; w...@denx.de >Cc: ja...@openedev.com; s...@chromium.org; andre.przyw...@arm.com; >s...@denx.de; sm...@web.de; u-boot@lists.denx.de; Peng Ma > >Subject: [V3 2/2] ata: sata_sil: Add DM

Re: [U-Boot] [V3 1/2] ata: fsl_sata: Add DM support for Freescale PowerPC SATA driver

2019-11-18 Thread Peng Ma
>-Original Message- >From: Peng Ma >Sent: 2019年11月19日 14:18 >To: Prabhakar X ; w...@denx.de >Cc: ja...@openedev.com; s...@chromium.org; andre.przyw...@arm.com; >s...@denx.de; sm...@web.de; u-boot@lists.denx.de; Peng Ma > >Subject: [V3 1/2] ata: fsl_sata: Add

[U-Boot] [PATCH 1/2] ata: fsl_sata: Add sata DM support for Freescale powerpc

2019-10-14 Thread Peng Ma
se." Failure to update by the deadline may result in board removal." See doc/driver-model/MIGRATION.txt for more info." ====" Signed-off-by: Peng Ma --- drivers/ata/Kconfig|

[U-Boot] [PATCH 2/2] ata: sata_sil: Add sata DM support for Silicon driver

2019-10-14 Thread Peng Ma
GRATION.txt for more info." ====" Signed-off-by: Peng Ma --- drivers/ata/Kconfig| 1 + drivers/ata/sata_sil.c | 538 +++-- drivers/ata/sata_sil.h | 13 +- 3 files changed, 355 insertions(+), 197 deletions(-) diff --git

[U-Boot] [PATCH 2/6] powerpc: p3041: dts: Added Sata DT nodes

2019-10-16 Thread Peng Ma
This patch is to add sata node for P3041 platform Signed-off-by: Peng Ma --- arch/powerpc/dts/p3041.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p3041.dtsi b/arch/powerpc/dts/p3041.dtsi index 197896d..23bde81 100644 --- a/arch/powerpc/dts/p3041.dtsi +++ b

[U-Boot] [PATCH 3/6] powerpc: p5040: dts: Added Sata DT nodes

2019-10-16 Thread Peng Ma
This patch is to add sata node for P5040 platform Signed-off-by: Peng Ma --- arch/powerpc/dts/p5040.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p5040.dtsi b/arch/powerpc/dts/p5040.dtsi index 8ab123d..7b8218a 100644 --- a/arch/powerpc/dts/p5040.dtsi +++ b

[U-Boot] [PATCH 1/6] powerpc: p2041: dts: Added Sata DT nodes

2019-10-16 Thread Peng Ma
This patch is to add sata node for P2041 platform Signed-off-by: Peng Ma --- arch/powerpc/dts/p2041.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p2041.dtsi b/arch/powerpc/dts/p2041.dtsi index 55f7adc..239439d 100644 --- a/arch/powerpc/dts/p2041.dtsi +++ b

[U-Boot] [PATCH 4/6] powerpc: t102x: dts: Added Sata DT nodes

2019-10-16 Thread Peng Ma
This patch is to add sata node for T102x platform Signed-off-by: Peng Ma --- arch/powerpc/dts/t102x.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/t102x.dtsi b/arch/powerpc/dts/t102x.dtsi index c49fd21..7d3f7c5 100644 --- a/arch/powerpc/dts/t102x.dtsi +++ b

[U-Boot] [PATCH 5/6] powerpc: t104x: dts: Added Sata DT nodes

2019-10-16 Thread Peng Ma
This patch is to add sata node for T104x platform Signed-off-by: Peng Ma --- arch/powerpc/dts/t104x.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/t104x.dtsi b/arch/powerpc/dts/t104x.dtsi index 5998967..fe6cc3c 100644 --- a/arch/powerpc/dts/t104x.dtsi +++ b

[U-Boot] [PATCH 6/6] powerpc: t4240: dts: Added Sata DT nodes

2019-10-16 Thread Peng Ma
This patch is to add sata node for T4240 platform Signed-off-by: Peng Ma --- arch/powerpc/dts/t4240.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/t4240.dtsi b/arch/powerpc/dts/t4240.dtsi index fc34974..3bda2fa 100644 --- a/arch/powerpc/dts/t4240.dtsi +++ b

[U-Boot] [v2 1/2] ata: fsl_sata: Add DM support for Freescale PowerPC SATA driver

2019-10-23 Thread Peng Ma
FIG_AHCI before the v2019.07 release." Failure to update by the deadline may result in board removal." See doc/driver-model/MIGRATION.txt for more info." ====" Signed-off-by: Peng Ma --- Changed for v2: - Rewrite the sub

[U-Boot] [v2 2/2] ata: sata_sil: Add DM support for Silicon sata driver

2019-10-23 Thread Peng Ma
GRATION.txt for more info." ====" Signed-off-by: Peng Ma --- Changed for v2: - Rewrite the subject and description drivers/ata/Kconfig| 1 + drivers/ata/sata_sil.c | 539 +++-- drivers/ata/sata_sil.h | 14 +- 3 fi

[U-Boot] [v2 1/6] powerpc: p2041: dts: Add Sata DT nodes

2019-10-23 Thread Peng Ma
This patch is to add sata node for P2041 platform Signed-off-by: Peng Ma --- Changed for v2: - Change "Added" to "Add" arch/powerpc/dts/p2041.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p2041.dtsi b/arch/powerpc/dts/p204

[U-Boot] [v2 5/6] powerpc: t104x: dts: Add Sata DT nodes

2019-10-23 Thread Peng Ma
This patch is to add sata node for T104x platform Signed-off-by: Peng Ma --- Changed for v2: - Change "Added" to "Add" arch/powerpc/dts/t104x.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/t104x.dtsi b/arch/powerpc/dts/t104

[U-Boot] [v2 2/6] powerpc: p3041: dts: Add Sata DT nodes

2019-10-23 Thread Peng Ma
This patch is to add sata node for P3041 platform Signed-off-by: Peng Ma --- Changed for v2: - Change "Added" to "Add" arch/powerpc/dts/p3041.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p3041.dtsi b/arch/powerpc/dts/p304

[U-Boot] [v2 4/6] powerpc: t102x: dts: Add Sata DT nodes

2019-10-23 Thread Peng Ma
This patch is to add sata node for T102x platform Signed-off-by: Peng Ma --- Changed for v2: - Change "Added" to "Add" arch/powerpc/dts/t102x.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/t102x.dtsi b/arch/powerpc/dts/t102

[U-Boot] [v2 6/6] powerpc: t4240: dts: Add Sata DT nodes

2019-10-23 Thread Peng Ma
This patch is to add sata node for T4240 platform Signed-off-by: Peng Ma --- Changed for v2: - Change "Added" to "Add" arch/powerpc/dts/t4240.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/t4240.dtsi b/arch/powerpc/dts/t424

[U-Boot] [v2 3/6] powerpc: p5040: dts: Add Sata DT nodes

2019-10-23 Thread Peng Ma
This patch is to add sata node for P5040 platform Signed-off-by: Peng Ma --- Changed for v2: - Change "Added" to "Add" arch/powerpc/dts/p5040.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p5040.dtsi b/arch/powerpc/dts/p504

[v4 1/4] Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"

2019-12-23 Thread Peng Ma
revert it and have already updated the driver itself to operate sata directly. Reviewed-by: Stefan Roese Signed-off-by: Peng Ma --- Changed for v4 - merge patch1 and patch5 to patch1 drivers/ata/Kconfig| 10 - drivers/ata/Makefile |1 - drivers/ata/fsl_ahc

[v4 2/4] Revert "powerpc: mpc85xx: delete FSL_SATA for T2080QDS board."

2019-12-23 Thread Peng Ma
This reverts commit 856b9cdb53f0e6c8d98f81cf71ef363c16b0aa0e. Commit 856b9cdb53f0 ("powerpc: mpc85xx: delete FSL_SATA for T2080QDS board.") is to fit support sata DM mode, Now the driver will be reverted, So revert it. Reviewed-by: Stefan Roese Signed-off-by: Peng Ma --- Chan

[v4 3/4] Revert "configs: enable sata device module in T2080QDS"

2019-12-23 Thread Peng Ma
This reverts commit 02dc1599ba0b16eb21ba0c206e5b6f38fe7b67a7 Commit 02dc1599ba0b ("configs: enable sata, eSDHC, USB device module in T2080QDS") has some sata defconfig changes to fit support DM mode, Now the driver will be reverted, So revert it. Reviewed-by: Stefan Roese Signed-of

[v4 4/4] arch: powerpc: Rewrite the sata node to fit the driver

2019-12-23 Thread Peng Ma
The sata of our powerpc platforms are updated. These changes is to fit the driver probe. Reviewed-by: Stefan Roese Signed-off-by: Peng Ma --- Changed for v4 - no changes arch/powerpc/dts/t2080.dtsi | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a

RE: [EXT] Re: [PATCH 3/3] cmd: sata: Add block unbind device function

2019-12-29 Thread Peng Ma
Hi Simon, >-Original Message- >From: Simon Glass >Sent: 2019年12月28日 10:27 >To: Peng Ma >Cc: Priyanka Jain ; Marcel Ziswiler >; Andy Tang ; >u-boot@lists.denx.de >Subject: [EXT] Re: [PATCH 3/3] cmd: sata: Add block unbind device function > >Caution: EXT Ema

RE: [EXT] Re: [PATCH 1/3] ata: sata_sil: Continue probing other sata port when failed current port.

2019-12-29 Thread Peng Ma
Hi Simon, I am very sorry to reply late, Please see comments inline. Best Regards, Peng >-Original Message- >From: Simon Glass >Sent: 2019年12月28日 10:27 >To: Peng Ma >Cc: Priyanka Jain ; Marcel Ziswiler >; Andy Tang ; >u-boot@lists.denx.de >Subject: [EXT] Re: [

RE: [EXT] Re: [PATCH 2/3] ata: fsl_sata: Continue probing other sata port when failed current port.

2019-12-29 Thread Peng Ma
Hi Simon, >-Original Message- >From: Simon Glass >Sent: 2019年12月28日 10:27 >To: Peng Ma >Cc: Priyanka Jain ; Marcel Ziswiler >; Andy Tang ; >u-boot@lists.denx.de >Subject: [EXT] Re: [PATCH 2/3] ata: fsl_sata: Continue probing other sata port >when failed cu

RE: [EXT] Re: [PATCH 1/3] ata: sata_sil: Continue probing other sata port when failed current port.

2020-01-08 Thread Peng Ma
>-Original Message- >From: Tom Rini >Sent: 2020年1月9日 4:12 >To: Peng Ma >Cc: s...@chromium.org; Priyanka Jain ; Marcel >Ziswiler ; Andy Tang ; >u-boot@lists.denx.de >Subject: [EXT] Re: [PATCH 1/3] ata: sata_sil: Continue probing other sata port >when failed c

[U-Boot] [PATCH 2/2] arm64: lx2160ardb: enable DM support for sata

2018-11-29 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- configs/lx2160ardb_tfa_defconfig |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig index b319cb6..f971d67 100644 --- a

[U-Boot] [PATCH 1/2] armv8: dts: fsl-lx2160a: add sata node support

2018-11-29 Thread Peng Ma
Organization. Signed-off-by: Peng Ma --- arch/arm/dts/fsl-lx2160a-rdb.dts | 16 arch/arm/dts/fsl-lx2160a.dtsi| 37 + 2 files changed, 53 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts b/arch/arm/dts/fsl

[U-Boot] [v1 1/2] armv8: dts: fsl-lx2160a: add sata node support

2018-11-29 Thread Peng Ma
Organization. Signed-off-by: Peng Ma --- Depends on: - https://patchwork.ozlabs.org/project/uboot/list/?series=72964 - https://patchwork.ozlabs.org/project/uboot/list/?series=78759 arch/arm/dts/fsl-lx2160a-rdb.dts | 16 arch/arm/dts/fsl-lx2160a.dtsi| 37

[U-Boot] [v1 2/2] arm64: lx2160ardb: enable DM support for sata

2018-11-29 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- Depends on: - https://patchwork.ozlabs.org/project/uboot/list/?series=78759 configs/lx2160ardb_tfa_defconfig |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configs

Re: [U-Boot] [PATCH 1/4] scsi: ceva: add ls1046a soc support

2018-12-10 Thread Peng Ma
Hi York, got it, thanks. Best Regards, Peng >-Original Message- >From: York Sun >Sent: 2018年12月11日 5:10 >To: Peng Ma ; u-boot@lists.denx.de >Cc: albert.u.b...@aribaud.net; Mingkai Hu ; >sumit.g...@nxp.com; Pankaj Bansal ; Fabio >Estevam ; Yinbo Zhu ; >mi

Re: [U-Boot] [PATCH 3/3, v2] arm64: ls1043aqds: enable DM support for sata

2018-08-07 Thread Peng Ma
Hi york, This patch depend on https://patchwork.ozlabs.org/patch/941093/ , At V2 review I forgot to write depend on. Could I add "depend on" in My patch at V3 or not? Best regards Peng Ma -Original Message- From: York Sun Sent: 2018年8月8日 5:44 To: Peng Ma Cc: albert.u.b...@a

Re: [U-Boot] [PATCH 3/4] arm: ls1021atwr: enable DM support for sata

2018-08-07 Thread Peng Ma
Hi York, This patch depend on https://patchwork.ozlabs.org/patch/941093/ , I forgot to write depend on. Could I add "depend on" in My patch at V3 or not? Best regards Peng Ma -Original Message- From: York Sun Sent: 2018年8月8日 5:49 To: Peng Ma Cc: albert.u.b...@aribaud.n

Re: [U-Boot] [PATCH 3/3, v2] arm64: ls1043aqds: enable DM support for sata

2018-08-07 Thread Peng Ma
-Original Message- From: York Sun Sent: 2018年8月8日 10:00 To: Peng Ma Cc: albert.u.b...@aribaud.net; Mingkai Hu ; Pankaj Bansal ; Fabio Estevam ; Yinbo Zhu ; michal.si...@xilinx.com; s...@chromium.org; Andy Tang ; u-boot@lists.denx.de Subject: Re: [PATCH 3/3,v2] arm64: ls1043aqds

[U-Boot] [PATCH 1/3] armv8: dts: fsl-ls1043a: add sata node support

2018-07-09 Thread peng . ma
From: Peng Ma Add sata node to support ls1043a. Signed-off-by: Peng Ma --- arch/arm/dts/fsl-ls1043a-qds.dtsi |4 arch/arm/dts/fsl-ls1043a.dtsi |8 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/fsl-ls1043a-qds.dtsi b/arch/arm/dts/fsl

[U-Boot] [PATCH 1/4] armv8: dts: fsl-ls1046a: add sata node support

2018-07-09 Thread peng . ma
From: Peng Ma One ls1046a, there is one SATA 3.0 advanced host controller interface which is a high-performance SATA solution that delivers comprehensive and fully-compliant generation 3 (1.5 Gb/s - 6.0 Gb/s) serial ATA capabilities, in accordance with the serial ATA revision 3.0 of Serial ATA

[U-Boot] [PATCH 2/3] scsi: ceva: add ls1043a soc support

2018-07-09 Thread peng . ma
From: Peng Ma Add ahci compatible support for ls1043a soc. Signed-off-by: Peng Ma --- depend on: patchwork.ozlabs.org/patch/924896/ drivers/ata/sata_ceva.c | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/ata/sata_ceva.c b/drivers/ata

[U-Boot] [PATCH 3/3] arm64: ls1043aqds: enable DM support for sata

2018-07-09 Thread peng . ma
From: Peng Ma Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- depend on: patchwork.ozlabs.org/patch/941093/ configs/ls1043aqds_defconfig |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/configs/ls1043aqds_defconfig b/configs

Re: [U-Boot] [PATCH 2/3] scsi: ceva: add ls1043a soc support

2018-07-31 Thread Peng Ma
-Original Message- From: York Sun Sent: 2018年8月1日 1:38 To: Peng Ma Cc: albert.u.b...@aribaud.net; Mingkai Hu ; Pankaj Bansal ; Fabio Estevam ; Yinbo Zhu ; s...@chromium.org; bmeng...@gmail.com; michal.si...@xilinx.com; Andy Tang ; u-boot@lists.denx.de Subject: Re: [PATCH 2/3] scsi

Re: [U-Boot] [PATCH 2/3] scsi: ceva: add ls1043a soc support

2018-07-31 Thread Peng Ma
Hi York: It's My fault, I could misunderstood your suggest, I will send v2 patch to fix this issue. Thanks Peng -Original Message- From: York Sun Sent: 2018年8月1日 1:38 To: Peng Ma Cc: albert.u.b...@aribaud.net; Mingkai Hu ; Pankaj Bansal ; Fabio Estevam ; Yinbo Zhu

[U-Boot] [PATCH 1/3, v2] armv8: dts: fsl-ls1043a: add sata node support

2018-07-31 Thread Peng Ma
Add sata node to support ls1043a. Signed-off-by: Peng Ma --- v2: -no changes arch/arm/dts/fsl-ls1043a-qds.dtsi |4 arch/arm/dts/fsl-ls1043a.dtsi |8 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/fsl-ls1043a-qds.dtsi b/arch/arm

[U-Boot] [PATCH 3/3, v2] arm64: ls1043aqds: enable DM support for sata

2018-07-31 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- v2: -no changes configs/ls1043aqds_defconfig |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/configs/ls1043aqds_defconfig b/configs/ls1043aqds_defconfig index 73f7f8a..5510509

[U-Boot] [PATCH 2/3,v2] scsi: ceva: add ls1043a soc support

2018-07-31 Thread Peng Ma
Add ahci compatible support for ls1043a soc. Signed-off-by: Peng Ma --- v2: -move compatible to orginal position -rebase from master drivers/ata/sata_ceva.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/ata/sata_ceva.c b/drivers/ata

[U-Boot] [PATCH 1/4] armv7: fsl: remove sata support

2018-07-31 Thread Peng Ma
Remove the old implementation in order to enable DM for sata Signed-off-by: Peng Ma --- arch/arm/cpu/armv7/ls102xa/Makefile |1 - arch/arm/cpu/armv7/ls102xa/ls102xa_sata.c | 41 - arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 27

[U-Boot] [PATCH 2/4] armv7: dts: fsl-ls1021a: add sata node support enable sata for ls1021a-qds and ls1021a-twr

2018-07-31 Thread Peng Ma
Add sata node to support this feature. Signed-off-by: Peng Ma --- arch/arm/dts/ls1021a-qds.dtsi |4 arch/arm/dts/ls1021a-twr.dtsi |4 arch/arm/dts/ls1021a.dtsi |7 +++ 3 files changed, 15 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/ls1021a-qds.dtsi b

[U-Boot] [PATCH 3/4] arm: ls1021atwr: enable DM support for sata

2018-07-31 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- configs/ls1021atwr_nor_defconfig |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/configs/ls1021atwr_nor_defconfig b/configs/ls1021atwr_nor_defconfig index f4f7998..ffee644 100644 --- a

[U-Boot] [PATCH 4/4] scsi: ceva: add ls1021a soc support.

2018-07-31 Thread Peng Ma
Add ahci compatible support for ls1021a soc. Signed-off-by: Peng Ma --- drivers/ata/sata_ceva.c | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/drivers/ata/sata_ceva.c b/drivers/ata/sata_ceva.c index aa31515..e45679b 100644 --- a/drivers/ata

[U-Boot] [PATCH] powerpc/t104xrdb: Add new module of DDR for T1040DRDB board

2019-01-24 Thread Peng Ma
This patch is to add a new udimm for T1040DRDB board Signed-off-by: Peng Ma --- board/freescale/t104xrdb/ddr.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/freescale/t104xrdb/ddr.h b/board/freescale/t104xrdb/ddr.h index 319fc59..f9d667f 100644 --- a/board

[U-Boot] [PATCH 1/7] armv8: fsl-layerscape: ls1043a: move SCSI_AHCI and SCSI form arch/arm/cpu/armv8/fsl-layerscape/Kconfig to arch/arm/Kconfig

2019-01-30 Thread Peng Ma
CONFIG_DM_SCSI before the v2019.07 release. Failure to update by the deadline may result in board removal.See doc/driver-model/MIGRATION.txt for more info. Signed-off-by: Peng Ma --- arch/arm/Kconfig | 2 +- arch/arm/cpu/armv8

[U-Boot] [PATCH 2/7] configs: ls1043aqds: enable sata configs for all ls1043aqds defconfigs

2019-01-30 Thread Peng Ma
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls1043aqds defconfigs that missing one of them or more. Support sata for all ls1043aqds defconfigs Signed-off-by: Peng Ma --- configs/ls1043aqds_lpuart_defconfig | 3 +++ configs/ls1043aqds_nand_defconfig| 3

[U-Boot] [PATCH 3/7] configs: ls1046a: enable sata configs for all ls1046a defconfigs

2019-01-30 Thread Peng Ma
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls1046ardb and ls1046aqds defconfigs that missing one of them or more. enable CONFIG_DM_MMC for some defconfigs to support CONFIG_BLK Support sata for all ls1046a defconfigs Signed-off-by: Peng Ma --- configs

[U-Boot] [PATCH 4/7] configs: ls1088a: enable sata configs for all ls1088a defconfigs

2019-01-30 Thread Peng Ma
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls1088ardb and ls1088aqds defconfigs that missing one of them or more. Support sata for all ls1088a defconfigs Signed-off-by: Peng Ma --- configs/ls1088aqds_qspi_SECURE_BOOT_defconfig | 3 +++ configs/ls1088aqds_qspi_defconfig

[U-Boot] [PATCH 5/7] configs: ls208xa: enable sata configs for all ls208xa defconfigs

2019-01-30 Thread Peng Ma
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls208xardb and ls208xaqds defconfigs that missing one of them or more. enable CONFIG_DM_MMC for some defconfigs to support CONFIG_BLK Support sata for all ls208xa defconfigs Signed-off-by: Peng Ma --- configs

[U-Boot] [PATCH 7/7] configs: ls1021a: enable sata configs for all ls1021a defconfigs

2019-01-30 Thread Peng Ma
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls1021a defconfigs that missing one of them or more. enable CONFIG_DM_MMC for some defconfigs to support CONFIG_BLK Support sata for all ls1021a defconfigs Signed-off-by: Peng Ma --- configs/ls1021aiot_qspi_defconfig| 5

[U-Boot] [PATCH 6/7] configs: ls1012afrwy: enable sata configs for all ls1012afrwy defconfigs

2019-01-30 Thread Peng Ma
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls1012afrwy and ls1012afrwy defconfigs that missing one of them or more. Support sata for all ls1012afrwy defconfigs Signed-off-by: Peng Ma --- configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig | 4 +++- configs/ls1012afrwy_qspi_defconfig

[U-Boot] [PATCH 2/7] configs: ls1043aqds: enable sata configs for all ls1043aqds defconfigs

2019-01-30 Thread Peng Ma
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls1043aqds defconfigs that missing one of them or more. Support sata for all ls1043aqds defconfigs Signed-off-by: Peng Ma --- configs/ls1043aqds_lpuart_defconfig | 3 +++ configs/ls1043aqds_nand_defconfig| 3

[U-Boot] [PATCH 3/7] configs: ls1046a: enable sata configs for all ls1046a defconfigs

2019-01-30 Thread Peng Ma
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls1046ardb and ls1046aqds defconfigs that missing one of them or more. enable CONFIG_DM_MMC for some defconfigs to support CONFIG_BLK Support sata for all ls1046a defconfigs Signed-off-by: Peng Ma --- configs

[U-Boot] [PATCH 1/7] armv8: fsl-layerscape: ls1043a: move SCSI_AHCI and SCSI form arch/arm/cpu/armv8/fsl-layerscape/Kconfig to arch/arm/Kconfig

2019-01-30 Thread Peng Ma
CONFIG_DM_SCSI before the v2019.07 release. Failure to update by the deadline may result in board removal.See doc/driver-model/MIGRATION.txt for more info. Signed-off-by: Peng Ma --- arch/arm/Kconfig | 2 +- arch/arm/cpu/armv8

[U-Boot] [PATCH 6/7] configs: ls1012afrwy: enable sata configs for all ls1012afrwy defconfigs

2019-01-30 Thread Peng Ma
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls1012afrwy and ls1012afrwy defconfigs that missing one of them or more. Support sata for all ls1012afrwy defconfigs Signed-off-by: Peng Ma --- configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig | 4 +++- configs/ls1012afrwy_qspi_defconfig

[U-Boot] [PATCH 7/7] configs: ls1021a: enable sata configs for all ls1021a defconfigs

2019-01-30 Thread Peng Ma
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls1021a defconfigs that missing one of them or more. enable CONFIG_DM_MMC for some defconfigs to support CONFIG_BLK Support sata for all ls1021a defconfigs Signed-off-by: Peng Ma --- configs/ls1021aiot_qspi_defconfig| 5

[U-Boot] [PATCH 5/7] configs: ls208xa: enable sata configs for all ls208xa defconfigs

2019-01-30 Thread Peng Ma
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls208xardb and ls208xaqds defconfigs that missing one of them or more. enable CONFIG_DM_MMC for some defconfigs to support CONFIG_BLK Support sata for all ls208xa defconfigs Signed-off-by: Peng Ma --- configs

[U-Boot] [PATCH 4/7] configs: ls1088a: enable sata configs for all ls1088a defconfigs

2019-01-30 Thread Peng Ma
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls1088ardb and ls1088aqds defconfigs that missing one of them or more. Support sata for all ls1088a defconfigs Signed-off-by: Peng Ma --- configs/ls1088aqds_qspi_SECURE_BOOT_defconfig | 3 +++ configs/ls1088aqds_qspi_defconfig

[U-Boot] [PATCH] arm64: lx2160ardb: enable DM support for sata

2018-12-27 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- configs/lx2160ardb_tfa_SECURE_BOOT_defconfig |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig b/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig

[U-Boot] [PATCH] arm64: lx2160ardb: enable DM support for sata

2018-12-27 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- Depends on: - https://patchwork.ozlabs.org/patch/1013298/ configs/lx2160ardb_tfa_SECURE_BOOT_defconfig |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/configs

[U-Boot] [v2] arm64: lx2160ardb: enable DM support for sata

2018-12-27 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- Changed for v2: - used moveconfig.py -s -d to sync lx2160ardb_tfa_SECURE_BOOT_defconfig configs/lx2160ardb_tfa_SECURE_BOOT_defconfig | 72 1 file changed, 27 insertions(+), 45 deletions

[U-Boot] [PATCH 1/4] scsi: ceva: add ls1046a soc support

2018-10-11 Thread Peng Ma
Add ahci compatible support for ls1046a soc. Signed-off-by: Peng Ma --- drivers/ata/sata_ceva.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/ata/sata_ceva.c b/drivers/ata/sata_ceva.c index 65896d1..a2d21d9 100644 --- a/drivers/ata/sata_ceva.c +++ b/drivers

[U-Boot] [PATCH 2/4] armv8: dts: fsl-ls1046a: add sata node support

2018-10-11 Thread Peng Ma
Organization. Add sata node to support this feature. Signed-off-by: Peng Ma --- arch/arm/dts/fsl-ls1046a-qds.dtsi |4 arch/arm/dts/fsl-ls1046a-rdb.dts |4 arch/arm/dts/fsl-ls1046a.dtsi |8 3 files changed, 16 insertions(+), 0 deletions(-) diff --git a/arch/arm

[U-Boot] [PATCH 4/4] arm64: ls1046aqds: enable DM support for sata

2018-10-11 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- configs/ls1046aqds_defconfig |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/configs/ls1046aqds_defconfig b/configs/ls1046aqds_defconfig index fad2eed..b09fc88 100644 --- a/configs

[U-Boot] [PATCH 3/4] arm64: ls1046ardb: enable DM support for sata

2018-10-11 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- configs/ls1046ardb_qspi_defconfig |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/configs/ls1046ardb_qspi_defconfig b/configs/ls1046ardb_qspi_defconfig index f9660c0..ea2cbb3 100644 --- a

[U-Boot] [PATCH 1/3] scsi: ceva: add ls1088a soc support

2018-10-21 Thread Peng Ma
Add ahci compatible support for ls1088a soc. Signed-off-by: Peng Ma --- depend on: - https://patchwork.ozlabs.org/patch/982386/ drivers/ata/sata_ceva.c | 22 ++ 1 files changed, 18 insertions(+), 4 deletions(-) diff --git a/drivers/ata/sata_ceva.c b/drivers/ata

[U-Boot] [PATCH 2/3] armv8: dts: fsl-ls1088a: add sata node support

2018-10-21 Thread Peng Ma
Organization. Add sata node to support this feature. Signed-off-by: Peng Ma --- arch/arm/dts/fsl-ls1088a-qds.dts |4 arch/arm/dts/fsl-ls1088a-rdb.dts |4 arch/arm/dts/fsl-ls1088a.dtsi|8 3 files changed, 16 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts

[U-Boot] [PATCH 3/3] arm64: ls1088a: enable DM support for sata

2018-10-21 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- configs/ls1088aqds_defconfig |5 + configs/ls1088ardb_qspi_defconfig |5 + 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/configs/ls1088aqds_defconfig b/configs

[U-Boot] [PATCH 1/3] scsi: ceva: add ls2080a soc support

2018-10-21 Thread Peng Ma
Add ahci compatible support for ls2080a soc. Signed-off-by: Peng Ma --- depend on: - https://patchwork.ozlabs.org/patch/987497/ drivers/ata/sata_ceva.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/ata/sata_ceva.c b/drivers/ata/sata_ceva.c index

[U-Boot] [PATCH 2/3] armv8: dts: fsl-ls2080a: add sata node support

2018-10-21 Thread Peng Ma
Organization. Add sata node to support this feature. Signed-off-by: Peng Ma --- arch/arm/dts/fsl-ls2080a-qds.dts |4 arch/arm/dts/fsl-ls2080a-rdb.dts |4 arch/arm/dts/fsl-ls2080a.dtsi|8 3 files changed, 16 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts

[U-Boot] [PATCH 3/3] arm64: ls2080a: enable DM support for sata

2018-10-21 Thread Peng Ma
Enable related configs to support sata DM feature. Signed-off-by: Peng Ma --- configs/ls2080aqds_defconfig |5 + configs/ls2080ardb_defconfig |5 + 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/configs/ls2080aqds_defconfig b/configs/ls2080aqds_defconfig index

[U-Boot] [PATCH 2/2] ARM: dts: Freescale: Add ecc addr for sata node

2019-04-16 Thread Peng Ma
Move the ecc addr from driver to dts. Signed-off-by: Peng Ma --- arch/arm/dts/fsl-ls1012a.dtsi |3 ++- arch/arm/dts/fsl-ls1043a.dtsi |3 ++- arch/arm/dts/fsl-ls1046a.dtsi |3 ++- arch/arm/dts/fsl-ls1088a.dtsi |2 ++ arch/arm/dts/ls1021a.dtsi |3 ++- 5 files changed, 10

[U-Boot] [PATCH 1/2] scsi: ceva: Clean up the driver code

2019-04-16 Thread Peng Ma
Distinguish the ecc val by chassis version and move the ecc addr to dts. Add ls1028a soc support. Signed-off-by: Peng Ma --- drivers/ata/sata_ceva.c | 43 +-- 1 files changed, 25 insertions(+), 18 deletions(-) diff --git a/drivers/ata/sata_ceva.c b

Re: [U-Boot] [EXT] Re: [PATCH 1/2] scsi: ceva: Clean up the driver code

2019-04-16 Thread Peng Ma
>-Original Message- >From: Michal Simek >Sent: 2019年4月16日 16:04 >To: Peng Ma ; albert.u.b...@aribaud.net; >s...@chromium.org; Fabio Estevam ; York Sun >; Prabhakar Kushwaha >Cc: Andy Tang ; Yinbo Zhu ; >michal.si...@xilinx.com; u-boot@lists.denx.de >Subject:

Re: [U-Boot] [EXT] Re: [PATCH 1/2] scsi: ceva: Clean up the driver code

2019-04-16 Thread Peng Ma
>-Original Message- >From: Michal Simek >Sent: 2019年4月16日 17:31 >To: Peng Ma ; Michal Simek ; >albert.u.b...@aribaud.net; s...@chromium.org; Fabio Estevam >; York Sun ; Prabhakar >Kushwaha >Cc: Andy Tang ; Yinbo Zhu ; >u-boot@lists.denx.de >Subject: Re: [E

Re: [U-Boot] [EXT] Re: [PATCH 1/2] scsi: ceva: Clean up the driver code

2019-04-16 Thread Peng Ma
>-Original Message- >From: Michal Simek >Sent: 2019年4月16日 18:01 >To: Peng Ma ; Michal Simek ; >albert.u.b...@aribaud.net; s...@chromium.org; Fabio Estevam >; York Sun ; Prabhakar >Kushwaha >Cc: Andy Tang ; Yinbo Zhu ; >u-boot@lists.denx.de >Subject: Re: [E

Re: [U-Boot] [EXT] Re: [PATCH 1/2] scsi: ceva: Clean up the driver code

2019-04-16 Thread Peng Ma
>-Original Message- >From: Michal Simek >Sent: 2019年4月16日 18:49 >To: Peng Ma ; Michal Simek ; >albert.u.b...@aribaud.net; s...@chromium.org; Fabio Estevam >; York Sun ; Prabhakar >Kushwaha >Cc: Andy Tang ; Yinbo Zhu ; >u-boot@lists.denx.de >Subject: Re: [E

Re: [U-Boot] [EXT] Re: [PATCH 1/2] scsi: ceva: Clean up the driver code

2019-04-16 Thread Peng Ma
>-Original Message- >From: Michal Simek >Sent: 2019年4月17日 13:58 >To: Peng Ma ; Michal Simek ; >albert.u.b...@aribaud.net; s...@chromium.org; Fabio Estevam >; York Sun ; Prabhakar >Kushwaha >Cc: Andy Tang ; Yinbo Zhu ; >u-boot@lists.denx.de >Subject: Re: [E

Re: [U-Boot] [EXT] Re: [PATCH 1/2] scsi: ceva: Clean up the driver code

2019-04-17 Thread Peng Ma
>-Original Message- >From: Michal Simek >Sent: 2019年4月17日 14:58 >To: Peng Ma ; Michal Simek ; >albert.u.b...@aribaud.net; s...@chromium.org; Fabio Estevam >; York Sun ; Prabhakar >Kushwaha >Cc: Andy Tang ; Yinbo Zhu ; >u-boot@lists.denx.de >Subject: Re: [E

Re: [U-Boot] [EXT] Re: [PATCH 1/2] scsi: ceva: Clean up the driver code

2019-04-17 Thread Peng Ma
>-Original Message- >From: Michal Simek >Sent: 2019年4月17日 15:38 >To: Peng Ma ; Michal Simek ; >albert.u.b...@aribaud.net; s...@chromium.org; Fabio Estevam >; York Sun ; Prabhakar >Kushwaha >Cc: Andy Tang ; Yinbo Zhu ; >u-boot@lists.denx.de >Subject: Re: [E

[U-Boot] [v2 1/2] ARM: dts: Freescale: Add ecc addr for sata node

2019-04-17 Thread Peng Ma
Move the ecc addr from driver to dts. Signed-off-by: Peng Ma --- changed for v2: - Add reg-names to improve driver code. arch/arm/dts/fsl-ls1012a.dtsi |4 +++- arch/arm/dts/fsl-ls1043a.dtsi |4 +++- arch/arm/dts/fsl-ls1046a.dtsi |4 +++- arch/arm/dts/fsl-ls1088a.dtsi |3

[U-Boot] [v2 2/2] scsi: ceva: Clean up the driver code

2019-04-17 Thread Peng Ma
Distinguish the ecc val by chassis version and move the ecc addr to dts. Add ls1028a soc support. Signed-off-by: Peng Ma --- changed for v2: - Use the reg-names to get secondary reg base - Return error while some socs not set the ecc address at DT drivers/ata/sata_ceva.c | 50

[U-Boot] [v3 2/2] scsi: ceva: Clean up the driver code

2019-04-17 Thread Peng Ma
Distinguish the ecc val by chassis version and move the ecc addr to dts. Add ls1028a soc support. Signed-off-by: Peng Ma Reviewed-by: Michal Simek --- changed for v3: - Add Reviewed-by. drivers/ata/sata_ceva.c | 50 +++ 1 files changed, 33

[U-Boot] [v3 1/2] ARM: dts: Freescale: Add ecc addr for sata node

2019-04-17 Thread Peng Ma
Move the ecc addr from driver to dts. Signed-off-by: Peng Ma --- changed for v3: - remove some dts node reg to fix build error arch/arm/dts/fsl-ls1012a.dtsi |4 +++- arch/arm/dts/fsl-ls1043a.dtsi |4 +++- arch/arm/dts/fsl-ls1046a.dtsi |4 +++- arch/arm/dts/fsl-ls1088a.dtsi

[U-Boot] [PATCH 1/4] ata: fsl_ahci: Add sata DM support for Freescale powerpc socs

2019-03-27 Thread Peng Ma
to update by the deadline may result in board removal. See doc/driver-model/MIGRATION.txt for more info. Signed-off-by: Peng Ma --- depends on: - https://patchwork.ozlabs.org/project/uboot/list/?series=99168 - https

[U-Boot] [PATCH 2/4] ppc: t2080qds: add sata node

2019-03-27 Thread Peng Ma
This patch is to add sata node for t2080qds Signed-off-by: Peng Ma --- depends on: - https://patchwork.ozlabs.org/project/uboot/list/?series=99168 - https://patchwork.ozlabs.org/project/uboot/list/?series=99167 arch/powerpc/dts/t2080.dtsi | 16 1 file changed

[U-Boot] [PATCH 4/4] configs: enable sata device module in T2080QDS

2019-03-27 Thread Peng Ma
This patch is to enable sata DM for T2080QDS in uboot Signed-off-by: Peng Ma --- depends on: - https://patchwork.ozlabs.org/project/uboot/list/?series=99168 - https://patchwork.ozlabs.org/project/uboot/list/?series=99167 configs/T2080QDS_NAND_defconfig | 11

[U-Boot] [PATCH 3/4] powerpc: mpc85xx: delete FSL_SATA for T2080QDS board.

2019-03-27 Thread Peng Ma
Signed-off-by: Peng Ma --- depends on: - https://patchwork.ozlabs.org/project/uboot/list/?series=99168 - https://patchwork.ozlabs.org/project/uboot/list/?series=99167 arch/powerpc/cpu/mpc85xx/Kconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch

Re: [U-Boot] [PATCH 1/4] ata: fsl_ahci: Add sata DM support for Freescale powerpc socs

2019-03-27 Thread Peng Ma
>-Original Message- >From: Stefan Roese >Sent: 2019年3月27日 18:01 >To: Peng Ma ; Prabhakar Kushwaha >; Shengzhou Liu ; >Ruchika Gupta >Cc: Yinbo Zhu ; s...@chromium.org; Jagdish Gediya >; York Sun ; >bmeng...@gmail.com; m...@marvell.com; Andy Tang ; >u-b

Re: [U-Boot] [PATCH 1/4] ata: fsl_ahci: Add sata DM support for Freescale powerpc socs

2019-05-15 Thread Peng Ma
>-Original Message- >From: Stefan Roese >Sent: 2019年3月27日 18:48 >To: Peng Ma ; Prabhakar Kushwaha >; Shengzhou Liu ; >Ruchika Gupta >Cc: Yinbo Zhu ; s...@chromium.org; Jagdish Gediya >; York Sun ; >bmeng...@gmail.com; m...@marvell.com; Andy Tang ; >u-b

Re: [U-Boot] [EXT] Re: [PATCH 1/4] ata: fsl_ahci: Add sata DM support for Freescale powerpc socs

2019-05-15 Thread Peng Ma
>-Original Message- >From: Stefan Roese >Sent: 2019年5月15日 17:23 >To: Peng Ma ; Prabhakar Kushwaha >; Shengzhou Liu ; >Ruchika Gupta >Cc: Yinbo Zhu ; s...@chromium.org; Jagdish Gediya >; York Sun ; >bmeng...@gmail.com; m...@marvell.com; Andy Tang ; >u-boo

Re: [U-Boot] [EXT] Re: [PATCH 1/4] ata: fsl_ahci: Add sata DM support for Freescale powerpc socs

2019-05-15 Thread Peng Ma
Hi Prabhakar, I see our platforms with powerpc. We only support T2080QDS with DTS. Is there a plan to move them to DT as well? Please let Stefan Know. Thanks. Best Regards, Peng >-Original Message- >From: Stefan Roese >Sent: 2019年5月15日 17:23 >To: Peng Ma ; Prabha

[U-Boot] [PATCH] armv8: lx2160aqds: Enable sata

2019-05-21 Thread Peng Ma
Change sata node status to enable sata. Signed-off-by: Peng Ma --- arch/arm/dts/fsl-lx2160a-qds.dts | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/fsl-lx2160a-qds.dts b/arch/arm/dts/fsl-lx2160a-qds.dts index 6192156..77cf2ce 100644 --- a

  1   2   >