[PATCH] [OMAP1] Clock fixups for OMAP1 and OMAP7xx
Paul Walmsley
paul at pwsan.com
Wed Dec 30 03:19:41 EST 2009
Hi Cory,
On Tue, 22 Dec 2009, Cory Maccarrone wrote:
> This change adds in some missing clocks that were needed as a result
> of 526505... (OMAP1 clock: convert mach-omap1/clock.h to
> mach-omap1/clock_data.c). Prior to this, it was just assumed that
> these clocks existed for all devices, and it was used directly instead
> of calling it out with a clk_get call. So, not having the CK_7XX
> meant these clocks weren't being used anymore for omap 7xx devices,
> which broke things badly.
>
> Additionally, that change added an __initdata decoration to the
> structure containing the clk_enable and clk_disable functions. Once
> init data was freed, these pointers went to null, and the next enable
> or disable call caused the kernel to crash. This change removes
> this decoration.
Could you please split these two patches, since they fix different
problems? Also the first patch is pertinent only to OMAP7xx-family
chips and the second is OMAP1-wide. I've already got your first patch, so
no need to resend that.
thanks,
- Paul
More information about the linux-arm-kernel
mailing list