Re: [PATCH] bus/platform: probe devices without resources

2023-03-16 Thread Thomas Monjalon
13/03/2023 08:07, Tomasz Duszynski: > Platform device does not necessarily need to have any resources > defined. That means device is only capable of doing DMA transfers > and platform bus should not hinder a valid use-case. > > Signed-off-by: Tomasz Duszynski Applied, thanks.

[PATCH] bus/platform: probe devices without resources

2023-03-13 Thread Tomasz Duszynski
Platform device does not necessarily need to have any resources defined. That means device is only capable of doing DMA transfers and platform bus should not hinder a valid use-case. Signed-off-by: Tomasz Duszynski --- drivers/bus/platform/platform.c | 4 +++- 1 file changed, 3 insertions(+), 1