Re: [PATCH 1/4] Create generic early_ioremap() support

2013-12-18 Thread Arnd Bergmann
On Wednesday 18 December 2013, Dave Young wrote: > > > > I hadn't really thought about it. Putting these things in mm doesn't > > sound unreasonable, but lib seems to have become the place for a lot > > generic code which could also belong in mm, net, etc. > > > > IMHO, move subsystem lib code t

Re: [PATCH 1/4] Create generic early_ioremap() support

2013-12-18 Thread Dave Young
On 12/17/13 at 01:45pm, Mark Salter wrote: > On Mon, 2013-12-16 at 09:48 +0800, Dave Young wrote: > > On 11/27/13 at 09:44pm, Mark Salter wrote: > > > This patch copies generic bits of x86 early_ioremap() support > > > into a library for potential use by other architectures. > > > > > > Signed-off

Re: [PATCH 1/4] Create generic early_ioremap() support

2013-12-17 Thread Mark Salter
On Mon, 2013-12-16 at 09:48 +0800, Dave Young wrote: > On 11/27/13 at 09:44pm, Mark Salter wrote: > > This patch copies generic bits of x86 early_ioremap() support > > into a library for potential use by other architectures. > > > > Signed-off-by: Mark Salter > > CC: Arnd Bergmann > > CC: Ingo M

Re: [PATCH 1/4] Create generic early_ioremap() support

2013-12-15 Thread Dave Young
On 11/27/13 at 09:44pm, Mark Salter wrote: > This patch copies generic bits of x86 early_ioremap() support > into a library for potential use by other architectures. > > Signed-off-by: Mark Salter > CC: Arnd Bergmann > CC: Ingo Molnar > CC: linux-a...@vger.kernel.org > --- > include/asm-generi

[PATCH 1/4] Create generic early_ioremap() support

2013-11-27 Thread Mark Salter
This patch copies generic bits of x86 early_ioremap() support into a library for potential use by other architectures. Signed-off-by: Mark Salter CC: Arnd Bergmann CC: Ingo Molnar CC: linux-a...@vger.kernel.org --- include/asm-generic/early_ioremap.h | 40 ++ lib/Kconfig