All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/03] ARM: shmobile: Clean up the EMEV2 and KZM9D code base
Date: Thu, 13 Feb 2014 08:25:58 +0000	[thread overview]
Message-ID: <20140213082558.30630.93034.sendpatchset@w520> (raw)

ARM: shmobile: Clean up the EMEV2 and KZM9D code base

[PATCH 01/03] ARM: shmobile: Remove legacy EMEV2 SoC support
[PATCH 02/03] ARM: shmobile: Remove KZM9D board code
[PATCH 03/03] ARM: shmobile: Get rid of legacy KZM9D defconfig

These patches clean up the EMEV2 SoC and the KZM9D board support code.

With these patches applied:
 - EMEV2 is enabled for the MULTIPLATFORM case only, making use of CCF
 - KZM9D is implemented as DT code only, no C code exists
 - The legacy EMEV2 code is gone, so is the legacy clock framework code
 - The legacy defconfig is gone, making way for a shared multiplatform defconfig

This means that KZM9D support comes without a Kconfig entry. Also,
the load address for u-boot needs to be supplied by hand (0x40008000).

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Written against renesas.git tag renesas-devel-v3.14-rc1-20140207

 arch/arm/boot/dts/Makefile                     |    3 
 arch/arm/configs/kzm9d_defconfig               |   91 ---------
 arch/arm/mach-shmobile/Kconfig                 |   15 -
 arch/arm/mach-shmobile/Makefile                |    2 
 arch/arm/mach-shmobile/board-kzm9d-reference.c |   47 ----
 arch/arm/mach-shmobile/clock-emev2.c           |  231 ------------------------
 arch/arm/mach-shmobile/include/mach/emev2.h    |    9 
 arch/arm/mach-shmobile/setup-emev2.c           |    7 
 arch/arm/mach-shmobile/smp-emev2.c             |    1 
 9 files changed, 3 insertions(+), 403 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: magnus.damm@gmail.com (Magnus Damm)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/03] ARM: shmobile: Clean up the EMEV2 and KZM9D code base
Date: Thu, 13 Feb 2014 17:25:58 +0900	[thread overview]
Message-ID: <20140213082558.30630.93034.sendpatchset@w520> (raw)

ARM: shmobile: Clean up the EMEV2 and KZM9D code base

[PATCH 01/03] ARM: shmobile: Remove legacy EMEV2 SoC support
[PATCH 02/03] ARM: shmobile: Remove KZM9D board code
[PATCH 03/03] ARM: shmobile: Get rid of legacy KZM9D defconfig

These patches clean up the EMEV2 SoC and the KZM9D board support code.

With these patches applied:
 - EMEV2 is enabled for the MULTIPLATFORM case only, making use of CCF
 - KZM9D is implemented as DT code only, no C code exists
 - The legacy EMEV2 code is gone, so is the legacy clock framework code
 - The legacy defconfig is gone, making way for a shared multiplatform defconfig

This means that KZM9D support comes without a Kconfig entry. Also,
the load address for u-boot needs to be supplied by hand (0x40008000).

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Written against renesas.git tag renesas-devel-v3.14-rc1-20140207

 arch/arm/boot/dts/Makefile                     |    3 
 arch/arm/configs/kzm9d_defconfig               |   91 ---------
 arch/arm/mach-shmobile/Kconfig                 |   15 -
 arch/arm/mach-shmobile/Makefile                |    2 
 arch/arm/mach-shmobile/board-kzm9d-reference.c |   47 ----
 arch/arm/mach-shmobile/clock-emev2.c           |  231 ------------------------
 arch/arm/mach-shmobile/include/mach/emev2.h    |    9 
 arch/arm/mach-shmobile/setup-emev2.c           |    7 
 arch/arm/mach-shmobile/smp-emev2.c             |    1 
 9 files changed, 3 insertions(+), 403 deletions(-)

             reply	other threads:[~2014-02-13  8:25 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-13  8:25 Magnus Damm [this message]
2014-02-13  8:25 ` [PATCH 00/03] ARM: shmobile: Clean up the EMEV2 and KZM9D code base Magnus Damm
2014-02-13  8:26 ` [PATCH 01/03] ARM: shmobile: Remove legacy EMEV2 SoC support Magnus Damm
2014-02-13  8:26   ` Magnus Damm
2014-02-17  3:23   ` Simon Horman
2014-02-17  3:23     ` Simon Horman
2014-02-18  4:16     ` Simon Horman
2014-02-18  4:16       ` Simon Horman
2014-02-18  4:25       ` Magnus Damm
2014-02-18  4:25         ` Magnus Damm
2014-03-07  2:38         ` Simon Horman
2014-03-07  2:38           ` Simon Horman
2014-02-13  8:26 ` [PATCH 02/03] ARM: shmobile: Remove KZM9D board code Magnus Damm
2014-02-13  8:26   ` Magnus Damm
2014-02-17  0:02   ` Simon Horman
2014-02-17  0:02     ` Simon Horman
2014-02-17  1:36     ` Magnus Damm
2014-02-17  1:36       ` Magnus Damm
2014-02-17  1:44       ` Simon Horman
2014-02-17  1:44         ` Simon Horman
2014-02-13  8:26 ` [PATCH 03/03] ARM: shmobile: Get rid of legacy KZM9D defconfig Magnus Damm
2014-02-13  8:26   ` Magnus Damm
2014-02-17  3:23   ` Simon Horman
2014-02-17  3:23     ` Simon Horman
2014-06-05  5:32   ` [PATCH 03/03] ARM: shmobile: Get rid of redundant EMEV2 mach callbacks Magnus Damm
2014-06-05  8:13   ` Geert Uytterhoeven
2014-06-05 21:40   ` Magnus Damm

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=20140213082558.30630.93034.sendpatchset@w520 \
    --to=magnus.damm@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.