From patchwork Thu Aug 23 10:32:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 179592 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4A8012C0078 for ; Thu, 23 Aug 2012 20:41:30 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T4Uml-0000lJ-Nt; Thu, 23 Aug 2012 10:37:11 +0000 Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1T4Umh-0000kI-Qk for linux-arm-kernel@lists.infradead.org; Thu, 23 Aug 2012 10:37:08 +0000 Received: from mail-lpp01m010-f48.google.com ([209.85.215.48]) (using TLSv1) by na3sys009aob110.postini.com ([74.125.148.12]) with SMTP ID DSNKUDYH0bxdpSepeim4WoZfTq68K21uvszJ@postini.com; Thu, 23 Aug 2012 03:37:07 PDT Received: by lagr15 with SMTP id r15so401811lag.21 for ; Thu, 23 Aug 2012 03:37:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=jHJ5er67n82CdmtA4hNFXNd3uZPFoPTynicUDIxtCUI=; b=l0ksaPVIWK7xuSwKftbbX4XErD4jEeDquKTLLs8A6ME+4xPUTXWNzt3DmOhss85wM1 qa2wv4CWORKYjGdZH0ZRrnGPuwwTpWynC422WDC7YWiD/DKaePSu7hsBG8F2LmtpApzt GVdcRf7y2U3bd9SMCK+60pXFZG/mqwuK9o/NCcKrpb/1svL+33BkgBYnG5mU7t9HW8hi rxdVDFJegcI0oYVagRoa5KCariGHjkjigwMpSrXp5qHL9arxrfH0TgXxHSo4iOcSON6r EL0jQJduXYLK2Kn6KHalRewa0qtQqzbnqzzrDj/CYIaE5O+Qaw8IB33SjSlraHc4zRLd iKhw== Received: by 10.112.17.230 with SMTP id r6mr676672lbd.42.1345718223943; Thu, 23 Aug 2012 03:37:03 -0700 (PDT) Received: from localhost (cs78217178.pp.htv.fi. [62.78.217.178]) by mx.google.com with ESMTPS id d1sm1741632lbk.16.2012.08.23.03.37.02 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Aug 2012 03:37:03 -0700 (PDT) From: Felipe Balbi To: alan@linux.intel.com Subject: [PATCH v3 00/23] OMAP UART patches Date: Thu, 23 Aug 2012 13:32:40 +0300 Message-Id: <1345717983-18179-1-git-send-email-balbi@ti.com> X-Mailer: git-send-email 1.7.12.rc3 X-Gm-Message-State: ALoCoQmLqcoSNmH2es0C0/+iAPBkI54W7I3/hQxxPpR2jm6IwSQ4EcRcGWdjYYk916AN9y0l7l0+ X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 KHOP_BIG_TO_CC Sent to 10+ recipients instaed of Bcc or a list -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.203 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Kevin Hilman , Tony Lindgren , Linux Kernel Mailing List , Felipe Balbi , Santosh Shilimkar , linux-serial@vger.kernel.org, Sourav Poddar , Linux OMAP Mailing List , Shubhrajyoti Datta , Linux ARM Kernel Mailing List X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi guys, here's v3 and hopefully final version of this series. A whole bunch of new patches added but the good thing is that now I had another engineer's help to test, so he's got his Tested-by in all patches. Changes since v2: . Added a bunch of new patches . Fixed a problem where we would always return IRQ_NONE even though we handled IRQ Changes since v1: . improved commit log on patch 9/13 (formerly 10/13) . removed patch 2/13 . added a new patch switching from spin_lock_irqsave() to spin_lock and spin_unlock_irqrestore to spin_unlock Alan, if you prefer in pull request form, here it is: The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92: Linux 3.6-rc2 (2012-08-16 14:51:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git uart for you to fetch changes up to a29230f14d8466c9b8c25171715378bf52189453: serial: omap: enable RX and TX FIFO usage (2012-08-23 09:25:16 +0300) ---------------------------------------------------------------- Felipe Balbi (20): serial: omap: define and use to_uart_omap_port() serial: omap: define helpers for pdata function pointers serial: omap: don't access the platform_device serial: omap: drop DMA support serial: add OMAP-specific defines serial: omap: simplify IRQ handling serial: omap: refactor receive_chars() into rdi/rlsi handlers serial: omap: move THRE check to transmit_chars() serial: omap: stick to put_autosuspend serial: omap: set dev->drvdata before enabling pm_runtime serial: omap: drop unnecessary check from remove serial: omap: make sure to suspend device before remove serial: omap: don't save IRQ flags on hardirq serial: omap: optimization with section annotations serial: omap: drop "inline" from IRQ handler prototype serial: omap: implement set_wake serial: omap: make sure to put() on poll_get_char serial: omap: remove unnecessary header and add a missing one serial: omap: move uart_omap_port definition to C file serial: omap: enable RX and TX FIFO usage Ruchika Kharwar (2): serial: omap: fix sequence of pm_runtime_* calls. serial: omap: unlock the port lock Vikram Pandita (1): serial: omap: fix software flow control arch/arm/mach-omap2/serial.c | 15 +- arch/arm/plat-omap/include/plat/omap-serial.h | 47 +- drivers/tty/serial/omap-serial.c | 808 ++++++++++---------------- include/linux/serial_reg.h | 4 + 4 files changed, 330 insertions(+), 544 deletions(-) Acked-by: Tony Lindgren Acked-by: Tony Lindgren Acked-by: Tony Lindgren Acked-by: Tony Lindgren