commit | 09c37fd6fe75a96a3e9d31afd34e5a8980ed1433 | [log] [tgz] |
---|---|---|
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | Tue Jan 07 18:59:15 2020 +0530 |
committer | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | Wed Jan 29 18:00:16 2020 +0530 |
tree | 4352810ed0ef82acb99c3ad90eb6a841f85eca62 | |
parent | 771dbc4b4795df6e88e7b3d369e3883bb3c44f80 [diff] |
bus: mhi: core: Add uevent support for module autoloading Add uevent support to MHI bus so that the client drivers can be autoloaded by udev when the MHI devices gets created. The client drivers are expected to provide MODULE_DEVICE_TABLE with the MHI id_table struct so that the alias can be exported. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>