Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-09-25 Thread Arnd Bergmann
On Wednesday 24 September 2014 08:04:21 Thierry Reding wrote: > > > > Arnd, do you think this looks good to take for test-driving in > > linux-next? > > Ping? > I've put it all into the asm-generic tree, and Will's patches on top. Unless I get complaints, I plan to submit them all for 3.18.

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-09-25 Thread Arnd Bergmann
On Wednesday 24 September 2014 08:04:21 Thierry Reding wrote: Arnd, do you think this looks good to take for test-driving in linux-next? Ping? I've put it all into the asm-generic tree, and Will's patches on top. Unless I get complaints, I plan to submit them all for 3.18.

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-09-24 Thread Thierry Reding
On Mon, Aug 25, 2014 at 01:26:33PM +0200, Thierry Reding wrote: > On Wed, Aug 13, 2014 at 12:28:50PM +0200, Thierry Reding wrote: > > From: Thierry Reding > > > > Hi, > > > > Here is the fourth version of a series that started out as an attempt to > > provide string versions of the read*() and

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-09-24 Thread Thierry Reding
On Mon, Aug 25, 2014 at 01:26:33PM +0200, Thierry Reding wrote: On Wed, Aug 13, 2014 at 12:28:50PM +0200, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com Hi, Here is the fourth version of a series that started out as an attempt to provide string versions of the read*()

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-08-25 Thread Thierry Reding
On Mon, Aug 25, 2014 at 02:52:25PM +0200, Richard Weinberger wrote: > Am 25.08.2014 14:27, schrieb Thierry Reding: > > On Mon, Aug 25, 2014 at 01:53:30PM +0200, Richard Weinberger wrote: > >> On Wed, Aug 13, 2014 at 12:28 PM, Thierry Reding > >> wrote: > >>> From: Thierry Reding > >>> > >>> Hi,

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-08-25 Thread Richard Weinberger
Am 25.08.2014 14:27, schrieb Thierry Reding: > On Mon, Aug 25, 2014 at 01:53:30PM +0200, Richard Weinberger wrote: >> On Wed, Aug 13, 2014 at 12:28 PM, Thierry Reding >> wrote: >>> From: Thierry Reding >>> >>> Hi, >>> >>> Here is the fourth version of a series that started out as an attempt to

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-08-25 Thread Thierry Reding
On Mon, Aug 25, 2014 at 01:53:30PM +0200, Richard Weinberger wrote: > On Wed, Aug 13, 2014 at 12:28 PM, Thierry Reding > wrote: > > From: Thierry Reding > > > > Hi, > > > > Here is the fourth version of a series that started out as an attempt to > > provide string versions of the read*() and

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-08-25 Thread Richard Weinberger
On Wed, Aug 13, 2014 at 12:28 PM, Thierry Reding wrote: > From: Thierry Reding > > Hi, > > Here is the fourth version of a series that started out as an attempt to > provide string versions of the read*() and write*() accessors to more > architectures so that drivers can use them portably. The

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-08-25 Thread Thierry Reding
On Wed, Aug 13, 2014 at 12:28:50PM +0200, Thierry Reding wrote: > From: Thierry Reding > > Hi, > > Here is the fourth version of a series that started out as an attempt to > provide string versions of the read*() and write*() accessors to more > architectures so that drivers can use them

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-08-25 Thread Thierry Reding
On Wed, Aug 13, 2014 at 12:28:50PM +0200, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com Hi, Here is the fourth version of a series that started out as an attempt to provide string versions of the read*() and write*() accessors to more architectures so that drivers can use

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-08-25 Thread Richard Weinberger
On Wed, Aug 13, 2014 at 12:28 PM, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com Hi, Here is the fourth version of a series that started out as an attempt to provide string versions of the read*() and write*() accessors to more architectures so that

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-08-25 Thread Thierry Reding
On Mon, Aug 25, 2014 at 01:53:30PM +0200, Richard Weinberger wrote: On Wed, Aug 13, 2014 at 12:28 PM, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com Hi, Here is the fourth version of a series that started out as an attempt to provide string

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-08-25 Thread Richard Weinberger
Am 25.08.2014 14:27, schrieb Thierry Reding: On Mon, Aug 25, 2014 at 01:53:30PM +0200, Richard Weinberger wrote: On Wed, Aug 13, 2014 at 12:28 PM, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com Hi, Here is the fourth version of a series that started

Re: [PATCH v4 0/8] asm-generic/io.h overhaul

2014-08-25 Thread Thierry Reding
On Mon, Aug 25, 2014 at 02:52:25PM +0200, Richard Weinberger wrote: Am 25.08.2014 14:27, schrieb Thierry Reding: On Mon, Aug 25, 2014 at 01:53:30PM +0200, Richard Weinberger wrote: On Wed, Aug 13, 2014 at 12:28 PM, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding

[PATCH v4 0/8] asm-generic/io.h overhaul

2014-08-13 Thread Thierry Reding
From: Thierry Reding Hi, Here is the fourth version of a series that started out as an attempt to provide string versions of the read*() and write*() accessors to more architectures so that drivers can use them portably. The series has since evolved into a more general cleanup of

[PATCH v4 0/8] asm-generic/io.h overhaul

2014-08-13 Thread Thierry Reding
From: Thierry Reding tred...@nvidia.com Hi, Here is the fourth version of a series that started out as an attempt to provide string versions of the read*() and write*() accessors to more architectures so that drivers can use them portably. The series has since evolved into a more general cleanup