All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] clk: tegra: add support for the Tegra132 CAR IP block (fwd)
@ 2015-01-29  9:22 Paul Walmsley
       [not found] ` <alpine.DEB.2.02.1501290921010.19947-rwI8Ez+7Ko+d5PgPZx9QOdBPR1lH4CV8@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Walmsley @ 2015-01-29  9:22 UTC (permalink / raw)
  To: pdeschrijver-DDmLM1+adcrQT0dZR+AlfA, pgaikwad-DDmLM1+adcrQT0dZR+AlfA
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA


Hi Peter, Prashant,

Ping.  Any comments on these patches?  Are either of you planning to send 
a pull request for these for v3.20?


regards

- Paul

---------- Forwarded message ----------
Date: Tue, 16 Dec 2014 12:38:24 -0800
From: Paul Walmsley <paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org>
To: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>, Alexandre Courbot <gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
    Paul Walmsley <pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
    Prashant Gaikwad <pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
    Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>, Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
    Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
    Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>, Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
    Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
    Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
    Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>, Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
    Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [PATCH 0/4] clk: tegra: add support for the Tegra132 CAR IP block

This series follows up on Peter De Schrijver's posting of a Tegra132
CAR series in July of this year.  It adds common clock framework
support for the Tegra132 CAR IP block.

The patches are based on next-20141209 and have been compiled and
boot-tested on a Tegra30 Beaver board, a Tegra114 Dalmore board, and a
Tegra124 Jetson TK1.  They've also been tested on a Tegra132 Norrin
FFD board, with some other patches applied since support for that
board isn't completely upstream (but is coming shortly).

Intended for v3.20.

- Paul

---

Paul Walmsley (2):
      clk: tegra:  split Tegra124 clock header file
      clk: tegra: Add support for the Tegra132 CAR IP block

Peter De Schrijver (2):
      clk: tegra: make tegra_clocks_apply_init_table() arch_initcall
      clk: tegra: Update binding doc for Tegra132


 .../bindings/clock/nvidia,tegra124-car.txt         |   10 -
 arch/arm/mach-tegra/tegra.c                        |    2 
 drivers/clk/tegra/Makefile                         |    1 
 drivers/clk/tegra/clk-pll.c                        |   10 -
 drivers/clk/tegra/clk-tegra124.c                   |  130 +++++++-
 drivers/clk/tegra/clk.c                            |    7 
 include/dt-bindings/clock/tegra124-car-common.h    |  345 ++++++++++++++++++++
 include/dt-bindings/clock/tegra124-car.h           |  345 +-------------------
 include/linux/clk/tegra.h                          |    2 
 9 files changed, 494 insertions(+), 358 deletions(-)
 create mode 100644 include/dt-bindings/clock/tegra124-car-common.h


--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/4] clk: tegra: add support for the Tegra132 CAR IP block (fwd)
       [not found] ` <alpine.DEB.2.02.1501290921010.19947-rwI8Ez+7Ko+d5PgPZx9QOdBPR1lH4CV8@public.gmane.org>
@ 2015-01-29 11:18   ` Peter De Schrijver
  2015-02-02 15:18   ` Peter De Schrijver
  1 sibling, 0 replies; 3+ messages in thread
From: Peter De Schrijver @ 2015-01-29 11:18 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: pgaikwad-DDmLM1+adcrQT0dZR+AlfA, linux-tegra-u79uwXL29TY76Z2rM5mHXA

On Thu, Jan 29, 2015 at 09:22:25AM +0000, Paul Walmsley wrote:
> 
> Hi Peter, Prashant,
> 
> Ping.  Any comments on these patches?  Are either of you planning to send 
> a pull request for these for v3.20?
> 

Yes. I plan to by the end of this week, maybe @ fosdem :)

Cheers,

Peter.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/4] clk: tegra: add support for the Tegra132 CAR IP block (fwd)
       [not found] ` <alpine.DEB.2.02.1501290921010.19947-rwI8Ez+7Ko+d5PgPZx9QOdBPR1lH4CV8@public.gmane.org>
  2015-01-29 11:18   ` Peter De Schrijver
@ 2015-02-02 15:18   ` Peter De Schrijver
  1 sibling, 0 replies; 3+ messages in thread
From: Peter De Schrijver @ 2015-02-02 15:18 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: pgaikwad-DDmLM1+adcrQT0dZR+AlfA, linux-tegra-u79uwXL29TY76Z2rM5mHXA

On Thu, Jan 29, 2015 at 09:22:25AM +0000, Paul Walmsley wrote:
> 
> Hi Peter, Prashant,
> 
> Ping.  Any comments on these patches?  Are either of you planning to send 
> a pull request for these for v3.20?
> 

merged into clk-tegra-3.20.

Cheers,

Peter.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-02 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-29  9:22 [PATCH 0/4] clk: tegra: add support for the Tegra132 CAR IP block (fwd) Paul Walmsley
     [not found] ` <alpine.DEB.2.02.1501290921010.19947-rwI8Ez+7Ko+d5PgPZx9QOdBPR1lH4CV8@public.gmane.org>
2015-01-29 11:18   ` Peter De Schrijver
2015-02-02 15:18   ` Peter De Schrijver

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.