Linux I2C development
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: heiko@sntech.de, Kever Yang <kever.yang@rock-chips.com>
Cc: linux-rockchip@lists.infradead.org,
	"Simon Xue" <xxm@rock-chips.com>,
	"Guenter Roeck" <linux@roeck-us.net>,
	linux-usb@vger.kernel.org,
	"Chris Morgan" <macromorgan@hotmail.com>,
	"Frank Wang" <frank.wang@rock-chips.com>,
	"Jamie Iles" <jamie@jamieiles.com>,
	"Bjorn Helgaas" <bhelgaas@google.com>,
	linux-pci@vger.kernel.org, "Jonas Karlman" <jonas@kwiboo.se>,
	"Johan Jonker" <jbx6244@gmail.com>,
	"David Airlie" <airlied@gmail.com>,
	dri-devel@lists.freedesktop.org, linux-i2c@vger.kernel.org,
	"Shawn Lin" <shawn.lin@rock-chips.com>,
	"Simona Vetter" <simona@ffwll.ch>,
	"Elaine Zhang" <zhangqing@rock-chips.com>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Finley Xiao" <finley.xiao@rock-chips.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Krzysztof Wilczyński" <kw@linux.com>,
	"FUKAUMI Naoki" <naoki@radxa.com>,
	linux-pwm@vger.kernel.org,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	linux-serial@vger.kernel.org,
	"Michael Riesch" <michael.riesch@wolfvision.net>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	ulf.hansson@linaro.org, "Jiri Slaby" <jirislaby@kernel.org>,
	"Detlev Casanova" <detlev.casanova@collabora.com>,
	"Andi Shyti" <andi.shyti@kernel.org>,
	devicetree@vger.kernel.org,
	"Diederik de Haas" <didi.debian@cknow.org>,
	linux-watchdog@vger.kernel.org, "Rob Herring" <robh@kernel.org>,
	"Cristian Ciocaltea" <cristian.ciocaltea@collabora.com>,
	"Wim Van Sebroeck" <wim@linux-watchdog.org>,
	"Shresth Prasad" <shresthprasad7@gmail.com>,
	"Tim Lunn" <tim@feathertop.org>,
	"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	linux-arm-kernel@lists.infradead.org,
	"Jisheng Zhang" <jszhang@kernel.org>,
	"Dragan Simic" <dsimic@manjaro.org>,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-spi@vger.kernel.org, "Andy Yan" <andy.yan@rock-chips.com>,
	"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"Uwe Kleine-König" <ukleinek@kernel.org>
Subject: Re: (subset) [PATCH v3 00/15] rockchip: Add rk3562 SoC and evb support
Date: Thu, 27 Feb 2025 13:48:12 +0000	[thread overview]
Message-ID: <174066409262.43847.18143301735398340521.b4-ty@kernel.org> (raw)
In-Reply-To: <20250227111913.2344207-1-kever.yang@rock-chips.com>

On Thu, 27 Feb 2025 19:18:58 +0800, Kever Yang wrote:
> This patch set adds rk3562 SoC and its evb support.
> 
> I have split out patches need driver change for different subsystem.
> And all the modules with dt-binding document update in this patch set
> do not need any driver change. I put them together to make it clear we
> have a new SoC and board to use the new compatible. Please pick up the
> patch for your subsystem, or please let me know if the patch has to
> send separate.
> 
> [...]

Applied to

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

Thanks!

[07/15] dt-bindings: spi: Add rk3562 support
        commit: 825687c1662c53ecda991adf0ecfd8dd3d864043

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:[~2025-02-27 13:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-27 11:18 [PATCH v3 00/15] rockchip: Add rk3562 SoC and evb support Kever Yang
2025-02-27 11:19 ` [PATCH v3 04/15] dt-bindings: i2c: i2c-rk3x: Add rk3562 support Kever Yang
2025-02-28 20:16   ` Rob Herring (Arm)
2025-03-11 22:33   ` Andi Shyti
2025-02-27 13:48 ` Mark Brown [this message]
2025-02-28 22:10 ` (subset) [PATCH v3 00/15] rockchip: Add rk3562 SoC and evb support 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=174066409262.43847.18143301735398340521.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=airlied@gmail.com \
    --cc=andi.shyti@kernel.org \
    --cc=andy.yan@rock-chips.com \
    --cc=bhelgaas@google.com \
    --cc=conor+dt@kernel.org \
    --cc=cristian.ciocaltea@collabora.com \
    --cc=detlev.casanova@collabora.com \
    --cc=devicetree@vger.kernel.org \
    --cc=didi.debian@cknow.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=dsimic@manjaro.org \
    --cc=finley.xiao@rock-chips.com \
    --cc=frank.wang@rock-chips.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=heiko@sntech.de \
    --cc=jamie@jamieiles.com \
    --cc=jbx6244@gmail.com \
    --cc=jirislaby@kernel.org \
    --cc=jonas@kwiboo.se \
    --cc=jszhang@kernel.org \
    --cc=kever.yang@rock-chips.com \
    --cc=krzk+dt@kernel.org \
    --cc=kw@linux.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lpieralisi@kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=macromorgan@hotmail.com \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=michael.riesch@wolfvision.net \
    --cc=mripard@kernel.org \
    --cc=naoki@radxa.com \
    --cc=robh@kernel.org \
    --cc=shawn.lin@rock-chips.com \
    --cc=shresthprasad7@gmail.com \
    --cc=simona@ffwll.ch \
    --cc=tim@feathertop.org \
    --cc=tzimmermann@suse.de \
    --cc=ukleinek@kernel.org \
    --cc=ulf.hansson@linaro.org \
    --cc=wim@linux-watchdog.org \
    --cc=xxm@rock-chips.com \
    --cc=zhangqing@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