> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > DebBarma, Tarun Kanti > Sent: Tuesday, September 21, 2010 2:21 PM > To: [email protected] > Cc: Gopinath, Thara; Basak, Partha; DebBarma, Tarun Kanti; > Cousson, Benoit; Paul Walmsley; Kevin Hilman; Tony Lindgren > Subject: [PATCHv3 1/17] OMAP2/3/4:dmtimer:add device names to > flck nodes > > From: Thara Gopinath <[email protected]> > > This patch adds device name info to OMAP2 dmtimer fclk nodes > so that the fclk nodes can be retrieved by doing a clk_get > with the corresponding device pointers. > > Signed-off-by: Partha Basak <[email protected]> > Signed-off-by: Thara Gopinath <[email protected]> > Signed-off-by: Tarun Kanti DebBarma <[email protected]> > Cc: Cousson, Benoit <[email protected]> > Cc: Paul Walmsley <[email protected]> > Cc: Kevin Hilman <[email protected]> > Cc: Tony Lindgren <[email protected]> > --- > arch/arm/mach-omap2/clock2420_data.c | 26 > +++++++++++++++----------- > arch/arm/mach-omap2/clock2430_data.c | 26 > +++++++++++++++----------- > arch/arm/mach-omap2/clock3xxx_data.c | 26 > +++++++++++++++----------- > arch/arm/mach-omap2/clock44xx_data.c | 24 ++++++++++++++---------- > 4 files changed, 59 insertions(+), 43 deletions(-) > > diff --git a/arch/arm/mach-omap2/clock2420_data.c > b/arch/arm/mach-omap2/clock2420_data.c > index 37d65d6..6378e6d 100644 > --- a/arch/arm/mach-omap2/clock2420_data.c > +++ b/arch/arm/mach-omap2/clock2420_data.c > @@ -1765,29 +1765,33 @@ static struct omap_clk omap2420_clks[] = { > CLK(NULL, "virt_prcm_set", &virt_prcm_set, CK_242X), > /* general l4 interface ck, multi-parent functional clk */ > CLK(NULL, "gpt1_ick", &gpt1_ick, CK_242X), > + /* > + * gpt1 will be modified in subsequent patch when dmtimers > + * will be fully converted to platform device > + */
This comment can fit better in patch description instead of putting it in source code. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
