All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Walmsley <paul@pwsan.com>
To: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Grygorii Strashko <grygorii.strashko@linaro.org>,
	tony@atomide.com, nsekhar@ti.com, linux-omap@vger.kernel.org,
	sumit.semwal@linaro.org, linux-arm-kernel@lists.infradead.org,
	nm@ti.com, t-kristo@ti.com
Subject: Re: [PATCH 1/2] ARM: DRA7: hwmod_data: Fix hwmod data for pcie
Date: Mon, 2 Mar 2015 04:05:09 +0000 (UTC)	[thread overview]
Message-ID: <alpine.DEB.2.02.1503020404360.9987@utopia.booyaka.com> (raw)
In-Reply-To: <1424422274-27946-1-git-send-email-kishon@ti.com>

On Fri, 20 Feb 2015, Kishon Vijay Abraham I wrote:

> Fixed hwmod data for pcie by having the correct module mode offset.
> Previously this module mode offset was part of pcie PHY which was wrong.
> Now this module mode offset was moved to pcie hwmod and removed the hwmod data
> for pcie phy. While at that renamed pcie_hwmod to pciess_hwmod in order
> to match with the name given in TRM.
> 
> This helps to get rid of the following warning
> "omap_hwmod: pcie1: _wait_target_disable failed"
> 
> [Grygorii.Strashko@linaro.org: Found the issue that actually caused
>  "omap_hwmod: pcie1: _wait_target_disable failed"]
> Signed-off-by: Grygorii Strashko <Grygorii.Strashko@linaro.org>
> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

Thanks sent this for v4.0-rc fixes.  Unfortunately I don't have a DRA7xx 
board so can't test.


- Paul

WARNING: multiple messages have this Message-ID (diff)
From: paul@pwsan.com (Paul Walmsley)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: DRA7: hwmod_data: Fix hwmod data for pcie
Date: Mon, 2 Mar 2015 04:05:09 +0000 (UTC)	[thread overview]
Message-ID: <alpine.DEB.2.02.1503020404360.9987@utopia.booyaka.com> (raw)
In-Reply-To: <1424422274-27946-1-git-send-email-kishon@ti.com>

On Fri, 20 Feb 2015, Kishon Vijay Abraham I wrote:

> Fixed hwmod data for pcie by having the correct module mode offset.
> Previously this module mode offset was part of pcie PHY which was wrong.
> Now this module mode offset was moved to pcie hwmod and removed the hwmod data
> for pcie phy. While at that renamed pcie_hwmod to pciess_hwmod in order
> to match with the name given in TRM.
> 
> This helps to get rid of the following warning
> "omap_hwmod: pcie1: _wait_target_disable failed"
> 
> [Grygorii.Strashko at linaro.org: Found the issue that actually caused
>  "omap_hwmod: pcie1: _wait_target_disable failed"]
> Signed-off-by: Grygorii Strashko <Grygorii.Strashko@linaro.org>
> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

Thanks sent this for v4.0-rc fixes.  Unfortunately I don't have a DRA7xx 
board so can't test.


- Paul

  parent reply	other threads:[~2015-03-02  4:05 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-20  8:51 [PATCH 1/2] ARM: DRA7: hwmod_data: Fix hwmod data for pcie Kishon Vijay Abraham I
2015-02-20  8:51 ` Kishon Vijay Abraham I
2015-02-20  8:51 ` [PATCH 2/2] ARM: dts: dra7: remove ti,hwmod property from pcie phy Kishon Vijay Abraham I
2015-02-20  8:51   ` Kishon Vijay Abraham I
2015-03-18 16:36   ` Grygorii Strashko
2015-03-18 16:36     ` Grygorii Strashko
2015-03-18 16:57     ` Tony Lindgren
2015-03-18 16:57       ` Tony Lindgren
2015-03-18 19:36       ` Grygorii.Strashko@linaro.org
2015-03-18 19:36         ` Grygorii.Strashko@linaro.org
2015-03-18 20:23         ` Tony Lindgren
2015-03-18 20:23           ` Tony Lindgren
2015-03-19 14:55         ` Paul Walmsley
2015-03-19 14:55           ` Paul Walmsley
2015-03-19 15:39           ` Grygorii.Strashko@linaro.org
2015-03-19 15:39             ` Grygorii.Strashko@linaro.org
2015-03-19 15:45             ` Paul Walmsley
2015-03-19 15:45               ` Paul Walmsley
2015-03-19 16:03               ` Tony Lindgren
2015-03-19 16:03                 ` Tony Lindgren
2015-03-19 16:36                 ` Paul Walmsley
2015-03-19 16:36                   ` Paul Walmsley
2015-03-19 16:21               ` Grygorii.Strashko@linaro.org
2015-03-19 16:21                 ` Grygorii.Strashko@linaro.org
2015-03-19 16:49                 ` Paul Walmsley
2015-03-19 16:49                   ` Paul Walmsley
2015-03-25 22:53                   ` Kishon Vijay Abraham I
2015-03-25 22:53                     ` Kishon Vijay Abraham I
2015-03-26  7:29                     ` Paul Walmsley
2015-03-26  7:29                       ` Paul Walmsley
2015-03-02  4:05 ` Paul Walmsley [this message]
2015-03-02  4:05   ` [PATCH 1/2] ARM: DRA7: hwmod_data: Fix hwmod data for pcie Paul Walmsley

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=alpine.DEB.2.02.1503020404360.9987@utopia.booyaka.com \
    --to=paul@pwsan.com \
    --cc=grygorii.strashko@linaro.org \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=nsekhar@ti.com \
    --cc=sumit.semwal@linaro.org \
    --cc=t-kristo@ti.com \
    --cc=tony@atomide.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.