All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dinh Nguyen <dinguyen@kernel.org>
To: Arnd Bergmann <arnd@kernel.org>, Thomas Zimmermann <tzimmermann@suse.de>
Cc: javierm@redhat.com, linux-fbdev@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Russell King <linux@armlinux.org.uk>,
	dri-devel@lists.freedesktop.org, Ard Biesheuvel <ardb@kernel.org>,
	Helge Deller <deller@gmx.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Arnd Bergmann <arnd@arndb.de>, Guo Ren <guoren@kernel.org>,
	Brian Cain <bcain@quicinc.com>, Rich Felker <dalias@libc.org>,
	John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
	"David S. Miller" <davem@davemloft.net>,
	Chris Zankel <chris@zankel.net>,
	Max Filippov <jcmvbkbc@gmail.com>,
	Masahiro Yamada <masahiroy@kernel.org>,
	linux-csky@vger.kernel.org, linux-hexagon@vger.kernel.org,
	linux-sh@vger.kernel.org, sparclinux@vger.kernel.org
Subject: Re: [PATCH 4/4] vgacon, arch/*: remove unused screen_info definitions
Date: Sun, 9 Jul 2023 22:38:03 -0500	[thread overview]
Message-ID: <fd95e3cb-d7b7-ec8b-c48b-d86634f07dfd@kernel.org> (raw)
In-Reply-To: <20230707095415.1449376-4-arnd@kernel.org>



On 7/7/23 04:52, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
> 
> A number of architectures either kept the screen_info definition for
> historical purposes as it used to be required by the generic VT code, or
> they copied it from another architecture in order to build the VGA
> console driver in an allmodconfig build.
> 
> Now that vgacon no longer builds on these architectures, remove the
> stale definitions.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
>   arch/csky/kernel/setup.c          | 12 ------------
>   arch/hexagon/kernel/Makefile      |  2 --
>   arch/hexagon/kernel/screen_info.c |  3 ---
>   arch/nios2/kernel/setup.c         |  5 -----

Acked-by: Dinh Nguyen <dinguyen@kernel.org>


WARNING: multiple messages have this Message-ID (diff)
From: Dinh Nguyen <dinguyen@kernel.org>
To: Arnd Bergmann <arnd@kernel.org>, Thomas Zimmermann <tzimmermann@suse.de>
Cc: Brian Cain <bcain@quicinc.com>,
	linux-fbdev@vger.kernel.org, Rich Felker <dalias@libc.org>,
	Arnd Bergmann <arnd@arndb.de>,
	"David S. Miller" <davem@davemloft.net>,
	linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org,
	Helge Deller <deller@gmx.de>,
	John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
	Russell King <linux@armlinux.org.uk>,
	dri-devel@lists.freedesktop.org, javierm@redhat.com,
	Max Filippov <jcmvbkbc@gmail.com>,
	Masahiro Yamada <masahiroy@kernel.org>,
	Guo Ren <guoren@kernel.org>,
	linux-csky@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	sparclinux@vger.kernel.org, linux-hexagon@vger.kernel.org,
	Chris Zankel <chris@zankel.net>, Ard Biesheuvel <ardb@kernel.org>
Subject: Re: [PATCH 4/4] vgacon, arch/*: remove unused screen_info definitions
Date: Sun, 9 Jul 2023 22:38:03 -0500	[thread overview]
Message-ID: <fd95e3cb-d7b7-ec8b-c48b-d86634f07dfd@kernel.org> (raw)
In-Reply-To: <20230707095415.1449376-4-arnd@kernel.org>



On 7/7/23 04:52, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
> 
> A number of architectures either kept the screen_info definition for
> historical purposes as it used to be required by the generic VT code, or
> they copied it from another architecture in order to build the VGA
> console driver in an allmodconfig build.
> 
> Now that vgacon no longer builds on these architectures, remove the
> stale definitions.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
>   arch/csky/kernel/setup.c          | 12 ------------
>   arch/hexagon/kernel/Makefile      |  2 --
>   arch/hexagon/kernel/screen_info.c |  3 ---
>   arch/nios2/kernel/setup.c         |  5 -----

Acked-by: Dinh Nguyen <dinguyen@kernel.org>


  parent reply	other threads:[~2023-07-10  3:38 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-07  9:52 [PATCH 1/4] vgacon: rework Kconfig dependencies Arnd Bergmann
2023-07-07  9:52 ` Arnd Bergmann
2023-07-07  9:52 ` Arnd Bergmann
2023-07-07  9:52 ` [PATCH 2/4] vgacon: rework screen_info #ifdef checks Arnd Bergmann
2023-07-07  9:52   ` Arnd Bergmann
2023-07-07  9:52   ` Arnd Bergmann
2023-07-07  9:52   ` Arnd Bergmann
2023-07-07  9:52   ` Arnd Bergmann
2023-07-07 13:40   ` Javier Martinez Canillas
2023-07-07 13:40     ` Javier Martinez Canillas
2023-07-07 13:40     ` Javier Martinez Canillas
2023-07-07 13:40     ` Javier Martinez Canillas
2023-07-07 13:40     ` Javier Martinez Canillas
2023-07-07 14:32     ` Arnd Bergmann
2023-07-07 14:32       ` Arnd Bergmann
2023-07-07 14:32       ` Arnd Bergmann
2023-07-07 14:32       ` Arnd Bergmann
2023-07-07 14:32       ` Arnd Bergmann
2023-07-07 15:27       ` Javier Martinez Canillas
2023-07-07 15:27         ` Javier Martinez Canillas
2023-07-07 15:27         ` Javier Martinez Canillas
2023-07-07 15:27         ` Javier Martinez Canillas
2023-07-07 15:27         ` Javier Martinez Canillas
2023-07-08 14:11   ` Thomas Bogendoerfer
2023-07-08 14:11     ` Thomas Bogendoerfer
2023-07-08 14:11     ` Thomas Bogendoerfer
2023-07-08 14:11     ` Thomas Bogendoerfer
2023-07-08 14:11     ` Thomas Bogendoerfer
2023-07-27 18:20     ` Algorithmic P-4000i, looking for the board manual cp
2023-07-27 18:20       ` cp
2023-07-07  9:52 ` [PATCH 3/4] dummycon: limit Arm console size hack to footbridge Arnd Bergmann
2023-07-07  9:52   ` Arnd Bergmann
2023-07-07  9:52   ` Arnd Bergmann
2023-07-07 11:33   ` Linus Walleij
2023-07-07 11:33     ` Linus Walleij
2023-07-07 11:33     ` Linus Walleij
2023-07-07 14:27     ` Arnd Bergmann
2023-07-07 14:27       ` Arnd Bergmann
2023-07-07 14:27       ` Arnd Bergmann
2023-07-16 21:22       ` Linus Walleij
2023-07-16 21:22         ` Linus Walleij
2023-07-16 21:22         ` Linus Walleij
2023-07-07 13:41   ` Javier Martinez Canillas
2023-07-07 13:41     ` Javier Martinez Canillas
2023-07-07 13:41     ` Javier Martinez Canillas
2023-07-07  9:52 ` [PATCH 4/4] vgacon, arch/*: remove unused screen_info definitions Arnd Bergmann
2023-07-07  9:52   ` Arnd Bergmann
2023-07-07 13:42   ` Javier Martinez Canillas
2023-07-07 13:42     ` Javier Martinez Canillas
2023-07-10  3:38   ` Dinh Nguyen [this message]
2023-07-10  3:38     ` Dinh Nguyen
2023-07-10  4:08   ` Max Filippov
2023-07-10  4:08     ` Max Filippov
2023-07-10  4:08     ` Max Filippov
2023-07-12 14:46   ` Palmer Dabbelt
2023-07-12 14:46     ` Palmer Dabbelt
2023-07-13  0:33   ` Guo Ren
2023-07-13  0:33     ` Guo Ren
2023-07-13  0:33     ` Guo Ren
2023-07-07 13:17 ` [PATCH 1/4] vgacon: rework Kconfig dependencies Javier Martinez Canillas
2023-07-07 13:17   ` Javier Martinez Canillas
2023-07-07 13:17   ` Javier Martinez Canillas
2023-07-07 15:07 ` Thomas Zimmermann
2023-07-07 15:07   ` Thomas Zimmermann
2023-07-07 15:07   ` Thomas Zimmermann
2023-08-01 16:55 ` Thomas Zimmermann
2023-08-01 16:55   ` Thomas Zimmermann
2023-08-01 16:55   ` Thomas Zimmermann
2023-08-01 17:05 ` Russell King (Oracle)
2023-08-01 17:05   ` Russell King (Oracle)
2023-08-01 17:05   ` Russell King (Oracle)
2023-08-04 20:55   ` Arnd Bergmann
2023-08-04 20:55     ` Arnd Bergmann
2023-08-04 20:55     ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fd95e3cb-d7b7-ec8b-c48b-d86634f07dfd@kernel.org \
    --to=dinguyen@kernel.org \
    --cc=ardb@kernel.org \
    --cc=arnd@arndb.de \
    --cc=arnd@kernel.org \
    --cc=bcain@quicinc.com \
    --cc=chris@zankel.net \
    --cc=dalias@libc.org \
    --cc=davem@davemloft.net \
    --cc=deller@gmx.de \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=glaubitz@physik.fu-berlin.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=guoren@kernel.org \
    --cc=javierm@redhat.com \
    --cc=jcmvbkbc@gmail.com \
    --cc=linux-csky@vger.kernel.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-hexagon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=masahiroy@kernel.org \
    --cc=sparclinux@vger.kernel.org \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.