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 97883C54EAA for ; Sun, 22 Jan 2023 14:12:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229938AbjAVOMS (ORCPT ); Sun, 22 Jan 2023 09:12:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229749AbjAVOMR (ORCPT ); Sun, 22 Jan 2023 09:12:17 -0500 Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 833341A8 for ; Sun, 22 Jan 2023 06:12:15 -0800 (PST) Received: by mail-wr1-x435.google.com with SMTP id h12so4627107wrv.10 for ; Sun, 22 Jan 2023 06:12:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; 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=YG82L0RoEBAvkltMsCip5Uv53LK3ZaD/OzuanIsLGzc=; b=oXUQUoarmRTmP7vaRoOwyhSrzmYp3QQO0fVTByZ6lud8A6irRP0pzeIHRyAVs4yVwh /jrD4AMx57gGWwnSe5nTETmuicG2MVhkwSQQDMalK6XP+QpQKh3Z0QN9GnWMLpYyQecX s4mcLwiEJgh4Znn60LbwUY8CZaXADGKQ5aAabyTI89hOUyNrweJXHeKGjSXFNHr7blvt s3lRRTOKXkACittc9Vtb8ad46I6CNou25WwlwJl8Bj4ZDRkhSLhyaJnpnDhGBb6m7nsA is5yYqmPToYRcBQj4UpiYWxXR1uEN4Uy2/GAP+ucQI0qWmXlehihZYlnBwM2S4eBsu2t dR6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=YG82L0RoEBAvkltMsCip5Uv53LK3ZaD/OzuanIsLGzc=; b=ebcgOHGgtmZUshhiNO15dHvCnlu75hM/VxfypBTjVYKhejYrHzddFg0zUBALlRitZY Ytf1fkNu5f/0RjahxhQ+CmgTmOH5PVPzBpZbiU/tRcm+8O+erbh2K0rEFR2/BLHzKZ8X c3pekIDhGuF0pPy8xPpoaHiWzqOqOmAjAL+P9EJ6gT/rpQmc8Jp5eLY+B6jlROmeUg9g REdDynQpw0DpSZYWKAx/iCw77mQ4h+0D1sFpsjnD7jzxC1IKcSYSwdMWJAdVYAko/f0P 29anXnfRCTkfojPv+3BbmEskgNvoZIkXh9T9J4QC/6f56y5/8jHzTxR7G3LVn1MAz1+Q GH+Q== X-Gm-Message-State: AFqh2kpioPuSSkjhVrFtCmHhR6RuspmYqGpRzbX2Yyuq7w3PZ2O+5cst tuvY8b3s+ZZmqO/IlcwQkJ/InCLj1pdH6aRO X-Google-Smtp-Source: AMrXdXtP3kYC9dpWUzgvePrlB30mdVsNjEDJzvwK+nxEqcGfoGJ5bi/j79Lmf6xodVcOshi/xTHmsw== X-Received: by 2002:a05:6000:1f14:b0:2bd:eb6b:173a with SMTP id bv20-20020a0560001f1400b002bdeb6b173amr19355346wrb.36.1674396734144; Sun, 22 Jan 2023 06:12:14 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id n9-20020adf8b09000000b00241d21d4652sm2273703wra.21.2023.01.22.06.12.12 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 22 Jan 2023 06:12:13 -0800 (PST) Message-ID: <2b9622b9-1bd5-0cf0-0f7a-89d33d62c706@linaro.org> Date: Sun, 22 Jan 2023 15:12:11 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.0 Subject: Re: [PATCH V5 1/5] dt-bindings: usb: tegra-xudc: Add dma-coherent for Tegra194 Content-Language: en-US To: Jon Hunter , Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Thierry Reding Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-tegra@vger.kernel.org References: <20230119104208.28726-1-jonathanh@nvidia.com> <20230119104208.28726-2-jonathanh@nvidia.com> From: Krzysztof Kozlowski In-Reply-To: <20230119104208.28726-2-jonathanh@nvidia.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On 19/01/2023 11:42, Jon Hunter wrote: > DMA operations for XUSB device controller are coherent for Tegra194 and > so update the device-tree binding to add this property. > > Signed-off-by: Jon Hunter > --- Acked-by: Krzysztof Kozlowski Best regards, Krzysztof