mbox

[GIT,PULL,FOR,v3.14] Renesas R-Car Gen 2 Common Clock Framework

Message ID 3302362.MUz5Y8N3ER@avalon
State New
Headers show

Pull-request

git://linuxtv.org/pinchartl/fbdev.git clocks/ccf/rcar-gen2-mainline

Message

Laurent Pinchart Dec. 4, 2013, 9:29 p.m. UTC
Hi Mike,

As nobody replied to the last version of the patches I will assume that either 
they're perfect, or I've managed to make all reviewers hibernate from boredom. 
Both cases call for a pull request.

Could you please pull the following three patches for v3.14 ? They have no 
extra compile-time or runtime dependency, but subsequent platform patches will 
depend on them. Could you thus please provide a stable branch that Simon can 
merge in his tree ?

Changes compared to v4:

- Rebased on top of the latest clk-next branch
- Revert to ARCH_SHMOBILE_MULTI (as in v3) for drivers/clk/Makefile

The following changes since commit cdf64eeeb0d762585e2126f3024458d199c2635d:

  clk: exynos5420: fix cpll clock register offsets (2013-12-04 10:46:45 -0800)

are available in the git repository at:

  git://linuxtv.org/pinchartl/fbdev.git clocks/ccf/rcar-gen2-mainline

for you to fetch changes up to 7135ea019305179dd6f6a99ea7c1e78773eca166:

  clk: shmobile: Add MSTP clock support (2013-12-04 22:18:36 +0100)

----------------------------------------------------------------
Laurent Pinchart (3):
      clk: shmobile: Add R-Car Gen2 clocks support
      clk: shmobile: Add DIV6 clock support
      clk: shmobile: Add MSTP clock support

 .../bindings/clock/renesas,cpg-div6-clocks.txt          |  28 +++
 .../bindings/clock/renesas,cpg-mstp-clocks.txt          |  51 ++++
 .../bindings/clock/renesas,rcar-gen2-cpg-clocks.txt     |  32 +++
 drivers/clk/Makefile                                    |   1 +
 drivers/clk/shmobile/Makefile                           |   7 +
 drivers/clk/shmobile/clk-div6.c                         | 185 +++++++++++++
 drivers/clk/shmobile/clk-mstp.c                         | 229 ++++++++++++++
 drivers/clk/shmobile/clk-rcar-gen2.c                    | 298 +++++++++++++++
 include/linux/clk/shmobile.h                            |  19 ++
 9 files changed, 850 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-div6-
clocks.txt
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-mstp-
clocks.txt
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,rcar-gen2-
cpg-clocks.txt
 create mode 100644 drivers/clk/shmobile/Makefile
 create mode 100644 drivers/clk/shmobile/clk-div6.c
 create mode 100644 drivers/clk/shmobile/clk-mstp.c
 create mode 100644 drivers/clk/shmobile/clk-rcar-gen2.c
 create mode 100644 include/linux/clk/shmobile.h

Comments

Laurent Pinchart Dec. 10, 2013, 2:53 a.m. UTC | #1
Hi Mike,

On Wednesday 04 December 2013 22:29:07 Laurent Pinchart wrote:
> Hi Mike,
> 
> As nobody replied to the last version of the patches I will assume that
> either they're perfect, or I've managed to make all reviewers hibernate
> from boredom. Both cases call for a pull request.
> 
> Could you please pull the following three patches for v3.14 ? They have no
> extra compile-time or runtime dependency, but subsequent platform patches
> will depend on them. Could you thus please provide a stable branch that
> Simon can merge in his tree ?

Ping ? I'd like to get this and the patches that depend on it mainlined in 
v3.14.

