Merge tag 'for-v3.13/clock-fixes-a' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / drivers / staging / dwc2 / TODO
1 TODO:
2         - Dan Carpenter would like to see some cleanups to the microframe
3           scheduler code:
4           http://www.mail-archive.com/linux-usb@vger.kernel.org/msg26650.html
5
6         - Should merge the NAK holdoff patch from Raspberry Pi
7           (http://marc.info/?l=linux-usb&m=137625067103833). But as it stands
8           that patch is incomplete, it needs more investigation to see if it
9           can be made to work for non-Raspberry Pi platforms that lack the
10           special FIQ interrupt that the Pi has. Without this patch, the driver
11           has a high interrupt rate (8K/sec).
12
13         - The Raspberry Pi platform needs to have support for its FIQ interrupt
14           added, to get the same level of functionality as the downstream
15           driver. The raspberrypi.org developers have indicated they are
16           willing to help with that.
17
18         - Some of the default driver parameters (see 'struct dwc2_core_params'
19           in core.h) won't work for many platforms. So DT attributes will need
20           to be added for some of these. But that can be done as-needed as new
21           platforms are added.
22
23         - Eventually the driver should be merged with the s3c-hsotg peripheral
24           mode driver, so that both modes of operation can be supported with a
25           single driver. But I think that can wait till after the driver has
26           been moved to mainline.
27
28         - After that, OTG support can be added. I'm not sure how much demand
29           there is for that, though, so I have that as a low priority.
30
31 Please send any patches for this driver to Paul Zimmerman <paulz@synopsys.com>
32 and Greg Kroah-Hartman <gregkh@linuxfoundation.org>. And please CC linux-usb
33 <linux-usb@vger.kernel.org> too.