All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v2, 3/5] rockchip: clk: rk3399: implement set_parent() operation
Date: Sun, 28 Jan 2018 17:12:45 +0100	[thread overview]
Message-ID: <E1efpZV-0007cK-R2@mail.theobroma-systems.com> (raw)
In-Reply-To: <1516911131-51397-4-git-send-email-philipp.tomsich@theobroma-systems.com>

> This implements the (newly added) set_parent() operation for the
> RK3399 with a focus on allowing the RGMII clock parent to be
> configured via the assigned-clock-parents property of the GMAC node.
> 
> This implementation supports only the GMAC (in fact only the RGMII
> clock parent) and allows to set this clock's parent either to the
> internal SCLK_GMAC or to an external clock input (identifiable by it
> providing a 'clock-output-name' of "gmac_clkin").
> 
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Tested-by: David Wu <david.wu@rock-chips.com>
> ---
> 
> Changes in v2:
> - Fixed David's email address.
> 
>  drivers/clk/rockchip/clk_rk3399.c | 74 +++++++++++++++++++++++++++++++++++++--
>  1 file changed, 72 insertions(+), 2 deletions(-)
> 

Applied to u-boot-rockchip, thanks!

  reply	other threads:[~2018-01-28 16:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-25 20:12 [U-Boot] [PATCH v2 0/5] clk: support assigned-clock, assigned-clock-parents, assigned-clock-rates Philipp Tomsich
2018-01-25 20:12 ` [U-Boot] [PATCH v2 1/5] clk: add clk_set_parent() Philipp Tomsich
2018-01-28 16:12   ` [U-Boot] [U-Boot,v2,1/5] " Philipp Tomsich
2018-01-25 20:12 ` [U-Boot] [PATCH v2 2/5] clk: refactor clk_get_by_index() into clk_get_by_indexed_prop() Philipp Tomsich
2018-01-28 16:12   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2018-01-25 20:12 ` [U-Boot] [PATCH v2 3/5] rockchip: clk: rk3399: implement set_parent() operation Philipp Tomsich
2018-01-28 16:12   ` Philipp Tomsich [this message]
2018-01-25 20:12 ` [U-Boot] [PATCH v2 4/5] clk: implement clk_set_defaults() Philipp Tomsich
2018-01-28 16:12   ` [U-Boot] [U-Boot,v2,4/5] " Philipp Tomsich
2018-01-28 16:54     ` Michael Nazzareno Trimarchi
2018-01-28 17:15       ` Dr. Philipp Tomsich
2018-01-28 17:21         ` Michael Nazzareno Trimarchi
2018-01-28 17:23           ` Dr. Philipp Tomsich
2018-01-25 20:12 ` [U-Boot] [PATCH v2 5/5] rockchip: clk: rk3399: accept all assigned-clocks from the 'cru'-node Philipp Tomsich
2018-01-28 16:12   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich

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=E1efpZV-0007cK-R2@mail.theobroma-systems.com \
    --to=philipp.tomsich@theobroma-systems.com \
    --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.