linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] Zynq: revised CCF code
Date: Thu, 30 May 2013 11:44:43 -0700	[thread overview]
Message-ID: <20130530184443.4470.73215@quantum> (raw)
In-Reply-To: <51961F37.3030202@monstr.eu>

Quoting Michal Simek (2013-05-17 05:14:47)
> Hi Mike,
> 
> I have sent email to Greg to take this patch from this series
> though his serial tree because it is unrelated to this clock stuff.
> 
> Can you please give me your ACK for these patches or add them
> to your CLK tree?
> 

For the four clock-related patches:

Acked-by: Mike Turquette <mturquette@linaro.org>

Regards,
Mike

> I just need to move this to be able to start to push other drivers
> which are related to this.
> 
> Thanks,
> Michal
> 
> 
> On 05/13/2013 07:46 PM, Soren Brinkmann wrote:
> > I rebased this series on v3.10-rc1 eliminating all dependencies and incorporated
> > Greg's feedback.
> > I'll push this also to my github repository.
> > https://github.com/sorenb-xlnx/linux-xlnx/tree/zynq/clkc
> > 
> > v2:
> >  - dropped the 'sort #includes' patches
> > 
> >       S?ren
> > 
> > 
> > Soren Brinkmann (5):
> >   tty: xuartps: Remove suspend/resume functions
> >   clk: zynq: Factor out PLL driver
> >   clk: zynq: Add clock controller driver
> >   arm: zynq: Migrate platform to clock controller
> >   clk: zynq: Remove deprecated clock code
> > 
> >  .../devicetree/bindings/clock/zynq-7000.txt        | 127 +++--
> >  arch/arm/boot/dts/zynq-7000.dtsi                   |  71 +--
> >  arch/arm/boot/dts/zynq-zc702.dts                   |   4 -
> >  arch/arm/mach-zynq/slcr.c                          |   2 +-
> >  drivers/clk/Makefile                               |   2 +-
> >  drivers/clk/clk-zynq.c                             | 378 ---------------
> >  drivers/clk/zynq/Makefile                          |   3 +
> >  drivers/clk/zynq/clkc.c                            | 533 +++++++++++++++++++++
> >  drivers/clk/zynq/pll.c                             | 235 +++++++++
> >  drivers/clocksource/cadence_ttc_timer.c            |  23 +-
> >  drivers/tty/serial/xilinx_uartps.c                 | 115 +++--
> >  include/linux/clk/zynq.h                           |   8 +-
> >  12 files changed, 974 insertions(+), 527 deletions(-)
> >  delete mode 100644 drivers/clk/clk-zynq.c
> >  create mode 100644 drivers/clk/zynq/Makefile
> >  create mode 100644 drivers/clk/zynq/clkc.c
> >  create mode 100644 drivers/clk/zynq/pll.c
> > 
> 
> 
> -- 
> Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
> w: www.monstr.eu p: +42-0-721842854
> Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
> Maintainer of Linux kernel - Xilinx Zynq ARM architecture
> Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform

  reply	other threads:[~2013-05-30 18:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-13 17:46 [PATCH v2 0/5] Zynq: revised CCF code Soren Brinkmann
2013-05-13 17:46 ` [PATCH v2 1/5] tty: xuartps: Remove suspend/resume functions Soren Brinkmann
2013-05-17 12:09   ` Michal Simek
2013-05-20 18:57     ` Greg Kroah-Hartman
2013-05-13 17:46 ` [PATCH v2 2/5] clk: zynq: Factor out PLL driver Soren Brinkmann
2013-05-13 17:46 ` [PATCH v2 3/5] clk: zynq: Add clock controller driver Soren Brinkmann
2013-05-13 17:46 ` [PATCH v2 4/5] arm: zynq: Migrate platform to clock controller Soren Brinkmann
2013-05-13 17:46 ` [PATCH v2 5/5] clk: zynq: Remove deprecated clock code Soren Brinkmann
2013-05-17 12:14 ` [PATCH v2 0/5] Zynq: revised CCF code Michal Simek
2013-05-30 18:44   ` Mike Turquette [this message]
2013-05-31  5:17     ` Michal Simek
2013-05-31  6:32       ` Mike Turquette
2013-05-31  7:03         ` Michal Simek
2013-05-21 14:34 ` Michal Simek

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=20130530184443.4470.73215@quantum \
    --to=mturquette@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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).