lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 8 Aug 2014 08:42:54 -0700 From: Doug Anderson <dianders@...omium.org> To: Kever Yang <kever.yang@...k-chips.com> Cc: Paul Zimmerman <paulz@...opsys.com>, Heiko Stübner <heiko@...ech.de>, Olof Johansson <olof@...om.net>, Sonny Rao <sonnyrao@...omium.org>, Addy Ke <addy.ke@...k-chips.com>, Eddie Cai <cf@...k-chips.com>, Jianqun Xu <xjq@...k-chips.com>, wulf <wulf@...k-chips.com>, lyz <lyz@...k-chips.com>, han jiang <hj@...k-chips.com>, Tao Huang <huangtao@...k-chips.com>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, "linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org> Subject: Re: [PATCH v5 2/4] usb: dwc2: add compatible data for rockchip soc Kever On Thu, Aug 7, 2014 at 8:55 PM, Kever Yang <kever.yang@...k-chips.com> wrote: > This patch add compatible data for dwc2 controller found on > rk3066, rk3188 and rk3288 processors from rockchip. > > Signed-off-by: Kever Yang <kever.yang@...k-chips.com> > Acked-by: Paul Zimmerman <paulz@...opsys.com> > --- > > Changes in v5: > - max_transfer_size change to 65535 to met the requirement of > header file > > Changes in v4: > - max_transfer_size change to 65536, this should be enough > for most transfer, the hardware auto-detect will set this > to 0x7ffff which may make dma_alloc_coherent fail when > non-dword aligned buf from driver like usbnet happen. > > Changes in v3: None > Changes in v2: > - set most parameters as driver auto-detect > > drivers/usb/dwc2/platform.c | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) IMHO this series is ready to go in for 3.18 whenever maintainers feel it's the right time. Reviewed-by: Doug Anderson <dianders@...omium.org> Tested-by: Doug Anderson <dianders@...omium.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists