> -----Original Message----- > From: linux-omap-owner@xxxxxxxxxxxxxxx > [mailto:linux-omap-owner@xxxxxxxxxxxxxxx] On Behalf Of > DebBarma, Tarun Kanti > Sent: Tuesday, September 21, 2010 2:21 PM > To: linux-omap@xxxxxxxxxxxxxxx > 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 <thara@xxxxxx> > > 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 <p-basak2@xxxxxx> > Signed-off-by: Thara Gopinath <thara@xxxxxx> > Signed-off-by: Tarun Kanti DebBarma <tarun.kanti@xxxxxx> > Cc: Cousson, Benoit <b-cousson@xxxxxx> > Cc: Paul Walmsley <paul@xxxxxxxxx> > Cc: Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx> > Cc: Tony Lindgren <tony@xxxxxxxxxxx> > --- > 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html