Re: [PATCH 2/3] hwrng: st: Report correct FIFO size

2015-10-06 Thread Lee Jones
On Tue, 06 Oct 2015, Daniel Thompson wrote: > On 06/10/15 15:43, Lee Jones wrote: > >The values supplied to the 'read random data from FIFO' arithmetic > >are not correct. The value fed in to initialise the iterator > >describes the FIFO depth, but then the iterator is treated in > >Bytes and sub

Re: [PATCH 2/3] hwrng: st: Report correct FIFO size

2015-10-06 Thread Daniel Thompson
On 06/10/15 15:43, Lee Jones wrote: The values supplied to the 'read random data from FIFO' arithmetic are not correct. The value fed in to initialise the iterator describes the FIFO depth, but then the iterator is treated in Bytes and subsequently increased by 2 in value for every read word. T