mbox series

[v2,0/3] Add PRU system events for virtio and MII mode support

Message ID 20240529064420.571615-1-danishanwar@ti.com (mailing list archive)
Headers show
Series Add PRU system events for virtio and MII mode support | expand

Message

MD Danish Anwar May 29, 2024, 6:44 a.m. UTC
Hi All, this series adds PRU system events for virtio for AM64x and AM65x
and MII mode support for ICSSG on AM64x.

These patches were previously posted as individual patches, clubbed them
into one series. No functional changes from previous revisions of all
patches. Rebased all patches on latest linux-next tagged next-20240529.

Patch [1/3]
v1 https://lore.kernel.org/all/20240423100608.1421652-1-danishanwar@ti.com/

Patch [2/3]
v1 https://lore.kernel.org/all/20240423100838.1421845-1-danishanwar@ti.com/

Patch [3/3]
v2 https://lore.kernel.org/all/20240429092919.657629-1-danishanwar@ti.com/

MD Danish Anwar (1):
  arm64: dts: ti: k3-am642-evm-icssg1-dualemac: add overlay for mii mode

Suman Anna (2):
  arm64: dts: ti: k3-am64-main: Add PRU system events for virtio
  arm64: dts: ti: k3-am65-main: Add PRU system events for virtio

 arch/arm64/boot/dts/ti/Makefile               |   4 +
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi      |  24 +++++
 .../ti/k3-am642-evm-icssg1-dualemac-mii.dtso  | 101 ++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am65-main.dtsi      |  36 +++++++
 4 files changed, 165 insertions(+)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am642-evm-icssg1-dualemac-mii.dtso


base-commit: 9d99040b1bc8dbf385a8aa535e9efcdf94466e19

Comments

Vignesh Raghavendra June 13, 2024, 8:59 a.m. UTC | #1
Hi MD Danish Anwar,

On Wed, 29 May 2024 12:14:17 +0530, MD Danish Anwar wrote:
> and MII mode support for ICSSG on AM64x.
> 
> These patches were previously posted as individual patches, clubbed them
> into one series. No functional changes from previous revisions of all
> patches. Rebased all patches on latest linux-next tagged next-20240529.
> 
> Patch [1/3]
> v1 https://lore.kernel.org/all/20240423100608.1421652-1-danishanwar@ti.com/
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/3] arm64: dts: ti: k3-am64-main: Add PRU system events for virtio
      commit: 53a3960410c2e703fda2f98706668570eff5ecd4
[2/3] arm64: dts: ti: k3-am65-main: Add PRU system events for virtio
      commit: 8ec9ce361d55d995c4619346e0b9c56b9ba6e5d2
[3/3] arm64: dts: ti: k3-am642-evm-icssg1-dualemac: add overlay for mii mode
      commit: 4d0101e8c69b3324f30bb596d56b5242ffbc6972

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant 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.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh