devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mars Cheng <mars.cheng@mediatek.com>
To: Matthias Brugger <matthias.bgg@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Stephen Boyd <sboyd@codeaurora.org>,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
	devicetree@vger.kernel.org, wsd_upstream@mediatek.com,
	wendell.lin@mediatek.com, cc.hwang@mediatek.com
Subject: Re: [PATCH 0/5] Add clk and scpsys support for MT6755
Date: Wed, 16 Aug 2017 11:59:53 +0800	[thread overview]
Message-ID: <1502855993.4599.1.camel@mtkswgap22> (raw)
In-Reply-To: <1502180014-7995-1-git-send-email-mars.cheng@mediatek.com>

Hi Rob, Stephen, Matthias

gentle ping.

Thanks.

On Tue, 2017-08-08 at 16:13 +0800, Mars Cheng wrote:
> Mars Cheng (3):
>   clk: mediatek: add mt6755 clock ID
>   clk: mediatek: add clk support for MT6755
>   soc: mediatek: add MT6755 scpsys support
> 
> wendell.lin (2):
>   dt-bindings: mediatek: add MT6755 power dt-bindings
>   dt-bindings: arm: mediatek: document clk bindings for MT6755
> 
>  .../bindings/arm/mediatek/mediatek,apmixedsys.txt  |    1 +
>  .../bindings/arm/mediatek/mediatek,imgsys.txt      |    1 +
>  .../bindings/arm/mediatek/mediatek,infracfg.txt    |    1 +
>  .../bindings/arm/mediatek/mediatek,mmsys.txt       |    1 +
>  .../bindings/arm/mediatek/mediatek,topckgen.txt    |    1 +
>  .../bindings/arm/mediatek/mediatek,vdecsys.txt     |    1 +
>  .../bindings/arm/mediatek/mediatek,vencsys.txt     |    1 +
>  .../devicetree/bindings/soc/mediatek/scpsys.txt    |    3 +
>  drivers/clk/mediatek/Kconfig                       |   32 +
>  drivers/clk/mediatek/Makefile                      |    5 +
>  drivers/clk/mediatek/clk-mt6755-img.c              |   81 +++
>  drivers/clk/mediatek/clk-mt6755-mm.c               |  148 +++++
>  drivers/clk/mediatek/clk-mt6755-vdec.c             |   91 +++
>  drivers/clk/mediatek/clk-mt6755-venc.c             |   78 +++
>  drivers/clk/mediatek/clk-mt6755.c                  |  666 ++++++++++++++++++++
>  drivers/soc/mediatek/mtk-scpsys.c                  |  116 ++++
>  include/dt-bindings/clock/mt6755-clk.h             |  293 +++++++++
>  include/dt-bindings/power/mt6755-power.h           |   26 +
>  18 files changed, 1546 insertions(+)
>  create mode 100644 drivers/clk/mediatek/clk-mt6755-img.c
>  create mode 100644 drivers/clk/mediatek/clk-mt6755-mm.c
>  create mode 100644 drivers/clk/mediatek/clk-mt6755-vdec.c
>  create mode 100644 drivers/clk/mediatek/clk-mt6755-venc.c
>  create mode 100644 drivers/clk/mediatek/clk-mt6755.c
>  create mode 100644 include/dt-bindings/clock/mt6755-clk.h
>  create mode 100644 include/dt-bindings/power/mt6755-power.h
> 
> 

  parent reply	other threads:[~2017-08-16  3:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-08  8:13 [PATCH 0/5] Add clk and scpsys support for MT6755 Mars Cheng
     [not found] ` <1502180014-7995-1-git-send-email-mars.cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-08-08  8:13   ` [PATCH v1 1/5] dt-bindings: mediatek: add MT6755 power dt-bindings Mars Cheng
2017-08-08  8:13   ` [PATCH v1 2/5] dt-bindings: arm: mediatek: document clk bindings for MT6755 Mars Cheng
2017-08-08  8:13   ` [PATCH v1 3/5] clk: mediatek: add mt6755 clock ID Mars Cheng
2017-08-08  8:13   ` [PATCH v1 4/5] clk: mediatek: add clk support for MT6755 Mars Cheng
2017-08-08  8:13   ` [PATCH v1 5/5] soc: mediatek: add MT6755 scpsys support Mars Cheng
2017-08-16  3:59 ` Mars Cheng [this message]
2017-08-17  2:47   ` [PATCH 0/5] Add clk and scpsys support for MT6755 Yingjoe Chen
2017-08-17 10:19     ` Matthias Brugger
     [not found]       ` <341316e9-d7ce-85f1-4e54-f872771f530f-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-08-19  8:17         ` Mars Cheng

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=1502855993.4599.1.camel@mtkswgap22 \
    --to=mars.cheng@mediatek.com \
    --cc=cc.hwang@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=wendell.lin@mediatek.com \
    --cc=wsd_upstream@mediatek.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).