All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@kernel.org>
To: Markus Stockhausen <markus.stockhausen@gmx.de>,
	robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	mail@birger-koblitz.de, bert@biot.com, john@phrozen.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Markus Stockhausen <markus.stockhausen@gmx.de>
Subject: Re: [PATCH 4/7] irqchip/irq-realtek-rtl: Add mask for interrupt handling
Date: Mon, 29 Jun 2026 17:12:16 +0200	[thread overview]
Message-ID: <871pdps7n3.ffs@fw13> (raw)
In-Reply-To: <20260605211646.2101652-5-markus.stockhausen@gmx.de>

On Fri, Jun 05 2026 at 23:16, Markus Stockhausen wrote:
>  struct realtek_ictl_output {
>  	struct irq_domain *domain;
> +	u32 mask;

Data structures want to be declared in tabular form. See documentation.

  reply	other threads:[~2026-06-29 15:12 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-05 21:16 [PATCH 0/7] irqchip/irq-realtek-rtl: Add multi parent support Markus Stockhausen
2026-06-05 21:16 ` [PATCH 1/7] dt-bindings: interrupt-controller: realtek,rtl-intc: Allow 2 interrupt cells Markus Stockhausen
2026-06-05 21:25   ` sashiko-bot
2026-06-08 18:39     ` AW: " Markus Stockhausen
2026-06-10 19:58       ` Rob Herring
2026-06-10 19:59   ` Rob Herring (Arm)
2026-06-29 15:19   ` [tip: irq/drivers] " tip-bot2 for Markus Stockhausen
2026-06-05 21:16 ` [PATCH 2/7] irqchip/irq-realtek-rtl: Use helper for parent setup Markus Stockhausen
2026-06-29 15:19   ` [tip: irq/drivers] irqchip/irq-realtek-rtl: Split out parent setup code tip-bot2 for Markus Stockhausen
2026-06-05 21:16 ` [PATCH 3/7] irqchip/irq-realtek-rtl: Add interrupt data structure Markus Stockhausen
2026-06-29 15:19   ` [tip: irq/drivers] " tip-bot2 for Markus Stockhausen
2026-06-05 21:16 ` [PATCH 4/7] irqchip/irq-realtek-rtl: Add mask for interrupt handling Markus Stockhausen
2026-06-29 15:12   ` Thomas Gleixner [this message]
2026-06-29 15:43     ` AW: " Markus Stockhausen
2026-06-29 15:19   ` [tip: irq/drivers] " tip-bot2 for Markus Stockhausen
2026-06-05 21:16 ` [PATCH 5/7] irqchip/irq-realtek-rtl: Add a select function Markus Stockhausen
2026-06-29 15:19   ` [tip: irq/drivers] " tip-bot2 for Markus Stockhausen
2026-06-05 21:16 ` [PATCH 6/7] irqchip/irq-realtek-rtl: Allow shuffled interrupt order Markus Stockhausen
2026-06-29 15:19   ` [tip: irq/drivers] " tip-bot2 for Markus Stockhausen
2026-06-05 21:16 ` [PATCH 7/7] irqchip/irq-realtek-rtl: Activate multiple parents Markus Stockhausen
2026-06-29 15:19   ` [tip: irq/drivers] " tip-bot2 for Markus Stockhausen

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=871pdps7n3.ffs@fw13 \
    --to=tglx@kernel.org \
    --cc=bert@biot.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=john@phrozen.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mail@birger-koblitz.de \
    --cc=markus.stockhausen@gmx.de \
    --cc=robh@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.