Samsung / TizenRT

TizenRT is a lightweight RTOS-based platform to support low-end IoT devices
Apache License 2.0
561 stars 560 forks source link

os/pm: Removes pm register related code from PM #6259

Open ritesh55555 opened 2 weeks ago

ritesh55555 commented 2 weeks ago

This commit removes the pm register related code from pm. Before this change, each driver used to register pm_callback structure to notify PM during state change. That code part is removed now.

This PR uses the patch from https://github.com/Samsung/TizenRT/pull/6247

edwakuwaku commented 1 week ago

Hi @ritesh55555 , PR#6247 has been merged, you can rebase your PR now. Thanks.