Re: [PATCH] gianfar: Fix setup of RX time stamping

2010-06-16 Thread David Miller
From: Anton Vorontsov cbouatmai...@gmail.com Date: Fri, 11 Jun 2010 16:20:23 +0400 On Fri, Jun 11, 2010 at 01:49:05PM +0200, Manfred Rudigier wrote: Previously the RCTRL_TS_ENABLE bit was set unconditionally. However, if the RCTRL_TS_ENABLE is set without TMR_CTRL[TE], the driver does not work

Re: [PATCH] gianfar: Fix setup of RX time stamping

2010-06-11 Thread Anton Vorontsov
On Fri, Jun 11, 2010 at 01:49:05PM +0200, Manfred Rudigier wrote: Previously the RCTRL_TS_ENABLE bit was set unconditionally. However, if the RCTRL_TS_ENABLE is set without TMR_CTRL[TE], the driver does not work properly on some boards (Anton had problems with the MPC8313ERDB and MPC8568EMDS).

[PATCH] gianfar: Fix setup of RX time stamping

2010-06-11 Thread Manfred Rudigier
Previously the RCTRL_TS_ENABLE bit was set unconditionally. However, if the RCTRL_TS_ENABLE is set without TMR_CTRL[TE], the driver does not work properly on some boards (Anton had problems with the MPC8313ERDB and MPC8568EMDS). With this patch the bit will only be set if requested from user