Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2013-02-12 Thread James Hogan
On 12/02/13 11:47, Stephen Rothwell wrote: > Change it to CONFIG_HAVE_VIRT_TO_BUS and set it in all architecures nit: typo in "architecures" > that already provide virt_to_bus(). > > Signed-off-by: Stephen Rothwell Reviewed-by: James Hogan Cheers James signature.asc Description: OpenPGP

[PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2013-02-12 Thread Stephen Rothwell
Change it to CONFIG_HAVE_VIRT_TO_BUS and set it in all architecures that already provide virt_to_bus(). Signed-off-by: Stephen Rothwell --- arch/Kconfig| 7 +++ arch/alpha/Kconfig | 1 + arch/arm/Kconfig| 1 + arch/avr32/Kconfig | 1 + arch/blackfin/Kconfig |

[PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2013-02-12 Thread Stephen Rothwell
Change it to CONFIG_HAVE_VIRT_TO_BUS and set it in all architecures that already provide virt_to_bus(). Signed-off-by: Stephen Rothwell s...@canb.auug.org.au --- arch/Kconfig| 7 +++ arch/alpha/Kconfig | 1 + arch/arm/Kconfig| 1 + arch/avr32/Kconfig | 1 +

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2013-02-12 Thread James Hogan
On 12/02/13 11:47, Stephen Rothwell wrote: Change it to CONFIG_HAVE_VIRT_TO_BUS and set it in all architecures nit: typo in architecures that already provide virt_to_bus(). Signed-off-by: Stephen Rothwell s...@canb.auug.org.au Reviewed-by: James Hogan james.ho...@imgtec.com Cheers James

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2013-02-11 Thread Stephen Rothwell
Hi James, On Mon, 11 Feb 2013 11:57:28 + James Hogan wrote: > > On 12/11/12 21:26, Stephen Rothwell wrote: > > Make if easier for more architectures to select it and thus disable > > drivers that use virt_to_bus(). > > > > Signed-off-by: Stephen Rothwell > > I was just wondering what the

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2013-02-11 Thread James Hogan
Hi Stephen, On 12/11/12 21:26, Stephen Rothwell wrote: > Make if easier for more architectures to select it and thus disable > drivers that use virt_to_bus(). > > Signed-off-by: Stephen Rothwell I was just wondering what the status of this patch is? It was in -next for a while but seems to

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2013-02-11 Thread James Hogan
Hi Stephen, On 12/11/12 21:26, Stephen Rothwell wrote: Make if easier for more architectures to select it and thus disable drivers that use virt_to_bus(). Signed-off-by: Stephen Rothwell s...@canb.auug.org.au I was just wondering what the status of this patch is? It was in -next for a while

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2013-02-11 Thread Stephen Rothwell
Hi James, On Mon, 11 Feb 2013 11:57:28 + James Hogan james.ho...@imgtec.com wrote: On 12/11/12 21:26, Stephen Rothwell wrote: Make if easier for more architectures to select it and thus disable drivers that use virt_to_bus(). Signed-off-by: Stephen Rothwell s...@canb.auug.org.au

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2012-11-14 Thread Bjorn Helgaas
On Tue, Nov 13, 2012 at 3:32 AM, Geert Uytterhoeven wrote: > On Mon, Nov 12, 2012 at 10:26 PM, Stephen Rothwell > wrote: >> diff --git a/arch/Kconfig b/arch/Kconfig >> index 366ec06..9bc00e7 100644 >> --- a/arch/Kconfig >> +++ b/arch/Kconfig >> @@ -271,6 +271,13 @@ config

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2012-11-14 Thread Arnd Bergmann
On Monday 12 November 2012, Stephen Rothwell wrote: > Show Details > Make if easier for more architectures to select it and thus disable > drivers that use virt_to_bus(). > > Signed-off-by: Stephen Rothwell Very nice, I was recently looking into enabling this for ARM as well, at least for

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2012-11-14 Thread Arnd Bergmann
On Monday 12 November 2012, Stephen Rothwell wrote: Show Details Make if easier for more architectures to select it and thus disable drivers that use virt_to_bus(). Signed-off-by: Stephen Rothwell s...@canb.auug.org.au Very nice, I was recently looking into enabling this for ARM as

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2012-11-14 Thread Bjorn Helgaas
On Tue, Nov 13, 2012 at 3:32 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Mon, Nov 12, 2012 at 10:26 PM, Stephen Rothwell s...@canb.auug.org.au wrote: diff --git a/arch/Kconfig b/arch/Kconfig index 366ec06..9bc00e7 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -271,6 +271,13 @@

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2012-11-13 Thread Geert Uytterhoeven
On Mon, Nov 12, 2012 at 10:26 PM, Stephen Rothwell wrote: > diff --git a/arch/Kconfig b/arch/Kconfig > index 366ec06..9bc00e7 100644 > --- a/arch/Kconfig > +++ b/arch/Kconfig > @@ -271,6 +271,13 @@ config ARCH_WANT_OLD_COMPAT_IPC > select ARCH_WANT_COMPAT_IPC_PARSE_VERSION > bool

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2012-11-13 Thread James Hogan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/11/12 21:26, Stephen Rothwell wrote: > Make if easier for more architectures to select it and thus > disable drivers that use virt_to_bus(). > > Signed-off-by: Stephen Rothwell Reviewed-by: James Hogan -BEGIN PGP SIGNATURE- Version:

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2012-11-13 Thread James Hogan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/11/12 21:26, Stephen Rothwell wrote: Make if easier for more architectures to select it and thus disable drivers that use virt_to_bus(). Signed-off-by: Stephen Rothwell s...@canb.auug.org.au Reviewed-by: James Hogan james.ho...@imgtec.com

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2012-11-13 Thread Geert Uytterhoeven
On Mon, Nov 12, 2012 at 10:26 PM, Stephen Rothwell s...@canb.auug.org.au wrote: diff --git a/arch/Kconfig b/arch/Kconfig index 366ec06..9bc00e7 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -271,6 +271,13 @@ config ARCH_WANT_OLD_COMPAT_IPC select ARCH_WANT_COMPAT_IPC_PARSE_VERSION

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2012-11-12 Thread David Miller
From: Stephen Rothwell Date: Tue, 13 Nov 2012 08:26:15 +1100 > Make if easier for more architectures to select it and thus disable > drivers that use virt_to_bus(). > > Signed-off-by: Stephen Rothwell Acked-by: David S. Miller -- To unsubscribe from this list: send the line "unsubscribe

[PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2012-11-12 Thread Stephen Rothwell
Make if easier for more architectures to select it and thus disable drivers that use virt_to_bus(). Signed-off-by: Stephen Rothwell --- arch/Kconfig |7 +++ arch/powerpc/Kconfig |4 +--- arch/sh/Kconfig |4 +--- arch/sparc/Kconfig |4 +--- 4 files changed, 10

[PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2012-11-12 Thread Stephen Rothwell
Make if easier for more architectures to select it and thus disable drivers that use virt_to_bus(). Signed-off-by: Stephen Rothwell s...@canb.auug.org.au --- arch/Kconfig |7 +++ arch/powerpc/Kconfig |4 +--- arch/sh/Kconfig |4 +--- arch/sparc/Kconfig |4 +---

Re: [PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS

2012-11-12 Thread David Miller
From: Stephen Rothwell s...@canb.auug.org.au Date: Tue, 13 Nov 2012 08:26:15 +1100 Make if easier for more architectures to select it and thus disable drivers that use virt_to_bus(). Signed-off-by: Stephen Rothwell s...@canb.auug.org.au Acked-by: David S. Miller da...@davemloft.net -- To