u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Michael Walle <michael@walle.cc>, Priyanka Jain <priyanka.jain@nxp.com>
Cc: u-boot@lists.denx.de, Jagan Teki <jagan@amarulasolutions.com>,
	Vladimir Oltean <vladimir.oltean@nxp.com>,
	Peter Griffin <peter.griffin@linaro.org>,
	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Subject: Re: [PATCH v5 28/28] arm: dts: sl28: sync dtbs
Date: Wed, 10 Nov 2021 16:33:09 -0500	[thread overview]
Message-ID: <20211110213309.GL24579@bill-the-cat> (raw)
In-Reply-To: <46230ae17f57ca982a010076d2c39c30@walle.cc>

[-- Attachment #1: Type: text/plain, Size: 1127 bytes --]

On Wed, Nov 10, 2021 at 09:47:30AM +0100, Michael Walle wrote:
> Am 2021-10-13 18:14, schrieb Michael Walle:
> > Copy the board device tree files from linux v5.14. On top of the v5.14
> > dtbs the changes of these two patches are included here which are needed
> > for u-boot:
> > 
> > https://lore.kernel.org/linux-devicetree/20210831134013.1625527-7-michael@walle.cc/
> > 
> > https://lore.kernel.org/linux-devicetree/20210831134013.1625527-8-michael@walle.cc/
> > 
> > At the time of this writing the patches were accepted and will be
> > included in 5.15.
> > 
> > Signed-off-by: Michael Walle <michael@walle.cc>
> > Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
> 
> Ping.
> 
> I have some more patches which depends on this. TBH this is really
> frustrating if you have to wait serveral months until you can
> continue development.

I want to chime in and say that I am also unhappy with how long it is
taking to get these patches merged, as they fix some rather grievous
errors that should not have been introduced to start with.  These must
come in for this release ASAP.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2021-11-10 21:33 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-13 16:13 [PATCH v5 00/28] arm: dts: ls1028a: sync device tree with linux Michael Walle
2021-10-13 16:14 ` [PATCH v5 01/28] armv8: ls1028a: use the official compatible string for the GPU Michael Walle
2021-10-13 16:14 ` [PATCH v5 02/28] arm: dts: ls1028a: remove /memory node Michael Walle
2021-10-13 16:14 ` [PATCH v5 03/28] arm: dts: ls1028a-{rdb, qds}: remove dm-pre-reloc property Michael Walle
2021-10-13 16:14 ` [PATCH v5 04/28] arm: dts: ls1028a: add an empty /soc Michael Walle
2021-10-13 16:14 ` [PATCH v5 05/28] arm: dts: ls1028a: move the clockgen node into /soc Michael Walle
2021-10-13 16:14 ` [PATCH v5 06/28] arm: dts: ls1028a: move I2C controller nodes " Michael Walle
2021-10-13 16:14 ` [PATCH v5 07/28] arm: dts: ls1028a: move the FlexSPI controller node Michael Walle
2021-10-13 16:14 ` [PATCH v5 08/28] arm: dts: ls1028a: move the SPI and eSDHC controller nodes into /soc Michael Walle
2021-10-13 16:14 ` [PATCH v5 09/28] arm: dts: ls1028a: move the UART " Michael Walle
2021-10-13 16:14 ` [PATCH v5 10/28] arm: dts: ls1028a: move the low-power UART " Michael Walle
2021-10-13 16:14 ` [PATCH v5 11/28] arm: dts: ls1028a: move the GPIO controller " Michael Walle
2021-10-13 16:14 ` [PATCH v5 12/28] arm: dts: ls1028a: move SATA and USB " Michael Walle
2021-10-13 16:14 ` [PATCH v5 13/28] arm: dts: ls1028a: move the PCIe " Michael Walle
2021-10-13 16:14 ` [PATCH v5 14/28] arm: dts: ls1028a: move the watchdog node " Michael Walle
2021-10-13 16:14 ` [PATCH v5 15/28] arm: dts: ls1028a: move the iRC node and its devices " Michael Walle
2021-10-13 16:14 ` [PATCH v5 16/28] arm: dts: ls1028a: update the labels Michael Walle
2021-10-13 16:14 ` [PATCH v5 17/28] watchdog: sp805_wdt: use correct compatible string Michael Walle
2021-10-13 16:14 ` [PATCH v5 18/28] spi: fsl_dspi: add new compatible fsl, ls1021a-v1.0-dspi Michael Walle
2021-10-13 16:14 ` [PATCH v5 19/28] spi: fsl_dspi: rename num-cs to spi-num-chipselects Michael Walle
2021-10-13 16:14 ` [PATCH v5 20/28] serial: lpuart: add new compatible fsl, ls1028a-lpuart Michael Walle
2021-10-13 16:14 ` [PATCH v5 21/28] scsi: ceva: rename the resource name to match the linux kernel one Michael Walle
2021-10-13 16:14 ` [PATCH v5 22/28] usb: xhci: fsl: add new compatible fsl,ls1028a-dwc3 Michael Walle
2021-10-13 16:14 ` [PATCH v5 23/28] pci: layerscape: add official ls1028a binding support Michael Walle
2021-10-31 13:26   ` Z.Q. Hou
2021-10-13 16:14 ` [PATCH v5 24/28] arm: dts: ls1028a: remove num-lanes in the PCIe controller nodes Michael Walle
2021-10-13 16:14 ` [PATCH v5 25/28] arm: dts: ls1028a: move the PCI I/O window to match Michael Walle
2021-10-13 16:14 ` [PATCH v5 26/28] arm: dts: ls1028a: disable the PCIe controller by default Michael Walle
2021-10-13 16:14 ` [PATCH v5 27/28] arm: dts: ls1028a: sync the fsl-ls1028a.dtsi with linux Michael Walle
2021-10-13 16:14 ` [PATCH v5 28/28] arm: dts: sl28: sync dtbs Michael Walle
2021-11-10  8:47   ` Michael Walle
2021-11-10 21:33     ` Tom Rini [this message]
2021-11-11  4:46       ` Priyanka Jain (OSS)

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=20211110213309.GL24579@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=jagan@amarulasolutions.com \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=michael@walle.cc \
    --cc=peter.griffin@linaro.org \
    --cc=priyanka.jain@nxp.com \
    --cc=u-boot@lists.denx.de \
    --cc=vladimir.oltean@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;
as well as URLs for NNTP newsgroup(s).