[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] [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

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

[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

[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] [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

[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] [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/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 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 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 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 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 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

[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 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 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

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

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
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

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

2018-08-01 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 3/4] arm: ls1021atwr: enable DM support for sata

2018-08-01 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

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

2018-08-01 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 1/4] armv7: fsl: remove sata support

2018-08-01 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/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/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

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 ; s

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

[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

[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 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 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

<    1   2