From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932107AbbIXX1Z (ORCPT ); Thu, 24 Sep 2015 19:27:25 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:35021 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754101AbbIXX1W (ORCPT ); Thu, 24 Sep 2015 19:27:22 -0400 Message-ID: <560486D7.3090003@linaro.org> Date: Fri, 25 Sep 2015 00:27:19 +0100 From: Srinivas Kandagatla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "Ivan T. Ivanov" , Andy Gross CC: 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 Subject: Re: [PATCH 0/7] tty: serial: msm: Add DMA support and fix bit definitions References: <1442062934-13449-1-git-send-email-ivan.ivanov@linaro.org> In-Reply-To: <1442062934-13449-1-git-send-email-ivan.ivanov@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. --srini > > Regards, > Ivan > > Ivan T. Ivanov (5): > tty: serial: msm: Fix command Stale Event Enable definition > tty: serial: msm: Add msm prefix to all driver functions > tty: serial: msm: Add TX DMA support > tty: serial: msm: Add RX DMA support > tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitation > > Pramod Gurav (2): > tty: serial: msm: Add mask value for UART_DM registers > tty: serial: msm: replaces (1 << x) with BIT(x) macro > > [1] http://www.spinics.net/lists/linux-serial/msg16874.html > > > .../devicetree/bindings/serial/qcom,msm-uartdm.txt | 6 + > drivers/tty/serial/msm_serial.c | 616 +++++++++++++++++++-- > drivers/tty/serial/msm_serial.h | 55 +- > 3 files changed, 604 insertions(+), 73 deletions(-) > > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >