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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9623EC433EF for ; Mon, 14 Mar 2022 15:41:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242688AbiCNPms (ORCPT ); Mon, 14 Mar 2022 11:42:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242645AbiCNPmo (ORCPT ); Mon, 14 Mar 2022 11:42:44 -0400 Received: from mail-io1-f50.google.com (mail-io1-f50.google.com [209.85.166.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B3B373DDE6; Mon, 14 Mar 2022 08:41:33 -0700 (PDT) Received: by mail-io1-f50.google.com with SMTP id k25so18651159iok.8; Mon, 14 Mar 2022 08:41:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=rY4lnGX91BSkoxPaQ5SCRaMmjihX3PZ5V3Bm/1QXiHs=; b=pIap1mXobAw2rz8ZxcNEp9Z/KkzxSXkOoNrA8dW3e4PfN8pnZVO1vHfrrMoXOpXNqR VyaPvcPYJxir8i3XjRH6XLTmovk2/QNuvSMCBzo+MtomXW76ER/9bVufL+I6WQY3uDy3 IwPwmkMB7rU/XbljrGbzH/KyxCaFflaBoY72FTaWcYmVs1MtXooloXb4xWLtkJt8WRLo YZK6wFUHmLj7zx+2oB8SpyjvVtVj2HADtSEdt6DZbbpiFCfMgEzBlEWPXvUFvtBUit+T RvQsmTQwM3c9lP9NMihogtfwvXUbAC2yzqOxeBQeTMOXjUU+aqnGk+TBpXxlqdilrn5d KS1g== X-Gm-Message-State: AOAM53220aD9DT/+HnIdqaLyFBDKPZPi7cNRxlc4zRYhYsFXzAAptvA7 VCpCKqwTIVBFU/HHKAA//Q== X-Google-Smtp-Source: ABdhPJytlg8Rd17SG2Xpxxb2QPBALLGcdAVJUaxLHiJr4h8bQywp8afLDDXcpMLP4g+TKe2OqcmrJw== X-Received: by 2002:a05:6638:35a0:b0:31a:d42:1dd with SMTP id v32-20020a05663835a000b0031a0d4201ddmr3098236jal.95.1647272492898; Mon, 14 Mar 2022 08:41:32 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id k15-20020a92c24f000000b002c79ec214f9sm2189432ilo.30.2022.03.14.08.41.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Mar 2022 08:41:32 -0700 (PDT) Received: (nullmailer pid 104552 invoked by uid 1000); Mon, 14 Mar 2022 15:41:28 -0000 Date: Mon, 14 Mar 2022 09:41:28 -0600 From: Rob Herring To: Damien Le Moal Cc: Frank Wunderlich , devicetree@vger.kernel.org, Frank Wunderlich , Krzysztof Kozlowski , Viresh Kumar , Shiraz Hashim , soc@kernel.org, Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Russell King , Heiko Stuebner , Peter Geis , Michael Riesch , Hans de Goede , Jens Axboe , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v6 0/6] Add sata nodes to rk356x Message-ID: References: <20220311210357.222830-1-linux@fw-web.de> <05309a59-85cd-2434-6435-6fd956fa75d6@opensource.wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <05309a59-85cd-2434-6435-6fd956fa75d6@opensource.wdc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 12, 2022 at 05:00:53PM +0900, Damien Le Moal wrote: > On 3/12/22 06:03, Frank Wunderlich wrote: > > From: Frank Wunderlich > > > > This Series converts the binding for ahci-platform to yaml and adds > > sata nodes to rockchip rk356x device trees. > > Rob, > > I saw you took patches 1, 4 and 5. What about the others ? Are you > taking them or should I take them through the ATA tree ? It's all dts changes, so they should go via the sub-arch trees. Rob