Proceedings of the PM SW Workshop Jun 2010
From OMAPpedia
(Difference between revisions)
Anand sawant (Talk | contribs) |
Anand sawant (Talk | contribs) (→Reset Management Support in HWMOD) |
||
| Line 13: | Line 13: | ||
* '''RFC patches can be found at''' | * '''RFC patches can be found at''' | ||
| - | ** [http://dev.omapzoom.org/pub/scm/swarch/linux-omap-adv.git | + | ** [http://dev.omapzoom.org/pub/scm/swarch/linux-omap-adv.git RFC Patches] Branch: hwmod_reset |
Revision as of 09:01, 11 June 2010
This wikipage contains proceedings of the PM SW Workshop held in Bangalore on 7-11 Jun, 2010
HWMOD Framework Enhancements
Reset Management Support in HWMOD
- Problem Statement
- Most processor IPs do have a HW reset signal controlled by the PRM.
- There is currently no abstraction layer to control the PRM reset register.
- Since these reset signals are IP specific, they should be controlled manually by the driver code.
- Proposed Solution
- Add two APIs for asserting / deasserting reset lines in hwmods processor that require manual reset control.
- Add one API to get the current reset state.
- RFC patches can be found at
- RFC Patches Branch: hwmod_reset