From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Stephen Boyd'" <sboyd@kernel.org>,
<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>, <krzysztof.kozlowski@canonical.com>,
<s.nawrocki@samsung.com>, <linux-samsung-soc@vger.kernel.org>,
<pankaj.dubey@samsung.com>, <linux-fsd@tesla.com>,
"'Jayati Sahu'" <jayati.sahu@samsung.com>,
"'Ajay Kumar'" <ajaykumar.rs@samsung.com>
Subject: RE: [PATCH v2 04/16] clk: samsung: fsd: Add initial clock support
Date: Thu, 20 Jan 2022 19:23:31 +0530 [thread overview]
Message-ID: <016c01d80e05$1ef9eab0$5cedc010$@samsung.com> (raw)
In-Reply-To: <20220119201509.6220FC004E1@smtp.kernel.org>
Hi Stephen
>-----Original Message-----
>From: Stephen Boyd [mailto:sboyd@kernel.org]
>Sent: Thursday, January 20, 2022 1:45 AM
>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;
>krzysztof.kozlowski@canonical.com; s.nawrocki@samsung.com; linux-
>samsung-soc@vger.kernel.org; pankaj.dubey@samsung.com; Alim Akhtar
><alim.akhtar@samsung.com>; linux-fsd@tesla.com; Jayati Sahu
><jayati.sahu@samsung.com>; Ajay Kumar <ajaykumar.rs@samsung.com>
>Subject: Re: [PATCH v2 04/16] clk: samsung: fsd: Add initial clock support
>
>Quoting Alim Akhtar (2022-01-18 06:48:39)
>> diff --git a/drivers/clk/samsung/clk-fsd.c
>> b/drivers/clk/samsung/clk-fsd.c new file mode 100644 index
>> 000000000000..2669396d81b9
>> --- /dev/null
>> +++ b/drivers/clk/samsung/clk-fsd.c
>> @@ -0,0 +1,308 @@
>> +// SPDX-License-Identifier: GPL-2.0-only
>> +/*
>> + * Copyright (c) 2017-2022 Samsung Electronics Co., Ltd.
>> + * https://www.samsung.com
>> + * Copyright (c) 2017-2022 Tesla, Inc.
>> + * https://www.tesla.com
>> + *
>> + * Common Clock Framework support for FSD SoC.
>> + */
>> +
>> +#include <linux/clk-provider.h>
>> +#include <linux/of.h>
>
>include init.h for __initconst and kernel.h for ARRAY_SIZE
>
I did not face any compilation error.
Do I need to explicitly add these header files in driver? I see clk.h implicitly includes kernel.h
Same is the case of other driver in this directory.
>> +
>> +#include <dt-bindings/clock/fsd-clk.h>
>> +
>> +#include "clk.h"
>> +
next prev parent reply other threads:[~2022-01-20 13:54 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20220118150008epcas5p40d1c79616bb17797e79e1769f5e2c19c@epcas5p4.samsung.com>
2022-01-18 14:48 ` [PATCH v2 00/16] Add support for Tesla Full Self-Driving (FSD) SoC Alim Akhtar
2022-01-18 14:48 ` [PATCH v2 01/16] dt-bindings: add vendor prefix for Tesla Alim Akhtar
2022-01-18 14:48 ` [PATCH v2 02/16] dt-bindings: clock: Add bindings definitions for FSD CMU blocks Alim Akhtar
2022-01-18 16:18 ` Krzysztof Kozlowski
2022-01-19 20:11 ` Stephen Boyd
2022-01-18 14:48 ` [PATCH v2 03/16] dt-bindings: clock: Document FSD CMU bindings Alim Akhtar
2022-01-18 18:24 ` Krzysztof Kozlowski
2022-01-18 14:48 ` [PATCH v2 04/16] clk: samsung: fsd: Add initial clock support Alim Akhtar
2022-01-18 18:31 ` Krzysztof Kozlowski
2022-01-19 14:20 ` Alim Akhtar
[not found] ` <20220119201509.6220FC004E1@smtp.kernel.org>
2022-01-20 13:53 ` Alim Akhtar [this message]
2022-01-18 14:48 ` [PATCH v2 05/16] clk: samsung: fsd: Add cmu_peric block clock information Alim Akhtar
2022-01-18 18:34 ` Krzysztof Kozlowski
2022-01-18 14:48 ` [PATCH v2 06/16] clk: samsung: fsd: Add cmu_fsys0 " Alim Akhtar
2022-01-18 18:34 ` Krzysztof Kozlowski
2022-01-18 14:48 ` [PATCH v2 07/16] clk: samsung: fsd: Add cmu_fsys1 " Alim Akhtar
2022-01-18 18:34 ` Krzysztof Kozlowski
2022-01-18 14:48 ` [PATCH v2 08/16] clk: samsung: fsd: Add cmu_imem block " Alim Akhtar
2022-01-18 18:36 ` Krzysztof Kozlowski
2022-01-18 14:48 ` [PATCH v2 09/16] clk: samsung: fsd: Add cmu_mfc " Alim Akhtar
2022-01-18 18:36 ` Krzysztof Kozlowski
2022-01-18 14:48 ` [PATCH v2 10/16] clk: samsung: fsd: Add cam_csi " Alim Akhtar
2022-01-18 18:36 ` Krzysztof Kozlowski
2022-01-18 14:48 ` [PATCH v2 11/16] dt-bindings: pinctrl: samsung: Add compatible for Tesla FSD SoC Alim Akhtar
2022-01-18 18:38 ` Krzysztof Kozlowski
2022-01-18 14:48 ` [PATCH v2 12/16] pinctrl: samsung: add FSD SoC specific data Alim Akhtar
2022-01-18 18:48 ` Krzysztof Kozlowski
2022-01-18 14:48 ` [PATCH v2 13/16] dt-bindings: arm: add Tesla FSD ARM SoC Alim Akhtar
2022-01-18 18:40 ` Krzysztof Kozlowski
2022-01-18 18:41 ` Krzysztof Kozlowski
2022-01-18 14:48 ` [PATCH v2 14/16] arm64: dts: fsd: Add initial device tree support Alim Akhtar
2022-01-18 18:45 ` Krzysztof Kozlowski
2022-01-19 15:07 ` Alim Akhtar
2022-01-19 15:11 ` 'Krzysztof Kozlowski'
2022-01-18 14:48 ` [PATCH v2 15/16] arm64: dts: fsd: Add initial pinctrl support Alim Akhtar
2022-01-18 18:46 ` Krzysztof Kozlowski
2022-01-18 14:48 ` [PATCH v2 16/16] arm64: defconfig: Enable Tesla FSD SoC Alim Akhtar
2022-01-18 18:47 ` 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='016c01d80e05$1ef9eab0$5cedc010$@samsung.com' \
--to=alim.akhtar@samsung.com \
--cc=ajaykumar.rs@samsung.com \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=jayati.sahu@samsung.com \
--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-fsd@tesla.com \
--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