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] [PATCH 3/6] rockchip: clk: rk3399: add clocking support for Ethernet
Date: Sat, 25 Mar 2017 21:48:02 -0600	[thread overview]
Message-ID: <CAPnjgZ0c71KzC+qY-KUnXo-hOgu0g+UWxomh2u_MrJO38g5uMQ@mail.gmail.com> (raw)
In-Reply-To: <1490379869-47505-4-git-send-email-philipp.tomsich@theobroma-systems.com>

On 24 March 2017 at 12:24, Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
> The Ethernet driver for the RK3288/3399 GMAC makes sure that the clock
> is ungated through a call to clk_set_rate(...). Even though nothing
> needs to be done on the RK3399 (the clock gates are open and the clock
> is external), we need to implement enough support to at least return
> success to enable driver probing.
>
> X-AffectedPlatforms: RK3399-Q7
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
>
>  drivers/clk/rockchip/clk_rk3399.c | 4 ++++
>  1 file changed, 4 insertions(+)

Acked-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2017-03-26  3:48 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-24 18:24 [U-Boot] [PATCH 0/6] rockchip: rk3399: GMAC support for the RK3399 SoC Philipp Tomsich
2017-03-24 18:24 ` [U-Boot] [PATCH 1/6] rockchip: pinctrl: rk3399: add GMAC (RGMII only) support Philipp Tomsich
2017-03-26  3:47   ` Simon Glass
2017-04-02  0:05     ` Simon Glass
2017-03-24 18:24 ` [U-Boot] [PATCH 2/6] rockchip: clk: rk3399: fix warnings for unused variables in SPL/non-SPL Philipp Tomsich
2017-03-26  3:48   ` Simon Glass
2017-04-02  0:05     ` Simon Glass
2017-03-24 18:24 ` [U-Boot] [PATCH 3/6] rockchip: clk: rk3399: add clocking support for Ethernet Philipp Tomsich
2017-03-26  3:48   ` Simon Glass [this message]
2017-04-02  0:05     ` Simon Glass
2017-03-24 18:24 ` [U-Boot] [PATCH 4/6] net: gmac_rockchip: Add support for the RK3399 GMAC Philipp Tomsich
2017-03-25 19:09   ` Joe Hershberger
2017-03-26  3:48     ` Simon Glass
2017-03-26 13:52       ` Joe Hershberger
2017-04-02  0:05         ` Simon Glass
2017-03-24 18:24 ` [U-Boot] [PATCH 5/6] dts: rk3399: add gmac for the rk3399 Philipp Tomsich
2017-03-26  3:48   ` Simon Glass
2017-04-02  0:05     ` Simon Glass
2017-03-24 18:24 ` [U-Boot] [PATCH 6/6] dts: rk3399-puma: add gmac for the RK3399-Q7 Philipp Tomsich
2017-03-26  3:48   ` Simon Glass
2017-03-26 16:24     ` Dr. 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=CAPnjgZ0c71KzC+qY-KUnXo-hOgu0g+UWxomh2u_MrJO38g5uMQ@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.