From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Tue, 17 Sep 2019 13:59:40 -0500 Subject: [PATCH v3 2/3] dt-bindings: serial: 8250: Add aspeed,sirq-polarity-sense. In-Reply-To: <20190905144130.220713-2-osk@google.com> References: <20190905144130.220713-1-osk@google.com> <20190905144130.220713-2-osk@google.com> Message-ID: <20190917185940.GA4964@bogus> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, 5 Sep 2019 10:41:29 -0400, Oskar Senft wrote: > Add documentation for 8250_aspeed_vuart's aspeed,sirq-polarity-sense > property that enables to auto-configure the VUART's SIRQ polarity. > > Signed-off-by: Oskar Senft > --- > Documentation/devicetree/bindings/serial/8250.txt | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gmail.com (client-ip=209.85.210.66; helo=mail-ot1-f66.google.com; envelope-from=robherring2@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Received: from mail-ot1-f66.google.com (mail-ot1-f66.google.com [209.85.210.66]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 46XsqN6ZY3zF3fb; Wed, 18 Sep 2019 04:59:44 +1000 (AEST) Received: by mail-ot1-f66.google.com with SMTP id z26so4082409oto.1; Tue, 17 Sep 2019 11:59:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=OGt11jcTV4+nEwNY8mFGWxFr7o7axon1ADE+8rl/MVY=; b=WMf/9CwVcX+/tJhHBqbUxtrkV3/6lH7h/jeSguiRK9LJ/cjkQyCV9cBtBvZVDnQvva MJEzNjiBqmJhZiSJyyRD9VSoLnoduwFg5zV+Su0Gw3bbIEuREOHFS9WYIn8/y8o6X9aK eEAvRTJ8WaOrz8JzJHt7x8m9Wl3DrCvq8KMaIA808wbISZ5G5JfNLXI+a8pEclqdTkT8 FmCq7cT4d3ub1a9ZgTfNACI5SkqQx4hmQELpVnZJd6Ub1CES5fTtk9lJFIn3CBiSfti/ 7zHZdINTfF+JphBg5GbpyBagt60FbozyJpTRLVKjhycAtfKjFiXwfyI9KRgZ3hVudOmP eJ4A== X-Gm-Message-State: APjAAAX/bScbuvodijItQN3Zrwj1Nm+u5pV3d9Z+P/LiATLUBpcdPuAI lBArwgngm8/v08Zb24IuJA== X-Google-Smtp-Source: APXvYqzRk2LhCglVMO/W5uafIlAuiwWW96jddRxz2JFxKqZkzHLQP9MO0dW7aSqfvaH7/hTZGTVnmg== X-Received: by 2002:a9d:30c8:: with SMTP id r8mr316477otg.158.1568746781626; Tue, 17 Sep 2019 11:59:41 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id 109sm963555otc.52.2019.09.17.11.59.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Sep 2019 11:59:41 -0700 (PDT) Date: Tue, 17 Sep 2019 13:59:40 -0500 From: Rob Herring To: Oskar Senft Cc: joel@jms.id.au, andrew@aj.id.au, robh+dt@kernel.org, gregkh@linuxfoundation.org, jk@ozlabs.org, openbmc@lists.ozlabs.org, linux-aspeed@lists.ozlabs.org, linux-serial@vger.kernel.org, devicetree@vger.kernel.org, Oskar Senft Subject: Re: [PATCH v3 2/3] dt-bindings: serial: 8250: Add aspeed,sirq-polarity-sense. Message-ID: <20190917185940.GA4964@bogus> References: <20190905144130.220713-1-osk@google.com> <20190905144130.220713-2-osk@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190905144130.220713-2-osk@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2019 18:59:45 -0000 On Thu, 5 Sep 2019 10:41:29 -0400, Oskar Senft wrote: > Add documentation for 8250_aspeed_vuart's aspeed,sirq-polarity-sense > property that enables to auto-configure the VUART's SIRQ polarity. > > Signed-off-by: Oskar Senft > --- > Documentation/devicetree/bindings/serial/8250.txt | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring