All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Hovold <johan@kernel.org>
To: linux-kernel@vger.kernel.org, Thomas Gleixner <tglx@linutronix.de>
Cc: linux-tip-commits@vger.kernel.org,
	Florian Fainelli <florian.fainelli@broadcom.com>,
	Changhuang Liang <changhuang.liang@starfivetech.com>,
	x86@kernel.org
Subject: Re: [tip: irq/drivers] irqchip: Pass platform device to platform drivers
Date: Thu, 16 Oct 2025 17:56:36 +0200	[thread overview]
Message-ID: <aPEVtDo1CHibAGxn@hovoldconsulting.com> (raw)
In-Reply-To: <176062960151.709179.10135307807179758941.tip-bot2@tip-bot2>

On Thu, Oct 16, 2025 at 03:46:41PM -0000, tip-bot2 for Johan Hovold wrote:
> The following commit has been merged into the irq/drivers branch of tip:
> 
> Commit-ID:     9a1926893b68931e2d1dbadec9435a7efef92d76
> Gitweb:        https://git.kernel.org/tip/9a1926893b68931e2d1dbadec9435a7efef92d76
> Author:        Johan Hovold <johan@kernel.org>
> AuthorDate:    Mon, 13 Oct 2025 11:46:11 +02:00
> Committer:     Thomas Gleixner <tglx@linutronix.de>
> CommitterDate: Thu, 16 Oct 2025 17:26:34 +02:00
> 
> irqchip: Pass platform device to platform drivers

> diff --git a/drivers/irqchip/irq-imx-mu-msi.c b/drivers/irqchip/irq-imx-mu-msi.c
> index 41df168..2370ab6 100644
> --- a/drivers/irqchip/irq-imx-mu-msi.c
> +++ b/drivers/irqchip/irq-imx-mu-msi.c
> @@ -296,10 +296,9 @@ static const struct imx_mu_dcfg imx_mu_cfg_imx8ulp = {
>  		  },
>  };
>  
> -static int imx_mu_of_init(struct device_node *dn, struct device_node *parent,
> -			  const struct imx_mu_dcfg *cfg)
> +static int imx_mu_of_probe(struct platform_device *pdev, struct device_node *parent,
> +			   const struct imx_mu_dcfg *cfg)

There's still an editing mistake here; the new name should just be
'imx_mu_probe'.

Johan

  reply	other threads:[~2025-10-16 15:56 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-13  9:46 [PATCH 00/11] irqchip: Pass platform device to platform drivers Johan Hovold
2025-10-13  9:46 ` [PATCH 01/11] irqchip/bcm2712-mip: Fix OF node reference imbalance Johan Hovold
2025-10-13 15:56   ` Florian Fainelli
2025-10-16  9:51   ` [tip: irq/drivers] " tip-bot2 for Johan Hovold
2025-10-13  9:46 ` [PATCH 02/11] irqchip/bcm2712-mip: Fix section mismatch Johan Hovold
2025-10-13 15:56   ` Florian Fainelli
2025-10-16  9:51   ` [tip: irq/drivers] " tip-bot2 for Johan Hovold
2025-10-13  9:46 ` [PATCH 03/11] irqchip/irq-bcm7038-l1: " Johan Hovold
2025-10-13 15:56   ` Florian Fainelli
2025-10-16  9:51   ` [tip: irq/drivers] " tip-bot2 for Johan Hovold
2025-10-13  9:46 ` [PATCH 04/11] irqchip/irq-bcm7120-l2: " Johan Hovold
2025-10-13 15:57   ` Florian Fainelli
2025-10-16  9:51   ` [tip: irq/drivers] " tip-bot2 for Johan Hovold
2025-10-13  9:46 ` [PATCH 05/11] irqchip/irq-brcmstb-l2: " Johan Hovold
2025-10-13 15:57   ` Florian Fainelli
2025-10-16  9:51   ` [tip: irq/drivers] " tip-bot2 for Johan Hovold
2025-10-13  9:46 ` [PATCH 06/11] irqchip/imx-mu-msi: " Johan Hovold
2025-10-16  9:51   ` [tip: irq/drivers] " tip-bot2 for Johan Hovold
2025-10-13  9:46 ` [PATCH 07/11] irqchip/renesas-rzg2l: " Johan Hovold
2025-10-13 13:19   ` Geert Uytterhoeven
2025-10-13 13:27     ` Johan Hovold
2025-10-16  9:51   ` [tip: irq/drivers] " tip-bot2 for Johan Hovold
2025-10-13  9:46 ` [PATCH 08/11] irqchip/starfive-jh8100: " Johan Hovold
2025-10-14  1:05   ` 回复: " Changhuang Liang
2025-10-16  9:51   ` [tip: irq/drivers] " tip-bot2 for Johan Hovold
2025-10-13  9:46 ` [PATCH 09/11] irqchip/qcom-irq-combiner: " Johan Hovold
2025-10-16  9:51   ` [tip: irq/drivers] " tip-bot2 for Johan Hovold
2025-10-13  9:46 ` [PATCH 10/11] irqchip: Drop leftover brackets Johan Hovold
2025-10-13 13:20   ` Geert Uytterhoeven
2025-10-16  9:51   ` [tip: irq/drivers] " tip-bot2 for Johan Hovold
2025-10-13  9:46 ` [PATCH 11/11] irqchip: Pass platform device to platform drivers Johan Hovold
2025-10-13 17:24   ` Florian Fainelli
2025-10-14  1:11   ` 回复: " Changhuang Liang
2025-10-14  8:52   ` Stanimir Varbanov
2025-10-14  9:04     ` Johan Hovold
2025-10-16  9:51   ` [tip: irq/drivers] " tip-bot2 for Johan Hovold
2025-10-16 15:46   ` tip-bot2 for Johan Hovold
2025-10-16 15:56     ` Johan Hovold [this message]
2025-10-16 16:19       ` Thomas Gleixner
2025-10-16 19:01   ` tip-bot2 for Johan Hovold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aPEVtDo1CHibAGxn@hovoldconsulting.com \
    --to=johan@kernel.org \
    --cc=changhuang.liang@starfivetech.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.