Re: [RFC][PATCH v2 00/13] USB: OTG/DRD Core functionality

2015-04-19 Thread Peter Chen
On Tue, Apr 14, 2015 at 01:41:47PM +0300, Roger Quadros wrote: > This is an attempt to centralize OTG/Dual-role functionality in the kernel. > As of now I've got Dual-role functionality working pretty reliably on > dra7-evm. xhci side of things for OTG/DRD use are fixed in > http://thread.gmane.org

Re: [PATCH 1/2] clk: change clk_ops' ->round_rate() prototype

2015-04-19 Thread Boris Brezillon
Hi Heiko, On Sun, 19 Apr 2015 14:13:04 +0200 Heiko Stübner wrote: > Hi Boris, > > Am Freitag, 17. April 2015, 09:29:28 schrieb Boris Brezillon: > > Clock rates are stored in an unsigned long field, but ->round_rate() > > (which returns a rounded rate from a requested one) returns a long > > val

Re: [PATCH 1/2] clk: change clk_ops' ->round_rate() prototype

2015-04-19 Thread Heiko Stübner
Hi Boris, Am Freitag, 17. April 2015, 09:29:28 schrieb Boris Brezillon: > Clock rates are stored in an unsigned long field, but ->round_rate() > (which returns a rounded rate from a requested one) returns a long > value (errors are reported using negative error codes), which can lead > to long ove