Andrew Bresticker
1885d9a337
xhci: Introduce xhci_init_driver()
...
Since the struct hc_driver is mostly the same across the xhci-pci,
xhci-plat, and the upcoming xhci-tegra driver, introduce the function
xhci_init_driver() which will populate the hc_driver with the default
xHCI operations. The caller must supply a setup function which will
be used as the hc_driver's reset callback.
Note that xhci-plat also overrides the default ->start() callback so
that it can do rcar-specific initialization.
Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-03 14:44:45 -07:00
..
2014-09-19 10:50:30 -07:00
2014-09-06 11:27:15 +09:00
2014-08-13 18:27:40 -06:00
2014-09-15 16:20:56 -07:00
2014-08-25 15:39:23 -04:00
2014-09-13 09:39:55 -07:00
2014-07-31 01:07:28 +02:00
2014-09-05 13:25:01 -07:00
2014-09-11 22:28:38 +09:30
2014-09-09 13:52:18 -07:00
2014-08-08 11:14:29 -07:00
2014-09-08 00:02:58 +02:00
2014-08-27 15:40:45 +01:00
2014-08-14 18:10:33 -06:00
2014-09-11 10:54:25 +05:30
2014-08-28 11:59:09 +05:30
2014-08-15 17:56:45 -06:00
2014-08-06 09:38:14 -07:00
2014-09-09 07:51:09 +01:00
2014-08-29 14:31:43 +02:00
2014-09-20 10:10:14 -07:00
2014-08-27 09:38:06 -07:00
2014-08-06 20:06:14 -07:00
2014-08-04 17:32:24 -07:00
2014-09-22 11:11:48 -07:00
2014-07-29 11:46:28 +03:00
2014-09-04 19:59:42 +02:00
2014-08-05 21:16:46 -07:00
2014-08-15 17:06:40 -04:00
2014-09-14 18:21:23 +01:00
2014-09-23 16:47:34 -07:00
2014-09-15 15:12:01 -07:00
2014-09-05 16:01:46 +02:00
2014-09-03 12:08:10 +00:00
2014-08-22 11:31:30 -07:00
2014-09-02 10:02:13 -07:00
2014-08-06 18:01:19 -07:00
2014-08-07 17:23:16 -07:00
2014-07-29 01:57:25 -07:00
2014-09-10 11:20:47 -04:00
2014-09-04 12:24:19 -03:00
2014-07-29 19:26:30 -05:00
2014-09-16 16:55:55 -04:00
2014-08-28 15:57:55 +01:00
2014-09-08 14:38:14 -07:00
2014-08-14 18:10:33 -06:00
2014-09-06 12:12:09 -07:00
2014-09-25 13:11:52 +02:00
2014-09-14 00:10:38 -04:00
2014-08-16 09:03:58 +01:00
2014-09-21 22:31:08 +02:00
2014-08-08 15:57:25 -07:00
2014-09-19 10:50:30 -07:00
2014-08-07 08:50:34 -07:00
2014-09-24 15:18:34 +05:30
2014-09-10 14:25:51 +02:00
2014-09-03 10:45:12 -07:00
2014-07-30 00:23:09 +02:00
2014-08-08 11:14:29 -07:00
2014-09-03 01:29:00 +02:00
2014-08-12 12:15:14 -06:00
2014-08-18 10:58:43 +02:00
2014-08-12 12:15:14 -06:00
2014-09-10 11:35:02 +01:00
2014-08-29 16:28:16 -07:00
2014-09-08 08:27:00 -07:00
2014-08-05 18:57:18 -07:00
2014-09-22 18:23:33 -07:00
2014-08-22 12:28:16 +09:00
2014-09-16 16:20:19 -07:00
2014-08-25 15:39:22 -04:00
2014-09-19 15:32:20 -07:00
2014-09-17 13:44:01 -07:00
2014-08-26 14:54:48 -07:00
2014-09-08 16:33:56 -07:00
2014-10-03 14:44:45 -07:00
2014-09-23 22:05:26 -07:00
2014-08-08 10:39:16 -06:00
2014-09-12 11:45:10 +03:00
2014-07-27 21:07:15 +09:30
2014-08-08 15:57:30 -07:00
2014-08-07 08:47:00 -07:00
2014-09-11 16:52:29 -07:00
2014-08-04 17:32:24 -07:00
2014-08-04 18:34:04 -07:00