[PATCH] ahci: add PCI bindings for Marvell 88SE6121/45 SATA controllers

2022-03-28 Thread Hajo Noerenberg
PCI binding. The Linux kernel also uses this approach [2]. [1] https://lists.denx.de/pipermail/u-boot/2022-March/479197.html [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/ata/ahci.c?h=v5.17#n557 Signed-off-by: Hajo Noerenberg --- drivers/ata/ahci-pci.c

Re: [PATCH] arm: kirkwood: Add nas440 board, Marvell 88SE6121 AHCI

2022-03-28 Thread Hajo Noerenberg
Hi Pali, Am 28.03.2022 um 10:04 schrieb Pali Rohár: > On Monday 28 March 2022 09:57:41 Hajo Noerenberg wrote: >> I wonder if it would be a good idea to submit adding the PCI-ids for the >> 88SE6121 controller (drivers/ata/ahci-pci.c) as a separate patch. The >> contr

Re: [PATCH] arm: kirkwood: Add nas440 board, Marvell 88SE6121 AHCI

2022-03-28 Thread Hajo Noerenberg
vell boards, please >> also send it directly to Stefan (Stefan is the maintainer of Marvell >> u-boots). >> >> Tony >> >> On Thu, Mar 24, 2022 at 3:11 AM Pali Rohár wrote: >>> >>> Hello! >>> >>> On Thursday 24 March 2022 10:55

[PATCH] arm: kirkwood: Add nas440 board, Marvell 88SE6121 AHCI

2022-03-24 Thread Hajo Noerenberg
40.dts new file mode 100644 index 00..60e3fe6f0d --- /dev/null +++ b/arch/arm/dts/kirkwood-blackarmor-nas440.dts @@ -0,0 +1,166 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Device Tree file for Seagate Blackarmor NAS440 + * + * Copyright (C) 2021 Hajo Noerenberg + * Copyright (C) 20

Re: [PATCH v3] arm: kirkwood: nas220: Add DM Ethernet, SATA, GPIO

2022-03-09 Thread Hajo Noerenberg
On 09.03.2022 at 12:26 Tony Dinh wrote: > Hi Hajo, > Hi Tony, > On Wed, Mar 9, 2022 at 1:27 AM Hajo Noerenberg > wrote: >> >> Bring the NAS220 board up to current standards. This is basically an >> adaptation of the changes Tony Dinh implemented for the Doc

[PATCH v3] arm: kirkwood: nas220: Add DM Ethernet, SATA, GPIO

2022-03-09 Thread Hajo Noerenberg
to start kernel - Add CONFIG_SYS_64BIT_LBA, basic read tests with a 4TB hdd succeed with my NAS220 hardware - Thanks to Stefan and Tony Signed-off-by: Hajo Noerenberg --- board/Seagate/nas220/MAINTAINERS | 1 + board/Seagate/nas220/nas220.c| 68 +++- configs

Re: [PATCH] arm: kirkwood: nas220: Add DM Ethernet, SATA, GPIO

2022-03-01 Thread Hajo Noerenberg
On 02/25/2022 00:19 Tony Dinh wrote: > Hi Hajo, > > I've added Stefan to the reviewers. And please see a couple of minor > comments below. > > On Thu, Feb 24, 2022 at 5:48 AM Hajo Noerenberg > wrote: >> >> Bring the NAS220 board up to current standards. Th

[PATCH] arm: kirkwood: nas220: Add DM Ethernet, SATA, GPIO

2022-02-24 Thread Hajo Noerenberg
-by: Hajo Noerenberg --- board/Seagate/nas220/nas220.c | 67 +++ configs/nas220_defconfig | 13 ++- include/configs/nas220.h | 39 3 files changed, 48 insertions(+), 71 deletions(-) diff --git a/board/Seagate/nas220/nas220.c b/board