Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-27 | usb: isp1760: Remove duplicate usb_disabled() check | Laurent Pinchart | |
Both isp1760_register() and isp1761_pci_probe() check whether USB is disabled by calling usb_disabled(), and bail out with an error if it is. One check is enough, remove the PCI-specific check. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Felipe Balbi <balbi@ti.com> | |||
2015-01-27 | usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/ | Laurent Pinchart | |
Now that this is DRD, it doesn't make sense to keep it under drivers/usb/host. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Felipe Balbi <balbi@ti.com> |