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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 83F5CC2D0C2 for ; Fri, 3 Jan 2020 19:54:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5424321835 for ; Fri, 3 Jan 2020 19:54:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728549AbgACTyK (ORCPT ); Fri, 3 Jan 2020 14:54:10 -0500 Received: from asavdk3.altibox.net ([109.247.116.14]:60352 "EHLO asavdk3.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728546AbgACTyK (ORCPT ); Fri, 3 Jan 2020 14:54:10 -0500 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 asavdk3.altibox.net (Postfix) with ESMTPS id D2D5520027; Fri, 3 Jan 2020 20:54:07 +0100 (CET) Date: Fri, 3 Jan 2020 20:54:06 +0100 From: Sam Ravnborg To: Rob Clark Cc: dri-devel , linux-arm-msm , Douglas Anderson , Rob Clark , Thierry Reding , David Airlie , Daniel Vetter , open list Subject: Re: [PATCH 2/2] drm/panel: Add support for AUO B116XAK01 panel Message-ID: <20200103195406.GA22623@ravnborg.org> References: <20200103183025.569201-1-robdclark@gmail.com> <20200103183025.569201-2-robdclark@gmail.com> <20200103193135.GA21515@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=eMA9ckh1 c=1 sm=1 tr=0 a=UWs3HLbX/2nnQ3s7vZ42gw==:117 a=UWs3HLbX/2nnQ3s7vZ42gw==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=kj9zAlcOel0A:10 a=rJd5LfhRvLB29OSl6FMA:9 a=CjuIK1q_8ugA:10 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hi Rob. > > Please fix and resend. > > > > I am in general holding back on patches to panel-simple. > > I hope we can reach a decision for the way forward with the bindings > > files sometimes next week. > > I've fixed the sort-order and the couple things you've pointed out in > the bindings. Not sure if you want me to resend immediately or > hang-tight until the bindings discussion is resolved? Could we give it until Wednesday - if we do not resolve the binding discussion I will process panel patches in the weekend or maybe a day before. Sam 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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 E2976C3F68F for ; Fri, 3 Jan 2020 19:54:12 +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 B004B227BF for ; Fri, 3 Jan 2020 19:54:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B004B227BF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ravnborg.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 1FCD789E52; Fri, 3 Jan 2020 19:54:12 +0000 (UTC) Received: from asavdk3.altibox.net (asavdk3.altibox.net [109.247.116.14]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4440A89E52 for ; Fri, 3 Jan 2020 19:54:10 +0000 (UTC) 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 asavdk3.altibox.net (Postfix) with ESMTPS id D2D5520027; Fri, 3 Jan 2020 20:54:07 +0100 (CET) Date: Fri, 3 Jan 2020 20:54:06 +0100 From: Sam Ravnborg To: Rob Clark Subject: Re: [PATCH 2/2] drm/panel: Add support for AUO B116XAK01 panel Message-ID: <20200103195406.GA22623@ravnborg.org> References: <20200103183025.569201-1-robdclark@gmail.com> <20200103183025.569201-2-robdclark@gmail.com> <20200103193135.GA21515@ravnborg.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=eMA9ckh1 c=1 sm=1 tr=0 a=UWs3HLbX/2nnQ3s7vZ42gw==:117 a=UWs3HLbX/2nnQ3s7vZ42gw==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=kj9zAlcOel0A:10 a=rJd5LfhRvLB29OSl6FMA:9 a=CjuIK1q_8ugA:10 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 , David Airlie , linux-arm-msm , Douglas Anderson , dri-devel , open list , Thierry Reding Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Rob. > > Please fix and resend. > > > > I am in general holding back on patches to panel-simple. > > I hope we can reach a decision for the way forward with the bindings > > files sometimes next week. > > I've fixed the sort-order and the couple things you've pointed out in > the bindings. Not sure if you want me to resend immediately or > hang-tight until the bindings discussion is resolved? Could we give it until Wednesday - if we do not resolve the binding discussion I will process panel patches in the weekend or maybe a day before. Sam _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel