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 143BAC433EF for ; Thu, 10 Feb 2022 23:41:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345799AbiBJXlh (ORCPT ); Thu, 10 Feb 2022 18:41:37 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:48424 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345795AbiBJXlg (ORCPT ); Thu, 10 Feb 2022 18:41:36 -0500 Received: from mail-yb1-xb30.google.com (mail-yb1-xb30.google.com [IPv6:2607:f8b0:4864:20::b30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 027325F71 for ; Thu, 10 Feb 2022 15:41:37 -0800 (PST) Received: by mail-yb1-xb30.google.com with SMTP id v186so20180730ybg.1 for ; Thu, 10 Feb 2022 15:41:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cDt7Ebs5orxS5hLnuynWW12WJImDk7oKJlaVl614dTM=; b=V0saLM/p5DnDyFfmBWvLAFv0jmBUdEthHyCS9/tiD23yPsWrM4p0MB1WbvesRBC+cC eBYY3E9XYvSUyF7FpRC2EsM9OzPLBPSFGueRxTtn9P+9bWCo6qMe5Q3S2fmubb6YZXXy 58rPbQebXK+kYDWQs6YZDvnoK5DKVr8BQUn/EXw/Ozmxn56zhryR1DqiYpsXFlGzEbqJ +tCUV3KDZm/H1BhFtPkz2DNYEdM5iZbOUIQHFaFWL6d5cS4Dcm0ZEvCcsIifRtsb3PQk YBmBdRcDlh5yiH6Khhc3294l9Ix7Dgmd/VlykdfrFQK+lAimT8HIyL9nGGxbc/ketC95 Te6Q== 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=cDt7Ebs5orxS5hLnuynWW12WJImDk7oKJlaVl614dTM=; b=DMU2L4bM/GC/GYeEB0SyCddD3RJOCy0zmtmQUuAHZvxt/0PGmX9VcDjNBbNGsAICA2 3hfgi0ekyK7FrBH28AzaWtA6wmfsRyYAUtfW5LTSsN8bd6n4M6Bft0eFY0PcPqHUs9mO k7bcdLxvOMM9LbusIdwZWAYQAtPmm4CVuIqKAsIZyMjScuGy2SIwBtmf5TkiuuZNyGeg pIqASuJ19x4DgCnmqr8G4YMN0yH3F6p/XS+iAX4fHBptil8l3krbD+YjAFvcoRprHU4k pcuFUsv6TJ4bqoWyoBcEqnexd6hF1OPcf3PgJP86AWly1ajQ/Lk1MuLkpb8XPcERRDAO lt5g== X-Gm-Message-State: AOAM532XY3UltxLE7HXXDKlQUO30/TqhkDcAdfW5Uy/1bSxDVpmrnmJj 79jtCLtfKMqguUQ9iB5MVlqetEiz/s2IRwpUdOVOzA== X-Google-Smtp-Source: ABdhPJzqbzQXwiSY/HRVQ6yHaGH6/eIk40oZ0otDKgO9LGJYCiQ3w/BtkOyc3sxs+lJAIebQ8jaOn+tvJPqGbzw1bvQ= X-Received: by 2002:a81:ad1e:: with SMTP id l30mr9669943ywh.151.1644536496271; Thu, 10 Feb 2022 15:41:36 -0800 (PST) MIME-Version: 1.0 References: <20220209162607.1118325-1-maz@kernel.org> In-Reply-To: <20220209162607.1118325-1-maz@kernel.org> From: Linus Walleij Date: Fri, 11 Feb 2022 00:41:25 +0100 Message-ID: Subject: Re: [PATCH 00/10] irqchip: Prevent drivers abusing irq_chip::name To: Marc Zyngier , Bartosz Golaszewski Cc: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Matthias Brugger , Grygorii Strashko , Santosh Shilimkar , Kevin Hilman , Tony Lindgren , Thomas Gleixner , Vladimir Zapolskiy , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Emil Renner Berthing , kernel-team@android.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Feb 9, 2022 at 5:26 PM Marc Zyngier wrote: > Having done that, we can cleanup a few irqchip drivers and make their > irq_chip structure const (which requires touching a handful of core > functions). Whilst we're at it, we do the same for a couple of gpio > drivers. The series: Acked-by: Linus Walleij Since Bartosz is queueing GPIO patches and I am mostly playing with a baby during the daytime it's good if you also get an ACK from Bartosz on this one before applying the series. Yours, Linus Walleij