Linux Samsung SOC development
 help / color / mirror / Atom feed
From: Tushar Behera <tushar.behera@linaro.org>
To: Kukjin Kim <kgene.kim@samsung.com>,
	'Alim Akhtar' <alim.akhtar@gmail.com>
Cc: linux-samsung-soc@vger.kernel.org, jhbird.choi@samsung.com,
	Tomasz Figa <t.figa@samsung.com>
Subject: Re: [PATCH] ARM: dts: Remove mau_pd node for Exynos5420
Date: Thu, 24 Apr 2014 14:37:59 +0530	[thread overview]
Message-ID: <5358D46F.2050303@linaro.org> (raw)
In-Reply-To: <03b001cf5edc$ae42e770$0ac8b650$@samsung.com>

On 04/23/2014 03:43 PM, Kukjin Kim wrote:
> Tushar Behera wrote:
>>
>> On 22 April 2014 13:08, Alim Akhtar <alim.akhtar@gmail.com> wrote:
>>> Hi Tushar
>>>
>>> On Tue, Apr 22, 2014 at 11:09 AM, Tushar Behera
>>> <tushar.behera@linaro.org> wrote:
>>>> MAU powerdomain provides clocks for Audio sub-system block. This block
>>>> comprises of the I2S audio controller, audio DMA blocks and Audio
>>>> sub-system clock registers.
>>>>
>>>> Right now, there is no way to hook up power-domains with clock
>> providers.
>>>> During late boot when this power-domain gets disabled, we get following
>>>> external abort.
> 
> + Jonghwan Choi
> 
> Well, this is not a perfect solution to support MAU power domain, it's true it is a problem right now though.
> 
> In other words, this is just temporal fix for the problem.
> 
> How about accessing clock stuff for audio sub-system with handling MAU power domain via generic IO power domain?
> 

+ Tomasz Figa

Existing power domain driver exynos4_pm_init_power_domain is registered
with an arch_initcall whereas the clk-exynos-audss driver is registered
with core_initcall. Hence even if add mau_pd node to clk-exynos-audss
node, the binding with power-domain doesn't happen.

Alternately, if Tomasz's patches are applied [1], power-domain binding
is successful. But because of the init order, clk-exynos-audss defers
probe resulting in a kernel crash. Forcing clk-exynos-audss to register
through arch_initcall() fixes this issue, but I am not sure if that is okay.

[1] http://www.spinics.net/lists/kernel/msg1728566.html

>>> ?? which abort?? Can you please mention it here?
>>>>
>>
>> Thanks Alim for spotting this ... I somehow missed adding this.
>>
>> <<<<
>> Unhandled fault: imprecise external abort (0x1406) at 0x00000000
>> Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007
>>>>>>
>>
>> Kukjin,
>>
>> Let me know if I need to resend the patch.
> 
> - Kukjin
> 


-- 
Tushar Behera

  reply	other threads:[~2014-04-24  9:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-22  5:39 [PATCH] ARM: dts: Remove mau_pd node for Exynos5420 Tushar Behera
2014-04-22  7:38 ` Alim Akhtar
2014-04-22  8:21   ` Tushar Behera
2014-04-23 10:13     ` Kukjin Kim
2014-04-24  9:07       ` Tushar Behera [this message]
2014-04-24 10:06         ` Tomasz Figa
2014-04-24 11:03           ` Tushar Behera
2014-04-25 23:30             ` Tomasz Figa
2014-04-26 11:57               ` Vikas Sajjan
2014-04-26 15:18                 ` Tomasz Figa
2014-04-26 15:42                   ` Vikas Sajjan
2014-04-26 15:46                     ` Tomasz Figa
2014-04-28  3:41               ` Tushar Behera
2014-05-13  4:11                 ` Kukjin Kim
2014-04-22 16:34 ` Doug Anderson

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=5358D46F.2050303@linaro.org \
    --to=tushar.behera@linaro.org \
    --cc=alim.akhtar@gmail.com \
    --cc=jhbird.choi@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=t.figa@samsung.com \
    /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