1 Feb
2021
1 Feb
'21
11:38 a.m.
On 01-02-21, 15:58, Vinod Koul wrote:
On 26-01-21, 16:37, Bard Liao wrote:
struct sdw_master_prop { u32 revision; @@ -421,8 +422,11 @@ struct sdw_master_prop { u32 err_threshold; u32 mclk_freq; bool hw_disabled;
- u32 quirks;
Can we do u64 here please.. I dont know where we would end up.. but would hate if we start running out of space ..
Also, is the sdw_master_prop right place for a 'quirk' property. I think we can use sdw_master_device or sdw_bus as this seems like a bus quirk..?
-- ~Vinod