Re: [U-Boot] [RESEND][PATCH v1 3/4] board: stm32mp1: Add tx_fifo_sz_array support

2019-03-29 Thread Patrick DELAUNAY
Hi Marek > From: Marek Vasut > Sent: vendredi 22 mars 2019 11:51 > > On 3/22/19 11:18 AM, Patrick DELAUNAY wrote: > >> From: U-Boot On Behalf Of Marek Vasut > >> Sent: lundi 18 mars 2019 19:47 > >> > >> On 3/18/19 5:59 PM, Patrice CHOTARD wrote: > >>> Hi Marek > >>> > > This shou

Re: [U-Boot] [RESEND][PATCH v1 3/4] board: stm32mp1: Add tx_fifo_sz_array support

2019-03-22 Thread Marek Vasut
On 3/22/19 11:18 AM, Patrick DELAUNAY wrote: >> From: U-Boot On Behalf Of Marek Vasut >> Sent: lundi 18 mars 2019 19:47 >> >> On 3/18/19 5:59 PM, Patrice CHOTARD wrote: >>> Hi Marek >>> >>> +Patrick >>> >>> On 3/14/19 1:00 PM, Marek Vasut wrote: On 3/14/19 11:51 AM, Patrice Chotard wrote: >>>

Re: [U-Boot] [RESEND][PATCH v1 3/4] board: stm32mp1: Add tx_fifo_sz_array support

2019-03-22 Thread Patrick DELAUNAY
> From: U-Boot On Behalf Of Marek Vasut > Sent: lundi 18 mars 2019 19:47 > > On 3/18/19 5:59 PM, Patrice CHOTARD wrote: > > Hi Marek > > > > +Patrick > > > > On 3/14/19 1:00 PM, Marek Vasut wrote: > >> On 3/14/19 11:51 AM, Patrice Chotard wrote: > >>> Allows to use an array of tx-fifo-size define

Re: [U-Boot] [RESEND][PATCH v1 3/4] board: stm32mp1: Add tx_fifo_sz_array support

2019-03-18 Thread Marek Vasut
On 3/18/19 5:59 PM, Patrice CHOTARD wrote: > Hi Marek > > +Patrick > > On 3/14/19 1:00 PM, Marek Vasut wrote: >> On 3/14/19 11:51 AM, Patrice Chotard wrote: >>> Allows to use an array of tx-fifo-size defined in device tree >>> as following: >>>g-tx-fifo-size = <128 128 64 64 64 64 32 32>; >>>

Re: [U-Boot] [RESEND][PATCH v1 3/4] board: stm32mp1: Add tx_fifo_sz_array support

2019-03-18 Thread Patrice CHOTARD
Hi Marek +Patrick On 3/14/19 1:00 PM, Marek Vasut wrote: > On 3/14/19 11:51 AM, Patrice Chotard wrote: >> Allows to use an array of tx-fifo-size defined in device tree >> as following: >>g-tx-fifo-size = <128 128 64 64 64 64 32 32>; >> >> Signed-off-by: Patrice Chotard >> --- >> >> board/st

Re: [U-Boot] [RESEND][PATCH v1 3/4] board: stm32mp1: Add tx_fifo_sz_array support

2019-03-14 Thread Marek Vasut
On 3/14/19 11:51 AM, Patrice Chotard wrote: > Allows to use an array of tx-fifo-size defined in device tree > as following: >g-tx-fifo-size = <128 128 64 64 64 64 32 32>; > > Signed-off-by: Patrice Chotard > --- > > board/st/stm32mp1/stm32mp1.c | 11 +-- > 1 file changed, 9 insertio

[U-Boot] [RESEND][PATCH v1 3/4] board: stm32mp1: Add tx_fifo_sz_array support

2019-03-14 Thread Patrice Chotard
Allows to use an array of tx-fifo-size defined in device tree as following: g-tx-fifo-size = <128 128 64 64 64 64 32 32>; Signed-off-by: Patrice Chotard --- board/st/stm32mp1/stm32mp1.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/board/st/stm32mp1/stm32mp1