[PATCH] bus: mhi: core: Add missing checks for MMIO register entries

2021-03-02 Thread Bhaumik Bhatt
As per documentation, fields marked as (required) in an MHI controller structure need to be populated by the controller driver before calling mhi_register_controller(). Ensure all required fields are present in the controller before proceeding with the registration. Signed-off-by: Bhaumik Bhatt -

[PATCH] bus: mhi: core: Add missing checks for MMIO register entries

2021-03-02 Thread Bhaumik Bhatt
As per documentation, fields marked as (required) in an MHI controller structure need to be populated by the controller driver before calling mhi_register_controller(). Ensure all required fields are present in the controller before proceeding with the registration. Signed-off-by: Bhaumik Bhatt -