All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RESEND PATCH 0/5] clk: some fixes, device tree support, new features
Date: Tue, 22 Dec 2015 13:27:04 -0700	[thread overview]
Message-ID: <CAPnjgZ0S18bDXSXm6N_J_w85XZ4ESCGDTP5V7hV_gA5EdA1XUQ@mail.gmail.com> (raw)
In-Reply-To: <1450778671-21134-1-git-send-email-yamada.masahiro@socionext.com>

Hi Masahiro,

On 22 December 2015 at 03:04, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> This series contains the same commits
> as 01-05 of the RFC series.
>
> Since somebody immediately marked it as RFC
> (i.e. dropped from the TODO items in the patchwork),
> nothing has happened to it.
>
> I am resending 01-05 without RFC prefix
> in order to leave this series in the TODO list
> until appropriate action is taken.
>
> As you see, 01 and 02 are apparent fixes
> which can be applied soon.

I noticed this a few days ago and applied it locally. I did manage to
find it in patchwork in the end. I have a few review comments so will
tidy those up and send them through...

>
>
>
> Masahiro Yamada (5):
>   clk: fix comments in include/clk.h
>   clk: add needed include and declaration to include/clk.h
>   clk: add function to get peripheral ID
>   clk: add device tree support for clock framework
>   clk: add enable() callback
>
>  drivers/clk/Makefile     |  1 +
>  drivers/clk/clk-fdt.c    | 37 ++++++++++++++++++++
>  drivers/clk/clk-uclass.c | 10 ++++++
>  include/clk.h            | 87 ++++++++++++++++++++++++++++++++++++++++++------
>  4 files changed, 125 insertions(+), 10 deletions(-)
>  create mode 100644 drivers/clk/clk-fdt.c
>
> --
> 1.9.1
>

Regards,
Simon

      parent reply	other threads:[~2015-12-22 20:27 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-22 10:04 [U-Boot] [RESEND PATCH 0/5] clk: some fixes, device tree support, new features Masahiro Yamada
2015-12-22 10:04 ` [U-Boot] [RESEND PATCH 1/5] clk: fix comments in include/clk.h Masahiro Yamada
2015-12-28  4:19   ` Simon Glass
2015-12-22 10:04 ` [U-Boot] [RESEND PATCH 2/5] clk: add needed include and declaration to include/clk.h Masahiro Yamada
2015-12-28  4:19   ` Simon Glass
2015-12-22 10:04 ` [U-Boot] [RESEND PATCH 3/5] clk: add function to get peripheral ID Masahiro Yamada
2015-12-28 14:20   ` Simon Glass
2015-12-28 17:05     ` Masahiro Yamada
2015-12-22 10:04 ` [U-Boot] [RESEND PATCH 4/5] clk: add device tree support for clock framework Masahiro Yamada
2015-12-28  4:23   ` Simon Glass
2015-12-28 14:20     ` Simon Glass
2015-12-28 17:06       ` Masahiro Yamada
2016-01-15 13:22         ` Simon Glass
2015-12-22 10:04 ` [U-Boot] [RESEND PATCH 5/5] clk: add enable() callback Masahiro Yamada
2015-12-28 14:20   ` Simon Glass
2015-12-28 17:06     ` Masahiro Yamada
2015-12-22 20:27 ` Simon Glass [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=CAPnjgZ0S18bDXSXm6N_J_w85XZ4ESCGDTP5V7hV_gA5EdA1XUQ@mail.gmail.com \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /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.