From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@canonical.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Cc: <soc@kernel.org>, <linux-clk@vger.kernel.org>,
<devicetree@vger.kernel.org>, <olof@lixom.net>, <arnd@arndb.de>,
<linus.walleij@linaro.org>, <catalin.marinas@arm.com>,
<robh+dt@kernel.org>, <s.nawrocki@samsung.com>,
<linux-samsung-soc@vger.kernel.org>, <pankaj.dubey@samsung.com>,
<sboyd@kernel.org>
Subject: RE: [PATCH v5 00/16] Add support for Tesla Full Self-Driving (FSD) SoC
Date: Wed, 26 Jan 2022 22:17:02 +0530 [thread overview]
Message-ID: <067001d812d4$5a26ab40$0e7401c0$@samsung.com> (raw)
In-Reply-To: <4c029f92-ece7-78c1-e64b-cbe438b45a5f@canonical.com>
>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@canonical.com]
>Sent: Wednesday, January 26, 2022 2:50 PM
>To: Alim Akhtar <alim.akhtar@samsung.com>; linux-arm-
>kernel@lists.infradead.org; linux-kernel@vger.kernel.org
>Cc: soc@kernel.org; linux-clk@vger.kernel.org; devicetree@vger.kernel.org;
>olof@lixom.net; arnd@arndb.de; linus.walleij@linaro.org;
>catalin.marinas@arm.com; robh+dt@kernel.org; s.nawrocki@samsung.com;
>linux-samsung-soc@vger.kernel.org; pankaj.dubey@samsung.com;
>sboyd@kernel.org
>Subject: Re: [PATCH v5 00/16] Add support for Tesla Full Self-Driving (FSD) SoC
>
>On 26/01/2022 07:50, Alim Akhtar wrote:
>> Hi Krzysztof
>>
>>> -----Original Message-----
>>> From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@canonical.com]
>>> Sent: Tuesday, January 25, 2022 10:56 PM
>>> To: Alim Akhtar <alim.akhtar@samsung.com>; linux-arm-
>>> kernel@lists.infradead.org; linux-kernel@vger.kernel.org
>>> Cc: soc@kernel.org; linux-clk@vger.kernel.org;
>>> devicetree@vger.kernel.org; olof@lixom.net; arnd@arndb.de;
>>> linus.walleij@linaro.org; catalin.marinas@arm.com;
>>> robh+dt@kernel.org; s.nawrocki@samsung.com;
>>> linux-samsung-soc@vger.kernel.org; pankaj.dubey@samsung.com;
>>> sboyd@kernel.org
>>> Subject: Re: [PATCH v5 00/16] Add support for Tesla Full Self-Driving
>>> (FSD) SoC
>>>
>>> On 25/01/2022 18:12, Krzysztof Kozlowski wrote:
>>>> On 24/01/2022 15:16, Alim Akhtar wrote:
>>>>> Adds basic support for the Tesla Full Self-Driving (FSD) SoC. This
>>>>> SoC contains three clusters of four Cortex-A72 CPUs, as well as
>>>>> several IPs.
>>>>>
>>>>> Patches 1 to 9 provide support for the clock controller (which is
>>>>> designed similarly to Exynos SoCs).
>>>>>
>>>>> The remaining changes provide pinmux support, initial device tree
>support.
>>>>>
>>>>> - Changes since v4
>>>>> * fixed 'make dtbs_check' warnings on patch 14/16
>>>>>
>>>>> - Changes since v3
>>>>> * Addressed Stefen's review comments on patch 14/16
>>>>> * Fixed kernel test robot warning on patch 04/16
>>>>> * rebsaed this series on Krzysztof's pinmux new binding schema work
>>>>> [1]
>>>>>
>>>>> - Changes since v2
>>>>> * Addressed Krzysztof's and Stephen's review comments
>>>>> * Added Reviewed-by and Acked-by tags
>>>>> * Rebased on next-20220120
>>>>>
>>>>> - Changes since v1
>>>>> * fixed make dt_binding_check error as pointed by Rob
>>>>> * Addressed Krzysztof's and Rob's review comments
>>>>> * Added Reviewed-by and Acked-by tags
>>>>> * Dropped SPI, MCT and ADC from this series (to be posted in small
>>>>> sets)
>>>>>
>>>>> NOTE: These patches are based on Krzysztof's pinmux for-next branch
>>>>> commit 832ae134ccc1 ("pinctrl: samsung: add support for Exynos850
>>>>> and
>>>>> ExynosAutov9 wake-ups") [1]
>>>>> https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
>>>>> /l
>>>>> og/?h=for-next
>>>>>
>>>>>
>>>>
>>>> Thanks, applied DTS/soc and pinctrl patches.
>>>>
>>>> I expect Sylwester will pick up the clock ones. Otherwise please let
>>>> me know to pick it up as well.
>>>
>>> I forgot that clock macros are used in DTS. This does not compile and
>>> I cannot take drivers into DTS branch.
>>>
>>> Alim,
>>> DTS changes dropped. Please resend with the same trick we did for
>>> Exynos850 board - hard-coded clock IDs as defines. See:
>>>
>>> https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git/diff/a
>>> rch/arm6
>>> 4/boot/dts/exynos/exynos850.dtsi?h=samsung-dt64-5.17-
>>> 2&id=e3493220fd3e474abcdcefbe14fb60485097ce06
>>>
>> Ok, I will resend patch 14 and 15 (DTS changes) only as suggested above.
>
>I see Sylwester acked clock patches, so I will take them. No need to resend, I'll
>organize the patches so they will compile.
>
Awesome, thanks Krzysztof and Sylwester
>
>Best regards,
>Krzysztof
next prev parent reply other threads:[~2022-01-26 16:47 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20220124142850epcas5p2f82243b87386b3d49a9302c87e015d6b@epcas5p2.samsung.com>
2022-01-24 14:16 ` Alim Akhtar
[not found] ` <CGME20220124142857epcas5p4af44b43ce57414ad6667c84753c36f16@epcas5p4.samsung.com>
2022-01-24 14:16 ` [PATCH v5 01/16] dt-bindings: add vendor prefix for Tesla Alim Akhtar
2022-01-25 17:11 ` (subset) " Krzysztof Kozlowski
[not found] ` <CGME20220124142901epcas5p3776232af7911abfbf08d82358350f57c@epcas5p3.samsung.com>
2022-01-24 14:16 ` [PATCH v5 02/16] dt-bindings: clock: Add bindings definitions for FSD CMU blocks Alim Akhtar
2022-01-26 9:12 ` Sylwester Nawrocki
[not found] ` <CGME20220124142905epcas5p33a863799819fb904932d2e88c682940a@epcas5p3.samsung.com>
2022-01-24 14:16 ` [PATCH v5 03/16] dt-bindings: clock: Document FSD CMU bindings Alim Akhtar
2022-01-26 9:13 ` Sylwester Nawrocki
2022-01-26 10:07 ` Krzysztof Kozlowski
[not found] ` <CGME20220124142911epcas5p2e68f16158121a34e42e1763354ba8a4f@epcas5p2.samsung.com>
2022-01-24 14:16 ` [PATCH v5 04/16] clk: samsung: fsd: Add initial clock support Alim Akhtar
2022-01-26 9:14 ` Sylwester Nawrocki
[not found] ` <CGME20220124142915epcas5p2c112efe9f08ffa2a53122f4e2b8042e1@epcas5p2.samsung.com>
2022-01-24 14:16 ` [PATCH v5 05/16] clk: samsung: fsd: Add cmu_peric block clock information Alim Akhtar
2022-01-26 9:15 ` Sylwester Nawrocki
[not found] ` <CGME20220124142919epcas5p3232941c11ef3c5ac8de2ca89b21131e2@epcas5p3.samsung.com>
2022-01-24 14:16 ` [PATCH v5 06/16] clk: samsung: fsd: Add cmu_fsys0 " Alim Akhtar
2022-01-26 9:15 ` Sylwester Nawrocki
[not found] ` <CGME20220124142923epcas5p17cffd89f734eda4c7e9515ac4ec79fb5@epcas5p1.samsung.com>
2022-01-24 14:16 ` [PATCH v5 07/16] clk: samsung: fsd: Add cmu_fsys1 " Alim Akhtar
2022-01-26 9:17 ` Sylwester Nawrocki
[not found] ` <CGME20220124142928epcas5p4cb956c77eac815ff4347e8e3b09bfb54@epcas5p4.samsung.com>
2022-01-24 14:16 ` [PATCH v5 08/16] clk: samsung: fsd: Add cmu_imem block " Alim Akhtar
2022-01-26 9:17 ` Sylwester Nawrocki
[not found] ` <CGME20220124142933epcas5p4e69babee0d9ea6f94fef365d79329e20@epcas5p4.samsung.com>
2022-01-24 14:16 ` [PATCH v5 09/16] clk: samsung: fsd: Add cmu_mfc " Alim Akhtar
2022-01-26 9:18 ` Sylwester Nawrocki
[not found] ` <CGME20220124142937epcas5p3bdce50bbaa02bbd762cf000401e03ade@epcas5p3.samsung.com>
2022-01-24 14:16 ` [PATCH v5 10/16] clk: samsung: fsd: Add cam_csi " Alim Akhtar
2022-01-26 9:18 ` Sylwester Nawrocki
[not found] ` <CGME20220124142941epcas5p4bbba53cfc2fc9862da9fd85d44de6e79@epcas5p4.samsung.com>
2022-01-24 14:16 ` [PATCH v5 11/16] dt-bindings: pinctrl: samsung: Add compatible for Tesla FSD SoC Alim Akhtar
2022-01-25 17:11 ` (subset) " Krzysztof Kozlowski
[not found] ` <CGME20220124142946epcas5p11997a3c37546d37cac91f690a2a602bf@epcas5p1.samsung.com>
2022-01-24 14:16 ` [PATCH v5 12/16] pinctrl: samsung: add FSD SoC specific data Alim Akhtar
2022-01-25 17:11 ` (subset) " Krzysztof Kozlowski
[not found] ` <CGME20220124142951epcas5p255712c3a9e37b9542687587d8114bda3@epcas5p2.samsung.com>
2022-01-24 14:16 ` [PATCH v5 13/16] dt-bindings: arm: add Tesla FSD ARM SoC Alim Akhtar
2022-01-25 17:11 ` (subset) " Krzysztof Kozlowski
[not found] ` <CGME20220124142957epcas5p27ab08d4eb02fe53a03e2b36ab1d913f8@epcas5p2.samsung.com>
2022-01-24 14:16 ` [PATCH v5 14/16] arm64: dts: fsd: Add initial device tree support Alim Akhtar
2022-01-25 17:11 ` (subset) " Krzysztof Kozlowski
[not found] ` <CGME20220124143001epcas5p4c0aab0902709a24bbedadaa223fe7910@epcas5p4.samsung.com>
2022-01-24 14:16 ` [PATCH v5 15/16] arm64: dts: fsd: Add initial pinctrl support Alim Akhtar
2022-01-25 17:11 ` (subset) " Krzysztof Kozlowski
[not found] ` <CGME20220124143005epcas5p103598aa358ac35fe5e1ee762faf508b0@epcas5p1.samsung.com>
2022-01-24 14:16 ` [PATCH v5 16/16] arm64: defconfig: Enable Tesla FSD SoC Alim Akhtar
2022-01-25 17:11 ` (subset) " Krzysztof Kozlowski
2022-01-25 17:12 ` [PATCH v5 00/16] Add support for Tesla Full Self-Driving (FSD) SoC Krzysztof Kozlowski
2022-01-25 17:26 ` Krzysztof Kozlowski
2022-01-26 6:50 ` Alim Akhtar
2022-01-26 9:19 ` Krzysztof Kozlowski
2022-01-26 16:47 ` Alim Akhtar [this message]
2022-01-26 6:52 ` Alim Akhtar
2022-01-26 9:21 ` Sylwester Nawrocki
2022-01-26 9:32 ` Krzysztof Kozlowski
2022-01-26 10:05 ` [PATCH v5 00/16] Add support for Tesla Full Self-Driving (FSD) SoC (clock parts) Krzysztof Kozlowski
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='067001d812d4$5a26ab40$0e7401c0$@samsung.com' \
--to=alim.akhtar@samsung.com \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski@canonical.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=pankaj.dubey@samsung.com \
--cc=robh+dt@kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=sboyd@kernel.org \
--cc=soc@kernel.org \
/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
all inboxes | Powered by JetHome®