summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-14unittest: Rename haltest binary from pass_hal_gtest to pass_haltestssubmit/tizen_5.0/20181101.000004submit/tizen/20180814.043415accepted/tizen/unified/20180814.063323accepted/tizen/5.0/unified/20181102.021359tizen_5.0accepted/tizen_5.0_unifiedChanwoo Choi2-1/+1
2018-08-03unittest: pass_hal_gtest: Modify path of systemctl commandsubmit/tizen/20180803.032812accepted/tizen/unified/20180808.063338Chanwoo Choi1-2/+2
2018-08-03pass: rescon: Fix issue of init_level setting and remove unneeded pass_hotplugChanwoo Choi4-117/+14
2018-08-03unittest: pass_gtest: Use gdbus-definition.h to remove local definitionChanwoo Choi1-34/+32
2018-08-03gdbus: Separate gdubs-definition.h from gdbus-util.hChanwoo Choi2-29/+54
2018-07-23packaging: Add pass-unittest packagesubmit/tizen/20180724.000537accepted/tizen/unified/20180724.073356Chanwoo Choi1-0/+13
2018-07-23packaging: Add pass-haltests packageChanwoo Choi1-0/+14
2018-07-23unittest: Add testcase to verify pass daemonDongwoo Lee1-0/+241
2018-07-23unittest: Add testcase to verify PASS HAL interfaceChanwoo Choi3-0/+587
2018-07-23pass: hal: Fix error number from EINVAL to EPERM/ENODEVChanwoo Choi1-46/+46
2018-07-18hal: Move LOG_TAG definition to makefile to remove the duplicateChanwoo Choi3-8/+1
2018-07-18Remove unused macro and definitions from CMakeLists.txtChanwoo Choi1-70/+0
2018-07-18gdbus: Move dbus interface definition to one header fileChanwoo Choi5-28/+29
2018-07-17packaging: Remove unused libpass.manifest fileChanwoo Choi1-5/+0
2018-06-07core: Remove unused helper functionsChanwoo Choi2-159/+0
2018-05-11packaging: Remove unneeded package's dependencysubmit/tizen/20180514.060515accepted/tizen/unified/20180516.065450Chanwoo Choi1-7/+0
2018-05-10pass: thermal: Fix issue during stop PASS daemonsubmit/tizen/20180510.070432accepted/tizen/unified/20180510.134400Chanwoo Choi1-1/+1
2018-05-10Remove dependency of unneeded libtzplatform-config packageChanwoo Choi1-1/+0
2018-05-10scripts: Fix dbus issue to get dbus well-known nameChanwoo Choi1-0/+4
2018-04-26scripts: Simplify the deny permission for PASS dbus interfacesubmit/tizen/20180427.074549accepted/tizen/unified/20180430.072116Chanwoo Choi1-4/+2
2018-04-06pass: resmon: Remove duplicate free operation of monitor instancesubmit/tizen/20180409.024353accepted/tizen/unified/20180410.063557Chanwoo Choi1-7/+3
2018-04-06pass: thermal: Add support of Thermal Monitor of each h/w resourceChanwoo Choi4-2/+218
2018-04-06pass: parser: Add support of thermal monitor for each h/w resourceChanwoo Choi2-0/+120
2018-04-06pass: pmqos: Group the private data of PMQoS module into struct pmqosChanwoo Choi3-20/+23
2018-04-06thermal: Add new Thermal Monitor moduleChanwoo Choi7-0/+525
2018-04-05scripts: Add pass-thermal.conf configurationChanwoo Choi3-0/+27
2018-04-05core: gdbus: Add new gdbus function to send broadcast signalChanwoo Choi2-0/+43
2018-04-05core: device-notifier: Add new DEVICE_NOTIFIER_THERMALChanwoo Choi1-0/+1
2018-04-05core: device-notifier: Remove unused notifier definitionChanwoo Choi1-1/+0
2018-04-05pmqos: Clean-up code and remove unnecessary functionChanwoo Choi1-74/+52
2018-03-30pass: resmon: Save updated timer intervalChanwoo Choi1-0/+5
2018-03-16pass: cpuhp: Fix error when exiting the CPUHP moduleChanwoo Choi1-0/+15
2018-03-16pass: resmon: Add uevent-based RESMON_SRC_THERMAL sourceChanwoo Choi1-2/+24
2018-03-16pass: resmon: Add uevent-based resource monitorChanwoo Choi7-8/+449
2018-03-15pass: Initialize only supported module according to h/w resourceChanwoo Choi2-38/+111
2018-03-15pass: rescon: Set default pass level when initializing RESCONChanwoo Choi2-10/+10
2018-03-15pass: cpuhp: Replace legacy monitoring with RESMON (Resource Monitor)Chanwoo Choi7-188/+60
2018-03-15pass: resmon: Add timer-based RESMON_SRC_THERMAL sourceChanwoo Choi2-0/+40
2018-03-15pass: resmon: Add timer-based RESMON_SRC_CPUHP sourceChanwoo Choi2-0/+105
2018-03-15pass: resmon: Add resmon source's skeleton codeChanwoo Choi3-1/+88
2018-03-15pass: resmon: Add new Resource Monitor (resmon) moduleChanwoo Choi7-4/+545
2018-03-13pass: cpuhp: Remove possible null deferencesubmit/tizen/20180313.020130accepted/tizen/unified/20180313.061035Seung-Woo Kim1-2/+5
2018-02-23pass: Remove inclusion of unneeded header fileChanwoo Choi1-1/+0
2018-02-23Remove unnecessary CREDITSChanwoo Choi1-7/+0
2018-02-20pass: Remove unreachable code of dbus_cb_core_stop()submit/tizen/20180221.002730accepted/tizen/unified/20180221.061150Chanwoo Choi1-21/+6
2018-02-02pass: cpuhp: Remove unnecessary struct pass_freq_policy and level_up_thresholdChanwoo Choi3-20/+5
2018-02-02pass: cpuhp: Replace 'governor' with 'cpuhp' expressionChanwoo Choi6-96/+68
2018-02-02pass: pmqos: Remove unneeded header file of PMQoSChanwoo Choi3-28/+2
2018-02-02pass: rescon: Set init_level for init step to write the required levelChanwoo Choi1-25/+27
2018-02-02pass: rescon: Move initialization code to guarantee the independnecyChanwoo Choi5-50/+124