Re: usb: gadget: g_multi does not work with net2280

2015-04-22 Thread rajeev kumar
Praveen, On Wed, Apr 22, 2015 at 11:19 AM, Praveen Murali pmur...@logicube.com wrote: Hi Rajeev, -Original Message- From: rajeev kumar [mailto:rajeevkumar.li...@gmail.com] Sent: Tuesday, April 21, 2015 10:22 PM To: Praveen Murali Cc: Ricardo Ribalda Delgado; linux-usb

Re: [RFC PATCH 2/3] net/dsa: Allow probing dsa from usbnet

2015-04-22 Thread rajeev kumar
On Tue, Apr 21, 2015 at 6:56 PM, Jan Kaisrlik kaisr...@fel.cvut.cz wrote: From: Jan Kaisrlik ja.kaisr...@gmail.com This patch adds a function which helps to connect net device to DSA switch based on mii_bus and netdev. The switch parameters of the switch are configured in

Re: usb: gadget: g_multi does not work with net2280

2015-04-21 Thread rajeev kumar
Praveen On Wed, Apr 22, 2015 at 6:59 AM, Praveen Murali pmur...@logicube.com wrote: -Original Message- From: Ricardo Ribalda Delgado [mailto:ricardo.riba...@gmail.com] Sent: Tuesday, April 21, 2015 1:33 AM To: Praveen Murali Cc: linux-usb@vger.kernel.org; ba...@ti.com;

Re: [PATCHv2 2/3] usb: ehci-platform: Use devm_of_phy_get_by_index

2015-04-15 Thread rajeev kumar
On Wed, Apr 15, 2015 at 8:06 PM, Alan Stern st...@rowland.harvard.edu wrote: On Wed, 15 Apr 2015, rajeev kumar wrote: @@ -88,15 +88,13 @@ static int ehci_platform_power_on(struct platform_device *dev) } for (phy_num = 0; phy_num priv-num_phys; phy_num

Re: [PATCHv2 2/3] usb: ehci-platform: Use devm_of_phy_get_by_index

2015-04-15 Thread rajeev kumar
On Tue, Apr 14, 2015 at 3:40 AM, Arun Ramamurthy arun.ramamur...@broadcom.com wrote: Getting phys by index instead of phy names so that we do not have to create a naming scheme when multiple phys are present Signed-off-by: Arun Ramamurthy arun.ramamur...@broadcom.com Reviewed-by: Ray Jui