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

From: Aswath Govindraju
Date: Wed Jul 28 2021 - 01:25:07 EST


Hi Nishanth,

On 26/07/21 3:40 pm, Aswath Govindraju wrote:
> The following series of patches add support for CAN in SoC's AM65, J721e
> and AM64.
>
> This patch series is dependent on [1] and [2] and I have requested for an
> immutable tag from the Marc Kleine-Budde(maintainer of net tree).

Here is the tag in [0] shared by Marc after applying patches [1] and
[2], linux-can-next-for-5.15-20210725,

[0] -
https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git/log/?h=linux-can-next-for-5.15-20210725

Thanks,
Aswath

>
> [1] - https://lore.kernel.org/patchwork/patch/1423048/
> [2] - https://www.spinics.net/lists/linux-can/msg08108.html
>
> 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: 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_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 +
> 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 | 116 +++++++++++
> arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 196 ++++++++++++++++++
> .../boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 28 +++
> 8 files changed, 454 insertions(+)
>