Re: [U-Boot] [uboot] [PATCH 2/2] net: phy: ti: Allow the driver to be more configurable

2016-04-05 Thread Dan Murphy
On 04/05/2016 01:30 PM, Dan Murphy wrote: > On 04/05/2016 12:36 PM, Michal Simek wrote: >> On 5.4.2016 19:18, Dan Murphy wrote: >>> Michal >>> >>> On 04/05/2016 12:01 PM, Michal Simek wrote: On 5.4.2016 17:05, Dan Murphy wrote: > Not all devices use the same internal delay or fifo depth. >

Re: [U-Boot] [uboot] [PATCH 2/2] net: phy: ti: Allow the driver to be more configurable

2016-04-05 Thread Dan Murphy
On 04/05/2016 12:36 PM, Michal Simek wrote: > On 5.4.2016 19:18, Dan Murphy wrote: >> Michal >> >> On 04/05/2016 12:01 PM, Michal Simek wrote: >>> On 5.4.2016 17:05, Dan Murphy wrote: Not all devices use the same internal delay or fifo depth. Add the ability to set the internal delay for

Re: [U-Boot] [uboot] [PATCH 2/2] net: phy: ti: Allow the driver to be more configurable

2016-04-05 Thread Michal Simek
On 5.4.2016 19:18, Dan Murphy wrote: > Michal > > On 04/05/2016 12:01 PM, Michal Simek wrote: >> On 5.4.2016 17:05, Dan Murphy wrote: >>> Not all devices use the same internal delay or fifo depth. >>> Add the ability to set the internal delay for rx or tx and the >>> fifo depth via the devicetree.

Re: [U-Boot] [uboot] [PATCH 2/2] net: phy: ti: Allow the driver to be more configurable

2016-04-05 Thread Dan Murphy
Michal On 04/05/2016 12:01 PM, Michal Simek wrote: > On 5.4.2016 17:05, Dan Murphy wrote: >> Not all devices use the same internal delay or fifo depth. >> Add the ability to set the internal delay for rx or tx and the >> fifo depth via the devicetree. If the value is not set in the >> devicetree

Re: [U-Boot] [uboot] [PATCH 2/2] net: phy: ti: Allow the driver to be more configurable

2016-04-05 Thread Michal Simek
On 5.4.2016 17:05, Dan Murphy wrote: > Not all devices use the same internal delay or fifo depth. > Add the ability to set the internal delay for rx or tx and the > fifo depth via the devicetree. If the value is not set in the > devicetree then set the delay to the default. > > If devicetree is n

Re: [U-Boot] [uboot] [PATCH 2/2] net: phy: ti: Allow the driver to be more configurable

2016-04-05 Thread Tom Rini
On Tue, Apr 05, 2016 at 10:05:22AM -0500, Dan Murphy wrote: > Not all devices use the same internal delay or fifo depth. > Add the ability to set the internal delay for rx or tx and the > fifo depth via the devicetree. If the value is not set in the > devicetree then set the delay to the default.