resource: Initialize all resource drivers at start up 81/279981/2
authorDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 19 Aug 2022 07:30:29 +0000 (16:30 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 22 Aug 2022 23:37:48 +0000 (08:37 +0900)
commitac4f60421a824f1e42a3acc2930772dba4e49c46
treea17f72d674e6323a19908a31aba667e7fbeb4c1c
parent4b3c9315834e561b5bd21be04f013e8717150797
resource: Initialize all resource drivers at start up

Instead of initalizing common or permanent data for resource drivers
at creation, now all initialization will be done at start up once.

Change-Id: Idf673d3997c3567b572bcc9ea6dae5e887a0d3f3
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
include/util/resource.h
src/monitor/monitor.c
src/util/resource.c