linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] arch/sh: fix Ethernet clock for SH7786
Date: Tue, 09 Jan 2018 14:57:51 +0000	[thread overview]
Message-ID: <20180109155751.6d2af509@windsurf> (raw)
In-Reply-To: <20171204143049.20244-1-thomas.petazzoni@free-electrons.com>

Hello,

On Mon,  4 Dec 2017 15:30:49 +0100, Thomas Petazzoni wrote:
> The sh_eth driver (used for the Ethernet controller on SH7786) uses
> devm_clk_get(&pdev->dev, NULL) to get its clock. It means that con_id
> = NULL, and therefore a clock lookup made on the con_id doesn't work.
> 
> In order to make sure that the sh_eth driver is able to find its clock
> on SH7786, we switch from using a con_id to a dev_id in the clock
> lookup table for this SoC.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Is it possible to get this patch merged? It has a Reviewed-by from
Geert.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

  parent reply	other threads:[~2018-01-09 14:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-04 14:30 [PATCH] arch/sh: fix Ethernet clock for SH7786 Thomas Petazzoni
2017-12-04 14:58 ` Geert Uytterhoeven
2017-12-04 15:23 ` Thomas Petazzoni
2017-12-04 15:31 ` Geert Uytterhoeven
2018-01-09 14:57 ` Thomas Petazzoni [this message]
2018-02-26 13:50 ` Thomas Petazzoni

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=20180109155751.6d2af509@windsurf \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=linux-sh@vger.kernel.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).