From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH] Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open" Date: Fri, 8 May 2015 01:28:35 +0200 Message-ID: <20150507232835.GD5449@kroah.com> References: <20150507105934.GA18402@e103592.cambridge.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20150507105934.GA18402@e103592.cambridge.arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Dave Martin Cc: Russell King , Jakub =?utf-8?B?S2ljacWEc2tp?= , Andre Przywara , Andrew Jackson , Graeme Gregory , linux-serial@vger.kernel.org, popcorn mix , Jorge Ramirez-Ortiz , linux-arm-kernel@lists.infradead.org List-Id: linux-serial@vger.kernel.org On Thu, May 07, 2015 at 11:59:47AM +0100, Dave Martin wrote: > Calling serial maintainers... > > Please consider the following commit for merging in v4.1. > > f28c1d0a78a8c6a217ac5362cb719efa169ae2a7 Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open" > > This backs out a misguided optimisation that is causing pl011 driver > deadlocks for some people in certain scenarios (my bad). > > The revert is self-contained and independent of the other changes I > posted. > > Thanks > ---Dave > > > Original commit message: > > This reverts commit f2ee6dfa0e8597eea8b98d240b0033994e20d215. Please send this in a format I can apply it in... From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Fri, 8 May 2015 01:28:35 +0200 Subject: [PATCH] Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open" In-Reply-To: <20150507105934.GA18402@e103592.cambridge.arm.com> References: <20150507105934.GA18402@e103592.cambridge.arm.com> Message-ID: <20150507232835.GD5449@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, May 07, 2015 at 11:59:47AM +0100, Dave Martin wrote: > Calling serial maintainers... > > Please consider the following commit for merging in v4.1. > > f28c1d0a78a8c6a217ac5362cb719efa169ae2a7 Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open" > > This backs out a misguided optimisation that is causing pl011 driver > deadlocks for some people in certain scenarios (my bad). > > The revert is self-contained and independent of the other changes I > posted. > > Thanks > ---Dave > > > Original commit message: > > This reverts commit f2ee6dfa0e8597eea8b98d240b0033994e20d215. Please send this in a format I can apply it in...