1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/modules
Sergei Trofimov d9f45db71e Implementing dynamic device modules
Dynamic modules may be loaded automatically on device initialization if
the device supports them. Dynamic modules implent probe() method to
determine whether they are supported by a particular deviced.

devcpufreq and cpuidle have been converted into dynamic modules
2015-06-18 09:42:40 +01:00
..
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
active_cooling.py Adding missing descriptions for modules. 2015-04-22 17:02:27 +01:00
cgroups.py cleaning up initialize() 2015-06-18 09:30:38 +01:00
cpufreq.py Implementing dynamic device modules 2015-06-18 09:42:40 +01:00
cpuidle.py Implementing dynamic device modules 2015-06-18 09:42:40 +01:00
flashing.py Adding missing descriptions for modules. 2015-04-22 17:02:27 +01:00
reset.py Adding missing descriptions for modules. 2015-04-22 17:02:27 +01:00