Axel Haslam c844ff74b0 USB: ohci: da8xx: Allow a regulator to handle VBUS
Using a regulator to handle VBUS will eliminate the need for
platform data and callbacks, and make the driver more generic
allowing different types of regulators to handle VBUS.

The regulator equivalents to the platform callbacks are:
    set_power   ->  regulator_enable/regulator_disable
    get_power   ->  regulator_is_enabled
    get_oci     ->  regulator_get_error_flags
    ocic_notify ->  regulator event notification

Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-11-29 17:31:35 +01:00
..
2016-11-13 10:22:07 -08:00
2016-11-16 11:10:58 -08:00
2016-11-16 20:46:32 +01:00
2016-11-17 13:53:02 -08:00
2016-10-21 21:40:29 +02:00
2016-09-27 12:33:47 +02:00
2016-11-28 08:34:10 +01:00
2016-10-07 21:23:40 -07:00
2016-11-05 10:52:29 -07:00
2016-11-25 20:57:21 -05:00
2016-11-16 12:39:57 -07:00
2016-10-07 21:23:40 -07:00
2016-11-28 08:44:54 +01:00
2016-11-11 17:02:01 -08:00
2016-09-20 20:57:12 +10:00
2016-10-06 17:03:49 -07:00
2016-11-22 13:48:05 -08:00
2016-10-14 11:07:42 -07:00
2016-11-13 10:13:33 -08:00
2016-11-01 09:04:04 -06:00
2016-10-24 19:52:24 -07:00