Re: [PATCH v3 1/6] usb: gadget: udc: atmel: use of_find_matching_node_and_match

2020-07-23 Thread Cristian.Birsan
On 7/23/20 7:28 PM, Claudiu Beznea - M18063 wrote: > > > On 22.07.2020 17:43, claudiu.bez...@microchip.com wrote: >> >> >> On 22.07.2020 16:44, cristian.bir...@microchip.com wrote: >>> From: Claudiu Beznea >>> >>> Instead of trying to match every possible compatible use >>> of_find_matching_no

Re: [PATCH v3 1/6] usb: gadget: udc: atmel: use of_find_matching_node_and_match

2020-07-23 Thread Claudiu.Beznea
On 22.07.2020 17:43, claudiu.bez...@microchip.com wrote: > > > On 22.07.2020 16:44, cristian.bir...@microchip.com wrote: >> From: Claudiu Beznea >> >> Instead of trying to match every possible compatible use >> of_find_matching_node_and_match() and pass the compatible array. >> >> Signed-off-b

Re: [PATCH v3 1/6] usb: gadget: udc: atmel: use of_find_matching_node_and_match

2020-07-22 Thread Claudiu.Beznea
On 22.07.2020 16:44, cristian.bir...@microchip.com wrote: > From: Claudiu Beznea > > Instead of trying to match every possible compatible use > of_find_matching_node_and_match() and pass the compatible array. > > Signed-off-by: Claudiu Beznea > --- > drivers/usb/gadget/udc/atmel_usba_udc.c |

[PATCH v3 1/6] usb: gadget: udc: atmel: use of_find_matching_node_and_match

2020-07-22 Thread cristian.birsan
From: Claudiu Beznea Instead of trying to match every possible compatible use of_find_matching_node_and_match() and pass the compatible array. Signed-off-by: Claudiu Beznea --- drivers/usb/gadget/udc/atmel_usba_udc.c | 25 ++--- 1 file changed, 18 insertions(+), 7 deletions