From: Dave Gerlach <d-gerlach-l0cyMroinI0@public.gmane.org>
To: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Ohad Ben-Cohen <ohad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org>,
Suman Anna <s-anna-l0cyMroinI0@public.gmane.org>,
Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Subject: Re: [PATCH v3 0/3] ARM: OMAP2+: wkup_m3_rproc support patches
Date: Mon, 13 Jul 2015 12:15:10 -0500 [thread overview]
Message-ID: <55A3F21E.6050301@ti.com> (raw)
In-Reply-To: <20150713072750.GE26485-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
On 07/13/2015 02:27 AM, Tony Lindgren wrote:
> * Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [150713 00:28]:
>> * Dave Gerlach <d-gerlach-l0cyMroinI0@public.gmane.org> [150709 12:53]:
>>> Tony,
>>> On 04/01/2015 02:47 PM, Dave Gerlach wrote:
>>>> This series adds the mach-omap2 code and DT nodes for v3 of the
>>>> wkup_m3_rproc driver submitted here [1]. pdata-quirks patch requires
>>>> the pdata added with patch 4 of the aforementioned series. Based on
>>>> previous discussion here [2], the wkup_m3 DT node has been moved as a
>>>> child of the l4_wkup as is done for l4_wkup components in Tero Kristo's
>>>> series "PRCM+SCM cleanup against 4.0-rc1" found here [3]. Because of that,
>>>> this series applies cleanly on top of that series in order to leverage the
>>>> l4_wkup parent node introduced there.
>>>>
>>>> In addition to the move of the wkup_m3 node for am33xx, a new patch
>>>> has been added to introduce the wkup_m3 node in the same fashion for
>>>> am43xx as both SoCs use the same configuration. With this change
>>>> support was also added to pdata-quirks for passing reset handlers to
>>>> the driver for the am43xx binding as was already done for am33xx.
>>>>
>>>> I have pushed a branch containing all patches for am335x suspend
>>>> here for a big picture view of how all patches fit together with
>>>> these wkup_m3_rproc series [4].
>>>>
>>>> v2->v3:
>>>> -Change ti,am3353-wkup-m3 compat to ti,am3352-wkup-m3 to reflect
>>>> binding documentation change
>>>> -Add ti,am4372-wkup-m3 node to am4372 SoC dt file
>>>> -Add am4372 support to pdata-quirks for reset handlers
>>>
>>> Now that Ohad has sent a pull request for the wkup_m3_rproc driver [1] and it
>>> has been merged is it possible for this series with the DT nodes and pdata-quirk
>>> to get picked up? Let me know and I can rebase and resend if you'd like.
>>
>> Yes this series looks good to me now, will queue for v4.3.
>
> Looks like you need to repost this series again against v4.2-rc2
> to apply though.
Ok will do, thanks!
Regards,
Dave
>
> Regards,
>
> Tony
>
>>> [1] https://lkml.org/lkml/2015/7/1/354
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: d-gerlach@ti.com (Dave Gerlach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/3] ARM: OMAP2+: wkup_m3_rproc support patches
Date: Mon, 13 Jul 2015 12:15:10 -0500 [thread overview]
Message-ID: <55A3F21E.6050301@ti.com> (raw)
In-Reply-To: <20150713072750.GE26485@atomide.com>
On 07/13/2015 02:27 AM, Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [150713 00:28]:
>> * Dave Gerlach <d-gerlach@ti.com> [150709 12:53]:
>>> Tony,
>>> On 04/01/2015 02:47 PM, Dave Gerlach wrote:
>>>> This series adds the mach-omap2 code and DT nodes for v3 of the
>>>> wkup_m3_rproc driver submitted here [1]. pdata-quirks patch requires
>>>> the pdata added with patch 4 of the aforementioned series. Based on
>>>> previous discussion here [2], the wkup_m3 DT node has been moved as a
>>>> child of the l4_wkup as is done for l4_wkup components in Tero Kristo's
>>>> series "PRCM+SCM cleanup against 4.0-rc1" found here [3]. Because of that,
>>>> this series applies cleanly on top of that series in order to leverage the
>>>> l4_wkup parent node introduced there.
>>>>
>>>> In addition to the move of the wkup_m3 node for am33xx, a new patch
>>>> has been added to introduce the wkup_m3 node in the same fashion for
>>>> am43xx as both SoCs use the same configuration. With this change
>>>> support was also added to pdata-quirks for passing reset handlers to
>>>> the driver for the am43xx binding as was already done for am33xx.
>>>>
>>>> I have pushed a branch containing all patches for am335x suspend
>>>> here for a big picture view of how all patches fit together with
>>>> these wkup_m3_rproc series [4].
>>>>
>>>> v2->v3:
>>>> -Change ti,am3353-wkup-m3 compat to ti,am3352-wkup-m3 to reflect
>>>> binding documentation change
>>>> -Add ti,am4372-wkup-m3 node to am4372 SoC dt file
>>>> -Add am4372 support to pdata-quirks for reset handlers
>>>
>>> Now that Ohad has sent a pull request for the wkup_m3_rproc driver [1] and it
>>> has been merged is it possible for this series with the DT nodes and pdata-quirk
>>> to get picked up? Let me know and I can rebase and resend if you'd like.
>>
>> Yes this series looks good to me now, will queue for v4.3.
>
> Looks like you need to repost this series again against v4.2-rc2
> to apply though.
Ok will do, thanks!
Regards,
Dave
>
> Regards,
>
> Tony
>
>>> [1] https://lkml.org/lkml/2015/7/1/354
WARNING: multiple messages have this Message-ID (diff)
From: Dave Gerlach <d-gerlach@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <linux-omap@vger.kernel.org>,
<devicetree@vger.kernel.org>, Ohad Ben-Cohen <ohad@wizery.com>,
Suman Anna <s-anna@ti.com>, Kevin Hilman <khilman@linaro.org>
Subject: Re: [PATCH v3 0/3] ARM: OMAP2+: wkup_m3_rproc support patches
Date: Mon, 13 Jul 2015 12:15:10 -0500 [thread overview]
Message-ID: <55A3F21E.6050301@ti.com> (raw)
In-Reply-To: <20150713072750.GE26485@atomide.com>
On 07/13/2015 02:27 AM, Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [150713 00:28]:
>> * Dave Gerlach <d-gerlach@ti.com> [150709 12:53]:
>>> Tony,
>>> On 04/01/2015 02:47 PM, Dave Gerlach wrote:
>>>> This series adds the mach-omap2 code and DT nodes for v3 of the
>>>> wkup_m3_rproc driver submitted here [1]. pdata-quirks patch requires
>>>> the pdata added with patch 4 of the aforementioned series. Based on
>>>> previous discussion here [2], the wkup_m3 DT node has been moved as a
>>>> child of the l4_wkup as is done for l4_wkup components in Tero Kristo's
>>>> series "PRCM+SCM cleanup against 4.0-rc1" found here [3]. Because of that,
>>>> this series applies cleanly on top of that series in order to leverage the
>>>> l4_wkup parent node introduced there.
>>>>
>>>> In addition to the move of the wkup_m3 node for am33xx, a new patch
>>>> has been added to introduce the wkup_m3 node in the same fashion for
>>>> am43xx as both SoCs use the same configuration. With this change
>>>> support was also added to pdata-quirks for passing reset handlers to
>>>> the driver for the am43xx binding as was already done for am33xx.
>>>>
>>>> I have pushed a branch containing all patches for am335x suspend
>>>> here for a big picture view of how all patches fit together with
>>>> these wkup_m3_rproc series [4].
>>>>
>>>> v2->v3:
>>>> -Change ti,am3353-wkup-m3 compat to ti,am3352-wkup-m3 to reflect
>>>> binding documentation change
>>>> -Add ti,am4372-wkup-m3 node to am4372 SoC dt file
>>>> -Add am4372 support to pdata-quirks for reset handlers
>>>
>>> Now that Ohad has sent a pull request for the wkup_m3_rproc driver [1] and it
>>> has been merged is it possible for this series with the DT nodes and pdata-quirk
>>> to get picked up? Let me know and I can rebase and resend if you'd like.
>>
>> Yes this series looks good to me now, will queue for v4.3.
>
> Looks like you need to repost this series again against v4.2-rc2
> to apply though.
Ok will do, thanks!
Regards,
Dave
>
> Regards,
>
> Tony
>
>>> [1] https://lkml.org/lkml/2015/7/1/354
next prev parent reply other threads:[~2015-07-13 17:15 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-01 19:47 [PATCH v3 0/3] ARM: OMAP2+: wkup_m3_rproc support patches Dave Gerlach
2015-04-01 19:47 ` Dave Gerlach
2015-04-01 19:47 ` Dave Gerlach
2015-04-01 19:47 ` [PATCH v3 1/3] ARM: OMAP2+: Use pdata-quirks for wkup_m3 reset management Dave Gerlach
2015-04-01 19:47 ` Dave Gerlach
2015-04-01 19:47 ` Dave Gerlach
2015-04-01 19:47 ` [PATCH v3 2/3] ARM: dts: AM33xx: Update and move wkup_m3 node to l4 node Dave Gerlach
2015-04-01 19:47 ` Dave Gerlach
2015-04-01 19:47 ` Dave Gerlach
2015-04-01 19:47 ` [PATCH v3 3/3] ARM: dts: AM4372: Add the wkupm3 rproc node Dave Gerlach
2015-04-01 19:47 ` Dave Gerlach
2015-04-01 19:47 ` Dave Gerlach
[not found] ` <1427917630-43961-1-git-send-email-d-gerlach-l0cyMroinI0@public.gmane.org>
2015-07-09 19:51 ` [PATCH v3 0/3] ARM: OMAP2+: wkup_m3_rproc support patches Dave Gerlach
2015-07-09 19:51 ` Dave Gerlach
2015-07-09 19:51 ` Dave Gerlach
2015-07-13 7:25 ` Tony Lindgren
2015-07-13 7:25 ` Tony Lindgren
[not found] ` <20150713072529.GD26485-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-07-13 7:27 ` Tony Lindgren
2015-07-13 7:27 ` Tony Lindgren
2015-07-13 7:27 ` Tony Lindgren
[not found] ` <20150713072750.GE26485-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-07-13 17:15 ` Dave Gerlach [this message]
2015-07-13 17:15 ` Dave Gerlach
2015-07-13 17:15 ` Dave Gerlach
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=55A3F21E.6050301@ti.com \
--to=d-gerlach-l0cymroini0@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=ohad-Ix1uc/W3ht7QT0dZR+AlfA@public.gmane.org \
--cc=s-anna-l0cyMroinI0@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
/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.