From: Shaik Ameer Basha <shaik.samsung@gmail.com>
To: Tomasz Figa <t.figa@samsung.com>
Cc: Shaik Ameer Basha <shaik.ameer@samsung.com>,
Linux Samsung SOC <linux-samsung-soc@vger.kernel.org>,
Linux DeviceTree <devicetree@vger.kernel.org>,
Linux ARM Kernel <linux-arm-kernel@lists.infradead.org>,
Mike Turquette <mturquette@linaro.org>,
Kukjin Kim <kgene.kim@samsung.com>,
Tomasz Figa <tomasz.figa@gmail.com>,
sunil joshi <joshi@samsung.com>,
Rahul Sharma <r.sh.open@gmail.com>,
alim.akhtar@samsung.com
Subject: Re: [PATCH v5 00/15] exynos5420: clock file cleanup
Date: Thu, 8 May 2014 20:05:13 +0530 [thread overview]
Message-ID: <CAOD6ATqRW2d9Kr8JWM=UG54MM4ufjqLN9kKZLt+jRohEFqXf3Q@mail.gmail.com> (raw)
In-Reply-To: <536B7084.7010002@samsung.com>
Hi Tomasz,
On Thu, May 8, 2014 at 5:24 PM, Tomasz Figa <t.figa@samsung.com> wrote:
> Hi Shaik,
>
> On 08.05.2014 13:27, Shaik Ameer Basha wrote:
>> Many changes/fixes have been identified for clock file for exynos5420.
>> These include correct parents, bit fields, new clocks etc. Existing
>> files needs some correction in terms of names of the clock and
>> indentation. These issues are addressed in this patch series.
>>
>> This patch series is rebased on,
>> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git:3.15-rc4
>>
>> This patch is also dependent on the following patch.
>> clk: exynos5420: Add clock IDs needed by GPU
>> -- http://www.spinics.net/lists/arm-kernel/msg326461.html
>>
>> This patch series is tested on Exynos5420 based peach-pit board.
>> -- [PATCH v4 0/2] Add peach-pit board support
>>
>> Clock Summary before and after applying this patch series:
>> ----------------------------------------------------------
>> http://slexy.org/view/s2KMWxI3wv
>>
>> As per Tomasz Figa's sugession, one more patch will be sent on
>> top of this patch series to remove the unnecessary clocks
>> related to GATE_BUS_* offsets.
>>
>> Changes since v4:
>> -----------------
>> Addressed review comments from Tomasz Figa related to
>> CLK_SET_RATE_PARENT and CLK_IGNORE_UNUSED.
>>
>> Changes since v3:
>> -----------------
>> Addressed review comments from Tomasz Figa and Alim Akhtar
>> Some of the changes includes,
>> 1] Adding clock IDs for all the added gate clocks.
>> 2] Followed bit ordering while defining new clocks.
>> 3] Adding SET_RATE_PARENT flag for all the clocks having
>> dividers as parents.
>>
>> Changes since v2:
>> -----------------
>> 1] Addressed review comments from Gerhard Sittig and Tomasz Figa.
>>
>> Changes since v1:
>> -----------------
>> 1] Addressed review comments from Tomasz Figa.
>> http://www.spinics.net/lists/devicetree/msg16759.html
>> http://www.spinics.net/lists/devicetree/msg16760.html
>>
>> Shaik Ameer Basha (15):
>> clk: exynos5420: Rename mux parent arrays
>> clk: exynos5420: add clocks for ISP block
>> clk: exynos5420: update clocks for GSCL and MSCL blocks
>> clk: exynos5420: fix parent clocks for mscl sysmmu
>> clk: exynos5420: update clocks for G2D and G3D blocks
>> clk: exynos5420: update clocks for DISP1 block
>> clk: exynos5420: update clocks for PERIC block
>> clk: exynos5420: update clocks for PERIS and GEN blocks
>> clk: exynos5420: update clocks for WCORE block
>> clk: exynos5420: update clocks for FSYS and FSYS2 blocks
>> clk: exynos5420: correct sysmmu-mfc parent clocks
>> clk: exynos5420: fix register offset for sclk_bpll
>> clk: exynos5420: update clocks for MAU Block
>> clk: exynos5420: add misc clocks
>> clk: exynos5420: add more registers to restore list
>>
>> arch/arm/boot/dts/exynos5420.dtsi | 14 +-
>> drivers/clk/samsung/clk-exynos5420.c | 853 ++++++++++++++++++++------------
>> include/dt-bindings/clock/exynos5420.h | 37 +-
>> 3 files changed, 576 insertions(+), 328 deletions(-)
>>
>
> Looks good. Will apply.
Thanks.
Regards,
Shaik Ameer Basha
>
> Best regards,
> Tomasz
next prev parent reply other threads:[~2014-05-08 14:35 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-08 11:27 [PATCH v5 00/15] exynos5420: clock file cleanup Shaik Ameer Basha
2014-05-08 11:27 ` [PATCH v5 01/15] clk: exynos5420: Rename mux parent arrays Shaik Ameer Basha
2014-05-08 11:27 ` [PATCH v5 02/15] clk: exynos5420: add clocks for ISP block Shaik Ameer Basha
2014-05-08 11:27 ` [PATCH v5 03/15] clk: exynos5420: update clocks for GSCL and MSCL blocks Shaik Ameer Basha
2014-05-08 11:27 ` [PATCH v5 04/15] clk: exynos5420: fix parent clocks for mscl sysmmu Shaik Ameer Basha
2014-05-08 11:27 ` [PATCH v5 05/15] clk: exynos5420: update clocks for G2D and G3D blocks Shaik Ameer Basha
2014-05-08 11:27 ` [PATCH v5 06/15] clk: exynos5420: update clocks for DISP1 block Shaik Ameer Basha
2014-05-08 11:27 ` [PATCH v5 07/15] clk: exynos5420: update clocks for PERIC block Shaik Ameer Basha
2014-05-08 11:27 ` [PATCH v5 08/15] clk: exynos5420: update clocks for PERIS and GEN blocks Shaik Ameer Basha
2014-05-08 11:27 ` [PATCH v5 09/15] clk: exynos5420: update clocks for WCORE block Shaik Ameer Basha
2014-05-08 11:27 ` [PATCH v5 10/15] clk: exynos5420: update clocks for FSYS and FSYS2 blocks Shaik Ameer Basha
2014-05-08 11:28 ` [PATCH v5 11/15] clk: exynos5420: correct sysmmu-mfc parent clocks Shaik Ameer Basha
[not found] ` <1399548484-20626-1-git-send-email-shaik.ameer-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-05-08 11:28 ` [PATCH v5 12/15] clk: exynos5420: fix register offset for sclk_bpll Shaik Ameer Basha
2014-05-08 11:28 ` [PATCH v5 13/15] clk: exynos5420: update clocks for MAU Block Shaik Ameer Basha
2014-05-08 11:28 ` [PATCH v5 14/15] clk: exynos5420: add misc clocks Shaik Ameer Basha
2014-05-08 11:28 ` [PATCH v5 15/15] clk: exynos5420: add more registers to restore list Shaik Ameer Basha
2014-05-08 11:54 ` [PATCH v5 00/15] exynos5420: clock file cleanup Tomasz Figa
2014-05-08 14:35 ` Shaik Ameer Basha [this message]
2014-05-08 17:34 ` Tomasz Figa
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='CAOD6ATqRW2d9Kr8JWM=UG54MM4ufjqLN9kKZLt+jRohEFqXf3Q@mail.gmail.com' \
--to=shaik.samsung@gmail.com \
--cc=alim.akhtar@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=joshi@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=r.sh.open@gmail.com \
--cc=shaik.ameer@samsung.com \
--cc=t.figa@samsung.com \
--cc=tomasz.figa@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).