> Changes compared to v4:
> 
> - Rebased on top of the latest clk-next branch
> - Revert to ARCH_SHMOBILE_MULTI (as in v3) for drivers/clk/Makefile
> 
> The following changes since commit cdf64eeeb0d762585e2126f3024458d199c2635d:
> 
>   clk: exynos5420: fix cpll clock register offsets (2013-12-04 10:46:45
> -0800)
> 
> are available in the git repository at:
> 
>   git://linuxtv.org/pinchartl/fbdev.git clocks/ccf/rcar-gen2-mainline
> 
> for you to fetch changes up to 7135ea019305179dd6f6a99ea7c1e78773eca166:
> 
>   clk: shmobile: Add MSTP clock support (2013-12-04 22:18:36 +0100)
> 
> ----------------------------------------------------------------
> Laurent Pinchart (3):
>       clk: shmobile: Add R-Car Gen2 clocks support
>       clk: shmobile: Add DIV6 clock support
>       clk: shmobile: Add MSTP clock support
> 
>  .../bindings/clock/renesas,cpg-div6-clocks.txt          |  28 +++
>  .../bindings/clock/renesas,cpg-mstp-clocks.txt          |  51 ++++
>  .../bindings/clock/renesas,rcar-gen2-cpg-clocks.txt     |  32 +++
>  drivers/clk/Makefile                                    |   1 +
>  drivers/clk/shmobile/Makefile                           |   7 +
>  drivers/clk/shmobile/clk-div6.c                         | 185 +++++++++++++
>  drivers/clk/shmobile/clk-mstp.c                         | 229 +++++++++++++
>  drivers/clk/shmobile/clk-rcar-gen2.c                    | 298 +++++++++++++
>  include/linux/clk/shmobile.h                            |  19 ++
>  9 files changed, 850 insertions(+)
>  create mode 100644
> Documentation/devicetree/bindings/clock/renesas,cpg-div6- clocks.txt
>  create mode 100644
> Documentation/devicetree/bindings/clock/renesas,cpg-mstp- clocks.txt
>  create mode 100644
> Documentation/devicetree/bindings/clock/renesas,rcar-gen2- cpg-clocks.txt
>  create mode 100644 drivers/clk/shmobile/Makefile
>  create mode 100644 drivers/clk/shmobile/clk-div6.c
>  create mode 100644 drivers/clk/shmobile/clk-mstp.c
>  create mode 100644 drivers/clk/shmobile/clk-rcar-gen2.c
>  create mode 100644 include/linux/clk/shmobile.h
Mike Turquette Dec. 13, 2013, 3:10 a.m. UTC | #2
Quoting Laurent Pinchart (2013-12-04 13:29:07)
> Hi Mike,
> 
> As nobody replied to the last version of the patches I will assume that either 
> they're perfect, or I've managed to make all reviewers hibernate from boredom. 
> Both cases call for a pull request.
> 
> Could you please pull the following three patches for v3.14 ? They have no 
> extra compile-time or runtime dependency, but subsequent platform patches will 
> depend on them. Could you thus please provide a stable branch that Simon can 
> merge in his tree ?
> 
> Changes compared to v4:
> 
> - Rebased on top of the latest clk-next branch
> - Revert to ARCH_SHMOBILE_MULTI (as in v3) for drivers/clk/Makefile
> 
> The following changes since commit cdf64eeeb0d762585e2126f3024458d199c2635d:
> 
>   clk: exynos5420: fix cpll clock register offsets (2013-12-04 10:46:45 -0800)
> 
> are available in the git repository at:
> 
>   git://linuxtv.org/pinchartl/fbdev.git clocks/ccf/rcar-gen2-mainline
> 
> for you to fetch changes up to 7135ea019305179dd6f6a99ea7c1e78773eca166:
> 
>   clk: shmobile: Add MSTP clock support (2013-12-04 22:18:36 +0100)

Thanks for the pull request. This is a nicely formatted series.  Very
easy to review.

Taken into clk-next.

Regards,
Mike

> 
> ----------------------------------------------------------------
> Laurent Pinchart (3):
>       clk: shmobile: Add R-Car Gen2 clocks support
>       clk: shmobile: Add DIV6 clock support
>       clk: shmobile: Add MSTP clock support
> 
>  .../bindings/clock/renesas,cpg-div6-clocks.txt          |  28 +++
>  .../bindings/clock/renesas,cpg-mstp-clocks.txt          |  51 ++++
>  .../bindings/clock/renesas,rcar-gen2-cpg-clocks.txt     |  32 +++
>  drivers/clk/Makefile                                    |   1 +
>  drivers/clk/shmobile/Makefile                           |   7 +
>  drivers/clk/shmobile/clk-div6.c                         | 185 +++++++++++++
>  drivers/clk/shmobile/clk-mstp.c                         | 229 ++++++++++++++
>  drivers/clk/shmobile/clk-rcar-gen2.c                    | 298 +++++++++++++++
>  include/linux/clk/shmobile.h                            |  19 ++
>  9 files changed, 850 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-div6-
> clocks.txt
>  create mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-mstp-
> clocks.txt
>  create mode 100644 Documentation/devicetree/bindings/clock/renesas,rcar-gen2-
> cpg-clocks.txt
>  create mode 100644 drivers/clk/shmobile/Makefile
>  create mode 100644 drivers/clk/shmobile/clk-div6.c
>  create mode 100644 drivers/clk/shmobile/clk-mstp.c
>  create mode 100644 drivers/clk/shmobile/clk-rcar-gen2.c
>  create mode 100644 include/linux/clk/shmobile.h
> 
> -- 
> Regards,
> 
> Laurent Pinchart
>
Laurent Pinchart Dec. 13, 2013, 3:15 a.m. UTC | #3
Hi Mike,

