From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
To: <monstr@monstr.eu>, <ralf@linux-mips.org>, <tglx@linutronix.de>
Cc: <jason@lakedaemon.net>, <marc.zyngier@arm.com>,
<linux-mips@linux-mips.org>, <linux-kernel@vger.kernel.org>,
<netdev@vger.kernel.org>
Subject: Re: [PATCH V2 00/10] microblaze/MIPS: xilfpga: intc and peripheral
Date: Fri, 26 Aug 2016 14:41:16 +0100 [thread overview]
Message-ID: <dfa01405-34da-89b7-0082-9f83a3c3fb18@imgtec.com> (raw)
In-Reply-To: <1471527804-26175-1-git-send-email-Zubair.Kakakhel@imgtec.com>
Hi,
On 08/18/2016 02:43 PM, Zubair Lutfullah Kakakhel wrote:
> Hi,
>
> The MIPS based Xilfpga platform uses the axi interrupt controller
> daisy chained to the MIPS microAptiv cpu interrupt controller.
> This patch series moves the axi interrupt controller driver out
> of arch/microblaze to drivers/irqchip. This makes it usable by
> MIPS. The rest of the series basically enables drivers and adds dt
> nodes.
>
> Would make sense for this to go via the MIPS tree.
> Hence, ACKs from microblaze. irqchip and net welcome.
>
> Compile tested on microblaze-el only!
> Based on v4.8-rc2
Ping. Would be nice to see this in for v4.9.
Thanks
ZubairLK
>
> Regards,
> ZubairLK
>
> V1 -> V2
> Resubmitting without truncating the diff output for file moves
> Removed accidental local mac address entry
> Individual logs have more detail
>
> Zubair Lutfullah Kakakhel (10):
> microblaze: irqchip: Move intc driver to irqchip
> irqchip: xilinx: Add support for parent intc
> MIPS: xilfpga: Use irqchip_init instead of the legacy way
> MIPS: xilfpga: Use Xilinx AXI Interrupt Controller
> MIPS: xilfpga: Update DT node and specify uart irq
> MIPS: Xilfpga: Add DT node for AXI I2C
> net: ethernet: xilinx: Generate random mac if none found
> net: ethernet: xilinx: Enable emaclite for MIPS
> MIPS: xilfpga: Add DT node for AXI emaclite
> MIPS: xilfpga: Update defconfig
>
> arch/microblaze/Kconfig | 1 +
> arch/microblaze/kernel/Makefile | 2 +-
> arch/microblaze/kernel/intc.c | 196 -----------------------
> arch/mips/Kconfig | 1 +
> arch/mips/boot/dts/xilfpga/nexys4ddr.dts | 63 ++++++++
> arch/mips/configs/xilfpga_defconfig | 37 ++++-
> arch/mips/xilfpga/intc.c | 7 +-
> drivers/irqchip/Kconfig | 4 +
> drivers/irqchip/Makefile | 1 +
> drivers/irqchip/irq-axi-intc.c | 222 ++++++++++++++++++++++++++
> drivers/net/ethernet/xilinx/Kconfig | 4 +-
> drivers/net/ethernet/xilinx/xilinx_emaclite.c | 6 +-
> 12 files changed, 337 insertions(+), 207 deletions(-)
> delete mode 100644 arch/microblaze/kernel/intc.c
> create mode 100644 drivers/irqchip/irq-axi-intc.c
>
next prev parent reply other threads:[~2016-08-26 13:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1471527804-26175-1-git-send-email-Zubair.Kakakhel@imgtec.com>
2016-08-18 13:43 ` [PATCH V2 01/10] microblaze: irqchip: Move intc driver to irqchip Zubair Lutfullah Kakakhel
2016-08-26 14:13 ` Marc Zyngier
2016-08-18 13:43 ` [PATCH V2 05/10] MIPS: xilfpga: Update DT node and specify uart irq Zubair Lutfullah Kakakhel
2016-08-18 13:43 ` [PATCH V2 07/10] net: ethernet: xilinx: Generate random mac if none found Zubair Lutfullah Kakakhel
2016-08-18 13:43 ` [PATCH V2 10/10] MIPS: xilfpga: Update defconfig Zubair Lutfullah Kakakhel
2016-08-26 13:41 ` Zubair Lutfullah Kakakhel [this message]
[not found] ` <1471527804-26175-3-git-send-email-Zubair.Kakakhel@imgtec.com>
2016-08-26 14:23 ` [PATCH V2 02/10] irqchip: xilinx: Add support for parent intc Marc Zyngier
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=dfa01405-34da-89b7-0082-9f83a3c3fb18@imgtec.com \
--to=zubair.kakakhel@imgtec.com \
--cc=jason@lakedaemon.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=marc.zyngier@arm.com \
--cc=monstr@monstr.eu \
--cc=netdev@vger.kernel.org \
--cc=ralf@linux-mips.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
all inboxes | Powered by JetHome®