Re: [PATCH 1/3] drm/loongson: Add helpers for creating subdevice

2024-05-15 Thread Sui Jingfeng
Hi, On 5/16/24 04:30, Markus Elfring wrote: In some display subsystems, the functionality of a PCI(e) device may too … of the functionality into child devices can helps to achieve better modularity, eaiser for understand and maintain. Add the loongson_create_platform_device() function to pove

Re: [PATCH 1/3] drm/loongson: Add helpers for creating subdevice

2024-05-15 Thread Markus Elfring
> In some display subsystems, the functionality of a PCI(e) device may too … > of the functionality into child devices can helps to achieve better > modularity, eaiser for understand and maintain. > > Add the loongson_create_platform_device() function to pove the way … Please avoid typos in such a

[PATCH 1/3] drm/loongson: Add helpers for creating subdevice

2024-05-12 Thread Sui Jingfeng
In some display subsystems, the functionality of a PCI(e) device may too complex for a single driver to be managed by a monolithic driver. A split of the functionality into child devices can helps to achieve better modularity, eaiser for understand and maintain. Add the loongson_create_platform_de