mbox series

[v5,0/6] CAN: Add support for CAN in AM65,J721e and AM64

Message ID 20211122134159.29936-1-a-govindraju@ti.com (mailing list archive)
Headers show
Series CAN: Add support for CAN in AM65,J721e and AM64 | expand

Message

Aswath Govindraju Nov. 22, 2021, 1:41 p.m. UTC
The following series of patches add support for CAN in SoC's AM65, J721e
and AM64.

changes since v4 -
- Rebased the series on top of ti-k3-dts-next branch

changes since v3 -
- Rebased the series on top of ti-k3-dts-next branch

changes since v2 -
- correct the dtbs_check errors. clock names order and interrupts
  property added in the dt bindings
- added support for main mcan instances on common processor board
  for j721e
- rebased the series on top of latest linux-next head

changes since v1 -
- changed the message ram configuration to use the maximum value
  in each field, for better performance.

Aswath Govindraju (3):
  arm64: dts: ti: am654-base-board/am65-iot2050-common: Disable mcan
    nodes
  arm64: dts: ti: k3-am64-main: Add support for MCAN
  arm64: dts: ti: k3-am642-evm/sk: Add support for main domain mcan
    nodes in EVM and disable them on SK

Faiz Abbas (3):
  arm64: dts: ti: k3-am65-mcu: Add Support for MCAN
  arm64: dts: ti: k3-j721e: Add support for MCAN nodes
  arm64: dts: ti: k3-j721e-common-proc-board: Add support for mcu and
    main mcan nodes

 arch/arm64/boot/dts/ti/k3-am64-main.dtsi      |  28 +++
 arch/arm64/boot/dts/ti/k3-am642-evm.dts       |  40 ++++
 arch/arm64/boot/dts/ti/k3-am642-sk.dts        |   8 +
 .../boot/dts/ti/k3-am65-iot2050-common.dtsi   |   8 +
 arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi       |  30 +++
 .../arm64/boot/dts/ti/k3-am654-base-board.dts |   8 +
 .../dts/ti/k3-j721e-common-proc-board.dts     | 155 ++++++++++++++
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi     | 196 ++++++++++++++++++
 .../boot/dts/ti/k3-j721e-mcu-wakeup.dtsi      |  28 +++
 9 files changed, 501 insertions(+)

Comments

Vignesh Raghavendra Dec. 15, 2021, 7:13 a.m. UTC | #1
Hi Aswath Govindraju,
 
On Mon, 22 Nov 2021 19:11:52 +0530, Aswath Govindraju wrote:
> The following series of patches add support for CAN in SoC's AM65, J721e
> and AM64.
> 
> changes since v4 -
> - Rebased the series on top of ti-k3-dts-next branch
> 
> changes since v3 -
> - Rebased the series on top of ti-k3-dts-next branch
> 
> [...]
 
I have applied the following to branch ti-k3-dts-next on [1].
Thank you!
 
[1/6] arm64: dts: ti: k3-am65-mcu: Add Support for MCAN
      commit: c3e4ea557ddb0a7fa431564bb1bb023ffbf823f4
[2/6] arm64: dts: ti: am654-base-board/am65-iot2050-common: Disable mcan nodes
      commit: f533bb82def8b923668df97c36c1f8fe6a3a8f1f
[3/6] arm64: dts: ti: k3-j721e: Add support for MCAN nodes
      commit: 4688a4fcb7a20d347a52c1f2dc9bc6fad9df1174
[4/6] arm64: dts: ti: k3-j721e-common-proc-board: Add support for mcu and main mcan nodes
      commit: 87d60c4663b6eb964cca6a03adfcf8976f374559
[5/6] arm64: dts: ti: k3-am64-main: Add support for MCAN
      commit: 9c4441ad3da1fad75aabfd68e90558c20a2818d2
[6/6] arm64: dts: ti: k3-am642-evm/sk: Add support for main domain mcan nodes in EVM and disable them on SK
      commit: 2f474da98caf9a75d7777c5465d281240c706bc6
 
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