All of lore.kernel.org
 help / color / mirror / Atom feed
From: Herve Codina <herve.codina@bootlin.com>
To: Matti Vaittinen <mazziesaccount@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>,
	Lee Jones <lee@kernel.org>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	Wim Van Sebroeck <wim@linux-watchdog.org>,
	Guenter Roeck <linux@roeck-us.net>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-watchdog@vger.kernel.org
Subject: Re: [PATCH v3 07/10] irqdomain: Allow giving name suffix for domain
Date: Fri, 7 Jun 2024 11:23:25 +0200	[thread overview]
Message-ID: <20240607112325.27e23671@bootlin.com> (raw)
In-Reply-To: <b2b31803-44ff-462b-bc1a-6b1ffa93bdf0@gmail.com>

On Fri, 7 Jun 2024 11:49:07 +0300
Matti Vaittinen <mazziesaccount@gmail.com> wrote:

> On 6/7/24 11:13, Herve Codina wrote:
> > Hi Matti,
> > 
> > On Fri, 7 Jun 2024 09:38:31 +0300
> > Matti Vaittinen <mazziesaccount@gmail.com> wrote:
> > 
> > ...
> >   
> >> Herve, do you have any idea when you plan to do further sketching on
> >> this? Do you want me to try seeing if I can add the struct
> >> irq_domain_info and maybe use that in the __irq_domain_add() to get the
> >> name-suffix added? I might be able to send one version out during next
> >> week - but then I plan to be offline for couple of weeks ... so it may
> >> be I am not much of a help here.
> >>  
> > 
> > On my side, I plan to work on it next week too.
> > If you are off a couple of weeks after, I think I can start and move forward
> > on this topic.  
> 
> Thanks for the prompt reply and thanks for working with this :) I'll 
> leave it to you for now then, as I don't think it makes much sense to 
> intentionally do conflicting changes. I'll see what you've been up to 
> when I return to the keyboard :) I'd appreciated if you added me to CC 
> when sending the irqdomain refactoring patches (but I can dig them up if 
> you don't).

Sure, you will CC you.

Also, I am not sure that I will perfectly take into account your use-case
but it should not be a big deal to add it on top of my commits afterwards.

> 
> Have fun!
>

Cheers,
Hervé

  reply	other threads:[~2024-06-07  9:23 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-04  7:53 [PATCH v3 00/10] Support ROHM BD96801 Scalable PMIC Matti Vaittinen
2024-06-04  7:53 ` [PATCH v3 01/10] dt-bindings: ROHM BD96801 PMIC regulators Matti Vaittinen
2024-06-04  7:54 ` [PATCH v3 02/10] dt-bindings: mfd: bd96801 PMIC core Matti Vaittinen
2024-06-04  7:54 ` [PATCH v3 03/10] mfd: support ROHM BD96801 " Matti Vaittinen
2024-06-13 16:15   ` Lee Jones
2024-06-14  6:39     ` Matti Vaittinen
2024-06-04  7:54 ` [PATCH v3 04/10] regulator: bd96801: ROHM BD96801 PMIC regulators Matti Vaittinen
2024-06-04  7:54 ` [PATCH v3 05/10] watchdog: ROHM BD96801 PMIC WDG driver Matti Vaittinen
2024-06-04  7:55 ` [PATCH v3 06/10] MAINTAINERS: Add ROHM BD96801 'scalable PMIC' entries Matti Vaittinen
2024-06-04  7:55 ` [PATCH v3 07/10] irqdomain: Allow giving name suffix for domain Matti Vaittinen
2024-06-06 18:59   ` Thomas Gleixner
2024-06-07  6:38     ` Matti Vaittinen
2024-06-07  8:13       ` Herve Codina
2024-06-07  8:49         ` Matti Vaittinen
2024-06-07  9:23           ` Herve Codina [this message]
2024-06-07  9:25             ` Matti Vaittinen
2024-06-04  7:56 ` [PATCH v3 08/10] regmap: Allow setting IRQ domain name suffix Matti Vaittinen
2024-06-04  7:56 ` [PATCH v3 09/10] mfd: bd96801: Add ERRB IRQ Matti Vaittinen
2024-06-13 16:32   ` Lee Jones
2024-06-14  6:56     ` Matti Vaittinen
2024-06-14  7:50       ` Lee Jones
2024-06-14  8:01         ` Matti Vaittinen
2024-06-14  9:33           ` Lee Jones
2024-06-04  7:56 ` [PATCH v3 10/10] regulator: " Matti Vaittinen

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=20240607112325.27e23671@bootlin.com \
    --to=herve.codina@bootlin.com \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lee@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=matti.vaittinen@fi.rohmeurope.com \
    --cc=mazziesaccount@gmail.com \
    --cc=rafael@kernel.org \
    --cc=robh@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=wim@linux-watchdog.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.