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:	Thu, 4 Dec 2014 18:52:00 +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 #5

Arnd, Olof, Kevin,

This is the last "cleanup" pull-request for 3.19 on my side. Most of the work
was done by Arnd actually ;-)
This simplifies even more the mach-at91 directory and remove a bunch of dead
code. Arnd also wrote some more cleanup patches that I will keep for 3.20 as
they modify files in a larger extent.

Thanks, best regards,

The following changes since commit 4a109c50d1958a2783df01980b55508fe47bb79c:

  ARM: at91: remove unused IRQ function declarations (2014-11-27 16:33:06 +0100)

are available in the git repository at:

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

for you to fetch changes up to ba62a8593d15f3f353acdc8ab32c18dd40a275bb:

  ARM: at91: remove unused board.h file (2014-12-03 14:16:07 +0100)

----------------------------------------------------------------
Fifth batch of cleanup/SoC for 3.19:
- removal of now dead code and AT91-specific driver
- removal of !DT initialization in some core AT91 drivers
- simplification of Kconfig DT board file selection: now automatic

----------------------------------------------------------------
Arnd Bergmann (6):
      ARM: at91/Kconfig: select board files automatically
      ARM: at91: cleanup initilisation code by removing dead code
      ARM: at91: remove old AT91-specific drivers
      ARM: at91: at91rm9200 ST initialization is now DT only
      ARM: at91/clocksource: remove !DT PIT initializations
      ARM: at91: remove unused board.h file

Nicolas Ferre (1):
      ARM: at91: remove unneeded header files

 arch/arm/mach-at91/Kconfig                 |  14 +-
 arch/arm/mach-at91/Makefile                |   5 +-
 arch/arm/mach-at91/at91_tc.h               | 146 -----
 arch/arm/mach-at91/at91rm9200_time.c       |  23 -
 arch/arm/mach-at91/board-dt-rm9200.c       |   2 -
 arch/arm/mach-at91/board-dt-sam9.c         |   1 -
 arch/arm/mach-at91/board.h                 | 123 ----
 arch/arm/mach-at91/generic.h               |  33 -
 arch/arm/mach-at91/gpio.c                  | 982 -----------------------------
 arch/arm/mach-at91/gpio.h                  | 214 -------
 arch/arm/mach-at91/gsia18s.h               |  33 -
 arch/arm/mach-at91/include/mach/hardware.h |   5 -
 arch/arm/mach-at91/leds.c                  |  56 --
 arch/arm/mach-at91/pm.c                    |  11 +-
 arch/arm/mach-at91/setup.c                 |  54 --
 arch/arm/mach-at91/soc.h                   |   6 -
 drivers/clocksource/timer-atmel-pit.c      |  32 -
 17 files changed, 5 insertions(+), 1735 deletions(-)
 delete mode 100644 arch/arm/mach-at91/at91_tc.h
 delete mode 100644 arch/arm/mach-at91/board.h
 delete mode 100644 arch/arm/mach-at91/gpio.c
 delete mode 100644 arch/arm/mach-at91/gpio.h
 delete mode 100644 arch/arm/mach-at91/gsia18s.h
 delete mode 100644 arch/arm/mach-at91/leds.c

-- 
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