]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commitc40c4028f048a077a8950fd95e5d8901f773a63f
tree4d1abd711def0811b3c2af8e3c89322235bb9e10
parent32dc5ca0c10c859e0e4fcc457e7c0a0c2c4b15ae
parentd07a1ecdfb96b26dd665b54fee22fc7417b1cb08
Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/cleanup

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