[uClinux-dev] [PATCH 01/12] m68knommu: add clock creation support macro for other ColdFire CPUs

2012-11-15 Thread gerg
From: Greg Ungerer g...@uclinux.org The clock support code for ColdFire CPUs currently supports those that have the clock control register PPMCR. Expose the struct clk for all CPU types and add a definition for all other ColdFire CPU types. With this we will be able to define simple clock trees

Re: [uClinux-dev] [PATCH 01/12] m68knommu: add clock creation support macro for other ColdFire CPUs

2012-11-15 Thread Geert Uytterhoeven
On Fri, Nov 16, 2012 at 5:47 AM, g...@snapgear.com wrote: With this we will be able to define simple clock trees for all ColdFire CPU types, even though will not be able to be enabled or disabled. They ^ they will be able to report the clock rate. Gr{oetje,eeting}s,