From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752194AbbG3WyU (ORCPT ); Thu, 30 Jul 2015 18:54:20 -0400 Received: from www.linutronix.de ([62.245.132.108]:48967 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751015AbbG3WyT (ORCPT ); Thu, 30 Jul 2015 18:54:19 -0400 From: John Ogness To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman Cc: Tony Lindgren Cc: Peter Hurley Cc: Sebastian Andrzej Siewior Cc: linux-omap@vger.kernel.org Cc: nsekhar@ti.com Cc: tony@atomide.com Cc: nm@ti.com Cc: linux-serial@vger.kernel.org Subject: [PATCH 0/3] serial: 8250: fix locking/race/cleanup issues Date: Fri, 31 Jul 2015 00:54:08 +0200 Message-ID: <87io912r5b.fsf@linutronix.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series addresses some locking, race condition, and cleanup issues identified with the 8250 serial driver on omap boards. John Ogness (3): serial: 8250: unlock port for uart_write_wakeup() serial: 8250: move rx_running out of the bitfield serial: 8250: omap: restore registers on shutdown drivers/tty/serial/8250/8250.h | 2 +- drivers/tty/serial/8250/8250_core.c | 6 +++++- drivers/tty/serial/8250/8250_omap.c | 14 ++++++++++++-- 3 files changed, 18 insertions(+), 4 deletions(-) -- 1.7.10.4