From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934759AbbI2LwO (ORCPT ); Tue, 29 Sep 2015 07:52:14 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:35659 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934693AbbI2LwA (ORCPT ); Tue, 29 Sep 2015 07:52:00 -0400 Message-ID: <1443527507.2412.3.camel@linaro.org> Subject: Re: [PATCH 0/7] tty: serial: msm: Add DMA support and fix bit definitions From: "Ivan T. Ivanov" To: Srinivas Kandagatla Cc: Andy Gross , David Brown , Greg Kroah-Hartman , Jiri Slaby , Frank Rowand , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-serial@vger.kernel.org Date: Tue, 29 Sep 2015 14:51:47 +0300 In-Reply-To: <560486D7.3090003@linaro.org> References: <1442062934-13449-1-git-send-email-ivan.ivanov@linaro.org> <560486D7.3090003@linaro.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.13.7-fta1.2~trusty Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2015-09-25 at 00:27 +0100, Srinivas Kandagatla wrote: > Hi Ivan, > On 12/09/15 14:02, Ivan T. Ivanov wrote: > > Hi, > > > > Following patches add DMA support for UARTDM type of hardware. > > > > Changes have been tested on UARTDM v1.3(APQ8064) and v1.4(APQ8016). > > > > Patches from Gurav were published long ago here[1], I just addressed > > remaining comments and coding style issues. > > > > Any comments are welcome. > Looks like Magic Sysrq is broken with this patches. Oh, sorry. Interrupts have to be enabled during SysRq processing. I will send updated patch-set. Regards, Ivan