From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] at91: move of AIC drivers for 3.17: fixes #1
Date: Thu, 14 Aug 2014 17:45:56 +0200 [thread overview]
Message-ID: <1408031156-13573-1-git-send-email-nicolas.ferre@atmel.com> (raw)
Arnd, Olof, Kevin,
Boris moved both of our AIC drivers to their new home: the drivers/irqchip
directory taking advantage of the genirc framework. For DT-enabled SoCs, we can
use these drivers (aic and aic5) right now: Jason merged them and they are
available in early 3.17 merge window.
So, I build this pull-request for enabling the use of these drivers now as:
- we are very early in 3.17 development
- it allowed us to avoid having to depend on Jason's branch before the opening
of the merge window
- it removes some code from the mach-at91 directory: including the whole
aic5 driver
- we'd have quite a bit of time to solve issues if we found a bug
- the code is basically moved so it should be error free.
I base my pull-request on Linus' tree at the point you built your previous
"3.17 fixes-for-linus" tag.
Tell me if you think it can be integrated now.
Thanks, best regards,
The following changes since commit c309bfa9b481e7dbd3e1ab819271bf3009f44859:
Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtd (2014-08-08 18:13:21 -0700)
are available in the git repository at:
git://github.com/at91linux/linux-at91.git tags/at91-fixes
for you to fetch changes up to 98561f0d9e82682c4be74b6690cb605ccabec364:
ARM: at91: remove old irq material (2014-08-14 17:00:04 +0200)
----------------------------------------------------------------
AT91 irqchip enhancement for 3.17 (aka fixes #1)
Following the merge of AIC/AIC5 code as standard irqchip drivers during early
3.17 merge window, we can use these drivers for AT91 DT-enabled chips and
boards.
----------------------------------------------------------------
Boris BREZILLON (4):
ARM: at91: introduce OLD_IRQ_AT91 Kconfig option
ARM: at91: enclose at91_aic_xx calls in IS_ENABLED(CONFIG_OLD_IRQ_AT91) blocks
ARM: at91: make use of the new AIC driver for dt enabled boards
ARM: at91: remove old irq material
arch/arm/mach-at91/Kconfig | 17 +--
arch/arm/mach-at91/Kconfig.non_dt | 6 +
arch/arm/mach-at91/Makefile | 3 +-
arch/arm/mach-at91/board-dt-rm9200.c | 13 --
arch/arm/mach-at91/board-dt-sam9.c | 13 --
arch/arm/mach-at91/board-dt-sama5.c | 13 --
arch/arm/mach-at91/irq.c | 270 +----------------------------------
arch/arm/mach-at91/pm.c | 32 +++--
arch/arm/mach-at91/setup.c | 3 +-
9 files changed, 45 insertions(+), 325 deletions(-)
--
Nicolas Ferre
next reply other threads:[~2014-08-14 15:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-14 15:45 Nicolas Ferre [this message]
2014-08-15 14:22 ` [GIT PULL] at91: move of AIC drivers for 3.17: fixes #1 Jason Cooper
2014-08-15 14:41 ` Boris BREZILLON
2014-08-15 15:05 ` Jason Cooper
2014-08-18 13:42 ` Nicolas Ferre
2014-08-16 15:31 ` Olof Johansson
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=1408031156-13573-1-git-send-email-nicolas.ferre@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.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 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).