Re: [PATCHv3 00/18] atomics: API cleanups

2018-06-19 Thread Mark Rutland
On Tue, Jun 19, 2018 at 11:20:49AM +0100, Will Deacon wrote: > On Tue, Jun 19, 2018 at 11:18:01AM +0100, Mark Rutland wrote: > > On Mon, Jun 18, 2018 at 08:21:27PM +0100, Mark Rutland wrote: > > > On Mon, Jun 18, 2018 at 05:38:06PM +0100, Will Deacon wrote: > > > > On Mon, Jun 18, 2018 at

Re: [PATCHv3 00/18] atomics: API cleanups

2018-06-19 Thread Mark Rutland
On Tue, Jun 19, 2018 at 11:20:49AM +0100, Will Deacon wrote: > On Tue, Jun 19, 2018 at 11:18:01AM +0100, Mark Rutland wrote: > > On Mon, Jun 18, 2018 at 08:21:27PM +0100, Mark Rutland wrote: > > > On Mon, Jun 18, 2018 at 05:38:06PM +0100, Will Deacon wrote: > > > > On Mon, Jun 18, 2018 at

Re: [PATCHv3 00/18] atomics: API cleanups

2018-06-19 Thread Will Deacon
On Tue, Jun 19, 2018 at 11:18:01AM +0100, Mark Rutland wrote: > On Mon, Jun 18, 2018 at 08:21:27PM +0100, Mark Rutland wrote: > > On Mon, Jun 18, 2018 at 05:38:06PM +0100, Will Deacon wrote: > > > On Mon, Jun 18, 2018 at 11:19:01AM +0100, Mark Rutland wrote: > > > > This series contains a few

Re: [PATCHv3 00/18] atomics: API cleanups

2018-06-19 Thread Will Deacon
On Tue, Jun 19, 2018 at 11:18:01AM +0100, Mark Rutland wrote: > On Mon, Jun 18, 2018 at 08:21:27PM +0100, Mark Rutland wrote: > > On Mon, Jun 18, 2018 at 05:38:06PM +0100, Will Deacon wrote: > > > On Mon, Jun 18, 2018 at 11:19:01AM +0100, Mark Rutland wrote: > > > > This series contains a few

Re: [PATCHv3 00/18] atomics: API cleanups

2018-06-19 Thread Mark Rutland
On Mon, Jun 18, 2018 at 08:21:27PM +0100, Mark Rutland wrote: > On Mon, Jun 18, 2018 at 05:38:06PM +0100, Will Deacon wrote: > > On Mon, Jun 18, 2018 at 11:19:01AM +0100, Mark Rutland wrote: > > > This series contains a few cleanups of the atomic API, fixing > > > inconsistencies between atomic_*

Re: [PATCHv3 00/18] atomics: API cleanups

2018-06-19 Thread Mark Rutland
On Mon, Jun 18, 2018 at 08:21:27PM +0100, Mark Rutland wrote: > On Mon, Jun 18, 2018 at 05:38:06PM +0100, Will Deacon wrote: > > On Mon, Jun 18, 2018 at 11:19:01AM +0100, Mark Rutland wrote: > > > This series contains a few cleanups of the atomic API, fixing > > > inconsistencies between atomic_*

Re: [PATCHv3 00/18] atomics: API cleanups

2018-06-18 Thread Mark Rutland
On Mon, Jun 18, 2018 at 05:38:06PM +0100, Will Deacon wrote: > On Mon, Jun 18, 2018 at 11:19:01AM +0100, Mark Rutland wrote: > > This series contains a few cleanups of the atomic API, fixing > > inconsistencies between atomic_* and atomic64_*, and minimizing > > repetition in arch code. This is

Re: [PATCHv3 00/18] atomics: API cleanups

2018-06-18 Thread Mark Rutland
On Mon, Jun 18, 2018 at 05:38:06PM +0100, Will Deacon wrote: > On Mon, Jun 18, 2018 at 11:19:01AM +0100, Mark Rutland wrote: > > This series contains a few cleanups of the atomic API, fixing > > inconsistencies between atomic_* and atomic64_*, and minimizing > > repetition in arch code. This is

Re: [PATCHv3 00/18] atomics: API cleanups

2018-06-18 Thread Will Deacon
On Mon, Jun 18, 2018 at 11:19:01AM +0100, Mark Rutland wrote: > This series contains a few cleanups of the atomic API, fixing > inconsistencies between atomic_* and atomic64_*, and minimizing > repetition in arch code. This is nicer for arch code, and the improved > regularity will help when

Re: [PATCHv3 00/18] atomics: API cleanups

2018-06-18 Thread Will Deacon
On Mon, Jun 18, 2018 at 11:19:01AM +0100, Mark Rutland wrote: > This series contains a few cleanups of the atomic API, fixing > inconsistencies between atomic_* and atomic64_*, and minimizing > repetition in arch code. This is nicer for arch code, and the improved > regularity will help when

[PATCHv3 00/18] atomics: API cleanups

2018-06-18 Thread Mark Rutland
This series contains a few cleanups of the atomic API, fixing inconsistencies between atomic_* and atomic64_*, and minimizing repetition in arch code. This is nicer for arch code, and the improved regularity will help when generating the atomic headers in future. Since v1 [1]: * Add missing

[PATCHv3 00/18] atomics: API cleanups

2018-06-18 Thread Mark Rutland
This series contains a few cleanups of the atomic API, fixing inconsistencies between atomic_* and atomic64_*, and minimizing repetition in arch code. This is nicer for arch code, and the improved regularity will help when generating the atomic headers in future. Since v1 [1]: * Add missing