public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: Simon Glass <sjg@chromium.org>
Cc: "U-Boot Mailing List" <u-boot@lists.denx.de>,
	"Jagan Teki" <jagan@amarulasolutions.com>,
	"Andre Przywara" <andre.przywara@arm.com>,
	"Adrian Alonso" <adrian.alonso@nxp.com>,
	"Alison Wang" <alison.wang@nxp.com>,
	"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
	"Aswath Govindraju" <a-govindraju@ti.com>,
	"Aymen Sghaier" <aymen.sghaier@nxp.com>,
	"Baruch Siach" <baruch@tkos.co.il>,
	"Bin Meng" <bmeng.cn@gmail.com>,
	"Dario Binacchi" <dariobin@libero.it>,
	"Eric Bénard" <eric@eukrea.com>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Giulio Benetti" <giulio.benetti@benettiengineering.com>,
	"Heiko Schocher" <hs@denx.de>,
	"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
	"Igor Opaniuk" <igor.opaniuk@foundries.io>,
	"Jaehoon Chung" <jh80.chung@samsung.com>,
	"Jason Liu" <jason.hui.liu@nxp.com>,
	"Joel Peshkin" <joel.peshkin@broadcom.com>,
	"Kory Maincent" <kory.maincent@bootlin.com>,
	"Marcel Ziswiler" <marcel.ziswiler@toradex.com>,
	"Marek Behún" <marek.behun@nic.cz>, "Marek Vasut" <marex@denx.de>,
	"Matthias Brugger" <mbrugger@suse.com>,
	"Michal Simek" <michal.simek@xilinx.com>,
	"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
	"Nikita Kiryanov" <nikita@compulab.co.il>,
	"Otavio Salvador" <otavio@ossystems.com.br>,
	"Ovidiu Panait" <ovidiu.panait@windriver.com>,
	"Pali Rohár" <pali@kernel.org>,
	"Patrice Chotard" <patrice.chotard@foss.st.com>,
	"Patrick Delaunay" <patrick.delaunay@foss.st.com>,
	"Peng Fan" <peng.fan@nxp.com>,
	"Priyanka Jain" <priyanka.jain@nxp.com>,
	"Rasmus Villemoes" <rasmus.villemoes@prevas.dk>,
	"Richard Hu" <richard.hu@technexion.com>,
	"Rick Chen" <rick@andestech.com>,
	"Samuel Egli" <samuel.egli@siemens.com>,
	"Sean Anderson" <seanga2@gmail.com>,
	"Stefan Bosch" <stefan_b@posteo.net>, "Stefan Roese" <sr@denx.de>,
	"Stefano Babic" <sbabic@denx.de>,
	"Stephen Carlson" <stcarlso@linux.microsoft.com>,
	"Sébastien Szymanski" <sebastien.szymanski@armadeus.com>,
	"Tim Harvey" <tharvey@gateworks.com>,
	"Vanessa Maegima" <vanessa.maegima@nxp.com>,
	"U-Boot STM32" <uboot-stm32@st-md-mailman.stormreply.com>
Subject: Re: [PATCH 00/14] video: Drop old CFB code
Date: Thu, 24 Mar 2022 23:16:45 +0100	[thread overview]
Message-ID: <20220324231645.1d6fc1ab@crub> (raw)
In-Reply-To: <CAPnjgZ0UhAcCPmDeEPzrvYLXnPFC_sAZa6ssk=MwJkqDzHCMzQ@mail.gmail.com>

Hi Simon,

On Thu, 24 Mar 2022 13:54:22 -0600
Simon Glass sjg@chromium.org wrote:
...
> 
> Is there any word on this series, please?

last week I've rebased and applied this series to next (PATCH 02/14
dropped) and will submit a pull request when Tom merges last -rc
into his next branch. Otherwise there will be a build error due to
missing Nokia RX-51 related changes. Thanks!

