All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: paul@pwsan.com
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	archit@ti.com
Subject: Re: [PATCH 0/3] ARM: OMAP2/3: DSS HWMOD fixes
Date: Mon, 11 Jun 2012 09:41:15 +0300	[thread overview]
Message-ID: <1339396875.3632.1.camel@lappyti> (raw)
In-Reply-To: <1336645264-909-1-git-send-email-tomi.valkeinen@ti.com>

[-- Attachment #1: Type: text/plain, Size: 1340 bytes --]

Paul,

Ping. These could be queued for the next merge window.

 Tomi

On Thu, 2012-05-10 at 13:21 +0300, Tomi Valkeinen wrote:
> Hi,
> 
> These patches fix DSS hwmod data related to sysc flags. I haven't seen any
> problem produced by these missing bits, but by looking at the TRM it's clear
> that they should be defined.
> 
> However, applying these will cause additional warnings to show during boot:
> 
> omap_hwmod: dss_dispc: softreset failed (waited 10000 usec)
> omap_hwmod: dss_rfbi: softreset failed (waited 10000 usec)
> 
> Most likely the softreset fails even now, but as there's no check to verify it,
> no warnings are visible.
> 
> I think the reason for the failing softreset is the same problem as we have on
> OMAP4: dss_core hwmod should be enabled before other dss hwmods can be enabled
> (and reset).
> 
>  Tomi
> 
> Tomi Valkeinen (3):
>   ARM: OMAP2/3: HWMOD: Add missing flags for dispc class
>   ARM: OMAP2/3: HWMOD: Add missing flag for rfbi class
>   ARM: OMAP3: HWMOD: Add omap_hwmod_class_sysconfig for dsi
> 
>  .../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c |    2 +-
>  arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c |    3 ++-
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |   15 ++++++++++++++-
>  3 files changed, 17 insertions(+), 3 deletions(-)
> 


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: tomi.valkeinen@ti.com (Tomi Valkeinen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: OMAP2/3: DSS HWMOD fixes
Date: Mon, 11 Jun 2012 09:41:15 +0300	[thread overview]
Message-ID: <1339396875.3632.1.camel@lappyti> (raw)
In-Reply-To: <1336645264-909-1-git-send-email-tomi.valkeinen@ti.com>

Paul,

Ping. These could be queued for the next merge window.

 Tomi

On Thu, 2012-05-10 at 13:21 +0300, Tomi Valkeinen wrote:
> Hi,
> 
> These patches fix DSS hwmod data related to sysc flags. I haven't seen any
> problem produced by these missing bits, but by looking at the TRM it's clear
> that they should be defined.
> 
> However, applying these will cause additional warnings to show during boot:
> 
> omap_hwmod: dss_dispc: softreset failed (waited 10000 usec)
> omap_hwmod: dss_rfbi: softreset failed (waited 10000 usec)
> 
> Most likely the softreset fails even now, but as there's no check to verify it,
> no warnings are visible.
> 
> I think the reason for the failing softreset is the same problem as we have on
> OMAP4: dss_core hwmod should be enabled before other dss hwmods can be enabled
> (and reset).
> 
>  Tomi
> 
> Tomi Valkeinen (3):
>   ARM: OMAP2/3: HWMOD: Add missing flags for dispc class
>   ARM: OMAP2/3: HWMOD: Add missing flag for rfbi class
>   ARM: OMAP3: HWMOD: Add omap_hwmod_class_sysconfig for dsi
> 
>  .../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c |    2 +-
>  arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c |    3 ++-
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |   15 ++++++++++++++-
>  3 files changed, 17 insertions(+), 3 deletions(-)
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120611/340d416a/attachment-0001.sig>

  parent reply	other threads:[~2012-06-11  6:49 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-10 10:21 [PATCH 0/3] ARM: OMAP2/3: DSS HWMOD fixes Tomi Valkeinen
2012-05-10 10:21 ` Tomi Valkeinen
2012-05-10 10:21 ` [PATCH 1/3] ARM: OMAP2/3: HWMOD: Add missing flags for dispc class Tomi Valkeinen
2012-05-10 10:21   ` Tomi Valkeinen
2012-05-10 10:21 ` [PATCH 2/3] ARM: OMAP2/3: HWMOD: Add missing flag for rfbi class Tomi Valkeinen
2012-05-10 10:21   ` Tomi Valkeinen
2012-05-10 10:21 ` [PATCH 3/3] ARM: OMAP3: HWMOD: Add omap_hwmod_class_sysconfig for dsi Tomi Valkeinen
2012-05-10 10:21   ` Tomi Valkeinen
2012-06-11  6:41 ` Tomi Valkeinen [this message]
2012-06-11  6:41   ` [PATCH 0/3] ARM: OMAP2/3: DSS HWMOD fixes Tomi Valkeinen
2012-06-27 20:18 ` Paul Walmsley
2012-06-27 20:18   ` Paul Walmsley
2012-07-04 12:11   ` Paul Walmsley
2012-07-04 12:11     ` Paul Walmsley
2012-08-22  6:24     ` Tomi Valkeinen
2012-08-22  6:24       ` Tomi Valkeinen
2012-08-31  8:30     ` Tomi Valkeinen
2012-08-31  8:30       ` Tomi Valkeinen

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=1339396875.3632.1.camel@lappyti \
    --to=tomi.valkeinen@ti.com \
    --cc=archit@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.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 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.