From: Suman Anna <s-anna@ti.com>
To: "Vutla, Lokesh" <lokeshvutla@ti.com>, "Menon, Nishanth" <nm@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"tony@atomide.com" <tony@atomide.com>,
"paul@pwsan.com" <paul@pwsan.com>,
"linux@arm.linux.org.uk" <linux@arm.linux.org.uk>,
"Nori, Sekhar" <nsekhar@ti.com>, "J, KEERTHY" <j-keerthy@ti.com>,
"Quadros, Roger" <rogerq@ti.com>
Subject: Re: [PATCH 0/2] ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists
Date: Wed, 23 Jul 2014 17:43:31 -0500 [thread overview]
Message-ID: <53D03A93.90002@ti.com> (raw)
In-Reply-To: <53CF34B8.6000602@ti.com>
Hi Lokesh,
On 07/22/2014 11:06 PM, Vutla, Lokesh wrote:
> Hi Nishanth,
> On Tuesday 22 July 2014 10:15 PM, Nishanth Menon wrote:
>> On 07/16/2014 03:36 AM, Lokesh Vutla wrote:
>>> This series add seperate ocp interface lists that are specific to dra74x
>>> and dra72x, and moving USB OTG SS4 to dra74x only since its not present
>>> in dra72x. Without this USB OTG SS4 hwmod gives an abort on dra72x.
>>>
>>> Adding support for soc_is_dra74x() and soc_is_dra72x() in order to differentiate
>>> between dra74x and dra72x and pass the respective ocp interface lists.
>>>
>>> Verified on dra74x evm and dra72x evm using 3.16-rc5 based mainline kernel.
Thanks for the series. I also need this for the differences in DSPs
present on both SoCs.
>>>
>>> Before:
>>> dra74x : http://paste.ubuntu.com/7802364/
>>> dra72x : http://paste.ubuntu.com/7802334/ (Kernel panic)
>>>
>>> After-
>>> dra74x : http://paste.ubuntu.com/7802340/
>>> dra72x : http://paste.ubuntu.com/7802338/ (booted)
>>>
>>> Rajendra Nayak (2):
>>> ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x()
>>> varients
>>> ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists
>>>
>>> arch/arm/mach-omap2/omap_hwmod.c | 3 +++
>>> arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 22 ++++++++++++++++++++--
>>> arch/arm/mach-omap2/soc.h | 7 +++++++
>>> 3 files changed, 30 insertions(+), 2 deletions(-)
>>>
>> Tested-by: Nishanth Menon <nm@ti.com>
> Thanks..
>>
>> BUT, I suggest a follow up series to do exactly the same (moving stuff
>> that are not common from dra7.dtsi to dra72x.dtsi and 74x.dtsi) as
>> well to ensure that dts indicates exactly the same information (only
>> the applicable IPs are present in dts).
We also need a similar split for clockdomains, and possibly powerdomains
(I haven't compared all of them myself).
regards
Suman
> The separation of dra72x.dtsi and dra74x.dtsi is already happened and the patch is
> already present in mainline[1].
> Looks like usb_otg_ss4 is still present in dra7.dtsi, but this should go into dra74x.dtsi.
> I ll take it up.
>
> [1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=38b248db60e32734417534b57f9ab687c445113a
>
> Thanks and regards,
> Lokesh
>
>>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
WARNING: multiple messages have this Message-ID (diff)
From: s-anna@ti.com (Suman Anna)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists
Date: Wed, 23 Jul 2014 17:43:31 -0500 [thread overview]
Message-ID: <53D03A93.90002@ti.com> (raw)
In-Reply-To: <53CF34B8.6000602@ti.com>
Hi Lokesh,
On 07/22/2014 11:06 PM, Vutla, Lokesh wrote:
> Hi Nishanth,
> On Tuesday 22 July 2014 10:15 PM, Nishanth Menon wrote:
>> On 07/16/2014 03:36 AM, Lokesh Vutla wrote:
>>> This series add seperate ocp interface lists that are specific to dra74x
>>> and dra72x, and moving USB OTG SS4 to dra74x only since its not present
>>> in dra72x. Without this USB OTG SS4 hwmod gives an abort on dra72x.
>>>
>>> Adding support for soc_is_dra74x() and soc_is_dra72x() in order to differentiate
>>> between dra74x and dra72x and pass the respective ocp interface lists.
>>>
>>> Verified on dra74x evm and dra72x evm using 3.16-rc5 based mainline kernel.
Thanks for the series. I also need this for the differences in DSPs
present on both SoCs.
>>>
>>> Before:
>>> dra74x : http://paste.ubuntu.com/7802364/
>>> dra72x : http://paste.ubuntu.com/7802334/ (Kernel panic)
>>>
>>> After-
>>> dra74x : http://paste.ubuntu.com/7802340/
>>> dra72x : http://paste.ubuntu.com/7802338/ (booted)
>>>
>>> Rajendra Nayak (2):
>>> ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x()
>>> varients
>>> ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists
>>>
>>> arch/arm/mach-omap2/omap_hwmod.c | 3 +++
>>> arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 22 ++++++++++++++++++++--
>>> arch/arm/mach-omap2/soc.h | 7 +++++++
>>> 3 files changed, 30 insertions(+), 2 deletions(-)
>>>
>> Tested-by: Nishanth Menon <nm@ti.com>
> Thanks..
>>
>> BUT, I suggest a follow up series to do exactly the same (moving stuff
>> that are not common from dra7.dtsi to dra72x.dtsi and 74x.dtsi) as
>> well to ensure that dts indicates exactly the same information (only
>> the applicable IPs are present in dts).
We also need a similar split for clockdomains, and possibly powerdomains
(I haven't compared all of them myself).
regards
Suman
> The separation of dra72x.dtsi and dra74x.dtsi is already happened and the patch is
> already present in mainline[1].
> Looks like usb_otg_ss4 is still present in dra7.dtsi, but this should go into dra74x.dtsi.
> I ll take it up.
>
> [1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=38b248db60e32734417534b57f9ab687c445113a
>
> Thanks and regards,
> Lokesh
>
>>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2014-07-23 22:44 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-16 8:36 [PATCH 0/2] ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists Lokesh Vutla
2014-07-16 8:36 ` Lokesh Vutla
2014-07-16 8:36 ` Lokesh Vutla
2014-07-16 8:36 ` [PATCH 1/2] ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() varients Lokesh Vutla
2014-07-16 8:36 ` Lokesh Vutla
2014-07-16 8:36 ` Lokesh Vutla
2014-07-22 16:46 ` Nishanth Menon
2014-07-22 16:46 ` Nishanth Menon
2014-07-22 16:46 ` Nishanth Menon
2014-07-23 22:46 ` Suman Anna
2014-07-23 22:46 ` Suman Anna
2014-07-16 8:36 ` [PATCH 2/2] ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists Lokesh Vutla
2014-07-16 8:36 ` Lokesh Vutla
2014-07-16 8:36 ` Lokesh Vutla
2014-07-22 16:50 ` Nishanth Menon
2014-07-22 16:50 ` Nishanth Menon
2014-07-22 16:50 ` Nishanth Menon
2014-07-23 3:57 ` Lokesh Vutla
2014-07-23 3:57 ` Lokesh Vutla
2014-07-23 3:57 ` Lokesh Vutla
2014-07-25 15:24 ` Lokesh Vutla
2014-07-25 15:24 ` Lokesh Vutla
2014-07-25 15:24 ` Lokesh Vutla
2014-07-25 15:44 ` Nishanth Menon
2014-07-25 15:44 ` Nishanth Menon
2014-07-22 16:45 ` [PATCH 0/2] " Nishanth Menon
2014-07-22 16:45 ` Nishanth Menon
2014-07-22 16:45 ` Nishanth Menon
2014-07-23 4:06 ` Lokesh Vutla
2014-07-23 4:06 ` Lokesh Vutla
2014-07-23 4:06 ` Lokesh Vutla
2014-07-23 22:43 ` Suman Anna [this message]
2014-07-23 22:43 ` Suman Anna
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=53D03A93.90002@ti.com \
--to=s-anna@ti.com \
--cc=j-keerthy@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=lokeshvutla@ti.com \
--cc=nm@ti.com \
--cc=nsekhar@ti.com \
--cc=paul@pwsan.com \
--cc=rogerq@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.