Maxime Ripard
9824cf73c3
clk: Add a function to retrieve phase
...
The current phase API doesn't look into the actual hardware to get the phase
value, but will rather get it from a variable only set by the set_phase
function.
This will cause issue when the client driver will never call the set_phase
function, where we can end up having a reported phase that will not match what
the hardware has been programmed to by the bootloader or what phase is
programmed out of reset.
Add a new get_phase function for the drivers to implement so that we can get
this value.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com >
Reviewed-by: Heiko Stuebner <heiko@sntech.de >
Acked-by: Hans de Goede <hdegoede@redhat.com >
2014-09-27 08:57:51 +02:00
..
2014-08-06 18:01:23 -07:00
2014-08-08 15:57:26 -07:00
2014-08-07 11:54:51 +02:00
2014-08-09 09:15:07 -07:00
2014-08-05 17:46:42 -07:00
2014-08-07 23:37:07 -07:00
2014-08-05 17:38:45 -07:00
2014-08-07 17:17:39 -07:00
2014-08-14 11:09:05 -06:00
2014-08-06 09:38:14 -07:00
2014-08-11 11:42:39 +02:00
2014-08-14 09:15:53 -06:00
2014-08-05 18:29:21 +01:00
2014-08-06 09:38:14 -07:00
2014-08-13 18:13:19 -06:00
2014-08-06 09:38:14 -07:00
2014-08-07 14:40:09 -04:00
2014-08-09 09:15:07 -07:00
2014-08-06 18:01:27 -07:00
2014-09-27 08:57:38 +02:00
2014-09-27 08:57:51 +02:00
2014-09-27 08:57:38 +02:00
2014-08-06 18:01:16 -07:00
2014-08-07 14:40:10 -04:00
2014-08-05 15:59:35 -07:00
2014-08-06 18:01:16 -07:00
2014-08-11 07:14:01 -07:00
2014-08-08 15:57:33 -07:00
2014-08-07 14:40:08 -04:00
2014-08-11 11:44:11 -07:00
2014-08-06 18:01:12 -07:00
2014-08-09 17:33:44 -07:00
2014-08-06 18:01:15 -07:00
2014-08-06 18:01:24 -07:00
2014-08-08 17:39:48 -07:00
2014-08-06 18:01:22 -07:00
2014-08-06 18:01:19 -07:00
2014-08-06 18:01:19 -07:00
2014-08-11 12:16:51 -07:00
2014-08-08 15:57:32 -07:00
2014-08-10 21:31:58 -07:00
2014-08-08 15:57:33 -07:00
2014-08-06 18:01:24 -07:00
2014-08-06 14:24:47 +02:00
2014-08-06 18:01:24 -07:00
2014-08-06 18:01:15 -07:00
2014-08-08 15:57:18 -07:00
2014-08-06 18:01:21 -07:00
2014-08-08 15:57:23 -07:00
2014-08-08 15:57:27 -07:00
2014-08-06 18:01:18 -07:00
2014-08-06 18:01:22 -07:00
2014-08-06 18:01:20 -07:00
2014-08-11 11:44:11 -07:00
2014-08-06 18:01:21 -07:00
2014-08-11 14:06:23 +01:00
2014-08-06 18:01:21 -07:00
2014-08-08 15:57:18 -07:00
2014-08-06 18:01:17 -07:00
2014-08-06 18:01:20 -07:00
2014-08-13 15:13:44 +10:00
2014-08-06 18:01:24 -07:00
2014-08-14 15:13:39 -07:00
2014-08-08 15:57:24 -07:00
2014-08-08 15:57:26 -07:00
2014-08-14 18:13:46 -06:00
2014-08-05 17:46:42 -07:00
2014-08-08 15:57:26 -07:00
2014-08-08 15:57:31 -07:00
2014-08-06 13:03:44 +02:00
2014-08-11 12:16:51 -07:00
2014-08-08 15:57:17 -07:00
2014-08-08 15:57:32 -07:00
2014-08-08 15:57:24 -07:00
2014-08-06 13:03:43 +02:00
2014-08-07 20:39:36 -04:00
2014-08-07 14:40:11 -04:00
2014-08-08 15:57:22 -07:00
2014-08-08 10:39:16 -06:00
2014-08-06 18:01:19 -07:00
2014-08-06 18:01:23 -07:00
2014-08-08 15:57:26 -07:00
2014-08-06 18:01:23 -07:00