Received: by 2002:a05:6a10:eb17:0:0:0:0 with SMTP id hx23csp468448pxb; Wed, 8 Sep 2021 05:30:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwICLrhIzqY4NAnkPkxYSVZpdNBTW6XUUmGrbPrgUydmp6Xpdp4sWjnWLAwhggB/FdHxJce X-Received: by 2002:a05:6e02:20c3:: with SMTP id 3mr2646981ilq.139.1631104200253; Wed, 08 Sep 2021 05:30:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631104200; cv=none; d=google.com; s=arc-20160816; b=vVVjntlFscdvGiVVwKa86f5lLp2odVuwj2elLq32AVLUbukOhD8We2LVid3WNMuCz9 xvdl8VcXlOn1QHdoeHO78/qDPBo46ONpQ98sn286dH2LH1a/x0wx5IMCWfEB3V834ahW FDEDnXazyMJzdmWuNFZqHT0fMnVy24VNQhbYUwJUg6A+GnxiCRkCyxAdzE58Tmf0tumr YGw/YsfqdZZw5n7ne/+kEGS6a3YyC3pPLWaM4NioiGmJhDX6Yisw2/eGgVpRe4jjKpq5 jB0F/CGNOHdn8HuJPuOy/rpxyQ17u0gNoISSyhwnvSSi12+jsXa4bJ1ErjK/DyaHQCvB TGRw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=jtbdpnmVevfPgurqOrfhXmQsKYNGJqNI1A1aV8izcjA=; b=0O/v6grTV48ZInI1C/FO7anaXoLGLQuLHHjyqmm+RzT7GK/61XZa3Pji24/ijWsaR1 P1lxKVqThIlvPMelGdwj023su2aKsnDM8Kuy6vFDAwghUvKCqdyKOQQjAktMfikJGrju LjFkOjSvYio2ggD2IVccmRFwQTwJEFRdg9k3bx1zfkUg5Ea0t5Iam/uQhqqoJ7XomYqc /RR2HsK6dTRHOqDCRPfWXOQWalIbmwIlhTpH9zc/KAo775GrISJJJ1Dq8SHzdw0kELZ3 jRgpCRbPe/j2I/702BhFxrlFgtGgzOag3XNlH4s4U74p24Nb0MAS00r21CeZA3i4Uvtt LlyA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@lunn.ch header.s=20171124 header.b=0gWIBWSY; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p8si2010683ilh.169.2021.09.08.05.29.49; Wed, 08 Sep 2021 05:30:00 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@lunn.ch header.s=20171124 header.b=0gWIBWSY; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346370AbhIHM0M (ORCPT + 99 others); Wed, 8 Sep 2021 08:26:12 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:60818 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229842AbhIHM0L (ORCPT ); Wed, 8 Sep 2021 08:26:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=jtbdpnmVevfPgurqOrfhXmQsKYNGJqNI1A1aV8izcjA=; b=0gWIBWSYNwCfNfMQ4NVRDrhSmu Th0sGlbav1qz7rBnJeDFyTQnVIgAZU4By3Ycao+LGFrkMIPn9kOJA1dWftDcAlptOwN86yXwz2iDJ 1hVwPoJrTk6OXUjmIWJLuG+HSJ+XKdSRecpD7j//3ppEdT9Mq10XTqeMNOTWvlZ9LDJI=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mNwdM-005ld6-NN; Wed, 08 Sep 2021 14:24:56 +0200 Date: Wed, 8 Sep 2021 14:24:56 +0200 From: Andrew Lunn To: Cai Huoqing Cc: Gregory Clement , Sebastian Hesselbarth , Thomas Gleixner , Marc Zyngier , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] irqchip/irq-mvebu-pic: Make use of the helper function devm_platform_ioremap_resource() Message-ID: References: <20210908105701.1678-1-caihuoqing@baidu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210908105701.1678-1-caihuoqing@baidu.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 08, 2021 at 06:57:00PM +0800, Cai Huoqing wrote: > Use the devm_platform_ioremap_resource() helper instead of > calling platform_get_resource() and devm_ioremap_resource() > separately > > Signed-off-by: Cai Huoqing Reviewed-by: Andrew Lunn Andrew