mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] at91: cleanup for 3.19 #1
@ 2014-11-03 17:54 Nicolas Ferre
  2014-11-09  0:55 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Ferre @ 2014-11-03 17:54 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm
  Cc: Nicolas Ferre, Linux Kernel list, linux-arm-kernel,
	Alexandre Belloni, Boris BREZILLON,
	Jean-Christophe PLAGNIOL-VILLARD, Ludovic Desroches

Arnd, Olof, Kevin,

The pull-request that was sent late for 3.18. It was removing the old
!MMU at91x40 and 2 board files plus the whole code in at91sam9g45 & at91sam9rl
files for implementing this deprecated method. For these particular ones, the
EK were the only one to use this code.
We can use these boards with DT right now.

More code removal like that is shedulle for 3.19, so this is just a first set.

Thanks, best regards,

The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f:

  Linux 3.18-rc2 (2014-10-26 16:48:41 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup

for you to fetch changes up to bcf8c7e7703bb2bbde66bec26a81fed4be9cd1d4:

  ARM: at91: remove at91sam9rl legacy board support (2014-11-03 18:48:02 +0100)

----------------------------------------------------------------
First batch of cleanup/SoC for 3.19:
- removal of old at91x40 !MMU ARM7TDMI support which was kind of rusty
- removal of board-sam9m10g45ek.c and board-sam9rlek.c from mach-at91
  and the code related to these board C files + defconfigs. Use DT for them
  now!

----------------------------------------------------------------
Nicolas Ferre (3):
      ARM: at91: remove no-MMU at91x40 support
      ARM: at91: remove at91sam9g45/9m10 legacy board support
      ARM: at91: remove at91sam9rl legacy board support

 arch/arm/configs/at91sam9g45_defconfig       |  175 ---
 arch/arm/configs/at91sam9rl_defconfig        |   92 --
 arch/arm/configs/at91x40_defconfig           |   48 -
 arch/arm/mach-at91/Kconfig                   |   20 +-
 arch/arm/mach-at91/Kconfig.non_dt            |   58 -
 arch/arm/mach-at91/Makefile                  |   12 -
 arch/arm/mach-at91/at91sam9g45.c             |  448 ------
 arch/arm/mach-at91/at91sam9g45_devices.c     | 1915 --------------------------
 arch/arm/mach-at91/at91sam9rl.c              |  371 -----
 arch/arm/mach-at91/at91sam9rl_devices.c      | 1260 -----------------
 arch/arm/mach-at91/at91x40.c                 |   93 --
 arch/arm/mach-at91/at91x40_time.c            |   85 --
 arch/arm/mach-at91/board-eb01.c              |   52 -
 arch/arm/mach-at91/board-sam9m10g45ek.c      |  527 -------
 arch/arm/mach-at91/board-sam9rlek.c          |  333 -----
 arch/arm/mach-at91/generic.h                 |    3 -
 arch/arm/mach-at91/include/mach/at91_dbgu.h  |    3 -
 arch/arm/mach-at91/include/mach/at91x40.h    |   60 -
 arch/arm/mach-at91/include/mach/cpu.h        |    1 -
 arch/arm/mach-at91/include/mach/hardware.h   |    5 -
 arch/arm/mach-at91/include/mach/uncompress.h |    7 -
 arch/arm/mach-at91/setup.c                   |    2 +-
 drivers/rtc/Kconfig                          |    2 +-
 23 files changed, 5 insertions(+), 5567 deletions(-)
 delete mode 100644 arch/arm/configs/at91sam9g45_defconfig
 delete mode 100644 arch/arm/configs/at91sam9rl_defconfig
 delete mode 100644 arch/arm/configs/at91x40_defconfig
 delete mode 100644 arch/arm/mach-at91/at91sam9g45_devices.c
 delete mode 100644 arch/arm/mach-at91/at91sam9rl_devices.c
 delete mode 100644 arch/arm/mach-at91/at91x40.c
 delete mode 100644 arch/arm/mach-at91/at91x40_time.c
 delete mode 100644 arch/arm/mach-at91/board-eb01.c
 delete mode 100644 arch/arm/mach-at91/board-sam9m10g45ek.c
 delete mode 100644 arch/arm/mach-at91/board-sam9rlek.c
 delete mode 100644 arch/arm/mach-at91/include/mach/at91x40.h

-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-09  0:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-03 17:54 [GIT PULL] at91: cleanup for 3.19 #1 Nicolas Ferre
2014-11-09  0:55 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome