Re: [PATCH net-next 4/5] treewide: replace dev->trans_start update with helper

2016-05-04 Thread Mugunthan V N
kb_padto(skb, CPSW_MIN_PACKET_SIZE)) { > cpsw_err(priv, tx_err, "packet pad failed\n"); for cpsw Acked-by: Mugunthan V N Regards Mugunthan V N -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 1/1] arm: dts: am33xx: correcting dt node unit address for usb

2013-08-30 Thread Mugunthan V N
DT node's unit address should be its own register offset address to make it a unique across the system. This patch corrects the incorrect USB entries with correct register offset for unit address. Cc: Sebastian Andrzej Siewior Cc: Felipe Balbi Signed-off-by: Mugunthan V N --- arch/arm

Re: [PATCH 1/1] arm: dts: am33xx: correcting dt node unit address for usb

2013-08-31 Thread Mugunthan V N
On Saturday 31 August 2013 12:40 AM, Kumar Gala wrote: > On Aug 30, 2013, at 12:52 PM, Mugunthan V N wrote: > >> > DT node's unit address should be its own register offset address to make >> > it a >> > unique across the system. This patch correct

Re: [PATCH 1/1] arm: dts: am33xx: correcting dt node unit address for usb

2013-08-31 Thread Mugunthan V N
On Saturday 31 August 2013 11:12 PM, Sergei Shtylyov wrote: > Hello. > > On 08/30/2013 09:52 PM, Mugunthan V N wrote: > >> DT node's unit address should be its own register offset address to >> make it a >> unique across the system. This patch corrects the incor