linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: Clock problems in i.MX27 Visstrim M10 (linux-3.5-rc5).
Date: Wed, 4 Jul 2012 09:11:59 +0200	[thread overview]
Message-ID: <20120704071159.GJ2698@pengutronix.de> (raw)
In-Reply-To: <CACKLOr0z13sMQhb14YpDp7UtwfhVoqRAMOJCA+geapq=Lh7VuQ@mail.gmail.com>

On Tue, Jul 03, 2012 at 01:09:52PM +0200, javier Martin wrote:
> Hi,
> I've found the following problems in linux-3.5-rc5
> (6887a4131da3adaab011613776d865f4bcfb5678) in our Visstrim M10 board:
> 
> At boot:
> 
> Moreover, the following 'clk_get()' fails in mx2_camera.c driver:
> 
> 	pcdev->clk_emma = clk_get(NULL, "emma");
> 	if (IS_ERR(pcdev->clk_emma)) {
> 		err = PTR_ERR(pcdev->clk_emma);
> 		goto exit_free_irq;
> 	}
> 
> 
> I know you guys have been doing some hard deep job with the clocks in
> the i.MX. I've tried a bisect but it's highly thedious since there are
> a lot of commits that do not compile:
> 

[...]

> Do you have any hints of what could have been broken? I'll keep on
> searching meanwhile.

Mainly these two problems exist:

- missing clk_prepare (or clk_prepare_enable)
- missing (or mismatching) clk_register_clkdev

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

      parent reply	other threads:[~2012-07-04  7:11 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-03 11:09 Clock problems in i.MX27 Visstrim M10 (linux-3.5-rc5) javier Martin
2012-07-03 11:18 ` javier Martin
2012-07-03 13:13 ` Fabio Estevam
2012-07-03 17:56   ` Fabio Estevam
2012-07-04  7:48   ` javier Martin
2012-07-04  8:30     ` javier Martin
2012-07-04  8:35       ` Sascha Hauer
2012-07-04  8:49         ` javier Martin
2012-07-04 11:26     ` Fabio Estevam
2012-07-04 11:30       ` javier Martin
2012-07-04 11:41         ` Fabio Estevam
2012-07-04 18:23           ` Fabio Estevam
2012-07-04 19:55             ` Fabio Estevam
2012-07-06  6:44               ` javier Martin
2012-07-06 12:32                 ` Fabio Estevam
2012-07-09  7:00                   ` javier Martin
2012-07-04  7:11 ` Sascha Hauer [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=20120704071159.GJ2698@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --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 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).