From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/9] ARM: at91 cleanups for 4.1 #2
Date: Tue, 19 May 2015 16:46:50 +0200 [thread overview]
Message-ID: <555B4CDA.3000308@atmel.com> (raw)
In-Reply-To: <1427138955-3617-1-git-send-email-alexandre.belloni@free-electrons.com>
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 <nicolas.ferre@atmel.com>
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
prev parent reply other threads:[~2015-05-19 14:46 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-23 19:29 [PATCH v2 0/9] ARM: at91 cleanups for 4.1 #2 Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 1/9] ata: at91: use syscon to configure the smc Alexandre Belloni
2015-04-08 11:04 ` Bartlomiej Zolnierkiewicz
2015-04-08 11:13 ` Alexandre Belloni
2015-04-08 12:00 ` Bartlomiej Zolnierkiewicz
2015-04-08 12:06 ` Nicolas Ferre
2015-04-08 13:08 ` Bartlomiej Zolnierkiewicz
2015-03-23 19:29 ` [PATCH v2 2/9] ARM: at91: drop sam9_smc.c Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 3/9] mfd: syscon: Add Atmel MC (Memory Controller) registers definition Alexandre Belloni
2015-04-28 12:30 ` Lee Jones
2015-04-28 12:55 ` Alexandre Belloni
2015-04-28 17:59 ` Lee Jones
2015-03-23 19:29 ` [PATCH v2 4/9] ARM: at91: declare the at91rm9200 memory controller as a syscon Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 5/9] pcmcia: at91_cf: Use syscon to configure the MC/smc Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 6/9] ARM: at91/pm: use the atmel-mc syscon defines Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 7/9] ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.h Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 8/9] ARM: at91: remove at91rm9200_sdramc.h Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 9/9] ARM: at91: remove useless Makefile.boot Alexandre Belloni
2015-05-19 14:46 ` Nicolas Ferre [this message]
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=555B4CDA.3000308@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).