All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa@kernel.org>
To: zhaoxiao <zhaoxiao@uniontech.com>
Cc: f.fainelli@gmail.com, rjui@broadcom.com, sbranden@broadcom.com,
	nsaenz@kernel.org, linux-i2c@vger.kernel.org,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] i2c: bcm2835: Use platform_get_irq() to get the interrupt
Date: Sun, 22 May 2022 23:05:31 +0200	[thread overview]
Message-ID: <Yoqlm74Megbsjhf9@shikoro> (raw)
In-Reply-To: <20220210092506.21251-1-zhaoxiao@uniontech.com>

[-- Attachment #1: Type: text/plain, Size: 652 bytes --]

On Thu, Feb 10, 2022 at 05:25:06PM +0800, zhaoxiao wrote:
> platform_get_resource(pdev, IORESOURCE_IRQ, ..) relies on static
> allocation of IRQ resources in DT core code, this causes an issue
> when using hierarchical interrupt domains using "interrupts" property
> in the node as this bypassed the hierarchical setup and messed up the
> irq chaining.
> 
> In preparation for removal of static setup of IRQ resource from DT core
> code use platform_get_irq().
> 
> Signed-off-by: zhaoxiao <zhaoxiao@uniontech.com>

Already fixed upstream 6 months ago with

c3b2f911ac11 ("i2c: bcm2835: Use platform_get_irq() to get the interrupt")



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Wolfram Sang <wsa@kernel.org>
To: zhaoxiao <zhaoxiao@uniontech.com>
Cc: f.fainelli@gmail.com, rjui@broadcom.com, sbranden@broadcom.com,
	nsaenz@kernel.org, linux-i2c@vger.kernel.org,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] i2c: bcm2835: Use platform_get_irq() to get the interrupt
Date: Sun, 22 May 2022 23:05:31 +0200	[thread overview]
Message-ID: <Yoqlm74Megbsjhf9@shikoro> (raw)
In-Reply-To: <20220210092506.21251-1-zhaoxiao@uniontech.com>


[-- Attachment #1.1: Type: text/plain, Size: 652 bytes --]

On Thu, Feb 10, 2022 at 05:25:06PM +0800, zhaoxiao wrote:
> platform_get_resource(pdev, IORESOURCE_IRQ, ..) relies on static
> allocation of IRQ resources in DT core code, this causes an issue
> when using hierarchical interrupt domains using "interrupts" property
> in the node as this bypassed the hierarchical setup and messed up the
> irq chaining.
> 
> In preparation for removal of static setup of IRQ resource from DT core
> code use platform_get_irq().
> 
> Signed-off-by: zhaoxiao <zhaoxiao@uniontech.com>

Already fixed upstream 6 months ago with

c3b2f911ac11 ("i2c: bcm2835: Use platform_get_irq() to get the interrupt")



[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-05-22 21:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-10  9:25 [PATCH] i2c: bcm2835: Use platform_get_irq() to get the interrupt zhaoxiao
2022-02-10  9:25 ` zhaoxiao
2022-05-22 21:05 ` Wolfram Sang [this message]
2022-05-22 21:05   ` Wolfram Sang

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=Yoqlm74Megbsjhf9@shikoro \
    --to=wsa@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=nsaenz@kernel.org \
    --cc=rjui@broadcom.com \
    --cc=sbranden@broadcom.com \
    --cc=zhaoxiao@uniontech.com \
    /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.