Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754755AbbHFHQ5 (ORCPT ); Thu, 6 Aug 2015 03:16:57 -0400 Received: from mx2.suse.de ([195.135.220.15]:52760 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751072AbbHFHQy (ORCPT ); Thu, 6 Aug 2015 03:16:54 -0400 From: Johannes Thumshirn To: Greg Kroah-Hartman , Jiri Slaby Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Hurley , Andreas Werner , Johannes Thumshirn Subject: [PATCHv2 0/2] tty: serial: men_z135_uart.c: Updates for men_z135_uart Date: Thu, 6 Aug 2015 09:16:36 +0200 Message-Id: X-Mailer: git-send-email 2.4.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 760 Lines: 22 Version two of the updates for the men_z135_uart, incorporating Peter's review comments. 1/2: Use spin_lock_irq() in settermios() and spin_lock() in ISR to avoid deadlocks. 2/2: Removes the double initialization of the port.lock spinlock. Johannes Thumshirn (2): tty: serial: men_z135_uart.c: Fix race between IRQ and set_termios() tty: serial: men_z135_uart.c: Don't initialize port->lock drivers/tty/serial/men_z135_uart.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) -- 2.4.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/