* [dunfell][PATCH v2] ti-img-rogue-driver: AM62 Active power management
@ 2023-01-11 22:14 Randolph Sapp
2023-01-11 22:33 ` [meta-ti] " Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Randolph Sapp @ 2023-01-11 22:14 UTC (permalink / raw)
To: reatmon, denys; +Cc: meta-ti, Randolph Sapp
Bump source revision. Changelog from source:
- Cleanup the device initialization routine for all platforms
- Add a power safeguard for multicore initialization
- Enable active power management for AM62 devices
v2: This revision actually uses the correct commit hash. Not sure where
I got the old one from.
Signed-off-by: Randolph Sapp <rs@ti.com>
---
recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
index 94a7f220..9a5bc479 100644
--- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
+++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
@@ -26,7 +26,7 @@ SRC_URI = " \
S = "${WORKDIR}/git"
-SRCREV = "c901804e8221d477983a6f7224a9cdc6e832f050"
+SRCREV = "1dd6291a5cad4f2b909fc2a14bd717a3bc5f0bb2"
TARGET_PRODUCT_j7-evm = "j721e_linux"
TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-ti] [dunfell][PATCH v2] ti-img-rogue-driver: AM62 Active power management
2023-01-11 22:14 [dunfell][PATCH v2] ti-img-rogue-driver: AM62 Active power management Randolph Sapp
@ 2023-01-11 22:33 ` Denys Dmytriyenko
2023-01-11 23:34 ` [EXTERNAL] " Sapp, Randolph
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2023-01-11 22:33 UTC (permalink / raw)
To: rs; +Cc: reatmon, denys, meta-ti
On Wed, Jan 11, 2023 at 04:14:34PM -0600, Randolph Sapp via lists.yoctoproject.org wrote:
> Bump source revision. Changelog from source:
> - Cleanup the device initialization routine for all platforms
> - Add a power safeguard for multicore initialization
> - Enable active power management for AM62 devices
>
> v2: This revision actually uses the correct commit hash. Not sure where
> I got the old one from.
Thanks, but patch revision changes are usually listed after the --- cut line
below to not get into the commit log history.
> Signed-off-by: Randolph Sapp <rs@ti.com>
> ---
Here.
> recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
> index 94a7f220..9a5bc479 100644
> --- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
> +++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
> @@ -26,7 +26,7 @@ SRC_URI = " \
>
> S = "${WORKDIR}/git"
>
> -SRCREV = "c901804e8221d477983a6f7224a9cdc6e832f050"
> +SRCREV = "1dd6291a5cad4f2b909fc2a14bd717a3bc5f0bb2"
>
> TARGET_PRODUCT_j7-evm = "j721e_linux"
> TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
> --
> 2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [EXTERNAL] Re: [meta-ti] [dunfell][PATCH v2] ti-img-rogue-driver: AM62 Active power management
2023-01-11 22:33 ` [meta-ti] " Denys Dmytriyenko
@ 2023-01-11 23:34 ` Sapp, Randolph
2023-01-11 23:42 ` Ryan Eatmon
0 siblings, 1 reply; 4+ messages in thread
From: Sapp, Randolph @ 2023-01-11 23:34 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: reatmon, denys, meta-ti
On Wed, Jan 11 2023 at 05:33:49 PM -0500, Denys Dmytriyenko
<denis@denix.org> wrote:
> On Wed, Jan 11, 2023 at 04:14:34PM -0600, Randolph Sapp via
> lists.yoctoproject.org wrote:
>> Bump source revision. Changelog from source:
>> - Cleanup the device initialization routine for all platforms
>> - Add a power safeguard for multicore initialization
>> - Enable active power management for AM62 devices
>>
>> v2: This revision actually uses the correct commit hash. Not sure
>> where
>> I got the old one from.
>
> Thanks, but patch revision changes are usually listed after the ---
> cut line
> below to not get into the commit log history.
>
>
>> Signed-off-by: Randolph Sapp <rs@ti.com>
>> ---
>
> Here.
Ah, thanks. I'll keep that in mind. Do you want me to resubmit this
patch?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [EXTERNAL] Re: [meta-ti] [dunfell][PATCH v2] ti-img-rogue-driver: AM62 Active power management
2023-01-11 23:34 ` [EXTERNAL] " Sapp, Randolph
@ 2023-01-11 23:42 ` Ryan Eatmon
0 siblings, 0 replies; 4+ messages in thread
From: Ryan Eatmon @ 2023-01-11 23:42 UTC (permalink / raw)
To: Sapp, Randolph, Denys Dmytriyenko; +Cc: denys, meta-ti
On 1/11/2023 17:34, Sapp, Randolph wrote:
> On Wed, Jan 11 2023 at 05:33:49 PM -0500, Denys Dmytriyenko
> <denis@denix.org> wrote:
>> On Wed, Jan 11, 2023 at 04:14:34PM -0600, Randolph Sapp via
>> lists.yoctoproject.org wrote:
>>> Bump source revision. Changelog from source:
>>> - Cleanup the device initialization routine for all platforms
>>> - Add a power safeguard for multicore initialization
>>> - Enable active power management for AM62 devices
>>>
>>> v2: This revision actually uses the correct commit hash. Not sure where
>>> I got the old one from.
>>
>> Thanks, but patch revision changes are usually listed after the ---
>> cut line
>> below to not get into the commit log history.
>>
>>
>>> Signed-off-by: Randolph Sapp <rs@ti.com>
>>> ---
>>
>> Here.
>
> Ah, thanks. I'll keep that in mind. Do you want me to resubmit this patch?
Yes, please.
--
Ryan Eatmon reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc. - LCPD - MGTS
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-01-11 23:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-11 22:14 [dunfell][PATCH v2] ti-img-rogue-driver: AM62 Active power management Randolph Sapp
2023-01-11 22:33 ` [meta-ti] " Denys Dmytriyenko
2023-01-11 23:34 ` [EXTERNAL] " Sapp, Randolph
2023-01-11 23:42 ` Ryan Eatmon
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.