From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 0/4] socfpga: clk: trivial fixes and cleanup
Date: Wed, 18 Dec 2013 14:56:45 -0800 [thread overview]
Message-ID: <20131218225645.23538.32552@quantum> (raw)
In-Reply-To: <1387386182-30923-1-git-send-email-s.trumtrar@pengutronix.de>
Quoting Steffen Trumtrar (2013-12-18 09:02:58)
> Hi!
>
> This series includes two trivial fixes to the code (1/4 and 2/4),
> and a fixes a compile error in 3/4 introduced by the patch
>
> clk: socfpga: Look for the GPIO_DB_CLK by its offset
>
> from
>
> [GIT PULL] clk: socfpga: Clean-ups for 3.14
>
> The series is rebased onto
>
> git://git.rocketboards.org/linux-socfpga-next.git socfpga-clk-for-3.14
>
> and the patch
>
> clk: socfpga: Add a clk-phase property to the "altr, socfpga-gate-clk"
>
> from the series
>
> socfpga: Enable SD/MMC support
Stephen & Dinh,
I've gone through the socfpga patches on the list (this series, the 3
patches in socfpga-clk-for-3.14 and the clock patch from "[RESEND LIST
PATCHv7 0/4] socfpga: Enable SD/MMC support"). Everything looks pretty
good.
When the issue with the clock-phase property is resolved can you
coordinate a pull request with all of the socfpga patches in it based on
the latest clk-next?
Thanks,
Mike
>
> Regards,
> Steffen
>
> Steffen Trumtrar (4):
> ARM: socfpga: clk: remove unused field
> ARM: socfpga: clk: fix define typo
> ARM: socfpga: clk: fix compile error
> ARM: socfpga: clk: split clk code
>
> drivers/clk/socfpga/Makefile | 3 +
> drivers/clk/socfpga/clk-gate.c | 223 +++++++++++++++++++++++++
> drivers/clk/socfpga/clk-periph.c | 94 +++++++++++
> drivers/clk/socfpga/clk-pll.c | 111 +++++++++++++
> drivers/clk/socfpga/clk.c | 347 +--------------------------------------
> drivers/clk/socfpga/clk.h | 57 +++++++
> 6 files changed, 490 insertions(+), 345 deletions(-)
> create mode 100644 drivers/clk/socfpga/clk-gate.c
> create mode 100644 drivers/clk/socfpga/clk-periph.c
> create mode 100644 drivers/clk/socfpga/clk-pll.c
> create mode 100644 drivers/clk/socfpga/clk.h
>
> --
> 1.8.5.1
>
prev parent reply other threads:[~2013-12-18 22:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-18 17:02 [PATCH V2 0/4] socfpga: clk: trivial fixes and cleanup Steffen Trumtrar
2013-12-18 17:02 ` [PATCH V2 1/4] ARM: socfpga: clk: remove unused field Steffen Trumtrar
2013-12-18 17:03 ` [PATCH V2 2/4] ARM: socfpga: clk: fix define typo Steffen Trumtrar
2013-12-18 17:03 ` [PATCH V2 3/4] ARM: socfpga: clk: fix compile error Steffen Trumtrar
2013-12-18 17:03 ` [PATCH V2 4/4] ARM: socfpga: clk: split clk code Steffen Trumtrar
2013-12-18 22:56 ` Mike Turquette [this message]
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=20131218225645.23538.32552@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 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.