]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/cleanup
authorArnd Bergmann <arnd@arndb.de>
Tue, 9 Sep 2014 15:03:17 +0000 (17:03 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 9 Sep 2014 15:03:17 +0000 (17:03 +0200)
Pull "Second batch of AT91 cleanup for 3.18" from Nicolas Ferre:
- Timer Counter (TC) fixup and cleanup:
  - fix segmentation fault when kexec-ing a kernel by masking
    TC interrupts at shutdown and probe time
  - use modern driver model: devm_*, probe function, sanitize IRQ request

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91:
  clocksource: tcb_clksrc: sanitize IRQ request
  ARM: at91/tclib: mask interruptions at shutdown and probe
  ARM: at91/tclib: move initialization from alloc to probe
  ARM: at91/tclib: prefer using of devm_* functions


Trivial merge