Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / staging / clocking-wizard / TODO
1 TODO:
2         - support for fractional multiplier
3         - support for fractional divider (output 0 only)
4         - support for set_rate() operations (may benefit from Stephen Boyd's
5           refactoring of the clk primitives: https://lkml.org/lkml/2014/9/5/766)
6         - review arithmetic
7           - overflow after multiplication?
8           - maximize accuracy before divisions
9
10 Patches to:
11         Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12         Sören Brinkmann <soren.brinkmann@xilinx.com>