From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41vnBJ4JdGzF0hg for ; Tue, 21 Aug 2018 20:35:20 +1000 (AEST) In-Reply-To: <20180430145558.4308-16-npiggin@gmail.com> To: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Jiri Slaby , linux-kernel@vger.kernel.org, Nicholas Piggin , Greg Kroah-Hartman Subject: Re: [15/15] powerpc/powernv: provide a console flush operation for opal hvc driver Message-Id: <41vnBJ3c54z9s78@ozlabs.org> Date: Tue, 21 Aug 2018 20:35:20 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2018-04-30 at 14:55:58 UTC, Nicholas Piggin wrote: > Provide the flush hv_op for the opal hvc driver. This will flush the > firmware console buffers without spinning with interrupts disabled. > > Cc: Benjamin Herrenschmidt > Cc: linuxppc-dev@lists.ozlabs.org > Signed-off-by: Nicholas Piggin Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/95b861a76c1ded3e89d33a3d9f4552 cheers