Re: [PATCH v4 0/1] drm/loongson: Introduce component framework support
… > v3 -> v4: > * Tiny refinement and clean up. I suggest to reconsider the need for a cover letter according to a single patch. Regards, Markus
[PATCH v4 0/1] drm/loongson: Introduce component framework support
Introduce component framework to avoid potential cyclic dependency problem. The whole driver won't finish bound before all submodules are ready, respective modules just do fundimental works in their probe() function, such as allocating storage for themselves, mapping mmio, and handling the externa