[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1422648066-7897-1-git-send-email-dbaryshkov@gmail.com>
Date: Fri, 30 Jan 2015 23:01:01 +0300
From: Dmitry Eremin-Solenikov <dbaryshkov@...il.com>
To: Russell King <linux@....linux.org.uk>,
Thomas Gleixner <tglx@...utronix.de>,
Jason Cooper <jason@...edaemon.net>
Cc: linux-arm-kernel@...ts.infradead.org,
Linus Walleij <linus.walleij@...aro.org>,
Andrea Adami <andrea.adami@...il.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/5] ARM: sa1100: implement irq driver as proper irqchip driver
Hello,
This is a second attempt to move Intel StrongARM SA-11x0 IRQ driver
to drivers/irqchip/ place.
Changes since V1:
- Added soc/sa1100/pwer.h header containing sa11x0_*_set_wake()
prototypes.
- Removed spinlock from mask/unmask functions
- Minor whitespace changes.
The patches are based on my previous sa1100 patches that can be found
in Russell's for-next branch or in linux-next tree.
----------------------------------------------------------------
Dmitry Eremin-Solenikov (5):
ARM: sa1100: add platform functions to handle PWER settings
ARM: sa1100: use sa11x0_sc_set_wake() in irq driver
ARM: sa1100: use ioremapped memory to access SC registers
irqchip: add sa1100 driver
ARM: sa1100: drop irq driver
arch/arm/mach-sa1100/Makefile | 2 +-
arch/arm/mach-sa1100/generic.c | 37 ++++++++++
drivers/irqchip/Makefile | 1 +
.../irq.c => drivers/irqchip/irq-sa11x0.c | 82 +++++++++++-----------
include/linux/irqchip/irq-sa11x0.h | 16 +++++
include/soc/sa1100/pwer.h | 15 ++++
6 files changed, 110 insertions(+), 43 deletions(-)
rename arch/arm/mach-sa1100/irq.c => drivers/irqchip/irq-sa11x0.c (66%)
create mode 100644 include/linux/irqchip/irq-sa11x0.h
create mode 100644 include/soc/sa1100/pwer.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists