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 93706C678D5 for ; Tue, 7 Mar 2023 15:52:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230301AbjCGPws (ORCPT ); Tue, 7 Mar 2023 10:52:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230252AbjCGPwm (ORCPT ); Tue, 7 Mar 2023 10:52:42 -0500 Received: from mail-ed1-x52e.google.com (mail-ed1-x52e.google.com [IPv6:2a00:1450:4864:20::52e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A34588C533 for ; Tue, 7 Mar 2023 07:52:30 -0800 (PST) Received: by mail-ed1-x52e.google.com with SMTP id a25so54335654edb.0 for ; Tue, 07 Mar 2023 07:52:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678204349; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=xrd6qK7hMyHVwtg6Pun3WvLwqeCKfsvJclD5mLFXwgY=; b=DT+doUYLM/jXsxmjyKKOg8UL7zJewGuXgq2bX0DaONfvjSYO6V59A1RbU6nJpJKW06 I2r9Sr0iACpzAZ/KUtBeXz4nAczbUrWkHKXZjP5i8iik7quNyIqBaRBWqixvUeiXPD75 TeiRxNXcYkD8joeqd3zCjxEP355Fs0p6XnKnwK7U5UphHvBY2D8a9DebVS/iFaiTkSLG PWphGCEOPu6Ii1eC1ysu04WzKrU9R/O8VZEnwDWnlw/LEsJi6SKkPUFOKnac9q3mu2v8 F0byB5NjFIE2eiK/VhTAAzLXgvUzLZyXLnEhGmnZD2P81CPmd//O9L9XMS2UW2iwH6yf ybgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678204349; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=xrd6qK7hMyHVwtg6Pun3WvLwqeCKfsvJclD5mLFXwgY=; b=YrI4pHaSN6AOLaM4i1XnuvONCpcdhMXboZXmORLz6CMFBP0FoioX7vQPIo5K3MfoHV l8q1u+lwWHuRJL6qcZbg2Ck7gR/0V92n2HBPuHHGuX/tkCSKGDxa9cl1t/TkNr3oFAIA n9SZXKi+Mpb1RUuvxZiwDltrdmuayo7XrnwpivtsF0fhMxI3paCxi0zEaxDxEl1MA5ql erIhW8ja9FKBVGESsPdZHzTh1PB2JL1egBR5f9xkBgVlxzJUlgjBxNTkaUiFmzk4j2Vu W5Sm/6frYmbYjxxzq5qrZQjgJNOUCUVdaZNSXI9KtZJGmdpmkESA1GpZ+gRjTYXh7Krt in2w== X-Gm-Message-State: AO0yUKVXWq+Z0rV0SfNrbskuVELauTWljNCuv2fF/CqRycqwoEmRqBcH EQqtzsJTafUiD1jahZcdwxDi5w== X-Google-Smtp-Source: AK7set8m7oRQ+cAgTtvL5dosF9lC6h3uel75c14Jj9kdll6P9IGXf5r7bqsGtYrW2I6xrGn1yure9Q== X-Received: by 2002:a17:907:1ca3:b0:8ea:2055:4f1b with SMTP id nb35-20020a1709071ca300b008ea20554f1bmr18866802ejc.24.1678204349112; Tue, 07 Mar 2023 07:52:29 -0800 (PST) Received: from ?IPV6:2a02:810d:15c0:828:a60f:e604:c252:1f3d? ([2a02:810d:15c0:828:a60f:e604:c252:1f3d]) by smtp.gmail.com with ESMTPSA id ib21-20020a1709072c7500b008cdb0628991sm6321506ejc.57.2023.03.07.07.52.28 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 07 Mar 2023 07:52:28 -0800 (PST) Message-ID: Date: Tue, 7 Mar 2023 16:52:27 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v4] dt-bindings: ata: Add UniPhier controller binding Content-Language: en-US To: Damien Le Moal , Kunihiko Hayashi , Rob Herring , Krzysztof Kozlowski , Hans de Goede , Jens Axboe Cc: linux-ide@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230222155906.19403-1-hayashi.kunihiko@socionext.com> <9d36818f-3ce3-0fb6-1a3e-85e3879af08c@opensource.wdc.com> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/03/2023 11:42, Damien Le Moal wrote: > On 3/7/23 17:13, Krzysztof Kozlowski wrote: >> On 06/03/2023 02:22, Damien Le Moal wrote: >>> On 2/23/23 00:59, Kunihiko Hayashi wrote: >>>> Add UniPhier SATA controller compatible string to the platform binding. >>>> This controller needs three reset controls for Pro4 SoC, or two reset >>>> controls for PXs2 and PXs3 SoCs. >>>> >>>> Signed-off-by: Kunihiko Hayashi >>> >>> Rob, >>> >>> Are you OK with this patch ? I can take it for 6.4. >>> >> >> You got Review (which includes also "Ack"), what are you missing here? > > By the way, I am not seeing/have not received any Ack. Hence why I checked with Rob. You were on Cc... Did I end up in spam? Best regards, Krzysztof