From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 1/2] dt-bindings: serial: stm32: add RS485 optional properties Date: Fri, 9 Mar 2018 10:58:13 -0800 Message-ID: <20180309185813.GA25626@kroah.com> References: <1519815373-22940-1-git-send-email-bich.hemon@st.com> <1519815373-22940-2-git-send-email-bich.hemon@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1519815373-22940-2-git-send-email-bich.hemon@st.com> Sender: linux-kernel-owner@vger.kernel.org To: Bich HEMON Cc: Rob Herring , Mark Rutland , Maxime Coquelin , Alexandre TORGUE , Jiri Slaby , "linux-serial@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" List-Id: linux-serial@vger.kernel.org On Wed, Feb 28, 2018 at 10:56:18AM +0000, Bich HEMON wrote: > Add options for enabling RS485 hardware control and configuring > Driver Enable signal: > - rs485-rts-delay > - rs485-rx-during-tx > - rs485-rts-active-low > - linux,rs485-enabled-at-boot-time > > Signed-off-by: Bich Hemon > Reviewed-by: Rob Herring > --- > Documentation/devicetree/bindings/serial/st,stm32-usart.txt | 2 ++ > 1 file changed, 2 insertions(+) This series does not apply to my tty-next tree at all. Can you rebase and resend? thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Fri, 9 Mar 2018 10:58:13 -0800 Subject: [PATCH 1/2] dt-bindings: serial: stm32: add RS485 optional properties In-Reply-To: <1519815373-22940-2-git-send-email-bich.hemon@st.com> References: <1519815373-22940-1-git-send-email-bich.hemon@st.com> <1519815373-22940-2-git-send-email-bich.hemon@st.com> Message-ID: <20180309185813.GA25626@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Feb 28, 2018 at 10:56:18AM +0000, Bich HEMON wrote: > Add options for enabling RS485 hardware control and configuring > Driver Enable signal: > - rs485-rts-delay > - rs485-rx-during-tx > - rs485-rts-active-low > - linux,rs485-enabled-at-boot-time > > Signed-off-by: Bich Hemon > Reviewed-by: Rob Herring > --- > Documentation/devicetree/bindings/serial/st,stm32-usart.txt | 2 ++ > 1 file changed, 2 insertions(+) This series does not apply to my tty-next tree at all. Can you rebase and resend? thanks, greg k-h