Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1245055
| From | Oleksij Rempel <linux@rempel-privat.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v7 0/3] Add support for ASM9260 interrupt controller |
| Date | 2015-10-12 21:20 +0200 |
| Message-ID | <qiQNA-8hD-5@gated-at.bofh.it> (permalink) |
| References | <qiHKh-3k0-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
v2: - move icoll_init_iobasea and icoll_add_domain to preparation patch - add enum icoll_type - make separate irq_chip for ICOLL and ASM9260 v3: - fix typo in subject: Alp_h_ascale - remove "intr_per_reg", it is not used any more. It will also save some CPU cycles - remove spin locks. It was a bad idea. v4: - remove set_irq_flags() v5: - remove intr_per_reg from first patch - move *clear to second patch v6: - update against latest torvalds/linux.git master v4.3-rc4 v7: - remove irq_set_default_host and set_handle_irq from patch 1/2. they are artifacts from old code. - remove "return icoll_domain ? 0 : -ENODEV;" checking from both patches. - create separate patch to replace WARN_ON(!icoll_base), sinse it is separate bugfix Oleksij Rempel (3): ARM: irqchip: mxs: do panic if icoll_base == NULL ARM: irqchip: mxs: prepare driver for HW with different offsets ARM: irqchip: mxs: add Alphascale ASM9260 support drivers/irqchip/Kconfig | 5 + drivers/irqchip/Makefile | 2 +- drivers/irqchip/alphascale_asm9260-icoll.h | 109 ++++++++++++++++++ drivers/irqchip/irq-mxs.c | 171 ++++++++++++++++++++++++++--- 4 files changed, 268 insertions(+), 19 deletions(-) create mode 100644 drivers/irqchip/alphascale_asm9260-icoll.h -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v5 2/2] ARM: irqchip: mxs: add Alphascale ASM9260 support Thomas Gleixner <tglx@linutronix.de> - 2015-10-09 16:20 +0200
[PATCH v6 1/2] ARM: irqchip: mxs: prepare driver for HW with different offsets Oleksij Rempel <linux@rempel-privat.de> - 2015-10-10 15:10 +0200
Re: [PATCH v6 1/2] ARM: irqchip: mxs: prepare driver for HW with different offsets Thomas Gleixner <tglx@linutronix.de> - 2015-10-11 20:00 +0200
Re: [PATCH v6 1/2] ARM: irqchip: mxs: prepare driver for HW with different offsets Oleksij Rempel <linux@rempel-privat.de> - 2015-10-12 11:30 +0200
Re: [PATCH v6 1/2] ARM: irqchip: mxs: prepare driver for HW with different offsets Thomas Gleixner <tglx@linutronix.de> - 2015-10-12 11:40 +0200
[PATCH v6 2/2] ARM: irqchip: mxs: add Alphascale ASM9260 support Oleksij Rempel <linux@rempel-privat.de> - 2015-10-12 21:20 +0200
[PATCH v6 1/2] ARM: irqchip: mxs: prepare driver for HW with different offsets Oleksij Rempel <linux@rempel-privat.de> - 2015-10-12 21:20 +0200
[PATCH v7 2/3] ARM: irqchip: mxs: prepare driver for HW with different offsets Oleksij Rempel <linux@rempel-privat.de> - 2015-10-12 21:20 +0200
[tip:irq/core] irqchip/mxs: Prepare driver for hardware with different offsets tip-bot for Oleksij Rempel <tipbot@zytor.com> - 2015-10-14 09:50 +0200
[PATCH v7 1/3] ARM: irqchip: mxs: do panic if icoll_base == NULL Oleksij Rempel <linux@rempel-privat.de> - 2015-10-12 21:20 +0200
[tip:irq/core] irqchip/mxs: Panic if ioremap or domain creation fails tip-bot for Oleksij Rempel <tipbot@zytor.com> - 2015-10-14 09:50 +0200
[PATCH v7 3/3] ARM: irqchip: mxs: add Alphascale ASM9260 support Oleksij Rempel <linux@rempel-privat.de> - 2015-10-12 21:20 +0200
[tip:irq/core] irqchip/mxs: Add Alphascale ASM9260 support tip-bot for Oleksij Rempel <tipbot@zytor.com> - 2015-10-14 09:50 +0200
[PATCH v7 0/3] Add support for ASM9260 interrupt controller Oleksij Rempel <linux@rempel-privat.de> - 2015-10-12 21:20 +0200
[PATCH v6 2/2] ARM: irqchip: mxs: add Alphascale ASM9260 support Oleksij Rempel <linux@rempel-privat.de> - 2015-10-10 15:10 +0200
[PATCH v6 0/2] Add support for ASM9260 interrupt controller Oleksij Rempel <linux@rempel-privat.de> - 2015-10-10 15:10 +0200
csiph-web