RE: [EXT] Re: [PATCH v3] bus: add platform bus

2023-02-22 Thread Tomasz Duszynski
>-Original Message- >From: Thomas Monjalon >Sent: Monday, February 20, 2023 11:52 AM >To: Tomasz Duszynski >Cc: dev@dpdk.org; chenbo@intel.com; Jerin Jacob Kollanukkaran >; >step...@networkplumber.org; david.march...@redhat.com >Subject: [EXT] Re: [PATCH v

Re: [PATCH v3] bus: add platform bus

2023-02-20 Thread Thomas Monjalon
15/02/2023 12:10, Tomasz Duszynski: > Platform bus is a software bus under Linux that manages devices which > generally do not have built-in discovery mechanisms. Linux normally > learns about platform devices directly from device-tree during > boot-up phase. > > Up to this point, whenever some us

[PATCH v3] bus: add platform bus

2023-02-15 Thread Tomasz Duszynski
Platform bus is a software bus under Linux that manages devices which generally do not have built-in discovery mechanisms. Linux normally learns about platform devices directly from device-tree during boot-up phase. Up to this point, whenever some userspace app needed control over platform device