--
Anatolij


  parent reply	other threads:[~2022-03-24 22:17 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-23 14:04 [PATCH 00/14] video: Drop old CFB code Simon Glass
2022-01-23 14:04 ` [PATCH 01/14] video: Drop cfg_console Simon Glass
2022-01-23 14:04 ` [PATCH 02/14] video: nokia_rx51: Drop obsolete video code Simon Glass
2022-01-23 14:08   ` Pali Rohár
2022-01-23 14:36     ` Simon Glass
2022-01-23 14:57       ` Pali Rohár
2022-01-23 15:54         ` Simon Glass
2022-01-23 16:01           ` Pali Rohár
2022-01-23 20:13             ` Simon Glass
2022-01-23 14:04 ` [PATCH 03/14] video: siemens: Drop unused " Simon Glass
2022-01-23 14:04 ` [PATCH 04/14] video: nexell: Drop unused and invalid code Simon Glass
2022-01-31 16:57   ` Stefan Bosch
2022-02-11 15:05     ` Simon Glass
2022-01-23 14:04 ` [PATCH 05/14] video: Drop video_fb header Simon Glass
2022-01-23 14:04 ` [PATCH 06/14] video: Drop CONFIG_VIDEO_BMP_LOGO Simon Glass
2022-01-23 14:04 ` [PATCH 07/14] video: Drop references to CONFIG_VIDEO et al Simon Glass
2022-01-26  7:30   ` Jason Liu
2022-01-23 14:04 ` [PATCH 08/14] video: Clean up the uclass header Simon Glass
2022-01-23 14:04 ` [PATCH 09/14] video: Drop da8xx-fb Simon Glass
2022-01-23 14:04 ` [PATCH 10/14] video: fsl: colibri_vf: Drop FSL DCU driver Simon Glass
2022-01-23 14:04 ` [PATCH 11/14] video: Drop FSL DIU driver Simon Glass
2022-01-23 14:04 ` [PATCH 12/14] video: mxs: Drop old video code Simon Glass
2022-01-23 14:04 ` [PATCH 13/14] video: Convert CONFIG_VIDEO_BCM2835 to Kconfig Simon Glass
2022-01-24 12:10   ` Matthias Brugger
2022-01-23 14:04 ` [PATCH 14/14] video: Drop formike driver Simon Glass
2022-03-24 19:54 ` [PATCH 00/14] video: Drop old CFB code Simon Glass
2022-03-24 19:56   ` Pali Rohár
2022-03-24 20:05     ` Simon Glass
2022-03-24 22:16   ` Anatolij Gustschin [this message]
2022-03-24 22:41     ` Simon Glass
2022-03-28  7:50       ` Anatolij Gustschin
2022-03-29  6:37 ` Anatolij Gustschin

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=20220324231645.1d6fc1ab@crub \
    --to=agust@denx.de \
    --cc=a-govindraju@ti.com \
    --cc=adrian.alonso@nxp.com \
    --cc=alison.wang@nxp.com \
    --cc=andre.przywara@arm.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=aymen.sghaier@nxp.com \
    --cc=baruch@tkos.co.il \
    --cc=bmeng.cn@gmail.com \
    --cc=dariobin@libero.it \
    --cc=eric@eukrea.com \
    --cc=festevam@gmail.com \
    --cc=giulio.benetti@benettiengineering.com \
    --cc=hs@denx.de \
    --cc=igor.opaniuk@foundries.io \
    --cc=jagan@amarulasolutions.com \
    --cc=jason.hui.liu@nxp.com \
    --cc=jh80.chung@samsung.com \
    --cc=joel.peshkin@broadcom.com \
    --cc=kory.maincent@bootlin.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marek.behun@nic.cz \
    --cc=marex@denx.de \
    --cc=mbrugger@suse.com \
    --cc=michal.simek@xilinx.com \
    --cc=nikita@compulab.co.il \
    --cc=otavio@ossystems.com.br \
    --cc=ovidiu.panait@windriver.com \
    --cc=pali@kernel.org \
    --cc=patrice.chotard@foss.st.com \
    --cc=patrick.delaunay@foss.st.com \
    --cc=peng.fan@nxp.com \
    --cc=priyanka.jain@nxp.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=richard.hu@technexion.com \
    --cc=rick@andestech.com \
    --cc=samuel.egli@siemens.com \
    --cc=sbabic@denx.de \
    --cc=seanga2@gmail.com \
    --cc=sebastien.szymanski@armadeus.com \
    --cc=sjg@chromium.org \
    --cc=sr@denx.de \
    --cc=stcarlso@linux.microsoft.com \
    --cc=stefan_b@posteo.net \
    --cc=tharvey@gateworks.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=uboot-stm32@st-md-mailman.stormreply.com \
    --cc=vanessa.maegima@nxp.com \
    --cc=xypron.glpk@gmx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox