Re: [PATCH 01/17] dm: usb: udc: Factor out plain udevice handler functions

2023-08-22 Thread Mattijs Korpershoek
On sam., août 19, 2023 at 16:23, Marek Vasut wrote: > Pull the functionality of UDC uclass that operates on plain udevice > and does not use this dev_array array into separate functions and > expose those functions, so that as much code as possible can be > switched over to these functions and

Re: [PATCH 01/17] dm: usb: udc: Factor out plain udevice handler functions

2023-08-21 Thread Miquel Raynal
Hi Marek, ma...@denx.de wrote on Sat, 19 Aug 2023 16:23:51 +0200: > Pull the functionality of UDC uclass that operates on plain udevice > and does not use this dev_array array into separate functions and > expose those functions, so that as much code as possible can be > switched over to these

[PATCH 01/17] dm: usb: udc: Factor out plain udevice handler functions

2023-08-19 Thread Marek Vasut
Pull the functionality of UDC uclass that operates on plain udevice and does not use this dev_array array into separate functions and expose those functions, so that as much code as possible can be switched over to these functions and the dev_array can be dropped. Signed-off-by: Marek Vasut ---