Re: [PATCHv3 1/6] atomics: add common header generation files

2018-11-21 Thread Andrew Morton
On Fri, 16 Nov 2018 02:51:21 + Mark Rutland wrote: > Hi Andrew, > > On Thu, Nov 15, 2018 at 03:10:48PM -0800, Andrew Morton wrote: > > On Tue, 4 Sep 2018 11:48:25 +0100 Mark Rutland > > wrote: > > > > > To minimize repetition, to allow for future rework, and to ensure > > > regularity of

Re: [PATCHv3 1/6] atomics: add common header generation files

2018-11-15 Thread Mark Rutland
Hi Andrew, On Thu, Nov 15, 2018 at 03:10:48PM -0800, Andrew Morton wrote: > On Tue, 4 Sep 2018 11:48:25 +0100 Mark Rutland wrote: > > > To minimize repetition, to allow for future rework, and to ensure > > regularity of the various atomic APIs, we'd like to automatically > > generate (the bulk

Re: [PATCHv3 1/6] atomics: add common header generation files

2018-11-15 Thread Andrew Morton
On Tue, 4 Sep 2018 11:48:25 +0100 Mark Rutland wrote: > To minimize repetition, to allow for future rework, and to ensure > regularity of the various atomic APIs, we'd like to automatically > generate (the bulk of) a number of headers related to atomics. > > This patch adds the infrastructure t

Re: [PATCHv3 1/6] atomics: add common header generation files

2018-11-15 Thread Andrew Morton
On Tue, 4 Sep 2018 11:48:25 +0100 Mark Rutland wrote: > To minimize repetition, to allow for future rework, and to ensure > regularity of the various atomic APIs, we'd like to automatically > generate (the bulk of) a number of headers related to atomics. > > This patch adds the infrastructure t