From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6CDC1C43331 for ; Fri, 6 Sep 2019 17:30:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4209020842 for ; Fri, 6 Sep 2019 17:30:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="VHaswH2B"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="YrGEIBTN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4209020842 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:From:To: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3RfLrLk8bD9W3P/40UPZYUaTSeC7szxwwCans0gGT00=; b=VHaswH2B+9MJrF JZsb1MhAvqi15XuZxR4YXNGCRipAgXmVpff8ZJxGxO9jEWrAYX0edLkqPTWCxeIR0Fbpl5cnjruLy AedYo7iq1b0o4UngeFJS9xUYoDlv9Za1Zy6uCesvswW13MS9HsP8+nA6zRrov0mSeWcMFuBCqEhm1 1ZL4/3aFoYCiS7DdrPx5wppPnOiQ0C4hlfAxBtv9Kk9oCp1dyJ/iLTzrXv758KrA2Qfoq1p7f6Trr uCceHU3HZWqTxKDd9YxB9PRPEMxJTuYlXygO9pMY0cPkhGhjWLmmr8tml26Z0Ugwl4Bh/PNGI6l8r /a8UMdC3lS9brgvA11lQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i6I4E-0003HL-CF; Fri, 06 Sep 2019 17:30:38 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i6I4C-0003H1-9v for linux-arm-kernel@lists.infradead.org; Fri, 06 Sep 2019 17:30:37 +0000 Received: from kernel.org (unknown [104.132.0.74]) (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 BE16520838; Fri, 6 Sep 2019 17:30:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567791035; bh=i1CVD4eeoDs3jI2oDy7B58p/ldJyg1fEXzVadkF+/ho=; h=In-Reply-To:References:To:From:Cc:Subject:Date:From; b=YrGEIBTNgkBjx5GuhaHqy+wgb//ReGDHpTZUKwCygfqSMFfFJBuv43BH/lnRMCMHQ DAJyo4qze6+djqt5qS5MwloqpXLLNNL1Evy2Kz7zgKalMT+sqGnoiXkIVoEwfB6Pnq CMfLoNPj3oLg+kd4lLrsS1V3Fa4JiziCQaK2PYq8= MIME-Version: 1.0 In-Reply-To: References: To: Jonas Gorski , Julia Lawall From: Stephen Boyd Subject: Re: [PATCH] clk: fix devm_platform_ioremap_resource.cocci warnings User-Agent: alot/0.8.1 Date: Fri, 06 Sep 2019 10:30:34 -0700 Message-Id: <20190906173035.BE16520838@mail.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190906_103036_361266_824B1907 X-CRM114-Status: UNSURE ( 7.13 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Florian Fainelli , Michael Turquette , Philippe Mathieu-Daud?? , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, kbuild-all@01.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Julia Lawall (2019-08-08 09:10:53) > From: kbuild test robot > > drivers/clk/bcm/clk-bcm63xx-gate.c:174:1-9: WARNING: Use devm_platform_ioremap_resource for hw -> regs > > Use devm_platform_ioremap_resource helper which wraps > platform_get_resource() and devm_ioremap_resource() together. > > Generated by: scripts/coccinelle/api/devm_platform_ioremap_resource.cocci > > Fixes: 1c099779c1e2 ("clk: add BCM63XX gated clock controller driver") > CC: Jonas Gorski > Signed-off-by: kbuild test robot > Signed-off-by: Julia Lawall > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel