Skip to content

Commit c2671bb

Browse files
pathakraulavpatel
authored andcommitted
lib: rpmi: Make RPMI drivers as non-experimental
As RPMI v1.0 specification is frozen, disable the experimental tag for such RPMI drivers. Signed-off-by: Rahul Pathak <[email protected]> Reviewed-by: Anup Patel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Anup Patel <[email protected]>
1 parent a5fdef4 commit c2671bb

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

lib/utils/cppc/fdt_cppc_rpmi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,5 +370,4 @@ static const struct fdt_match rpmi_cppc_match[] = {
370370
const struct fdt_driver fdt_cppc_rpmi = {
371371
.match_table = rpmi_cppc_match,
372372
.init = rpmi_cppc_cold_init,
373-
.experimental = true,
374373
};

lib/utils/hsm/fdt_hsm_rpmi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,4 @@ static const struct fdt_match rpmi_hsm_match[] = {
359359
const struct fdt_driver fdt_hsm_rpmi = {
360360
.match_table = rpmi_hsm_match,
361361
.init = rpmi_hsm_cold_init,
362-
.experimental = true,
363362
};

lib/utils/mailbox/fdt_mailbox_rpmi_shmem.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,6 @@ struct fdt_mailbox fdt_mailbox_rpmi_shmem = {
819819
.driver = {
820820
.match_table = rpmi_shmem_mbox_match,
821821
.init = rpmi_shmem_mbox_init,
822-
.experimental = true,
823822
},
824823
.xlate = fdt_mailbox_simple_xlate,
825824
};

lib/utils/mpxy/fdt_mpxy_rpmi_clock.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,4 @@ static const struct fdt_match clock_match[] = {
8383
const struct fdt_driver fdt_mpxy_rpmi_clock = {
8484
.match_table = clock_match,
8585
.init = mpxy_rpmi_mbox_init,
86-
.experimental = true,
8786
};

lib/utils/mpxy/fdt_mpxy_rpmi_sysmsi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,4 @@ static const struct fdt_match sysmsi_match[] = {
205205
const struct fdt_driver fdt_mpxy_rpmi_sysmsi = {
206206
.match_table = sysmsi_match,
207207
.init = mpxy_rpmi_mbox_init,
208-
.experimental = true,
209208
};

lib/utils/reset/fdt_reset_rpmi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,4 @@ static const struct fdt_match rpmi_reset_match[] = {
138138
const struct fdt_driver fdt_reset_rpmi = {
139139
.match_table = rpmi_reset_match,
140140
.init = rpmi_reset_init,
141-
.experimental = true,
142141
};

lib/utils/suspend/fdt_suspend_rpmi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,4 @@ static const struct fdt_match rpmi_suspend_match[] = {
135135
const struct fdt_driver fdt_suspend_rpmi = {
136136
.match_table = rpmi_suspend_match,
137137
.init = rpmi_suspend_init,
138-
.experimental = true,
139138
};

0 commit comments

Comments
 (0)