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

2023-03-13 Thread Tomasz Duszynski
>-Original Message- >From: Thomas Monjalon >Sent: Friday, March 10, 2023 5:45 PM >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 v4] bus: add platform bus

2023-03-10 Thread Thomas Monjalon
01/03/2023 20:59, 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

RE: [PATCH v4] bus: add platform bus

2023-03-09 Thread Tomasz Duszynski
lanukkaran ; >step...@networkplumber.org; david.march...@redhat.com >Subject: [PATCH v4] bus: add platform bus > >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 >

[PATCH v4] bus: add platform bus

2023-03-01 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