All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grygorii Strashko <grygorii.strashko@ti.com>
To: Nishanth Menon <nm@ti.com>
Cc: Dave Gerlach <d-gerlach@ti.com>, <devicetree@vger.kernel.org>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Tony Lindgren <tony@atomide.com>, Sekhar Nori <nsekhar@ti.com>,
	Kishon Vijay Abraham <kishon@ti.com>,
	Lokesh Vutla <lokeshvutla@ti.com>,
	Rob Herring <robh+dt@kernel.org>,
	Aswath Govindraju <a-govindraju@ti.com>,
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 0/5] arm64: Initial support for Texas Instruments AM642 Platform
Date: Thu, 21 Jan 2021 16:44:34 +0200	[thread overview]
Message-ID: <4a50feb2-2130-1ce3-4044-96acb7d98c96@ti.com> (raw)
In-Reply-To: <20210121142100.6n4jpqnvpgw5dhwz@defensive>



On 21/01/2021 16:21, Nishanth Menon wrote:
> On 15:22-20210121, Grygorii Strashko wrote:
>>
>>
>> On 19/01/2021 18:39, Dave Gerlach wrote:
>>> This is v2 of the series to add initial support for the latest new SoC,
>>> AM642, from Texas Instruments. Version 1 can be found at [1]. Additional
>>> detail can be found in the patch descriptions, also see AM64X Technical
>>> Reference Manual (SPRUIM2, Nov 2020) for further details:
>>> https://www.ti.com/lit/pdf/spruim2
>>>
>>> Since v1, several new bindings have made it in linux-next so we can
>>> now include those nodes using them here. The spi, i2c, and mmc nodes
>>> have now been added along with DMA support. Specifics about changes
>>> from v1 are included with each patch.
>>>
>>> Regards,
>>> Dave
>>>
>>> [1] https://lore.kernel.org/linux-arm-kernel/20201125052004.17823-1-d-gerlach@ti.com/
>>>
>>> Dave Gerlach (4):
>>>     dt-bindings: arm: ti: Add bindings for AM642 SoC
>>>     dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM64
>>>     arm64: dts: ti: Add support for AM642 SoC
>>>     arm64: dts: ti: Add support for AM642 EVM
>>>
>>> Peter Ujfalusi (1):
>>>     arm64: dts: ti: k3-am64-main: Enable DMA support
>>>
>>>    .../devicetree/bindings/arm/ti/k3.yaml        |   6 +
>>>    arch/arm64/boot/dts/ti/Makefile               |   2 +
>>>    arch/arm64/boot/dts/ti/k3-am64-main.dtsi      | 406 ++++++++++++++++++
>>>    arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi       |  76 ++++
>>>    arch/arm64/boot/dts/ti/k3-am64.dtsi           | 103 +++++
>>>    arch/arm64/boot/dts/ti/k3-am642-evm.dts       | 258 +++++++++++
>>>    arch/arm64/boot/dts/ti/k3-am642.dtsi          |  65 +++
>>>    include/dt-bindings/pinctrl/k3.h              |   5 +-
>>>    8 files changed, 920 insertions(+), 1 deletion(-)
>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am64-main.dtsi
>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am64.dtsi
>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am642-evm.dts
>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am642.dtsi
>>>
>>
>> Tested-by: Grygorii Strashko <grygorii.strashko@ti.com>
>> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
>>
> 
> Can you see if your reviews and tested apply to V3 of the series as well?
> 
> 	https://lore.kernel.org/linux-arm-kernel/20210120202532.9011-1-d-gerlach@ti.com/
> 

Yes. They do apply.

-- 
Best regards,
grygorii

WARNING: multiple messages have this Message-ID (diff)
From: Grygorii Strashko <grygorii.strashko@ti.com>
To: Nishanth Menon <nm@ti.com>
Cc: devicetree@vger.kernel.org, Vignesh Raghavendra <vigneshr@ti.com>,
	Dave Gerlach <d-gerlach@ti.com>, Tony Lindgren <tony@atomide.com>,
	Sekhar Nori <nsekhar@ti.com>,
	Kishon Vijay Abraham <kishon@ti.com>,
	Lokesh Vutla <lokeshvutla@ti.com>,
	Rob Herring <robh+dt@kernel.org>,
	Aswath Govindraju <a-govindraju@ti.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/5] arm64: Initial support for Texas Instruments AM642 Platform
Date: Thu, 21 Jan 2021 16:44:34 +0200	[thread overview]
Message-ID: <4a50feb2-2130-1ce3-4044-96acb7d98c96@ti.com> (raw)
In-Reply-To: <20210121142100.6n4jpqnvpgw5dhwz@defensive>



