]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: at91/PMC: don't forget to write PMC_PCDR register to disable clocks
authorLudovic Desroches <ludovic.desroches@atmel.com>
Mon, 22 Sep 2014 13:51:33 +0000 (15:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Oct 2014 16:43:12 +0000 (09:43 -0700)
commit4f0d0964366cb4f0d052c019bb852892e51524c1
tree9fb932971c97d0ad7029bd0dc8b37e98b829819c
parent162a454f287d8c25b2d4ad86979c4bc106d9866c
ARM: at91/PMC: don't forget to write PMC_PCDR register to disable clocks

commit cfa1950e6c6b72251e80adc736af3c3d2907ab0e upstream.

When introducing support for sama5d3, the write to PMC_PCDR register has
been accidentally removed.

Reported-by: Nathalie Cyrille <nathalie.cyrille@atmel.com>
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-at91/clock.c