Linux I2C development
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: linux-kernel@vger.kernel.org,
	 Detlev Casanova <detlev.casanova@collabora.com>
Cc: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	Heiko Stuebner <heiko@sntech.de>,
	 David Airlie <airlied@gmail.com>,
	Daniel Vetter <daniel@ffwll.ch>,
	 Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	 Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	 Andi Shyti <andi.shyti@kernel.org>,
	 Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	 Jiri Slaby <jirislaby@kernel.org>,
	 Wim Van Sebroeck <wim@linux-watchdog.org>,
	 Guenter Roeck <linux@roeck-us.net>,
	Chris Morgan <macromorgan@hotmail.com>,
	 Jonas Karlman <jonas@kwiboo.se>, Tim Lunn <tim@feathertop.org>,
	 Andy Yan <andyshrk@163.com>,
	Muhammed Efe Cetin <efectn@protonmail.com>,
	 Jagan Teki <jagan@edgeble.ai>, Dragan Simic <dsimic@manjaro.org>,
	 Ondrej Jirman <megi@xff.cz>,
	Michael Riesch <michael.riesch@wolfvision.net>,
	 Jimmy Hon <honyuenkwun@gmail.com>,
	Elon Zhang <zhangzj@rock-chips.com>,
	 Alexey Charkov <alchark@gmail.com>,
	Elaine Zhang <zhangqing@rock-chips.com>,
	 Yifeng Zhao <yifeng.zhao@rock-chips.com>,
	 Finley Xiao <finley.xiao@rock-chips.com>,
	Liang Chen <cl@rock-chips.com>,  Jamie Iles <jamie@jamieiles.com>,
	devicetree@vger.kernel.org,
	 linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	 dri-devel@lists.freedesktop.org, linux-i2c@vger.kernel.org,
	 linux-serial@vger.kernel.org, linux-spi@vger.kernel.org,
	 linux-watchdog@vger.kernel.org, kernel@collabora.com
Subject: Re: (subset) [PATCH v4 0/9] Add device tree for ArmSoM Sige 5 board
Date: Wed, 04 Sep 2024 00:47:05 +0100	[thread overview]
Message-ID: <172540722527.175332.15576202732090473513.b4-ty@kernel.org> (raw)
In-Reply-To: <20240903152308.13565-1-detlev.casanova@collabora.com>

On Tue, 03 Sep 2024 11:22:30 -0400, Detlev Casanova wrote:
> Add the rk3576-armsom-sige5 device tree as well as its rk3576.dtsi base
> and pinctrl information in rk3576-pinctrl.dtsi.
> 
> The other commits add DT bindings documentation for the devices that
> already work with the current corresponding drivers.
> 
> Note that as is, the rockchip gpio driver needs the gpio nodes
> to be children of the pinctrl node, even though this is deprecated.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[7/9] spi: dt-bindings: Add rockchip,rk3576-spi compatible
      commit: b0cdf9cc089525da330919d1bcd3b92655aaa621

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


  parent reply	other threads:[~2024-09-03 23:47 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-03 15:22 [PATCH v4 0/9] Add device tree for ArmSoM Sige 5 board Detlev Casanova
2024-09-03 15:22 ` [PATCH v4 1/9] dt-bindings: arm: rockchip: Add ArmSoM Sige 5 Detlev Casanova
2024-09-03 15:22 ` [PATCH v4 2/9] dt-bindings: arm: rockchip: Add rk3576 compatible string to pmu.yaml Detlev Casanova
2024-09-03 15:22 ` [PATCH v4 3/9] dt-bindings: i2c: i2c-rk3x: Add rk3576 compatible Detlev Casanova
2024-09-03 15:46   ` Andi Shyti
2024-09-03 15:59     ` Detlev Casanova
2024-09-03 16:47       ` Andi Shyti
2024-09-03 18:45         ` Sebastian Reichel
2024-09-03 21:59         ` Heiko Stübner
2024-09-03 22:22           ` Andi Shyti
2024-09-03 22:06     ` Heiko Stübner
2024-09-03 18:11   ` Andi Shyti
2024-09-03 22:20   ` Andi Shyti
2024-09-03 15:22 ` [PATCH v4 4/9] dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK3576 Detlev Casanova
2024-09-03 15:22 ` [PATCH v4 5/9] dt-bindings: gpu: Add rockchip,rk3576-mali compatible Detlev Casanova
2024-09-03 15:22 ` [PATCH v4 6/9] dt-bindings: watchdog: Add rockchip,rk3576-wdt compatible Detlev Casanova
2024-09-18 20:10   ` Rob Herring (Arm)
2024-09-03 15:22 ` [PATCH v4 7/9] spi: dt-bindings: Add rockchip,rk3576-spi compatible Detlev Casanova
2024-09-03 15:22 ` [PATCH v4 8/9] arm64: dts: rockchip: Add rk3576 SoC base DT Detlev Casanova
2024-09-03 15:22 ` [PATCH v4 9/9] arm64: dts: rockchip: Add rk3576-armsom-sige5 board Detlev Casanova
2024-09-03 22:00 ` (subset) [PATCH v4 0/9] Add device tree for ArmSoM Sige 5 board Heiko Stuebner
2024-09-03 22:10 ` Heiko Stuebner
2024-09-03 23:47 ` Mark Brown [this message]
2024-09-04 13:36 ` Rob Herring (Arm)
2024-10-12 17:35 ` (subset) " Heiko Stuebner

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=172540722527.175332.15576202732090473513.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=airlied@gmail.com \
    --cc=alchark@gmail.com \
    --cc=andi.shyti@kernel.org \
    --cc=andyshrk@163.com \
    --cc=cl@rock-chips.com \
    --cc=conor+dt@kernel.org \
    --cc=daniel@ffwll.ch \
    --cc=detlev.casanova@collabora.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=dsimic@manjaro.org \
    --cc=efectn@protonmail.com \
    --cc=finley.xiao@rock-chips.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=heiko@sntech.de \
    --cc=honyuenkwun@gmail.com \
    --cc=jagan@edgeble.ai \
    --cc=jamie@jamieiles.com \
    --cc=jirislaby@kernel.org \
    --cc=jonas@kwiboo.se \
    --cc=kernel@collabora.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=macromorgan@hotmail.com \
    --cc=megi@xff.cz \
    --cc=michael.riesch@wolfvision.net \
    --cc=mripard@kernel.org \
    --cc=robh@kernel.org \
    --cc=tim@feathertop.org \
    --cc=tzimmermann@suse.de \
    --cc=wim@linux-watchdog.org \
    --cc=yifeng.zhao@rock-chips.com \
    --cc=zhangqing@rock-chips.com \
    --cc=zhangzj@rock-chips.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