[PATCH v2 2/3] net: macb: Disable half duplex gigabit on Zynq

2015-05-22 Thread Nathan Sullivan
According to the Zynq TRM, gigabit half duplex is not supported. Add a new cap and compatible string so Zynq can avoid advertising that mode. Signed-off-by: Nathan Sullivan nathan.sulli...@ni.com --- drivers/net/ethernet/cadence/macb.c | 12 drivers/net/ethernet/cadence/macb.h |

Re: [PATCH v2 2/3] net: macb: Disable half duplex gigabit on Zynq

2015-05-22 Thread Nicolas Ferre
Le 22/05/2015 16:22, Nathan Sullivan a écrit : According to the Zynq TRM, gigabit half duplex is not supported. Add a new cap and compatible string so Zynq can avoid advertising that mode. Signed-off-by: Nathan Sullivan nathan.sulli...@ni.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com

Re: [PATCH v2 2/3] net: macb: Disable half duplex gigabit on Zynq

2015-05-22 Thread David Miller
From: Nathan Sullivan nathan.sulli...@ni.com Date: Fri, 22 May 2015 09:22:10 -0500 According to the Zynq TRM, gigabit half duplex is not supported. Add a new cap and compatible string so Zynq can avoid advertising that mode. Signed-off-by: Nathan Sullivan nathan.sulli...@ni.com Applied. --