This patchset adds support for the Broadcom GENET Gigabit Ethernet MAC
controller. This controller is found on the Broadcom BCM7xxx Set Top Box
System-on-a-chips.
Changes since v4:
- add dependency on CONFIG_OF
Changes since v3:
- fixed Kconfig dependency on FIXED_PHY
Changes since v2:
- dropped the patch that adds an "internal" phy-mode
Series applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
This patchset adds support for the Broadcom GENET Gigabit Ethernet MAC
controller. This controller is found on the Broadcom BCM7xxx Set Top Box
System-on-a-chips.
Changes since v4:
- add dependency on CONFIG_OF
Changes since v3:
- fixed Kconfig dependency on FIXED_PHY
Changes since v2:
- dropped the patch that adds an "internal" phy-mode
From: Richard Cochran <richardcochran@gmail.com> Date: 2014-02-18 07:37:50
On Sun, Feb 16, 2014 at 10:34:16AM -0800, Florian Fainelli wrote:
Le vendredi 14 février 2014, 10:19:43 Richard Cochran a écrit :
quoted
On Thu, Feb 13, 2014 at 11:07:00PM -0800, Florian Fainelli wrote:
quoted
Le 13/02/2014 21:29, David Miller a écrit :
quoted
Series applied, thanks.
Great, thanks David!
Sorry for the late comment, but how about adding a call to
skb_tx_timestamp(), in order to support so_timestamping?
The MAC itself is capable of providing a HW timestamp, I will look into this a
little later.
Hardware time stamping is great to have, but it is more work to
implement. In the mean time, adding transmit software time stamping is
just adding a one-liner.
Thanks,
Richard