From patchwork Mon Jan 21 17:19:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 214239 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 [205.233.59.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2D2552C007C for ; Tue, 22 Jan 2013 04:27:06 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TxL6T-0001VR-Ty; Mon, 21 Jan 2013 17:24:13 +0000 Received: from ia-in-x0233.1e100.net ([2607:f8b0:4001:c02::233] helo=mail-ia0-x233.google.com) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TxL1W-0004zx-3b for linux-arm-kernel@lists.infradead.org; Mon, 21 Jan 2013 17:19:06 +0000 Received: by mail-ia0-f179.google.com with SMTP id x24so2740710iak.24 for ; Mon, 21 Jan 2013 09:19:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=B5vTwcV95B4n9UOxoGedjUXlb65vSydYtL1NER0+U0U=; b=RimjR2JiyGpLwcYYH3QHa3ph7gv8VdRiXRANIMv4FQMKgezTz/T8iW0VMBlNLPodYh JPSTED7P1kxnEWZWKrtP8ohibHkbU7N7sySqLI95vkDdI+imxWT72NepCeyAutOsuwmv T5qFFKKDILfPYutMVmN8gB+sTg06MyW6CJPh1Yk5YfPt5HUKVj+7Mkb7cIG9SHq6t6m2 nL/32jDjUupNg/PRDog02LKvl8fs5PHzg2JYnfEhdxzMqVUbDxDsS4sxk8ppdXKbH+vj 5ZF+eCg1l07xmyQb7hgqeaEc0Yz7Wa8c3TsJHyeovwzJ2AH/oxPTAM3Ik7kdnCo1qU0m gsQg== MIME-Version: 1.0 X-Received: by 10.50.157.130 with SMTP id wm2mr12166820igb.0.1358788743193; Mon, 21 Jan 2013 09:19:03 -0800 (PST) Received: by 10.64.44.9 with HTTP; Mon, 21 Jan 2013 09:19:03 -0800 (PST) Date: Mon, 21 Jan 2013 18:19:03 +0100 X-Google-Sender-Auth: oiRortbnS7CK_uzXE_sDEACeDUY Message-ID: Subject: [GIT PULL] arm-soc: Xilinx zynq serial changes for v3.9 From: Michal Simek To: Arnd Bergmann , Olof Johansson , arm@kernel.org, Michal Simek , Greg Kroah-Hartman X-Gm-Message-State: ALoCoQkDQtAA7nQLkfq/SqUfWjvftchiAbSFP93HceeolN4UY3a5MO9QXlgmMyGjZmyInKoFqd5v X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130121_121906_249567_841AF9A5 X-CRM114-Status: GOOD ( 10.44 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Josh Cartwright , linux-arm 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: , 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 Arnd, Olof and Greg, I have two patches for xilinx uartps serial driver (the second one fix one issue in the first one). These patches has been sent to arm mailing list and also to device-tree mailing list. There is a change in zynq dtsi that's why I think it can go through arm-soc tree. Please let me know if this should go through Greg serial tree. Thanks, Michal The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linus Torvalds (1): Linux 3.8-rc4 are available in the git repository at: git://git.xilinx.com/linux-xlnx.git zynq/serial Josh Cartwright (1): serial: xilinx_uartps: get clock rate info from dts Wei Yongjun (1): serial: xilinx_uartps: fix return value check in xuartps_probe() arch/arm/boot/dts/zynq-7000.dtsi | 4 ++-- drivers/tty/serial/xilinx_uartps.c | 34 +++++++++++++++++++--------------- 2 files changed, 21 insertions(+), 17 deletions(-) Acked-by: Arnd Bergmann