From: Nishanth Menon <nm@ti.com>
To: Sumit Garg <sumit.garg@linaro.org>
Cc: <u-boot@lists.denx.de>, <u-boot-amlogic@groups.io>,
<u-boot-custodians@lists.denx.de>, <trini@konsulko.com>,
<sjg@chromium.org>, <robh+dt@kernel.org>,
<krzysztof.kozlowski+dt@linaro.org>, <conor@kernel.org>,
<neil.armstrong@linaro.org>, <caleb.connolly@linaro.org>,
<ff@shokubai.tech>, <daniel.thompson@linaro.org>,
<dgilmore@fedoraproject.org>, <pbrobinson@gmail.com>,
<ilias.apalodimas@linaro.org>, <maxim.uvarov@linaro.org>,
<b.galvani@gmail.com>, <xypron.glpk@gmx.de>,
<michal.simek@amd.com>, <seanga2@gmail.com>,
<rasmus.villemoes@prevas.dk>, <peng.fan@nxp.com>,
<jh80.chung@samsung.com>, <rfried.dev@gmail.com>, <marex@denx.de>,
<mibodhi@gmail.com>, <bb@ti.com>, <mark.kettenis@xs4all.nl>
Subject: Re: [PATCH v4 00/11] An effort to bring DT bindings compliance within U-Boot
Date: Fri, 19 Jan 2024 09:56:46 -0600 [thread overview]
Message-ID: <20240119155646.qq7bvgmha6cyftkv@nullify> (raw)
In-Reply-To: <20240110103547.719757-1-sumit.garg@linaro.org>
On 16:05-20240110, Sumit Garg wrote:
[...]
> Prerequisite
> ------------
>
> This patch series requires devicetree-rebasing git repo to be added as a
> subtree to the main U-Boot repo via:
>
> $ git subtree add --prefix dts/upstream \
> git://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git \
Please use https://
also what is the baseline? didn't seem to apply on (fails at patch #2):
next f28a77589e75 Merge tag 'dm-next-7jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
master f7cca7ccc511 Revert "test: hush: dollar: fix bugous behavior"
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
next prev parent reply other threads:[~2024-01-19 15:57 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-10 10:35 [PATCH v4 00/11] An effort to bring DT bindings compliance within U-Boot Sumit Garg
2024-01-10 10:35 ` [PATCH v4 01/11] CI: Exclude devicetree-rebasing subtree for CONFIG checks Sumit Garg
2024-01-10 10:35 ` [PATCH v4 02/11] Makefile: Add support for DT bindings schema checks Sumit Garg
2024-01-10 10:35 ` [PATCH v4 03/11] scripts/Makefile.lib: Statically define *-u-boot.dtsi files location Sumit Garg
2024-01-10 10:35 ` [PATCH v4 04/11] Makefile: Allow upstream DT subtree to provide DT includes Sumit Garg
2024-01-10 10:35 ` [PATCH v4 05/11] dts: Add alternative location for upstream DTB builds Sumit Garg
2024-01-10 10:35 ` [PATCH v4 06/11] dts: Add script to uprev dts/upstream subtree Sumit Garg
2024-01-10 10:35 ` [PATCH v4 07/11] doc: devicetree: Align documentation to use Kconfig options Sumit Garg
2024-01-10 12:31 ` Fabio Estevam
2024-01-10 12:40 ` Sumit Garg
2024-01-10 10:35 ` [PATCH v4 08/11] doc: devicetree: Updates for devicetree-rebasing subtree Sumit Garg
2024-01-10 10:35 ` [PATCH v4 09/11] MAINTAINERS: Add myself as devicetree-rebasing maintainer Sumit Garg
2024-01-10 10:35 ` [PATCH v4 10/11] dts: meson-gxbb: Switch to using upstream DT Sumit Garg
2024-01-10 10:35 ` [PATCH v4 11/11] dts: meson-gxbb: Drop redundant devicetree files Sumit Garg
2024-01-19 15:56 ` Nishanth Menon [this message]
2024-01-24 7:15 ` [PATCH v4 00/11] An effort to bring DT bindings compliance within U-Boot Sumit Garg
2024-01-21 14:33 ` Marek Vasut
2024-01-21 22:41 ` Caleb Connolly
2024-01-22 0:01 ` Tom Rini
2024-01-24 7:36 ` Sumit Garg
2024-01-22 0:14 ` Marek Vasut
2024-01-24 8:16 ` Sumit Garg
2024-01-25 2:03 ` Marek Vasut
2024-01-25 7:24 ` Sumit Garg
2024-01-25 15:04 ` Tom Rini
2024-01-25 16:38 ` Marek Vasut
2024-01-25 23:19 ` Tom Rini
2024-01-26 2:10 ` Marek Vasut
2024-01-26 7:04 ` Michal Simek
2024-01-31 12:56 ` Sumit Garg
2024-01-31 14:13 ` Tom Rini
2024-01-22 11:45 ` Andre Przywara
2024-01-22 16:49 ` Tom Rini
2024-01-23 0:58 ` Andre Przywara
2024-01-23 16:42 ` Rob Herring
2024-01-24 9:03 ` Sumit Garg
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=20240119155646.qq7bvgmha6cyftkv@nullify \
--to=nm@ti.com \
--cc=b.galvani@gmail.com \
--cc=bb@ti.com \
--cc=caleb.connolly@linaro.org \
--cc=conor@kernel.org \
--cc=daniel.thompson@linaro.org \
--cc=dgilmore@fedoraproject.org \
--cc=ff@shokubai.tech \
--cc=ilias.apalodimas@linaro.org \
--cc=jh80.chung@samsung.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=marex@denx.de \
--cc=mark.kettenis@xs4all.nl \
--cc=maxim.uvarov@linaro.org \
--cc=mibodhi@gmail.com \
--cc=michal.simek@amd.com \
--cc=neil.armstrong@linaro.org \
--cc=pbrobinson@gmail.com \
--cc=peng.fan@nxp.com \
--cc=rasmus.villemoes@prevas.dk \
--cc=rfried.dev@gmail.com \
--cc=robh+dt@kernel.org \
--cc=seanga2@gmail.com \
--cc=sjg@chromium.org \
--cc=sumit.garg@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot-amlogic@groups.io \
--cc=u-boot-custodians@lists.denx.de \
--cc=u-boot@lists.denx.de \
--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