Re: [PATCH] rng: iProc rng200: Rename ..._platdata variables to just ..._plat

2021-02-25 Thread Tom Rini
On Thu, Feb 18, 2021 at 08:06:37PM +, Peter Robinson wrote: > In 8a8d24bd Simon dropped data from all the various _platdata calls > but it seems this wasn't caught for the RNG200 driver from when it > was posted to merged. This fixes that issue. > > Fixes: 537f0018 (rng: Add iProc RNG200 driv

Re: [PATCH] rng: iProc rng200: Rename ..._platdata variables to just ..._plat

2021-02-25 Thread Matthias Brugger
On Fri, Feb 19, 2021 at 04:00:50PM -0500, Tom Rini wrote: > On Thu, Feb 18, 2021 at 08:39:42PM +, Peter Robinson wrote: > > On Thu, Feb 18, 2021 at 8:36 PM Heinrich Schuchardt > > wrote: > > > > > > On 18.02.21 21:06, Peter Robinson wrote: > > > > In 8a8d24bd Simon dropped data from all the v

Re: [PATCH] rng: iProc rng200: Rename ..._platdata variables to just ..._plat

2021-02-19 Thread Tom Rini
On Thu, Feb 18, 2021 at 08:39:42PM +, Peter Robinson wrote: > On Thu, Feb 18, 2021 at 8:36 PM Heinrich Schuchardt > wrote: > > > > On 18.02.21 21:06, Peter Robinson wrote: > > > In 8a8d24bd Simon dropped data from all the various _platdata calls > > > but it seems this wasn't caught for the R

Re: [PATCH] rng: iProc rng200: Rename ..._platdata variables to just ..._plat

2021-02-18 Thread Peter Robinson
On Thu, Feb 18, 2021 at 8:36 PM Heinrich Schuchardt wrote: > > On 18.02.21 21:06, Peter Robinson wrote: > > In 8a8d24bd Simon dropped data from all the various _platdata calls > > but it seems this wasn't caught for the RNG200 driver from when it > > was posted to merged. This fixes that issue. >

Re: [PATCH] rng: iProc rng200: Rename ..._platdata variables to just ..._plat

2021-02-18 Thread Heinrich Schuchardt
On 18.02.21 21:06, Peter Robinson wrote: > In 8a8d24bd Simon dropped data from all the various _platdata calls > but it seems this wasn't caught for the RNG200 driver from when it > was posted to merged. This fixes that issue. > > Fixes: 537f0018 (rng: Add iProc RNG200 driver) > Signed-off-by: Pete

[PATCH] rng: iProc rng200: Rename ..._platdata variables to just ..._plat

2021-02-18 Thread Peter Robinson
In 8a8d24bd Simon dropped data from all the various _platdata calls but it seems this wasn't caught for the RNG200 driver from when it was posted to merged. This fixes that issue. Fixes: 537f0018 (rng: Add iProc RNG200 driver) Signed-off-by: Peter Robinson --- drivers/rng/iproc_rng200.c | 20 +++