Re: [PATCH-2] drivers/net/usb: Add support for 'Lenovo OneLink Pro Dock'

2015-05-09 Thread David Miller
From: Vasily Titskiy qeh...@gmail.com Date: Wed, 6 May 2015 10:31:21 -0400 This device is sold as 'Lenovo OneLink Pro Dock'. Chipset is RTL8153 and works with r8152. Signed-off-by: Vasily Titskiy qeh...@gmail.com Applied, thanks. -- To unsubscribe from this list: send the line unsubscribe

usb3 problem

2015-05-09 Thread James
I have a usb3 problem. I have an external drive backups that works fine on USB2 but disconnects on USB3. The bug reports I found were many kernels ago. I am using Debian Jessie (kernel 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u2 x86_64 GNU/Linux) [0.00] 3[21469.344295] Buffer I/O

Re: [PATCH 1/2] phy: miphy28lp: fix sparse warnings

2015-05-09 Thread Maxime Coquelin
Hi Felipe, On 05/08/2015 06:30 PM, Felipe Balbi wrote: Add missing __iomem annotation to the base address so Sparse doesn't complain. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/phy/phy-miphy28lp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, for the patch,

Re: [PATCH 2/2] phy: miphy365x: fix sparse warnings

2015-05-09 Thread Maxime Coquelin
Hi Felipe, On 05/08/2015 06:30 PM, Felipe Balbi wrote: Add missing 'static' modifier so sparse won't complain anymore. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/phy/phy-miphy365x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) For this one also, you can add my: