From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7AA72C433F5 for ; Mon, 28 Mar 2022 08:04:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 217D183AC2; Mon, 28 Mar 2022 10:04:26 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="hpADvFiN"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C7C5983B1D; Mon, 28 Mar 2022 10:04:23 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A38F383B03 for ; Mon, 28 Mar 2022 10:04:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2A62261218; Mon, 28 Mar 2022 08:04:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 550EFC004DD; Mon, 28 Mar 2022 08:04:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648454658; bh=xt/PDNsO+xBUrWA4Slj7mJKD29Bk+Ja76wevs9T6SK0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hpADvFiNSw3W74SCsOBMEbjXjTsUstQ1MlWbtadHdwZIqeEPnoFbZK/X4DaB1Up1G yGwYj5OHcAel8P9+stw4n2GR9yfrNkwnH6aMe+6c+UrMMIPqXYArZTOJgtLBgo7TaU Oy7JH1u3yMchvM6upaxSXaVI5Bb0D37XzIFB7luMbJ/U4OodV9GRgX48KZfjv5/1p5 LYcvcAbIxYfEZZvF8o4NifmMR+SJa8KdZAuhgrYmxfDgJGxl8jeIBZMqUuyAqhGNj1 Cd4EOazdK+2G7/70vUTwTF3rt+iJ6jsBmbWp7dnmutlQ+l/m8y8ewoa/cuuOJU225L Ox+2PLtD1B5LA== Received: by pali.im (Postfix) id CD308AFA; Mon, 28 Mar 2022 10:04:14 +0200 (CEST) Date: Mon, 28 Mar 2022 10:04:14 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Hajo Noerenberg Cc: Tony Dinh , Stefan Roese , U-Boot Mailing List , Tom Rini Subject: Re: [PATCH] arm: kirkwood: Add nas440 board, Marvell 88SE6121 AHCI Message-ID: <20220328080414.gcukoae6zg6nhrjk@pali> References: <20220324101113.7msyxihxmbohfscw@pali> <4cf7eec0-11db-5cae-470d-a608a6db7fe8@noerenberg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4cf7eec0-11db-5cae-470d-a608a6db7fe8@noerenberg.de> User-Agent: NeoMutt/20180716 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean 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 controller is not specific to the NAS440, to my knowledge it is also used on the Iomega ix4-200d for example. Why is this patch needed? Could you please send 'lspci -nn -vv' output from Linux?