Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933109AbbESOru (ORCPT ); Tue, 19 May 2015 10:47:50 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:33254 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932872AbbESOrr (ORCPT ); Tue, 19 May 2015 10:47:47 -0400 Message-ID: <555B4CDA.3000308@atmel.com> Date: Tue, 19 May 2015 16:46:50 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Alexandre Belloni CC: Boris Brezillon , "Jean-Christophe Plagniol-Villard" , , Tejun Heo , , , Subject: Re: [PATCH v2 0/9] ARM: at91 cleanups for 4.1 #2 References: <1427138955-3617-1-git-send-email-alexandre.belloni@free-electrons.com> In-Reply-To: <1427138955-3617-1-git-send-email-alexandre.belloni@free-electrons.com> 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 Content-Length: 3144 Lines: 71 Le 23/03/2015 20:29, Alexandre Belloni a ?crit : > Hi, > > This patch set finishes the clean up of the mach-at91 directory. > > It fixes the remaining two drivers (at91_cf and pata_at91) so that they compile > in a multiplatform configuration. > > Then it removes the uneeded headers. > > Changes in v2: > - remove incorrect tabs in atmel-mc.h > - collected acks > - Added a new patch to remove Makefile.boot > - improved the commit massage of the first patch > > Alexandre Belloni (8): > ata: at91: use syscon to configure the smc > ARM: at91: drop sam9_smc.c > ARM: at91: declare the at91rm9200 memory controller as a syscon > pcmcia: at91_cf: Use syscon to configure the MC/smc > ARM: at91/pm: use the atmel-mc syscon defines > ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.h > ARM: at91: remove at91rm9200_sdramc.h > ARM: at91: remove useless Makefile.boot > > Boris Brezillon (1): > mfd: syscon: Add Atmel MC (Memory Controller) registers definition On the whole series for patches where my tag is not set yet: Acked-by: Nicolas Ferre Thanks, bye. > .../devicetree/bindings/arm/atmel-at91.txt | 2 +- > arch/arm/boot/dts/at91rm9200.dtsi | 2 +- > arch/arm/mach-at91/Makefile | 5 - > arch/arm/mach-at91/Makefile.boot | 8 -- > arch/arm/mach-at91/include/mach/at91_ramc.h | 28 ---- > arch/arm/mach-at91/include/mach/at91rm9200_mc.h | 116 ----------------- > arch/arm/mach-at91/include/mach/at91sam9_smc.h | 98 -------------- > arch/arm/mach-at91/pm.c | 8 +- > arch/arm/mach-at91/pm.h | 14 +- > arch/arm/mach-at91/pm_suspend.S | 3 +- > arch/arm/mach-at91/sam9_smc.c | 136 ------------------- > arch/arm/mach-at91/sam9_smc.h | 11 -- > drivers/ata/Kconfig | 1 - > drivers/ata/pata_at91.c | 92 ++++++++++--- > drivers/pcmcia/Kconfig | 1 - > drivers/pcmcia/at91_cf.c | 25 ++-- > include/linux/mfd/syscon/atmel-mc.h | 144 +++++++++++++++++++++ > include/soc/at91/at91rm9200_sdramc.h | 63 --------- > 18 files changed, 249 insertions(+), 508 deletions(-) > delete mode 100644 arch/arm/mach-at91/Makefile.boot > delete mode 100644 arch/arm/mach-at91/include/mach/at91_ramc.h > delete mode 100644 arch/arm/mach-at91/include/mach/at91rm9200_mc.h > delete mode 100644 arch/arm/mach-at91/include/mach/at91sam9_smc.h > delete mode 100644 arch/arm/mach-at91/sam9_smc.c > delete mode 100644 arch/arm/mach-at91/sam9_smc.h > create mode 100644 include/linux/mfd/syscon/atmel-mc.h > delete mode 100644 include/soc/at91/at91rm9200_sdramc.h > -- Nicolas Ferre -- 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/