[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1421429141-5405-1-git-send-email-nicolas.ferre@atmel.com>
Date: Fri, 16 Jan 2015 18:25:41 +0100
From: Nicolas Ferre <nicolas.ferre@...el.com>
To: Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>,
<arm@...nel.org>
CC: Nicolas Ferre <nicolas.ferre@...el.com>,
Linux Kernel list <linux-kernel@...r.kernel.org>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
Boris BREZILLON <boris.brezillon@...e-electrons.com>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>,
Ludovic Desroches <ludovic.desroches@...el.com>
Subject: [GIT PULL] at91: cleanup for 3.20 #2
Arnd, Olof, Kevin,
This is another cleanup pull-request for AT91. This one depends on the Device
Tree material that I posted yesterday, so I merged the at91-dt tag just before
stacking up Alexandre's patches. This dependency is needed to make sure that
SRAM gets initialized before using it.
More cleanup will come soon to reach multi-platform.
Thanks, best regards,
The following changes since commit eca6f17253f33313eeb3020d0634a60d10f650c4:
Merge tag 'at91-dt' into at91-3.20-cleanup (2015-01-16 17:18:34 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup2
for you to fetch changes up to 29ee506d0d56f6d39cc237de2512f9cb5629cbf7:
ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c (2015-01-16 18:08:42 +0100)
----------------------------------------------------------------
Second batch of cleanup for 3.20:
- By reworking the PM code, we can remove the AT91 more specific initialization
- We are using DT for SRAM initialization now, so we can remove its explicit
mapping
- The PMC clock driver now hosts IDLE function for at91rm9200 with other
SoCs ones.
----------------------------------------------------------------
Alexandre Belloni (8):
ARM: at91: pm: rework cpu detection
ARM: at91: pm: use the mmio-sram pool to access SRAM
ARM: at91: pm: add UDP and UHP checks to newer SoCs
ARM: at91: pm: prepare for multiplatform
ARM: at91: remove useless map_io
ARM: at91: sama5d4: remove useless call to at91_init_sram
ARM: at91: remove unused at91_init_sram
ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c
arch/arm/mach-at91/Kconfig | 1 +
arch/arm/mach-at91/at91rm9200.c | 15 -----
arch/arm/mach-at91/at91sam9260.c | 27 ---------
arch/arm/mach-at91/at91sam9261.c | 9 ---
arch/arm/mach-at91/at91sam9263.c | 7 ---
arch/arm/mach-at91/at91sam9g45.c | 7 ---
arch/arm/mach-at91/at91sam9n12.c | 6 --
arch/arm/mach-at91/at91sam9rl.c | 18 ------
arch/arm/mach-at91/at91sam9x5.c | 6 --
arch/arm/mach-at91/board-dt-rm9200.c | 11 ++++
arch/arm/mach-at91/board-dt-sam9.c | 27 +++++++++
arch/arm/mach-at91/board-dt-sama5.c | 1 +
arch/arm/mach-at91/generic.h | 15 ++++-
arch/arm/mach-at91/pm.c | 109 ++++++++++++++++++++++++++---------
arch/arm/mach-at91/sama5d3.c | 6 --
arch/arm/mach-at91/sama5d4.c | 1 -
arch/arm/mach-at91/setup.c | 20 -------
drivers/clk/at91/pmc.c | 9 +++
18 files changed, 145 insertions(+), 150 deletions(-)
--
Nicolas Ferre
--
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