diff for duplicates of <20100630063352.GR2822@atomide.com> diff --git a/a/content_digest b/N1/content_digest index 3f2a234..b9e8205 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,9 +3,12 @@ "ref\020100629120724.GA23884@oksana.dev.rtsoft.ru\0" "ref\020100629142144.GN2822@atomide.com\0" "From\0Tony Lindgren <tony@atomide.com>\0" - "Subject\0[PATCH] ARM: Disable VGA console for ARM in most cases (Re: [PATCH\0" - "Date\0Wed, 30 Jun 2010 06:33:53 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Subject\0[PATCH] ARM: Disable VGA console for ARM in most cases (Re: [PATCH 1/6] omap: Disable VGA console for omaps)\0" + "Date\0Wed, 30 Jun 2010 09:33:53 +0300\0" + "To\0Anton Vorontsov <cbouatmailru@gmail.com>\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + linux-fbdev@vger.kernel.org + " linux-omap@vger.kernel.org\0" "\01:1\0" "b\0" "* Tony Lindgren <tony@atomide.com> [100629 17:15]:\n" @@ -69,4 +72,4 @@ " \thelp\n" " \t Saying Y here will allow you to use Linux in text mode through a" -7ef2986aa6cc74e7851e3c03dee14d1d774be676a169b52f7ac5cea7ce785946 +814fb4969dd18a441ad4c7868630f3647a67ebb7ae47cf4a328b4244b7d31282
diff --git a/a/1.txt b/N2/1.txt index 7e0e685..86b8dcb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -3,7 +3,7 @@ > > On Tue, Jun 29, 2010 at 02:47:20PM +0300, Tony Lindgren wrote: > > > Otherwise we have to disable it manually to avoid compile errors. > > > -> > > Cc: linux-fbdev@vger.kernel.org +> > > Cc: linux-fbdev at vger.kernel.org > > > Signed-off-by: Tony Lindgren <tony@atomide.com> > > > > We'll need this for mach-cns3xxx too. And doing that change for @@ -22,3 +22,10 @@ Here's this one updated. Tony +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: kconfig-disable-vgacon.patch +Type: text/x-diff +Size: 1452 bytes +Desc: not available +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100630/06631be0/attachment.bin> diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index 1e9ecd8..0000000 --- a/a/2.hdr +++ /dev/null @@ -1,2 +0,0 @@ -Content-Type: text/x-diff; charset=us-ascii -Content-Disposition: inline; filename="kconfig-disable-vgacon.patch" diff --git a/a/2.txt b/a/2.txt deleted file mode 100644 index 92755f6..0000000 --- a/a/2.txt +++ /dev/null @@ -1,33 +0,0 @@ -From: Tony Lindgren <tony@atomide.com> -Date: Wed, 30 Jun 2010 09:08:23 +0300 -Subject: [PATCH] ARM: Disable VGA console for ARM in most cases - -Otherwise we have to disable it manually to avoid compile errors. - -Now it's only enabled only for the selected machines as suggested -by Anton Vorontsov <cbouatmailru@gmail.com>: - -$ git grep VGA_CONSOLE= arch/arm/configs/ -arch/arm/configs/footbridge_defconfig:CONFIG_VGA_CONSOLE=y -arch/arm/configs/integrator_defconfig:CONFIG_VGA_CONSOLE=y -arch/arm/configs/netwinder_defconfig:CONFIG_VGA_CONSOLE=y - -Note that the Kconfig entry no longer needs separate entries -for ARCH_ACORN, ARCH_EBSA110 ARCH_VERSATILE. - -Cc: linux-fbdev@vger.kernel.org -Signed-off-by: Tony Lindgren <tony@atomide.com> - -diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig -index 8e8f18d..5a35f22 100644 ---- a/drivers/video/console/Kconfig -+++ b/drivers/video/console/Kconfig -@@ -6,7 +6,7 @@ menu "Console display driver support" - - config VGA_CONSOLE - bool "VGA text console" if EMBEDDED || !X86 -- depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !ARCH_VERSATILE && !SUPERH && !BLACKFIN && !AVR32 && !MN10300 -+ depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) - default y - help - Saying Y here will allow you to use Linux in text mode through a diff --git a/a/content_digest b/N2/content_digest index 3f2a234..be3db3a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,18 +2,18 @@ "ref\020100629114720.16008.84291.stgit@baageli.muru.com\0" "ref\020100629120724.GA23884@oksana.dev.rtsoft.ru\0" "ref\020100629142144.GN2822@atomide.com\0" - "From\0Tony Lindgren <tony@atomide.com>\0" - "Subject\0[PATCH] ARM: Disable VGA console for ARM in most cases (Re: [PATCH\0" - "Date\0Wed, 30 Jun 2010 06:33:53 +0000\0" + "From\0tony@atomide.com (Tony Lindgren)\0" + "Subject\0[PATCH] ARM: Disable VGA console for ARM in most cases (Re: [PATCH 1/6] omap: Disable VGA console for omaps)\0" + "Date\0Wed, 30 Jun 2010 09:33:53 +0300\0" "To\0linux-arm-kernel@lists.infradead.org\0" - "\01:1\0" + "\00:1\0" "b\0" "* Tony Lindgren <tony@atomide.com> [100629 17:15]:\n" "> * Anton Vorontsov <cbouatmailru@gmail.com> [100629 15:04]:\n" "> > On Tue, Jun 29, 2010 at 02:47:20PM +0300, Tony Lindgren wrote:\n" "> > > Otherwise we have to disable it manually to avoid compile errors.\n" "> > > \n" - "> > > Cc: linux-fbdev@vger.kernel.org\n" + "> > > Cc: linux-fbdev at vger.kernel.org\n" "> > > Signed-off-by: Tony Lindgren <tony@atomide.com>\n" "> > \n" "> > We'll need this for mach-cns3xxx too. And doing that change for\n" @@ -31,42 +31,13 @@ "\n" "Here's this one updated.\n" "\n" - Tony - "\01:2\0" - "fn\0kconfig-disable-vgacon.patch\0" - "b\0" - "From: Tony Lindgren <tony@atomide.com>\n" - "Date: Wed, 30 Jun 2010 09:08:23 +0300\n" - "Subject: [PATCH] ARM: Disable VGA console for ARM in most cases\n" - "\n" - "Otherwise we have to disable it manually to avoid compile errors.\n" - "\n" - "Now it's only enabled only for the selected machines as suggested\n" - "by Anton Vorontsov <cbouatmailru@gmail.com>:\n" - "\n" - "$ git grep VGA_CONSOLE= arch/arm/configs/\n" - "arch/arm/configs/footbridge_defconfig:CONFIG_VGA_CONSOLE=y\n" - "arch/arm/configs/integrator_defconfig:CONFIG_VGA_CONSOLE=y\n" - "arch/arm/configs/netwinder_defconfig:CONFIG_VGA_CONSOLE=y\n" - "\n" - "Note that the Kconfig entry no longer needs separate entries\n" - "for ARCH_ACORN, ARCH_EBSA110 ARCH_VERSATILE.\n" - "\n" - "Cc: linux-fbdev@vger.kernel.org\n" - "Signed-off-by: Tony Lindgren <tony@atomide.com>\n" - "\n" - "diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig\n" - "index 8e8f18d..5a35f22 100644\n" - "--- a/drivers/video/console/Kconfig\n" - "+++ b/drivers/video/console/Kconfig\n" - "@@ -6,7 +6,7 @@ menu \"Console display driver support\"\n" - " \n" - " config VGA_CONSOLE\n" - " \tbool \"VGA text console\" if EMBEDDED || !X86\n" - "-\tdepends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !ARCH_VERSATILE && !SUPERH && !BLACKFIN && !AVR32 && !MN10300\n" - "+\tdepends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER)\n" - " \tdefault y\n" - " \thelp\n" - " \t Saying Y here will allow you to use Linux in text mode through a" + "Tony\n" + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: kconfig-disable-vgacon.patch\n" + "Type: text/x-diff\n" + "Size: 1452 bytes\n" + "Desc: not available\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100630/06631be0/attachment.bin> -7ef2986aa6cc74e7851e3c03dee14d1d774be676a169b52f7ac5cea7ce785946 +f5821d67572ad343fdf09da5efc177f7ae96d8d5b02f0f12ccc1aea516ac121b
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.