Re: [PATCH 4/6] OMAP: hwmod: Temporary disable dependency

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Benoit Cousson <b-cousson@xxxxxx> writes:

> From: Rajendra Nayak <rnayak@xxxxxx>
>
> Dependency not supported yet, hence comment all dependency handling
> code in hwmod.
>
> Signed-off-by: Rajendra Nayak <rnayak@xxxxxx>
> Signed-off-by: Benoit Cousson <b-cousson@xxxxxx>
> Cc: Paul Walmsley <paul@xxxxxxxxx>
> ---
>  arch/arm/mach-omap2/omap_hwmod.c |   10 ++++++++++
>  1 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c
> index 2fff39f..302f2c8 100644
> --- a/arch/arm/mach-omap2/omap_hwmod.c
> +++ b/arch/arm/mach-omap2/omap_hwmod.c
> @@ -908,7 +908,9 @@ static int _enable(struct omap_hwmod *oh)
>  
>  	/* XXX mux balls */
>  
> +#if 0
>  	_add_initiator_dep(oh, mpu_oh);
> +#endif
>  	_enable_clocks(oh);
>  
>  	r = _wait_target_ready(oh);
> @@ -949,7 +951,9 @@ static int _idle(struct omap_hwmod *oh)
>  
>  	if (oh->class->sysc)
>  		_sysc_idle(oh);
> +#if 0
>  	_del_initiator_dep(oh, mpu_oh);
> +#endif

At least, the temporaty hack should use cpu_is_* as to not
break OMAP3.

Kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux