Re: [PATCH v4 2/4] usb: xhci: Use register defined and field names

2019-06-30 Thread Vinod Koul
On 29-06-19, 00:42, Mathias Nyman wrote: > > Most of this patch should probably be squashed together with the previous > patch Will do -- ~Vinod

Re: [PATCH v4 2/4] usb: xhci: Use register defined and field names

2019-06-28 Thread Mathias Nyman
On 26.6.2019 10.55, Vinod Koul wrote: Instead of using register values and fields lets define them and use in the driver. Signed-off-by: Vinod Koul Cc: Yoshihiro Shimoda Cc: Christian Lamparter Tested-by: Christian Lamparter --- drivers/usb/host/xhci-pci.c | 60

[PATCH v4 2/4] usb: xhci: Use register defined and field names

2019-06-26 Thread Vinod Koul
Instead of using register values and fields lets define them and use in the driver. Signed-off-by: Vinod Koul Cc: Yoshihiro Shimoda Cc: Christian Lamparter Tested-by: Christian Lamparter --- drivers/usb/host/xhci-pci.c | 60 ++--- 1 file changed, 43