linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jianmin Lv <lvjianmin@loongson.cn>
To: Thomas Gleixner <tglx@linutronix.de>, Marc Zyngier <maz@kernel.org>
Cc: linux-kernel@vger.kernel.org, loongarch@lists.linux.dev,
	Jiaxun Yang <jiaxun.yang@flygoat.com>,
	Huacai Chen <chenhuacai@loongson.cn>,
	Bjorn Helgaas <bhelgaas@google.com>, Len Brown <lenb@kernel.org>,
	rafael@kernel.org, linux-pci@vger.kernel.org,
	linux-acpi@vger.kernel.org
Subject: [PATCH V2 0/2] irqchip: Support to set irq type for ACPI path
Date: Sat,  8 Oct 2022 10:51:48 +0800	[thread overview]
Message-ID: <20221008025150.10734-1-lvjianmin@loongson.cn> (raw)

For ACPI path of pch-pic and liointc driver, setting irq
type is not supported yet, so the patch series add code
to implement it.

V1 -> V2
- Change comment information and fix a bug for DT path in patch[1].

Jianmin Lv (2):
  irqchip/loongson-pch-pic: Support to set irq type for ACPI path
  irqchip/loongson-liointc: Support to set irq type for ACPI path

 drivers/acpi/pci_irq.c                 | 6 ++++--
 drivers/irqchip/irq-loongson-liointc.c | 7 ++++++-
 drivers/irqchip/irq-loongson-pch-pic.c | 9 ++++++++-
 3 files changed, 18 insertions(+), 4 deletions(-)

-- 
2.31.1


             reply	other threads:[~2022-10-08  2:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-08  2:51 Jianmin Lv [this message]
2022-10-08  2:51 ` [PATCH V2 1/2] irqchip/loongson-pch-pic: Support to set irq type for ACPI path Jianmin Lv
2022-10-09  1:08   ` Marc Zyngier
2022-10-09  2:26     ` Jianmin Lv
2022-10-09  2:31       ` Marc Zyngier
2022-10-09  2:36         ` Jianmin Lv
2022-10-08  2:51 ` [PATCH V2 2/2] irqchip/loongson-liointc: " Jianmin Lv

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=20221008025150.10734-1-lvjianmin@loongson.cn \
    --to=lvjianmin@loongson.cn \
    --cc=bhelgaas@google.com \
    --cc=chenhuacai@loongson.cn \
    --cc=jiaxun.yang@flygoat.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=loongarch@lists.linux.dev \
    --cc=maz@kernel.org \
    --cc=rafael@kernel.org \
    --cc=tglx@linutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).