Re: [PATCH v2 0/8] crypto: caam - add support for LS1043A SoC

2016-05-16 Thread Herbert Xu
On Mon, May 16, 2016 at 03:49:27PM +, Horia Ioan Geanta Neag wrote: > > I assume it's too late for 4.7, however applying the patches would solve > dependencies b/w on-going caam development. I will be merging this after the merge window is closed. Cheers, -- Email: Herbert Xu Home Page: ht

Re: [PATCH v2 0/8] crypto: caam - add support for LS1043A SoC

2016-05-16 Thread Horia Ioan Geanta Neag
On 5/5/2016 6:34 PM, Horia Geantă wrote: > v2: > As suggested by Arnd, patch 1 fixes io{read,write}{16,32}be accessors > to prevent the case when {read,write}{w,l} are overriden by arch-specific > ones having barriers, while the BE accessors previously mentioned are not > (thus behaving differently

[PATCH v2 0/8] crypto: caam - add support for LS1043A SoC

2016-05-05 Thread Horia Geantă
v2: As suggested by Arnd, patch 1 fixes io{read,write}{16,32}be accessors to prevent the case when {read,write}{w,l} are overriden by arch-specific ones having barriers, while the BE accessors previously mentioned are not (thus behaving differently, having no barriers). Hi, [Patches 2-4 add io{re