Re: [PATCH 1/1] stmmac: socfpga: Provide dt node to config ptp clk source.

2015-12-07 Thread Sergei Shtylyov
Hello. On 12/07/2015 04:38 AM, Phil Reid wrote: How about change log? Signed-off-by: Phil Reid --- Documentation/devicetree/bindings/net/socfpga-dwmac.txt | 2 ++ drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c | 10 ++ 2 files changed, 12 insertions(+) diff --git a/D

Re: [PATCH 1/1] stmmac: socfpga: Provide dt node to config ptp clk source.

2015-12-06 Thread David Miller
From: Phil Reid Date: Mon, 7 Dec 2015 09:38:40 +0800 > @@ -116,6 +118,9 @@ static int socfpga_dwmac_parse_data(struct socfpga_dwmac > *dwmac, struct device * > return -EINVAL; > } > > + dwmac->f2h_ptp_ref_clk = of_property_read_bool(np, "f2h_ptp_ref_clk"); > + > + Too

[PATCH 1/1] stmmac: socfpga: Provide dt node to config ptp clk source.

2015-12-06 Thread Phil Reid
Signed-off-by: Phil Reid --- Documentation/devicetree/bindings/net/socfpga-dwmac.txt | 2 ++ drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c | 10 ++ 2 files changed, 12 insertions(+) diff --git a/Documentation/devicetree/bindings/net/socfpga-dwmac.txt b/Documentation/devicetre