This is a note to let you know that I've just added the patch titled

    ARM: at91/PMC: don't forget to write PMC_PCDR register to disable clocks

to the 3.16-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     
arm-at91-pmc-don-t-forget-to-write-pmc_pcdr-register-to-disable-clocks.patch
and it can be found in the queue-3.16 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From cfa1950e6c6b72251e80adc736af3c3d2907ab0e Mon Sep 17 00:00:00 2001
From: Ludovic Desroches <ludovic.desroc...@atmel.com>
Date: Mon, 22 Sep 2014 15:51:33 +0200
Subject: ARM: at91/PMC: don't forget to write PMC_PCDR register to disable 
clocks

From: Ludovic Desroches <ludovic.desroc...@atmel.com>

commit cfa1950e6c6b72251e80adc736af3c3d2907ab0e upstream.

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

Reported-by: Nathalie Cyrille <nathalie.cyri...@atmel.com>
Signed-off-by: Ludovic Desroches <ludovic.desroc...@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.fe...@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

---
 arch/arm/mach-at91/clock.c |    1 +
 1 file changed, 1 insertion(+)

--- a/arch/arm/mach-at91/clock.c
+++ b/arch/arm/mach-at91/clock.c
@@ -962,6 +962,7 @@ static int __init at91_clock_reset(void)
        }
 
        at91_pmc_write(AT91_PMC_SCDR, scdr);
+       at91_pmc_write(AT91_PMC_PCDR, pcdr);
        if (cpu_is_sama5d3())
                at91_pmc_write(AT91_PMC_PCDR1, pcdr1);
 


Patches currently in stable-queue which might be from 
ludovic.desroc...@atmel.com are

queue-3.16/arm-at91-pmc-don-t-forget-to-write-pmc_pcdr-register-to-disable-clocks.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to