Merge tag 'pci-v5.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[linux-2.6-microblaze.git] / 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:
6           https://lore.kernel.org/lkml/1409957256-23729-1-git-send-email-sboyd@codeaurora.org)
7         - review arithmetic
8           - overflow after multiplication?
9           - maximize accuracy before divisions
10
11 Patches to:
12         Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13         Sören Brinkmann <soren.brinkmann@xilinx.com>