Merge tag 'at91-cleanup5' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre...
authorArnd Bergmann <arnd@arndb.de>
Thu, 4 Dec 2014 18:11:03 +0000 (19:11 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 4 Dec 2014 18:11:03 +0000 (19:11 +0100)
commitef1dfa7332e9205b532da1c2d286757ce511cd1d
tree0b079f2308c90878eaf14e8889fd3e7241aa29b8
parent3d2660694cd1b3d3a2442d46859e7ea740a551d4
parentba62a8593d15f3f353acdc8ab32c18dd40a275bb
Merge tag 'at91-cleanup5' of git://git./linux/kernel/git/nferre/linux-at91 into next/cleanup

Pull "Fifth batch of cleanup/SoC for 3.19" from Nicolas Ferre:

- 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

* tag 'at91-cleanup5' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91:
  ARM: at91: remove unused board.h file
  ARM: at91: remove unneeded header files
  ARM: at91/clocksource: remove !DT PIT initializations
  ARM: at91: at91rm9200 ST initialization is now DT only
  ARM: at91: remove old AT91-specific drivers
  ARM: at91: cleanup initilisation code by removing dead code
  ARM: at91/Kconfig: select board files automatically

Signed-off-by: Arnd Bergmann <arnd@arndb.de>