On 15.04.22 08:14, Shayne Chen wrote:
Add RF registers read/write support for debugging RF issues, which
should be processed by mcu commands.
Reviewed-by: Ryder Lee <ryder.lee@xxxxxxxxxxxx>
Signed-off-by: Peter Chiu <chui-hao.chiu@xxxxxxxxxxxx>
Signed-off-by: Shayne Chen <shayne.chen@xxxxxxxxxxxx>
What's the required width of rf_sel and rf_ofs? Would both fit together
in a single u32? If so, you could just use the generic regidx debugfs
file for both and simply add a rf_regval debugfs file.
- Felix