Re: [PATCH v2 06/10] ARM: mx28: update clocks for dual fec support

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn Guo
Date: Tuesday, January 4, 2011 - 7:26 am

Hi Uwe,

On Tue, Jan 04, 2011 at 02:58:18PM +0100, Uwe Kleine-König wrote:
The clk should not be off.  Looking at _REGISTER_CLOCK below, we are
registering both fec.0 and fec.1 on the same one fec_clk.  IOW, the
usecount of the clk is working to control the on/off of the clk.

#define _REGISTER_CLOCK(d, n, c) \
	{ \
		.dev_id = d, \
		.con_id = n, \
		.clk = &c, \
	},

-- 
Regards,
Shawn

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH v2 06/10] ARM: mx28: update clocks for dual fec ..., Shawn Guo, (Tue Jan 4, 7:26 am)