From patchwork Fri Aug 23 14:33:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 11111839 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DFCD0112C for ; Fri, 23 Aug 2019 14:33:55 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B8DB9233A2 for ; Fri, 23 Aug 2019 14:33:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="s5bRbm4P" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B8DB9233A2 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+400+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Fri, 23 Aug 2019 07:33:55 -0700 X-Received: by mail.kernel.org (Postfix) id D2F3C2339D; Fri, 23 Aug 2019 14:33:54 +0000 (UTC) X-Received: from localhost (lfbn-1-17395-211.w86-250.abo.wanadoo.fr [86.250.200.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 48F102054F; Fri, 23 Aug 2019 14:33:54 +0000 (UTC) Date: Fri, 23 Aug 2019 16:33:52 +0200 From: Maxime Ripard To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Maxime Ripard , linux-arm-kernel@lists.infradead.org, Chen-Yu Tsai Subject: [GIT PULL] Allwinner Drivers Changes for 5.4 Message-ID: MIME-Version: 1.0 User-Agent: NeoMutt/20180716 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1566570835; bh=yfL0lk7vkRqGviMXM7CNwa+lgInofJU/cfKm9kHRLB0=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=s5bRbm4PFRsvUWO0fkB8dPQGlRS5B32QcLAFpVqkzaYfY1nseNlNsY8AjiE09/VpdX6 C6tqiG12mYLd9o+Gf25zkRlIeDfngh78Qj3+4gEoqQPWN0SZ0ne3p+2HjI1bjAZUsaHvO nV4RbX0a/Yhsgq64lRfCsTik14po2gxjt+Y= Hi, Please pull the following changes for the next release. Thanks! Maxime The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-drivers-for-5.4-2 for you to fetch changes up to 9d4db2f5f0e6dc4c0dfb94110fe488e9eb191748: bus: sunxi-rsb: Remove dev_err() usage after platform_get_irq() (2019-08-06 14:15:49 +0800) ---------------------------------------------------------------- Allwinner drivers patches for 5.4 One driver to remove a redundant error message in the Allwinner RSB driver. -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXV/5PwAKCRDj7w1vZxhR xUPDAQDCRzdhQef1Ki9OvNcT8o5tbxLK+YcWmmrlLAA4qe2TRQEA1/Um5ZS8s8p5 MKz27KwMjt3PHVc9AoQiEzCHETKb1AA= =safB -----END PGP SIGNATURE----- ---------------------------------------------------------------- Stephen Boyd (1): bus: sunxi-rsb: Remove dev_err() usage after platform_get_irq() drivers/bus/sunxi-rsb.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)