diff options
author | Shyam Sundar S K <Shyam-sundar.S-k@amd.com> | 2023-12-12 07:16:58 +0530 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2023-12-18 12:47:46 +0100 |
commit | c7af165372a8612eae08dbbab787d1d84d7f0384 (patch) | |
tree | 9add603f5b9f13d3ce3bd940b4d020fcd146e822 /drivers/rtc/rtc-mpfs.c | |
parent | 7c45534afa4435c9fceeeb8ca33c0fdc269c2240 (diff) |
platform/x86/amd/pmf: change amd_pmf_init_features() call sequence
To sideload pmf policy binaries, the Smart PC Solution Builder provides a
debugfs file called "update_policy"; that gets created under a new debugfs
directory called "pb" and this new directory has to be associated with
existing parent directory for PMF driver called "amd_pmf".
In the current code structure, amd_pmf_dbgfs_register() is called after
amd_pmf_init_features(). This will not help when the Smart PC builder
feature has to be assoicated to the parent directory.
Hence change the order of amd_pmf_dbgfs_register() and call it before
amd_pmf_init_features() so that when the Smart PC init happens, it has the
parent debugfs directory to get itself hooked.
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Link: https://lore.kernel.org/r/20231212014705.2017474-6-Shyam-sundar.S-k@amd.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/rtc/rtc-mpfs.c')
0 files changed, 0 insertions, 0 deletions