From: Chanwoo Choi <cw00.choi@samsung.com>
To: myungjoo.ham@samsung.com, 크쉬시토프 <k.kozlowski@samsung.com>,
"kgene@kernel.org" <kgene@kernel.org>
Cc: 박경민 <kyungmin.park@samsung.com>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"pawel.moll@arm.com" <pawel.moll@arm.com>,
"mark.rutland@arm.com" <mark.rutland@arm.com>,
"ijc+devicetree@hellion.org.uk" <ijc+devicetree@hellion.org.uk>,
"galak@codeaurora.org" <galak@codeaurora.org>,
"linux@arm.linux.org.uk" <linux@arm.linux.org.uk>,
"tjakobi@math.uni-bielefeld.de" <tjakobi@math.uni-bielefeld.de>,
"linux.amoon@gmail.com" <linux.amoon@gmail.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH v4 02/20] PM / devfreq: exynos: Add documentation for generic exynos bus frequency driver
Date: Mon, 14 Dec 2015 17:47:18 +0900 [thread overview]
Message-ID: <566E8216.4020601@samsung.com> (raw)
In-Reply-To: <1393132421.659011450082398931.JavaMail.weblogic@epmlwas07b>
On 2015년 12월 14일 17:40, MyungJoo Ham wrote:
>>
>> This patch adds the documentation for generic exynos bus frequency
>> driver.
>>
>> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
>> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
> A little changes following:
>
>> ---
>> .../devicetree/bindings/devfreq/exynos-bus.txt | 93 ++++++++++++++++++++++
>> 1 file changed, 93 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/devfreq/exynos-bus.txt
>>
>> diff --git a/Documentation/devicetree/bindings/devfreq/exynos-bus.txt b/Documentation/devicetree/bindings/devfreq/exynos-bus.txt
>> new file mode 100644
>> index 000000000000..e32daef328da
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/devfreq/exynos-bus.txt
>> @@ -0,0 +1,93 @@
>> +* Generic Exynos Bus frequency device
>> +
>> +The Samsung Exynos SoC have many buses for data transfer between DRAM
>
> +The Samsung Exynos SoC has many buses for data transfer between DRAM
>
> or
>
> +The Samsung Exynos SoCs have many buses for data transfer between DRAM
> (because you intend to support mulitple Exynos SoCs)
>
>> +and sub-blocks in SoC. Almost Exynos SoC have the common architecture
>
> +and sub-blocks in SoC. Most Exynos SoCs share the common architecture
>
>> +for buses. Generally, the each bus of Exynos SoC includes the source clock
>
> +for buses. Generally, each bus of Exynos SoC includes a source clock
>
>> +and power line and then is able to change the clock according to the usage
>
> +and a power line, which are able to change the clock frequency
>
>> +of each buses on runtime. When gathering the usage of each buses on runtime,
>
> +of the bus in runtime. To monitor the usage of each bus in runtime,
>
>> +the driver uses the PPMU (Platform Performance Monitoring Unit) which
>
> +the driver uses the PPMU (Platform Performance Monitoring Unit), which
>
>> +is able to measure the current load of sub-blocks.
>> +
>> +There are a little different composition among Exynos SoC because each Exynos
>> +SoC has the different sub-blocks. So, this difference should be specified
>
> +SoC has different sub-blocks. Therefore, such difference should be specified
>
>> +in devicetree file instead of each device driver. In result, this driver
>> +is able to support the bus frequency for all Exynos SoCs.
>> +
Okay. I'll modify it.
Regards,
Chanwoo Choi
next prev parent reply other threads:[~2015-12-14 8:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-14 8:40 [PATCH v4 02/20] PM / devfreq: exynos: Add documentation for generic exynos bus frequency driver MyungJoo Ham
2015-12-14 8:47 ` Chanwoo Choi [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-12-14 6:38 [PATCH v4 00/20] PM / devferq: Add generic exynos bus frequency driver and new passive governor Chanwoo Choi
2015-12-14 6:38 ` [PATCH v4 02/20] PM / devfreq: exynos: Add documentation for generic exynos bus frequency driver Chanwoo Choi
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=566E8216.4020601@samsung.com \
--to=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=k.kozlowski@samsung.com \
--cc=kgene@kernel.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux.amoon@gmail.com \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=myungjoo.ham@samsung.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=tjakobi@math.uni-bielefeld.de \
/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