On Thursday 12 December 2013 19:10:46 Mike Turquette wrote:
> Quoting Laurent Pinchart (2013-12-04 13:29:07)
> 
> > Hi Mike,
> > 
> > As nobody replied to the last version of the patches I will assume that
> > either they're perfect, or I've managed to make all reviewers hibernate
> > from boredom. Both cases call for a pull request.
> > 
> > Could you please pull the following three patches for v3.14 ? They have no
> > extra compile-time or runtime dependency, but subsequent platform patches
> > will depend on them. Could you thus please provide a stable branch that
> > Simon can merge in his tree ?
> > 
> > Changes compared to v4:
> > 
> > - Rebased on top of the latest clk-next branch
> > - Revert to ARCH_SHMOBILE_MULTI (as in v3) for drivers/clk/Makefile
> > 
> > The following changes since commit 
cdf64eeeb0d762585e2126f3024458d199c2635d:
> >   clk: exynos5420: fix cpll clock register offsets (2013-12-04 10:46:45
> >   -0800)> 
> > are available in the git repository at:
> >   git://linuxtv.org/pinchartl/fbdev.git clocks/ccf/rcar-gen2-mainline
> > 
> > for you to fetch changes up to 7135ea019305179dd6f6a99ea7c1e78773eca166:
> >   clk: shmobile: Add MSTP clock support (2013-12-04 22:18:36 +0100)
> 
> Thanks for the pull request. This is a nicely formatted series.  Very
> easy to review.
> 
> Taken into clk-next.

Thank you.

Simon will need a stable branch with these three patches that he can merge in 
his tree. If you could apply the patches to a branch directly on top of a 
mainline tag (I think you're currently based on v3.13-rc1) and merge that to 
clk-next that would be perfect as it would minimize the amount of changes 
merged by Simon.
Mike Turquette Dec. 13, 2013, 3:31 a.m. UTC | #4
On Thu, Dec 12, 2013 at 7:15 PM, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> Hi Mike,
>
> On Thursday 12 December 2013 19:10:46 Mike Turquette wrote:
>> Quoting Laurent Pinchart (2013-12-04 13:29:07)
>>
>> > Hi Mike,
>> >
>> > As nobody replied to the last version of the patches I will assume that
>> > either they're perfect, or I've managed to make all reviewers hibernate
>> > from boredom. Both cases call for a pull request.
>> >
>> > Could you please pull the following three patches for v3.14 ? They have no
>> > extra compile-time or runtime dependency, but subsequent platform patches
>> > will depend on them. Could you thus please provide a stable branch that
>> > Simon can merge in his tree ?
>> >
>> > Changes compared to v4:
>> >
>> > - Rebased on top of the latest clk-next branch
>> > - Revert to ARCH_SHMOBILE_MULTI (as in v3) for drivers/clk/Makefile
>> >
>> > The following changes since commit
> cdf64eeeb0d762585e2126f3024458d199c2635d:
>> >   clk: exynos5420: fix cpll clock register offsets (2013-12-04 10:46:45
>> >   -0800)>
>> > are available in the git repository at:
>> >   git://linuxtv.org/pinchartl/fbdev.git clocks/ccf/rcar-gen2-mainline
>> >
>> > for you to fetch changes up to 7135ea019305179dd6f6a99ea7c1e78773eca166:
>> >   clk: shmobile: Add MSTP clock support (2013-12-04 22:18:36 +0100)
>>
>> Thanks for the pull request. This is a nicely formatted series.  Very
>> easy to review.
>>
>> Taken into clk-next.
>
> Thank you.
>
> Simon will need a stable branch with these three patches that he can merge in
> his tree. If you could apply the patches to a branch directly on top of a
> mainline tag (I think you're currently based on v3.13-rc1) and merge that to
> clk-next that would be perfect as it would minimize the amount of changes
> merged by Simon.

Done. Please see:

git://git.linaro.org/people/mike.turquette/linux.git clk-next-shmobile

Which I've merged into clk-next:

https://git.linaro.org/people/mike.turquette/linux.git/commit/7535d8f9307072f71d13a0c7e235166310e2a020

Regards,
Mike

>
> --
> Regards,
>
> Laurent Pinchart
>