RE: [PATCH 0/2] add platform bus

2023-01-25 Thread Tomasz Duszynski
workplumber.org; chenbo@intel.com; Tomasz Duszynski > >Subject: [PATCH 0/2] add platform bus > >Platform bus is a bus under Linux which manages devices that do not have any >discovery-mechanism >built in. Linux learns about platform devices directly from device-tree during &

[PATCH 0/2] add platform bus

2023-01-25 Thread Tomasz Duszynski
Platform bus is a bus under Linux which manages devices that do not have any discovery-mechanism built in. Linux learns about platform devices directly from device-tree during boot-up phase. Afterwards if userspace wants to use some particular device driver being usually a mixture of vdev/rawdev g

[PATCH 0/2] add platform bus

2023-01-25 Thread Tomasz Duszynski
Platform bus is a bus under Linux which manages devices that do not have any discovery-mechanism built in. Linux learns about platform devices directly from device-tree during boot-up phase. Afterwards if userspace wants to use some particular device driver being usually a mixture of vdev/rawdev g