Re: [PATCH v2 5/5] usb: xhci: allow multiple firmware versions

2019-06-23 Thread Vinod Koul
On 21-06-19, 21:46, Christian Lamparter wrote: > On Friday, June 21, 2019 10:59:13 AM CEST Vinod Koul wrote: > > Allow multiple firmware file versions in table and load them in > > increasing order as we find them in the file system. > > > > Signed-off-by: Vinod Koul > > Cc: Yoshihiro Shimoda >

Re: [PATCH v2 5/5] usb: xhci: allow multiple firmware versions

2019-06-21 Thread Christian Lamparter
On Friday, June 21, 2019 10:59:13 AM CEST Vinod Koul wrote: > Allow multiple firmware file versions in table and load them in > increasing order as we find them in the file system. > > Signed-off-by: Vinod Koul > Cc: Yoshihiro Shimoda > Cc: Christian Lamparter > --- >

[PATCH v2 5/5] usb: xhci: allow multiple firmware versions

2019-06-21 Thread Vinod Koul
Allow multiple firmware file versions in table and load them in increasing order as we find them in the file system. Signed-off-by: Vinod Koul Cc: Yoshihiro Shimoda Cc: Christian Lamparter --- drivers/usb/host/xhci-pci.c | 46 +++-- 1 file changed, 44