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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 2A6DAC2D0FA for ; Tue, 12 May 2020 20:26:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0700F20740 for ; Tue, 12 May 2020 20:26:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="JE/V+wE1" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726081AbgELU0s (ORCPT ); Tue, 12 May 2020 16:26:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1729215AbgELU0r (ORCPT ); Tue, 12 May 2020 16:26:47 -0400 Received: from mail-pf1-x432.google.com (mail-pf1-x432.google.com [IPv6:2607:f8b0:4864:20::432]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB8ADC05BD0A for ; Tue, 12 May 2020 13:26:47 -0700 (PDT) Received: by mail-pf1-x432.google.com with SMTP id 145so6910926pfw.13 for ; Tue, 12 May 2020 13:26:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:content-transfer-encoding:in-reply-to:references :subject:from:cc:to:date:message-id:user-agent; bh=H1+2swSK0ijtdladJlvxa7bbEzZPqsR62nbBx9yOv3g=; b=JE/V+wE1UITbWdIxoFhww9gWKZXunG95YOlUyT/vk3cKWXiI7WS4hSgNdGFYXXeWq4 qbOqyh6cY6JFc4Ex7PSmIGIeMoXilx3K1YD1zTSnxGNYkBKxlRfntW38VgCWgbQcsm+k b/iBEbYxUFXZLSqtef+YbXCHzwcFceN52RCCE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:content-transfer-encoding :in-reply-to:references:subject:from:cc:to:date:message-id :user-agent; bh=H1+2swSK0ijtdladJlvxa7bbEzZPqsR62nbBx9yOv3g=; b=Wboy1W1ZXAHdAKiWh2E1eMcpT0Y50vxT48ntVwLmXwCzgrqrFqHn4GNtJ357HHs3yq /4cMjB5CGQDPcHNSUm1N26/3BrDfvabBZGSpdg+gL37pQmwQnUDo4FZAKnaNjASs+aSZ bzyV8TDrtlerqafsSP149ff59d5S6KESJshPsKzww/AdLKb+REgjlta16o59gHtTsVfS IK51P1t9y7nWexOdh2ETowfeQuhUsCBj6AjSxg5zJnXLiniG/iroPULxAkG3gP2mglAB i3WmbX13PhL+bCYe7YQtdhaQ6t+yNukngto3k3k+hlg2eC1BlXKYMXWBBLC9hUQXYFcu EJIA== X-Gm-Message-State: AGi0PuZPTYGfPzV5AlwsWEzV94HkjtJMmVGEkVo8ykTJTfOEZQEoB4be LU8tXeQMaLFw6UXqrMsfp7Ofs6mGiII= X-Google-Smtp-Source: APiQypLe8sd80AjBjKfNOmw9eKS5QoYDfT462qPcJ4ychbs6jqUvUTNFyPQJKYLB8FBDLFHSBXQeyQ== X-Received: by 2002:a63:4f0f:: with SMTP id d15mr20990453pgb.339.1589315207257; Tue, 12 May 2020 13:26:47 -0700 (PDT) Received: from chromium.org ([2620:15c:202:1:fa53:7765:582b:82b9]) by smtp.gmail.com with ESMTPSA id w69sm12692970pff.168.2020.05.12.13.26.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 May 2020 13:26:46 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20200422090443.12529-1-harigovi@codeaurora.org> References: <20200422090443.12529-1-harigovi@codeaurora.org> Subject: Re: [v1] drm/bridge: ensure bridge suspend happens during PM sleep From: Stephen Boyd Cc: Harigovindan P , linux-kernel@vger.kernel.org, robdclark@gmail.com, seanpaul@chromium.org, hoegsberg@chromium.org, kalyan_t@codeaurora.org, nganji@codeaurora.org, dianders@chromium.org To: Harigovindan P , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, linux-arm-msm@vger.kernel.org Date: Tue, 12 May 2020 13:26:45 -0700 Message-ID: <158931520588.215346.14524550377627605126@swboyd.mtv.corp.google.com> User-Agent: alot/0.9 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The subject is not specific enough. I'd expect it to be something like: drm/bridge: ti-sn65dsi86: ensure bridge suspend happens during PM sleep Quoting Harigovindan P (2020-04-22 02:04:43) > ti-sn65dsi86 bridge is enumerated as a runtime device. >=20 > Adding sleep ops to force runtime_suspend when PM suspend is > requested on the device. >=20 > This change needs to be taken along with the series: > https://patchwork.kernel.org/patch/11494309/ Why? It doesn't seem like it should be required to go along with a qcom specific driver patch. >=20 > Signed-off-by: Harigovindan P > --- Besides the subject: Reviewed-by: Stephen Boyd