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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E1A0C433F5 for ; Wed, 2 Feb 2022 14:26:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344912AbiBBO0J (ORCPT ); Wed, 2 Feb 2022 09:26:09 -0500 Received: from mail-ua1-f48.google.com ([209.85.222.48]:34362 "EHLO mail-ua1-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344911AbiBBO0J (ORCPT ); Wed, 2 Feb 2022 09:26:09 -0500 Received: by mail-ua1-f48.google.com with SMTP id 60so2358495uae.1; Wed, 02 Feb 2022 06:26:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Ad4RQzdAEV72aNypfbZ9YuoMVU2rEDrZVxH/YYvAS6A=; b=g71/dD0O8hBruqovRkLort0hM0ha3llLh+cLAWR9x+0kupL3O+XI8TgJCYkeRk6c7z 4IVsP9Qy51sEBHn2ab7X60wtO/semQLblaJrBvMLdXdIk6r/USrOJW2a4J+JiEHCBAV/ ZWQ/eXWRtOC6en4bhF8X0hwnTS0LIhrdQmjfuSn4AhxtfYqBP39J96d15ak0cmfvEvOC 6hFgcdrp+IxIR9bf6x/MtrM9thai4RMYrdvGnQWHIiZawnzz/HiQYOSRHwBY8XvWLfmr NytJ+p3zfgH3n/aON/71FM4/2oZfk5ArA9L22GesK0JMKA7hrEx+jHuUl/oXMpfURYkB QCfg== X-Gm-Message-State: AOAM53324vgjE/awuHD56OPlL7kN6lEEUyLEacyPaIT57UJcW2jkShuh SjiMrKpz/8TLVLaqiIHTN+Sqzt/zR18BAw== X-Google-Smtp-Source: ABdhPJzJDpjiJ/6shkqTMIhUMV2bIdPp4gRB/VIr9HGFRfzQE0nlzCmMk5uT2KzO1mB8+iDcurU+eQ== X-Received: by 2002:a67:fe88:: with SMTP id b8mr7811829vsr.16.1643811968197; Wed, 02 Feb 2022 06:26:08 -0800 (PST) Received: from mail-ua1-f42.google.com (mail-ua1-f42.google.com. [209.85.222.42]) by smtp.gmail.com with ESMTPSA id l67sm2319312vkh.9.2022.02.02.06.26.06 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 02 Feb 2022 06:26:07 -0800 (PST) Received: by mail-ua1-f42.google.com with SMTP id a24so5712403uat.10; Wed, 02 Feb 2022 06:26:06 -0800 (PST) X-Received: by 2002:a67:fd63:: with SMTP id h3mr10854285vsa.77.1643811966714; Wed, 02 Feb 2022 06:26:06 -0800 (PST) MIME-Version: 1.0 References: <20220201120310.878267-1-maz@kernel.org> <20220201120310.878267-3-maz@kernel.org> In-Reply-To: <20220201120310.878267-3-maz@kernel.org> From: Geert Uytterhoeven Date: Wed, 2 Feb 2022 15:25:55 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 02/12] irqchip/gic: Move PM device over to irq domain To: Marc Zyngier Cc: "open list:GPIO SUBSYSTEM" , Linux ARM , linux-mediatek@lists.infradead.org, Linux Kernel Mailing List , "open list:TI ETHERNET SWITCH DRIVER (CPSW)" , Linus Walleij , Bartosz Golaszewski , Matthias Brugger , Grygorii Strashko , Santosh Shilimkar , Kevin Hilman , Thomas Gleixner , Shawn Guo , Sascha Hauer , Avi Fishman , Tomer Maimon , Tali Perry , Emil Renner Berthing Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, Feb 1, 2022 at 1:16 PM Marc Zyngier wrote: > Move the reference to the GIC device over to the irq domain. > This allows for some localised cleanup. > > Signed-off-by: Marc Zyngier Reviewed-by: Geert Uytterhoeven Tested-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds