From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754503AbbAOOJ4 (ORCPT ); Thu, 15 Jan 2015 09:09:56 -0500 Received: from eusmtp01.atmel.com ([212.144.249.242]:39326 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754431AbbAOOJy (ORCPT ); Thu, 15 Jan 2015 09:09:54 -0500 Message-ID: <54B7CA30.1010806@atmel.com> Date: Thu, 15 Jan 2015 15:09:52 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Boris Brezillon , Alexandre Belloni CC: Jean-Christophe Plagniol-Villard , , Subject: Re: [PATCH 0/7] AT91 cleanup for 3.20 #1 References: <1421088136-10172-1-git-send-email-alexandre.belloni@free-electrons.com> <20150112202603.6a7b691d@bbrezillon> In-Reply-To: <20150112202603.6a7b691d@bbrezillon> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 12/01/2015 20:26, Boris Brezillon a écrit : > Hi Alexandre, > > On Mon, 12 Jan 2015 19:42:09 +0100 > Alexandre Belloni wrote: > >> Hi, >> >> This patch set cleans a lot of remaining header, config options and functions >> that are not used anymore since the switch to DT only. >> >> Patch 5 is moving mach/debug-macro.S to include/debug/at91.S to prepare the >> upcoming switch to multiplatform. >> > > Thanks for those cleanup changes. > > To the whole series: > > Acked-by: Boris Brezillon Acked-by: Nicolas Ferre With the change noted in patch 6/7, all queued on at91-3.20-at91. Thanks. >> Alexandre Belloni (7): >> ARM: at91: remove unused mach/memory.h >> ARM: at91: remove useless config MACH_AT91RM9200_DT >> ARM: at91: remove useless config MACH_AT91SAM9_DT >> ARM: at91: remove useless at91_sysirq_mask_rtx >> ARM: at91: move debug-macro.S into the common space >> ARM: at91: remove useless at91rm9200_dt_initialize() >> ARM: at91: remove useless at91rm9200_set_type() >> >> MAINTAINERS | 1 + >> arch/arm/Kconfig.debug | 9 ++- >> .../mach/debug-macro.S => include/debug/at91.S} | 19 +++--- >> arch/arm/mach-at91/Kconfig | 8 --- >> arch/arm/mach-at91/Makefile | 6 +- >> arch/arm/mach-at91/at91sam9260.c | 2 - >> arch/arm/mach-at91/at91sam9261.c | 2 - >> arch/arm/mach-at91/at91sam9263.c | 3 - >> arch/arm/mach-at91/at91sam9g45.c | 3 - >> arch/arm/mach-at91/at91sam9n12.c | 6 -- >> arch/arm/mach-at91/at91sam9rl.c | 3 - >> arch/arm/mach-at91/at91sam9x5.c | 10 --- >> arch/arm/mach-at91/board-dt-rm9200.c | 2 +- >> arch/arm/mach-at91/generic.h | 6 -- >> arch/arm/mach-at91/include/mach/at91_rtt.h | 35 ---------- >> arch/arm/mach-at91/include/mach/memory.h | 26 -------- >> arch/arm/mach-at91/sama5d3.c | 6 -- >> arch/arm/mach-at91/setup.c | 18 ------ >> arch/arm/mach-at91/sysirq_mask.c | 75 ---------------------- >> 19 files changed, 23 insertions(+), 217 deletions(-) >> rename arch/arm/{mach-at91/include/mach/debug-macro.S => include/debug/at91.S} (68%) >> delete mode 100644 arch/arm/mach-at91/include/mach/at91_rtt.h >> delete mode 100644 arch/arm/mach-at91/include/mach/memory.h >> delete mode 100644 arch/arm/mach-at91/sysirq_mask.c >> > > > -- Nicolas Ferre