diff mbox series

[dunfell,v2] ti-img-rogue-driver: AM62 Active power management

Message ID 20230111221434.2399898-1-rs@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [dunfell,v2] ti-img-rogue-driver: AM62 Active power management | expand

Commit Message

Randolph Sapp Jan. 11, 2023, 10:14 p.m. UTC
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(-)

Comments

Denys Dmytriyenko Jan. 11, 2023, 10:33 p.m. UTC | #1
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
Randolph Sapp Jan. 11, 2023, 11:34 p.m. UTC | #2
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?
Ryan Eatmon Jan. 11, 2023, 11:42 p.m. UTC | #3
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.
diff mbox series

Patch

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"