Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp582493imm; Wed, 3 Oct 2018 23:16:36 -0700 (PDT) X-Google-Smtp-Source: ACcGV612HQ4vpYcH1+w6nABEZCXx6+qLx5v260u8s3y/Gq6tTE6HEQc1VccudJgaf9I2c2C4+Ig7 X-Received: by 2002:a63:d945:: with SMTP id e5-v6mr4421968pgj.24.1538633796466; Wed, 03 Oct 2018 23:16:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538633796; cv=none; d=google.com; s=arc-20160816; b=UQmToITrAc6baVuuGOsS+/iE4Ecu4zB04qFwd3c7SOq7sUlSNJauyxh/ZKkgonVMnN MLb2rPIaK+eSPhHORAYu49CF1kztBXBW+nTyhqiLtReT/pIcSALR69D9QT0BV1vrVnEz FfOtMcirDCSmKGsqPo0ViQO9aCUzbs9kxwf20okT7zPk9wNZbQDfOf5mRGKyHAMEQlU5 upN3uxG6JNkhocoEZDpKkaFnwToza+Doq2WkkROTl0NMaHNiCjxE5epj1jtu79JmmUNi emvMIQm9t7Pc+gcN9yDqkiB/DUXyXCRzBSr4SAJMB1bBJdUb0uNQdQCA9rwYdeMiNS++ ZZMg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=7y3t54at76FH9eStASuS7akQqmhKCJI+cfrrDoS0HGc=; b=0MFeIip/XxmElPcgs4z2Nd9gWvq37IkPtwEXZNt6BKQp3baQ5ZRtjlEK1Qa5xCSUQB HQkV4+7Mod1wWEMhujSgP7wh1GjZRCjIDgs3BZtapzZq4odjZjRhZ01cUX047kno5jVy XEGw41ZX56cGwkKsFW9hsfDqiplhCHs287MSQvUn0KF9Hy4jllhkTGDRHPVeWJawtLsU zz43NWLcNWdkGioC3Q5cF+rAlCw4THS3tdW1hV6Wbl209Haskds6wwps+c5jRYvBJdSz 5G8NgL1FjocI8kjdCesiKQQfMShmhJ9QAbnnG3ARq+sAeRGWszfXjd65lePqWLUFs0AP VqZw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i6-v6si3946945pgm.335.2018.10.03.23.16.20; Wed, 03 Oct 2018 23:16:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727204AbeJDNGO (ORCPT + 99 others); Thu, 4 Oct 2018 09:06:14 -0400 Received: from ozlabs.org ([203.11.71.1]:49309 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726438AbeJDNGO (ORCPT ); Thu, 4 Oct 2018 09:06:14 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 42QjK64l5Zz9s7W; Thu, 4 Oct 2018 16:14:34 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 8c8933eba0c2853ecbd6a9ef7542b9058f8b5e11 In-Reply-To: <20180104224542.15333-3-robh@kernel.org> To: Rob Herring From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, Paul Mackerras , linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: powerpc: cell: use irq_of_parse_and_map helper Message-Id: <42QjK64l5Zz9s7W@ozlabs.org> Date: Thu, 4 Oct 2018 16:14:34 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2018-01-04 at 22:45:41 UTC, Rob Herring wrote: > Instead of calling both of_irq_parse_one and irq_create_of_mapping, call > of_irq_parse_and_map instead which does the same thing. This gets us closer > to making the former 2 functions static. > > Cc: Arnd Bergmann > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Michael Ellerman > Cc: linuxppc-dev@lists.ozlabs.org > Signed-off-by: Rob Herring > Acked-by: Arnd Bergmann Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/8c8933eba0c2853ecbd6a9ef7542b9 cheers