On 21/01/2021 16:21, Nishanth Menon wrote:
> On 15:22-20210121, Grygorii Strashko wrote:
>>
>>
>> On 19/01/2021 18:39, Dave Gerlach wrote:
>>> This is v2 of the series to add initial support for the latest new SoC,
>>> AM642, from Texas Instruments. Version 1 can be found at [1]. Additional
>>> detail can be found in the patch descriptions, also see AM64X Technical
>>> Reference Manual (SPRUIM2, Nov 2020) for further details:
>>> https://www.ti.com/lit/pdf/spruim2
>>>
>>> Since v1, several new bindings have made it in linux-next so we can
>>> now include those nodes using them here. The spi, i2c, and mmc nodes
>>> have now been added along with DMA support. Specifics about changes
>>> from v1 are included with each patch.
>>>
>>> Regards,
>>> Dave
>>>
>>> [1] https://lore.kernel.org/linux-arm-kernel/20201125052004.17823-1-d-gerlach@ti.com/
>>>
>>> Dave Gerlach (4):
>>>     dt-bindings: arm: ti: Add bindings for AM642 SoC
>>>     dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM64
>>>     arm64: dts: ti: Add support for AM642 SoC
>>>     arm64: dts: ti: Add support for AM642 EVM
>>>
>>> Peter Ujfalusi (1):
>>>     arm64: dts: ti: k3-am64-main: Enable DMA support
>>>
>>>    .../devicetree/bindings/arm/ti/k3.yaml        |   6 +
>>>    arch/arm64/boot/dts/ti/Makefile               |   2 +
>>>    arch/arm64/boot/dts/ti/k3-am64-main.dtsi      | 406 ++++++++++++++++++
>>>    arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi       |  76 ++++
>>>    arch/arm64/boot/dts/ti/k3-am64.dtsi           | 103 +++++
>>>    arch/arm64/boot/dts/ti/k3-am642-evm.dts       | 258 +++++++++++
>>>    arch/arm64/boot/dts/ti/k3-am642.dtsi          |  65 +++
>>>    include/dt-bindings/pinctrl/k3.h              |   5 +-
>>>    8 files changed, 920 insertions(+), 1 deletion(-)
>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am64-main.dtsi
>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am64.dtsi
>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am642-evm.dts
>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am642.dtsi
>>>
>>
>> Tested-by: Grygorii Strashko <grygorii.strashko@ti.com>
>> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
>>
> 
> Can you see if your reviews and tested apply to V3 of the series as well?
> 
> 	https://lore.kernel.org/linux-arm-kernel/20210120202532.9011-1-d-gerlach@ti.com/
> 

Yes. They do apply.

-- 
Best regards,
grygorii

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-01-21 14:47 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19 16:39 [PATCH v2 0/5] arm64: Initial support for Texas Instruments AM642 Platform Dave Gerlach
2021-01-19 16:39 ` Dave Gerlach
2021-01-19 16:39 ` [PATCH v2 1/5] dt-bindings: arm: ti: Add bindings for AM642 SoC Dave Gerlach
2021-01-19 16:39   ` Dave Gerlach
2021-01-19 16:39 ` [PATCH v2 2/5] dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM64 Dave Gerlach
2021-01-19 16:39   ` Dave Gerlach
2021-01-19 16:39 ` [PATCH v2 3/5] arm64: dts: ti: Add support for AM642 SoC Dave Gerlach
2021-01-19 16:39   ` Dave Gerlach
2021-01-19 17:24   ` Sudeep Holla
2021-01-19 17:24     ` Sudeep Holla
2021-01-19 18:35     ` Nishanth Menon
2021-01-19 18:35       ` Nishanth Menon
2021-01-19 16:39 ` [PATCH v2 4/5] arm64: dts: ti: k3-am64-main: Enable DMA support Dave Gerlach
2021-01-19 16:39   ` Dave Gerlach
2021-01-21 13:27   ` Vignesh Raghavendra
2021-01-21 13:27     ` Vignesh Raghavendra
2021-01-21 14:21     ` Nishanth Menon
2021-01-21 14:21       ` Nishanth Menon
2021-01-21 15:03       ` Vignesh Raghavendra
2021-01-21 15:03         ` Vignesh Raghavendra
2021-01-19 16:39 ` [PATCH v2 5/5] arm64: dts: ti: Add support for AM642 EVM Dave Gerlach
2021-01-19 16:39   ` Dave Gerlach
2021-01-21 13:22 ` [PATCH v2 0/5] arm64: Initial support for Texas Instruments AM642 Platform Grygorii Strashko
2021-01-21 13:22   ` Grygorii Strashko
2021-01-21 14:21   ` Nishanth Menon
2021-01-21 14:21     ` Nishanth Menon
2021-01-21 14:44     ` Grygorii Strashko [this message]
2021-01-21 14:44       ` Grygorii Strashko

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=4a50feb2-2130-1ce3-4044-96acb7d98c96@ti.com \
    --to=grygorii.strashko@ti.com \
    --cc=a-govindraju@ti.com \
    --cc=d-gerlach@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=lokeshvutla@ti.com \
    --cc=nm@ti.com \
    --cc=nsekhar@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=tony@atomide.com \
    --cc=vigneshr@ti.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.