Re: [U-Boot] [PATCHv2 01/10] net: mvpp2x: Add GPIO configuration support

2017-08-09 Thread Joe Hershberger
On Wed, Aug 9, 2017 at 2:37 AM, wrote: > From: Stefan Chulski > > This patch add GPIO configuration support in mvpp2x driver. > Driver will handle 10G SFP gpio reset and SFP TX disable. GPIO pins should > be set in device tree. > > Signed-off-by: Stefan Chulski > Tested-by: iSoC Platform CI >

[U-Boot] [PATCHv2 01/10] net: mvpp2x: Add GPIO configuration support

2017-08-09 Thread stefanc
From: Stefan Chulski This patch add GPIO configuration support in mvpp2x driver. Driver will handle 10G SFP gpio reset and SFP TX disable. GPIO pins should be set in device tree. Signed-off-by: Stefan Chulski Tested-by: iSoC Platform CI Reviewed-by: Kostya Porotchkin Reviewed-by: Igal Liberma