lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 3 Nov 2014 18:54:47 +0100
From:	Nicolas Ferre <nicolas.ferre@...el.com>
To:	Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>,
	<arm@...nel.org>
CC:	Nicolas Ferre <nicolas.ferre@...el.com>,
	Linux Kernel list <linux-kernel@...r.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
	Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
	Boris BREZILLON <boris.brezillon@...e-electrons.com>,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>,
	Ludovic Desroches <ludovic.desroches@...el.com>
Subject: [GIT PULL] at91: cleanup for 3.19 #1

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