Re: [PATCH 0/3] OMAP2/3 clock: encode prcm_mod for each struct clk

2008-09-17 Thread Paul Walmsley
On Tue, 16 Sep 2008, Tony Lindgren wrote: Looks like patch 3/3 is missing? vger ate it. Will split it up, - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH 0/3] OMAP2/3 clock: encode prcm_mod for each struct clk

2008-09-16 Thread Paul Walmsley
Add a new field, prcm_mod, to the OMAP2/3 struct clk. Major effects of this change include: - the removal of the register rewriting code for OMAP2xxx clock framework, - the resolution of gcc and sparse warnings for the clock code, - the removal of many __force void __iomem * casts in the clock

Re: [PATCH 0/3] OMAP2/3 clock: encode prcm_mod for each struct clk

2008-09-16 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080916 07:23]: Add a new field, prcm_mod, to the OMAP2/3 struct clk. Major effects of this change include: - the removal of the register rewriting code for OMAP2xxx clock framework, - the resolution of gcc and sparse warnings for the clock code, - the