]> git.baikalelectronics.ru Git - kernel.git/commit
gianfar: Revive the driver for eTSEC devices (disable timestamping)
authorAnton Vorontsov <avorontsov@mvista.com>
Wed, 9 Jun 2010 23:27:08 +0000 (16:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jun 2010 23:27:08 +0000 (16:27 -0700)
commitee3152872c56d9837c552fb15d0a2113bb3c55fe
tree3acb28ffdd3ebbc8f4b99028b69f51c11ff0f105
parentb504bbfe7de18330cf82fd9182b418770928a103
gianfar: Revive the driver for eTSEC devices (disable timestamping)

Since commit a1e46e3d3a4d4f56dd3db720417404d2aaf0b566 ("gianfar: Add
hardware RX timestamping support"), the driver no longer works on
at least MPC8313ERDB and MPC8568EMDS boards (and possibly much more
boards as well).

That's how MPC8313 Reference Manual describes RCTRL_TS_ENABLE bit:

  Timestamp incoming packets as padding bytes. PAL field is set
  to 8 if the PAL field is programmed to less than 8. Must be set
  to zero if TMR_CTRL[TE]=0.

I see that the commit above sets this bit, but it doesn't handle
TMR_CTRL. Manfred probably had this bit set by the firmware for
his boards. But obviously this isn't true for all boards in the
wild.

Also, I recall that Freescale BSPs were explicitly disabling the
timestamping because of a performance drop.

For now, the best way to deal with this is just disable the
timestamping, and later we can discuss proper device tree bindings
and implement enabling this feature via some property.

Signed-off-by: Anton Vorontsov <avorontsov@mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gianfar.c