Hi Juri,
This series mainly intends to introduce calibration mechanism and simplify the grammar used in JSON files. [4, 5, 6] of this series are exceptions but also put in this series since the following grammar simplification patches are highly dependent on those features and removal of command line interface done in [4, 5, 6].
This series are also found in: ssh://git@git.linaro.org/people/picheng.chen/rt-app.git calibration_grammar_series
Vincent Guittot (9): make load frequency independent fix calibration issue on mt8173 describe resource names in plain string add run and sleep resource types add phase feature remove support of command line interface simplify grammar of JSON files make global object optional make resource object optional
README.in | 79 +------- src/rt-app.c | 451 +++++++++++++++++++++++++----------------- src/rt-app_args.c | 328 +------------------------------ src/rt-app_args.h | 3 - src/rt-app_parse_config.c | 492 +++++++++++++++++++++++++++------------------- src/rt-app_types.h | 63 +++--- src/rt-app_utils.c | 64 +++++- src/rt-app_utils.h | 3 + 8 files changed, 666 insertions(+), 817 deletions(-)