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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 40600C433DF for ; Mon, 18 May 2020 18:28:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 25AE720657 for ; Mon, 18 May 2020 18:28:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387990AbgERS2f (ORCPT ); Mon, 18 May 2020 14:28:35 -0400 Received: from asavdk4.altibox.net ([109.247.116.15]:44046 "EHLO asavdk4.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728986AbgERS2d (ORCPT ); Mon, 18 May 2020 14:28:33 -0400 Received: from ravnborg.org (unknown [158.248.194.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk4.altibox.net (Postfix) with ESMTPS id 4C81380674; Mon, 18 May 2020 20:28:27 +0200 (CEST) Date: Mon, 18 May 2020 20:28:25 +0200 From: Sam Ravnborg To: Doug Anderson Cc: LinusW , Stephen Boyd , Laurent Pinchart , Neil Armstrong , David Airlie , Sandeep Panda , dri-devel , Bjorn Andersson , Andrzej Hajda , Thierry Reding , Rob Clark , Jeffrey Hugo , Krzysztof Kozlowski , Bartosz Golaszewski , Andy Gross , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Jonas Karlman , linux-arm-msm , "open list:GPIO SUBSYSTEM" , Rob Herring , Paul Walmsley , Jernej Skrabec , Stephen Boyd , LKML Subject: Re: [PATCH v5 0/6] drm: Prepare to use a GPIO on ti-sn65dsi86 for Hot Plug Detect Message-ID: <20200518182825.GA862982@ravnborg.org> References: <20200507213500.241695-1-dianders@chromium.org> <20200509201511.GD30802@ravnborg.org> <20200518175939.GA770425@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=MOBOZvRl c=1 sm=1 tr=0 a=UWs3HLbX/2nnQ3s7vZ42gw==:117 a=UWs3HLbX/2nnQ3s7vZ42gw==:17 a=kj9zAlcOel0A:10 a=7gkXJVJtAAAA:8 a=VwQbUJbxAAAA:8 a=cm27Pg_UAAAA:8 a=hm5wBbS1sMirQhL_k6wA:9 a=CjuIK1q_8ugA:10 a=E9Po1WZjFZOl8hwRPBS3:22 a=AjGcO6oz07-iQ99wixmX:22 a=xmb-EsYY8bH0VWELuYED:22 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Douglas, On Mon, May 18, 2020 at 11:05:58AM -0700, Doug Anderson wrote: > Sam, > > On Mon, May 18, 2020 at 10:59 AM Sam Ravnborg wrote: > > > > Hi Douglas. > > > > > > Given the previous feedback from Linus W, Stephen, and Laurent I > > > > expect things are good enough to land now, but it'd be good to get > > > > confirmation (I removed some of the previous tags just to get > > > > confirmation). If we can get review tags early next week maybe it'll > > > > still be in time to land for 5.8? > > > > > > I think all the others have reviews now. Is there anything blocking > > > them from getting applied? > > Applied, including the small fix pointed out by Linus. > > Thanks! Ugh, I just realized what the problem was. I posted a v6 > with this fix but insanely somehow didn't CC you (!!!). It was here: > > https://lore.kernel.org/r/20200513215902.261547-1-dianders@chromium.org > > I'm super sorry about that and thanks for fixing the nit. That was > the only difference between v5 and v6. I just checked what you pushed > and it looks great, thank you. No worries as long as what hits drm-misc-next is OK, which it was in this case. Sam