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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D54DFC2B9F2 for ; Sat, 22 May 2021 10:36:06 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6EB5A6135B for ; Sat, 22 May 2021 10:36:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6EB5A6135B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B29BC6E1BB; Sat, 22 May 2021 10:36:05 +0000 (UTC) Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) by gabe.freedesktop.org (Postfix) with ESMTPS id 15FC06E1BB for ; Sat, 22 May 2021 10:36:05 +0000 (UTC) Received: by mail-lj1-x235.google.com with SMTP id b12so19752076ljp.1 for ; Sat, 22 May 2021 03:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=uEhRMz+h4s+U252SiXX0wJyFMC3DU6kb4X4RIqT3O+Y=; b=zz4FoFVJqy8UtrEZzcqoNqGE/xS1BRFRsXQ/rs1MIjHMJNz7zpJvBNzE902fPGbdRH ZDN4vaUJ+D+oxbTlgdvAXqZr0a1sJsK4q5nVUnKtAaukoduVKLUj75FB7wJX61IQ65cS TpgC0DcZXzi+PomwBK/TipbXqCXYXd9pm3NzITCVNSaMuumN2TKm3fVmQmOzcXuAlJgv 3Lo8Tbxjhpfa448yBf4cCqmmcCBchyla8VHgeDiH2rOGkXV/3bg529Hj3ur6MaqsIuzS WlAl2Zc79g7PXqs+DgPwSqqvS0R9nAJ7IKXibuzp0GZ/izx5MmzmmTM7eiyhOBEjjj7w vDAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=uEhRMz+h4s+U252SiXX0wJyFMC3DU6kb4X4RIqT3O+Y=; b=G12oAgZI2Unz+kMy9lz1lM30AzEy+DP+XbkA7i3w0VypDXC5D9MCsFIyi0plla9gpi eM9A72f4kbm+Cx5aaWnOKxpxw/ixPXA/HvzOzPl+loO93HR/0088DpEZI0NjndtfQaH7 UWUE1d8wDusMbiDHcwQryyLxKx5py8XzSw8drbC9FzXjw/SmMp4bzfc/TW3TkD1kzFle j13M6N/019WU5wkutDTk8VLLQjOmHqz849a1YnubuZTGiQ8XZXBfOL0Z/DowDxuOJVYq eFO94KUMbr3MEqZQr0+Akl6hqlrf44VtN4ODp+m6sMZx8TMZ2C5BN7sx/bnbIlnxsdkv UFHA== X-Gm-Message-State: AOAM532klpViXad7sLLOYffhbSrnhGGpwdpTNUlQ0B/Pb64i4iWBfsIc sbggYLG1FZNkJMCghH3FeWOrhAt9CH9Zo9nZYZd4wA== X-Google-Smtp-Source: ABdhPJxycv64EJ7V1TCZmsfzdpdPw+UifhMakV61YhCiGLTIcrIBnId4CHLWEyyg2ghmKXaVDG5iILa/Ym8q0MXZZsM= X-Received: by 2002:a2e:81d0:: with SMTP id s16mr10522164ljg.74.1621679763505; Sat, 22 May 2021 03:36:03 -0700 (PDT) MIME-Version: 1.0 References: <20210517200907.1459182-1-dianders@chromium.org> <20210517130450.v7.8.Ib5fe0638da85800141ce141bb8e441c5f25438d4@changeid> In-Reply-To: <20210517130450.v7.8.Ib5fe0638da85800141ce141bb8e441c5f25438d4@changeid> From: Linus Walleij Date: Sat, 22 May 2021 12:35:52 +0200 Message-ID: Subject: Re: [PATCH v7 08/10] drm/bridge: ti-sn65dsi86: Add support for the DP AUX bus To: Douglas Anderson Content-Type: text/plain; charset="UTF-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Clark , Jernej Skrabec , Jonas Karlman , David Airlie , MSM , Neil Armstrong , linux-kernel , "open list:DRM PANEL DRIVERS" , Stephen Boyd , Stanislav Lisovskiy , Andrzej Hajda , Bjorn Andersson , Laurent Pinchart , Robert Foss , Thierry Reding , Sam Ravnborg , Steev Klimaszewski Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, May 17, 2021 at 10:09 PM Douglas Anderson wrote: > We want to provide our panel with access to the DP AUX channel. The > way to do this is to let our panel be a child of ours using the fancy > new DP AUX bus support. > > Signed-off-by: Douglas Anderson That's neat. Acked-by: Linus Walleij Yours, Linus Walleij