Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3859130pxk; Tue, 22 Sep 2020 04:40:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxZ9nOMpng4p3sYIY4LAu0CkEUEHaxF/tLclBZmf8uVz6GgLR5xlihRh4/rSWarxSgRELn/ X-Received: by 2002:a05:6402:1386:: with SMTP id b6mr3415337edv.296.1600774833746; Tue, 22 Sep 2020 04:40:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600774833; cv=none; d=google.com; s=arc-20160816; b=DUKYZaw4rEeRZdYGoGes3I1rxTk7k3SZdzuRuw7MEilF38K1f2/yytWh91HS5cWm/8 2BUSnAyXG81k4708fO+ttGTuh6uR3qzPgTK6ftw/txCq4pLv5SF5GPg/zLe5AYVfBq0c eve/3y1KhKK3aXCz7jSNDmw0ToWdDZ3SIQ0KzR0+4a296+J1oaBzMSSES0GL24qZ7Ww4 n+80r0q20GfU5D4G2oR5clUGYqvEJ3p0dnaRQ72YNqifu+nkt7Z2jCffdEQYPBMOixsk vJQ73/OKXJnwIYNyqQ5ZvAG//b9DqOeshclr+j8al1NalshKSLaR/myDKDOvYidUH3W1 raAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=KYwJ3YyqBxiDXTHMDnij7P/U7/+S6iW5eNXUbdehvTg=; b=JcS9VypLmLlHVxpXOwWcc/SdJZ2DmRtkqSMkQURCCUJLNoQwFjIAxBed23SaZbnk8S Et8MAmdDo4XlaM4P5o6Cm9QstHw41i1uMQEQp28jz63CFf1fT9YnIuWer16rvf5XE7ar 3VAGjkralgwnAew5iS6IYdt8arLy2/q7WhpJmHmUJ9VCM3QGoAGKt6M3vprD7j9frXIj 3Nu3nym4gllvGep99I6t3oNU/gFfvJ0BMxhv7p+bZPE+E+tXfYRWEFjyz2fjVoGRpsRP iq1KKrVvPMfYSDCl1pLZdS3dDuEbf6B+ekJEVgstgmmBamyNaO0SEUzWX+KVoQo+iWwL VOgQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i16si10841371edb.134.2020.09.22.04.40.09; Tue, 22 Sep 2020 04:40:33 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726562AbgIVLiv (ORCPT + 99 others); Tue, 22 Sep 2020 07:38:51 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:34034 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726518AbgIVLiu (ORCPT ); Tue, 22 Sep 2020 07:38:50 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 5B8A2FB03; Tue, 22 Sep 2020 13:38:48 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0v3BqV8ZcSuj; Tue, 22 Sep 2020 13:38:47 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 1BA5B457CC; Tue, 22 Sep 2020 13:38:47 +0200 (CEST) Date: Tue, 22 Sep 2020 13:38:47 +0200 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Fabio Estevam Cc: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , DRI mailing list , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-kernel Subject: Re: [RFC PATCH v1 3/3] dt-binding: display: Require two rests on mantix panel Message-ID: <20200922113847.GA17611@bogon.m.sigxcpu.org> References: <71a9108f3472ba9af4bead01b1b770d1e73eb08e.1600707235.git.agx@sigxcpu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Mon, Sep 21, 2020 at 02:05:55PM -0300, Fabio Estevam wrote: > Hi Guido, > > On Mon, Sep 21, 2020 at 1:56 PM Guido G?nther wrote: > > > > We need to reset both for the panel to show an image. > > There is a typo in "resets" in the Subject line. Fix queued for v2. Thanks! -- Guido