From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: u-boot@lists.denx.de, "Fabio Estevam" <festevam@denx.de>,
linux-amarula@amarulasolutions.com, michael@amarulasolutions.com,
"AKASHI Takahiro" <akashi.tkhro@gmail.com>,
"Alexander Dahl" <ada@thorsis.com>,
"Anatolij Gustschin" <agust@denx.de>,
"Andrzej Hajda" <andrzej.hajda@intel.com>,
"Anton Bambura" <jenneron@protonmail.com>,
"Ashok Reddy Soma" <ashok.reddy.soma@amd.com>,
"Devarsh Thakkar" <devarsht@ti.com>,
"Eugen Hristev" <eugen.hristev@collabora.com>,
"Fabio Estevam" <festevam@gmail.com>,
"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
"Hou Zhiqiang" <Zhiqiang.Hou@nxp.com>,
"Igor Prusov" <ivprusov@salutedevices.com>,
"Igor Prusov" <ivprusov@sberdevices.ru>,
"Jaehoon Chung" <jh80.chung@samsung.com>,
"Jan Kiszka" <jan.kiszka@siemens.com>,
"Joe Hershberger" <joe.hershberger@ni.com>,
"Jonas Schwöbel" <jonasschwoebel@yahoo.de>,
"Julien Masson" <jmasson@baylibre.com>,
"Liu Ying" <victor.liu@nxp.com>,
"Lukasz Majewski" <lukma@denx.de>,
"Maksim Kiselev" <bigunclemax@gmail.com>,
"Marcel Ziswiler" <marcel.ziswiler@toradex.com>,
"Marco Felsch" <m.felsch@pengutronix.de>,
"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
"Marek Vasut" <marex@denx.de>,
"Martyn Welch" <martyn.welch@collabora.com>,
"Mattijs Korpershoek" <mkorpershoek@baylibre.com>,
"Minkyu Kang" <mk7.kang@samsung.com>,
"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Nicolas Heemeryck" <nicolas.heemeryck@devialet.com>,
"Nikhil M Jain" <n-jain1@ti.com>,
"Patrick Barsanti" <patrick.barsanti@amarulasolutions.com>,
"Peng Fan" <peng.fan@nxp.com>,
"Peter Robinson" <pbrobinson@gmail.com>,
"Sakari Ailus" <sakari.ailus@linux.intel.com>,
"Sam Protsenko" <semen.protsenko@linaro.org>,
"Sean Anderson" <seanga2@gmail.com>,
"Simon Glass" <sjg@chromium.org>,
"Stefan Bosch" <stefan_b@posteo.net>,
"Stefano Babic" <sbabic@denx.de>,
"Svyatoslav Ryhel" <clamor95@gmail.com>,
"Sébastien Szymanski" <sebastien.szymanski@armadeus.com>,
"Tim Harvey" <tharvey@gateworks.com>,
"Tom Rini" <trini@konsulko.com>, "Vinod Koul" <vkoul@kernel.org>,
"Yang Xiwen" <forbidden405@outlook.com>, "Ye Li" <ye.li@nxp.com>,
u-boot-amlogic@groups.io
Subject: Re: [PATCH 00/26] Support display (and even more) on the BSH SMM S2/PRO boards
Date: Mon, 30 Sep 2024 11:43:14 +0200 [thread overview]
Message-ID: <20240930114314.30b9e1f5@xps-13> (raw)
In-Reply-To: <20240913095622.72377-1-dario.binacchi@amarulasolutions.com>
Hi Dario,
dario.binacchi@amarulasolutions.com wrote on Fri, 13 Sep 2024 11:55:42
+0200:
> This series was created out of the need to supportsimple-framebuffer for
> BSH boards SMM_S2 and SMM_S2PRO. To achieve this goal, it was necessary
> to develop additional code and/or drivers for all the required components
> (i. e. clock, power domain, video, etc.). This series has a Linux
> counterpart that will also be submitted upstream as soon as possible.
> Furthermore, given the overlap in topics with the recent series [1], we
> are open to collaborate on the common parts to ensure proper development.
>
> [1] https://lore.kernel.org/all/20240910101344.110633-1-miquel.raynal@bootlin.com/T/#mb7cd440abc6fcc0de205f577eb3225e1c1c76823
I received a bit of feedback on this U-Boot series, I can take the
feedback into account and send a v2. Then, if you are still okay, you
can stack your patches on top of mine and do the required adaptations
(on both sides).
Thanks,
Miquèl
next prev parent reply other threads:[~2024-09-30 13:00 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-13 9:55 [PATCH 00/26] Support display (and even more) on the BSH SMM S2/PRO boards Dario Binacchi
2024-09-13 9:55 ` [PATCH 01/26] clk: Propagate clk_set_rate() if CLK_SET_PARENT_RATE present for gate and mux Dario Binacchi
2024-09-13 9:55 ` [PATCH 02/26] clk: imx8mn: Prevent clock critical path from disabling during reparent and set_rate Dario Binacchi
2024-09-13 9:55 ` [PATCH 03/26] clk: imx8mm: " Dario Binacchi
2024-09-13 10:09 ` Marek Vasut
2024-09-13 9:55 ` [PATCH 04/26] clk: clk-uclass: Implement CLK_OPS_PARENT_ENABLE Dario Binacchi
2024-09-13 9:55 ` [PATCH 05/26] clk: imx8mm: Mark IMX8MM_SYS_PLL2 and IMX8MM_SYS_PLL3 as enabled Dario Binacchi
2024-09-13 10:07 ` Marek Vasut
2024-09-13 9:55 ` [PATCH 06/26] clk: imx8mn: Mark IMX8MN_SYS_PLL2 and IMX8MN_SYS_PLL3 " Dario Binacchi
2024-09-13 9:55 ` [PATCH 07/26] clk: imx8mn: add video clocks support Dario Binacchi
2024-09-13 9:55 ` [PATCH 08/26] power: Add iMX8M block ctrl driver for dispmix Dario Binacchi
2024-09-24 9:05 ` Heiko Schocher
2024-09-30 13:20 ` Dario Binacchi
2024-10-01 4:21 ` Heiko Schocher
2024-10-01 5:01 ` Michael Nazzareno Trimarchi
2024-10-01 5:14 ` Heiko Schocher
2024-10-01 5:51 ` Heiko Schocher
2024-10-01 8:29 ` Miquel Raynal
2024-10-01 8:33 ` Michael Nazzareno Trimarchi
2024-10-01 8:50 ` Miquel Raynal
2024-10-01 8:57 ` Heiko Schocher
2024-10-01 9:50 ` Michael Nazzareno Trimarchi
2024-10-01 10:01 ` Miquel Raynal
2024-10-01 13:02 ` Michael Nazzareno Trimarchi
2024-10-01 20:54 ` Miquel Raynal
2024-10-01 9:55 ` Miquel Raynal
2024-10-01 8:47 ` Heiko Schocher
2024-10-01 8:56 ` Miquel Raynal
2024-09-13 9:55 ` [PATCH 09/26] video: Add video link framework Dario Binacchi
2024-09-13 9:55 ` [PATCH 10/26] video: bridge: Add check_timing interface Dario Binacchi
2024-09-13 9:55 ` [PATCH 11/26] video: dsi_host: add disable host interface Dario Binacchi
2024-09-13 9:55 ` [PATCH 12/26] video: Update mxsfb video drivers for iMX8MM/iMX8MN display Dario Binacchi
2024-09-13 9:55 ` [PATCH 13/26] video: Enable DM_UC_FLAG_SEQ_ALIAS for display and bridge Dario Binacchi
2024-09-13 9:55 ` [PATCH 14/26] phy: dphy: add support to calculate the timing based on hs_clk_rate Dario Binacchi
2024-09-13 9:55 ` [PATCH 15/26] phy: dphy: Correct lpx parameter and its derivatives(ta_{get, go, sure}) Dario Binacchi
2024-09-13 9:55 ` [PATCH 16/26] phy: dphy: Correct clk_pre parameter Dario Binacchi
2024-09-13 9:55 ` [PATCH 17/26] lib: div64: sync with Linux Dario Binacchi
2024-09-13 9:56 ` [PATCH 18/26] video: bridge: Add Samsung DSIM bridge Dario Binacchi
2024-09-13 9:56 ` [PATCH 19/26] video: Add Synaptics R63353 panel driver Dario Binacchi
2024-09-13 9:56 ` [PATCH 20/26] imx8mn_bsh_smm_s2/pro: Enable display on reference design Dario Binacchi
2024-09-13 9:56 ` [PATCH 21/26] boot: fdt_simplefb: add a debug message Dario Binacchi
2024-09-13 9:56 ` [PATCH 22/26] video: mxsfb: support simple frame-buffer Dario Binacchi
2024-09-13 9:56 ` [PATCH 23/26] video: bridge: samsung: " Dario Binacchi
2024-09-13 9:56 ` [PATCH 24/26] imx8mn_bsh_smm_s2/pro: " Dario Binacchi
2024-09-13 9:56 ` [PATCH 25/26] imx8mn_bsh_smm_s2/pro: enable " Dario Binacchi
2024-09-13 9:56 ` [PATCH 26/26] imx8mn_bsh_smm_s2/pro: add splash screen with BSH logo Dario Binacchi
2024-09-30 9:43 ` Miquel Raynal [this message]
2024-09-30 13:07 ` [PATCH 00/26] Support display (and even more) on the BSH SMM S2/PRO boards Dario Binacchi
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=20240930114314.30b9e1f5@xps-13 \
--to=miquel.raynal@bootlin.com \
--cc=Zhiqiang.Hou@nxp.com \
--cc=ada@thorsis.com \
--cc=agust@denx.de \
--cc=akashi.tkhro@gmail.com \
--cc=andrzej.hajda@intel.com \
--cc=ashok.reddy.soma@amd.com \
--cc=bigunclemax@gmail.com \
--cc=clamor95@gmail.com \
--cc=dario.binacchi@amarulasolutions.com \
--cc=devarsht@ti.com \
--cc=eugen.hristev@collabora.com \
--cc=festevam@denx.de \
--cc=festevam@gmail.com \
--cc=forbidden405@outlook.com \
--cc=ivprusov@salutedevices.com \
--cc=ivprusov@sberdevices.ru \
--cc=jan.kiszka@siemens.com \
--cc=jenneron@protonmail.com \
--cc=jh80.chung@samsung.com \
--cc=jmasson@baylibre.com \
--cc=joe.hershberger@ni.com \
--cc=jonasschwoebel@yahoo.de \
--cc=linux-amarula@amarulasolutions.com \
--cc=lukma@denx.de \
--cc=m.felsch@pengutronix.de \
--cc=marcel.ziswiler@toradex.com \
--cc=marek.vasut+renesas@mailbox.org \
--cc=marex@denx.de \
--cc=martyn.welch@collabora.com \
--cc=michael@amarulasolutions.com \
--cc=mk7.kang@samsung.com \
--cc=mkorpershoek@baylibre.com \
--cc=n-jain1@ti.com \
--cc=neil.armstrong@linaro.org \
--cc=nicolas.heemeryck@devialet.com \
--cc=patrick.barsanti@amarulasolutions.com \
--cc=pbrobinson@gmail.com \
--cc=peng.fan@nxp.com \
--cc=sakari.ailus@linux.intel.com \
--cc=sbabic@denx.de \
--cc=seanga2@gmail.com \
--cc=sebastien.szymanski@armadeus.com \
--cc=semen.protsenko@linaro.org \
--cc=sjg@chromium.org \
--cc=stefan_b@posteo.net \
--cc=tharvey@gateworks.com \
--cc=trini@konsulko.com \
--cc=u-boot-amlogic@groups.io \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
--cc=victor.liu@nxp.com \
--cc=vkoul@kernel.org \
--cc=xypron.glpk@gmx.de \
--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