From: Anatolij Gustschin <agust@denx.de>
To: Simon Glass <sjg@chromium.org>
Cc: "U-Boot Mailing List" <u-boot@lists.denx.de>,
"AKASHI Takahiro" <takahiro.akashi@linaro.org>,
"Alban Bedel" <alban.bedel@avionic-design.de>,
"Andrew Scull" <ascull@google.com>,
"Antti Mäentausta" <antti.maentausta@ge.com>,
"Artem Lapkin" <email2tema@gmail.com>,
"Bharat Gooty" <bharat.gooty@broadcom.com>,
"Bin Meng" <bmeng.cn@gmail.com>,
"Dzmitry Sankouski" <dsankouski@gmail.com>,
"Fabio Estevam" <festevam@gmail.com>,
"Giulio Benetti" <giulio.benetti@benettiengineering.com>,
"Harald Seiler" <hws@denx.de>,
"Heiko Thiery" <heiko.thiery@gmail.com>,
"Hiremath Gireesh" <Gireesh.Hiremath@in.bosch.com>,
"Ian Ray" <ian.ray@ge.com>, "Icenowy Zheng" <icenowy@aosc.io>,
"Ilko Iliev" <iliev@ronetix.com>,
"Jaehoon Chung" <jh80.chung@samsung.com>,
"Jason Liu" <jason.hui.liu@nxp.com>,
"Jens Scharsig" <esw@bus-elektronik.de>,
"Jesse Taube" <Mr.Bossman075@gmail.com>,
"Joe Hershberger" <joe.hershberger@ni.com>,
"John Keeping" <john@metanate.com>,
"Kever Yang" <kever.yang@rock-chips.com>,
"Marcel Ziswiler" <marcel.ziswiler@toradex.com>,
"Marek Vasut" <marex@denx.de>, "Mario Six" <mario.six@gdsys.cc>,
"Masahisa Kojima" <masahisa.kojima@linaro.org>,
"Michal Simek" <michal.simek@amd.com>,
"Michal Suchanek" <msuchanek@suse.de>,
"Minkyu Kang" <mk7.kang@samsung.com>,
"Ovidiu Panait" <ovpanait@gmail.com>,
"Pali Rohár" <pali@kernel.org>,
"Patrick Delaunay" <patrick.delaunay@foss.st.com>,
"Rasmus Villemoes" <rasmus.villemoes@prevas.dk>,
"Richard Hu" <richard.hu@technexion.com>,
"Rui Miguel Silva" <rui.silva@linaro.org>,
"Samuel Holland" <samuel@sholland.org>,
"Sean Anderson" <sean.anderson@seco.com>,
"Stephen Warren" <swarren@wwwdotorg.org>,
"Suniel Mahesh" <sunil@amarulasolutions.com>,
"Sven Schwermer" <sven@svenschwermer.de>,
"Sébastien Szymanski" <sebastien.szymanski@armadeus.com>,
"Troy Kisky" <troy.kisky@boundarydevices.com>,
"Vikas Manocha" <vikas.manocha@st.com>,
"Wolfgang Denk" <wd@denx.de>,
"Wolfgang Wallner" <wolfgang.wallner@br-automation.com>,
"Ye Li" <ye.li@nxp.com>,
uboot-stm32@st-md-mailman.stormreply.com
Subject: Re: [PATCH 00/39] lcd: Drop old LCD support
Date: Mon, 31 Oct 2022 14:47:36 +0100 [thread overview]
Message-ID: <20221031144736.5b645659@crub> (raw)
In-Reply-To: <20221019112356.1042065-1-sjg@chromium.org>
Hi Simon,
On Wed, 19 Oct 2022 05:23:17 -0600
Simon Glass sjg@chromium.org wrote:
> The conversion to DM_VIDEO was completed some years ago. The old video
> code has been removed but the LCD code remains. This series removes it,
> to complete the driver model migration.
...
Series applied to u-boot-video/master, thanks!
--
Anatolij
prev parent reply other threads:[~2022-10-31 14:18 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-19 11:23 [PATCH 00/39] lcd: Drop old LCD support Simon Glass
2022-10-19 11:23 ` [PATCH 01/39] video: Split SPLASH_SCREEN_ALIGN from bmp command Simon Glass
2022-10-19 11:23 ` [PATCH 02/39] Convert CONFIG_HIDE_LOGO_VERSION to Kconfig Simon Glass
2022-10-19 11:23 ` [PATCH 03/39] video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE Simon Glass
2022-10-19 11:23 ` [PATCH 04/39] Convert CONFIG_VIDEO_LOGO_MAX_SIZE to Kconfig Simon Glass
2022-10-19 11:23 ` [PATCH 05/39] video: lcd: Drop console rotation Simon Glass
2022-10-19 11:23 ` [PATCH 06/39] video: Drop CONFIG_LCD_ALIGNMENT Simon Glass
2022-10-19 11:23 ` [PATCH 07/39] video: Drop CONFIG_LCD_MENU Simon Glass
2022-10-19 11:23 ` [PATCH 08/39] video: Drop CONFIG_LCD_INFO_BELOW_LOGO Simon Glass
2022-10-19 11:23 ` [PATCH 09/39] video: Drop CONFIG_LCD_INFO Simon Glass
2022-10-19 11:23 ` [PATCH 10/39] video: Move bmp_display() prototype to video.h Simon Glass
2022-10-19 11:23 ` [PATCH 11/39] api: Drop LCD implementation Simon Glass
2022-10-19 11:23 ` [PATCH 13/39] video: Drop VCXK video controller Simon Glass
2022-10-19 11:23 ` [PATCH 14/39] BuR: Drop old LCD code Simon Glass
2022-10-19 11:23 ` [PATCH 16/39] video: atmel: Drop pre-DM parts of video driver Simon Glass
2022-10-19 11:23 ` [PATCH 17/39] video: Drop ld9040 driver Simon Glass
2022-10-19 11:23 ` [PATCH 19/39] treewide: Stop enabling CONFIG_LCD Simon Glass
2022-10-19 11:23 ` [PATCH 20/39] video: Drop atmel LCD code Simon Glass
2022-10-19 11:23 ` [PATCH 21/39] video: samsung: Drop old " Simon Glass
2022-10-19 11:23 ` [PATCH 23/39] compulab: " Simon Glass
2022-10-19 11:23 ` [PATCH 24/39] tegra: " Simon Glass
2022-10-19 11:23 ` [PATCH 25/39] BuR: ronetix: siemens: " Simon Glass
2022-10-19 11:23 ` [PATCH 26/39] video: cmd: " Simon Glass
2022-10-19 11:23 ` [PATCH 27/39] efi: " Simon Glass
2022-10-19 11:23 ` [PATCH 28/39] video: Drop remaining references to CONFIG_LCD Simon Glass
2022-10-19 11:23 ` [PATCH 29/39] fdt: Drop support for LCD fixup in simplefb Simon Glass
2022-10-19 11:23 ` [PATCH 30/39] video: Drop LCD_BPP Simon Glass
2022-10-19 11:23 ` [PATCH 31/39] video: Drop CONFIG_VIDEO Simon Glass
2022-10-19 11:23 ` [PATCH 32/39] " Simon Glass
2022-10-19 11:23 ` [PATCH 33/39] video: Drop CONFIG_LCD Simon Glass
2022-10-19 11:23 ` [PATCH 34/39] video: Drop use of the lcd header file Simon Glass
2022-10-19 11:23 ` [PATCH 35/39] video: Drop common LCD implementation Simon Glass
2022-10-19 11:23 ` [PATCH 36/39] video: Drop SPLASHIMAGE_CALLBACK Simon Glass
2022-10-19 11:23 ` [PATCH 37/39] video: Make all video options depend on DM_VIDEO Simon Glass
2022-10-19 11:23 ` [PATCH 38/39] pci: Drop test for DM_VIDEO Simon Glass
2022-10-19 11:23 ` [PATCH 39/39] video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO Simon Glass
2022-10-19 17:06 ` [PATCH 00/39] lcd: Drop old LCD support Tim Harvey
2022-10-19 17:52 ` Simon Glass
2022-10-25 21:48 ` Tim Harvey
2022-10-31 13:47 ` Anatolij Gustschin [this message]
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=20221031144736.5b645659@crub \
--to=agust@denx.de \
--cc=Gireesh.Hiremath@in.bosch.com \
--cc=Mr.Bossman075@gmail.com \
--cc=alban.bedel@avionic-design.de \
--cc=antti.maentausta@ge.com \
--cc=ascull@google.com \
--cc=bharat.gooty@broadcom.com \
--cc=bmeng.cn@gmail.com \
--cc=dsankouski@gmail.com \
--cc=email2tema@gmail.com \
--cc=esw@bus-elektronik.de \
--cc=festevam@gmail.com \
--cc=giulio.benetti@benettiengineering.com \
--cc=heiko.thiery@gmail.com \
--cc=hws@denx.de \
--cc=ian.ray@ge.com \
--cc=icenowy@aosc.io \
--cc=iliev@ronetix.com \
--cc=jason.hui.liu@nxp.com \
--cc=jh80.chung@samsung.com \
--cc=joe.hershberger@ni.com \
--cc=john@metanate.com \
--cc=kever.yang@rock-chips.com \
--cc=marcel.ziswiler@toradex.com \
--cc=marex@denx.de \
--cc=mario.six@gdsys.cc \
--cc=masahisa.kojima@linaro.org \
--cc=michal.simek@amd.com \
--cc=mk7.kang@samsung.com \
--cc=msuchanek@suse.de \
--cc=ovpanait@gmail.com \
--cc=pali@kernel.org \
--cc=patrick.delaunay@foss.st.com \
--cc=rasmus.villemoes@prevas.dk \
--cc=richard.hu@technexion.com \
--cc=rui.silva@linaro.org \
--cc=samuel@sholland.org \
--cc=sean.anderson@seco.com \
--cc=sebastien.szymanski@armadeus.com \
--cc=sjg@chromium.org \
--cc=sunil@amarulasolutions.com \
--cc=sven@svenschwermer.de \
--cc=swarren@wwwdotorg.org \
--cc=takahiro.akashi@linaro.org \
--cc=troy.kisky@boundarydevices.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-stm32@st-md-mailman.stormreply.com \
--cc=vikas.manocha@st.com \
--cc=wd@denx.de \
--cc=wolfgang.wallner@br-automation.com \
--cc=ye.li@nxp.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox