From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Hurley Subject: Re: [PATCH] serial: samsung: fix the inconsistency in spinlock Date: Thu, 18 Feb 2016 12:03:01 -0800 Message-ID: <56C62375.3070607@hurleysoftware.com> References: <1455817202-3005-1-git-send-email-linux.amoon@gmail.com> <56C603E9.9050307@hurleysoftware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pf0-f176.google.com ([209.85.192.176]:34026 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946403AbcBRUDG (ORCPT ); Thu, 18 Feb 2016 15:03:06 -0500 Received: by mail-pf0-f176.google.com with SMTP id x65so37016146pfb.1 for ; Thu, 18 Feb 2016 12:03:05 -0800 (PST) In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Anand Moon Cc: Greg Kroah-Hartman , Jiri Slaby , linux-serial@vger.kernel.org, "linux-samsung-soc@vger.kernel.org" , Linux Kernel On 02/18/2016 11:14 AM, Anand Moon wrote: > Thanks for pointing out. > Their is no lock up, just the inconstancy of the spin_lock. > Then I will resend this patch dropping the spin_unlock/spin_lock > around uart_write_wakeup. > Is that ok with you. Yes.