Re: [PATCH v3 03/19] clk: at91: add PMC base support

2013-10-07 Thread boris brezillon
Hello Nicolas, On 07/10/2013 17:07, Nicolas Ferre wrote: On 08/08/2013 07:01, Boris BREZILLON : This patch adds at91 PMC (Power Management Controller) base support. All at91 clocks managed by the PMC unit will use this framework. This framework provides the following fonctionalities: -

Re: [PATCH v3 03/19] clk: at91: add PMC base support

2013-10-07 Thread Nicolas Ferre
On 08/08/2013 07:01, Boris BREZILLON : This patch adds at91 PMC (Power Management Controller) base support. All at91 clocks managed by the PMC unit will use this framework. This framework provides the following fonctionalities: - define a new struct at91_pmc to hide PMC internals (lock, PMC

Re: [PATCH v3 03/19] clk: at91: add PMC base support

2013-10-07 Thread Nicolas Ferre
On 08/08/2013 07:01, Boris BREZILLON : This patch adds at91 PMC (Power Management Controller) base support. All at91 clocks managed by the PMC unit will use this framework. This framework provides the following fonctionalities: - define a new struct at91_pmc to hide PMC internals (lock, PMC

Re: [PATCH v3 03/19] clk: at91: add PMC base support

2013-10-07 Thread boris brezillon
Hello Nicolas, On 07/10/2013 17:07, Nicolas Ferre wrote: On 08/08/2013 07:01, Boris BREZILLON : This patch adds at91 PMC (Power Management Controller) base support. All at91 clocks managed by the PMC unit will use this framework. This framework provides the following fonctionalities: -

[PATCH v3 03/19] clk: at91: add PMC base support

2013-08-07 Thread Boris BREZILLON
This patch adds at91 PMC (Power Management Controller) base support. All at91 clocks managed by the PMC unit will use this framework. This framework provides the following fonctionalities: - define a new struct at91_pmc to hide PMC internals (lock, PMC memory mapping, irq domain, ...) -

[PATCH v3 03/19] clk: at91: add PMC base support

2013-08-07 Thread Boris BREZILLON
This patch adds at91 PMC (Power Management Controller) base support. All at91 clocks managed by the PMC unit will use this framework. This framework provides the following fonctionalities: - define a new struct at91_pmc to hide PMC internals (lock, PMC memory mapping, irq domain, ...) -