Re: [PATCH v2] Add support for ethtool operations to RDC R6040.

2016-10-10 Thread Florian Fainelli
On 10/09/2016 12:39 AM, VENKAT PRASHANTH B U wrote: > Signed-off-by: Venkat Prashanth B U This should be the last line in your commit message, not the first one. > > Changes since v1: > 1. Made the commit message more clear > 2. Add enumeration data type RTL_FLAG_MAX > 3. Modified the locking i

[PATCH v2] Add support for ethtool operations to RDC R6040.

2016-10-09 Thread VENKAT PRASHANTH B U
Signed-off-by: Venkat Prashanth B U Changes since v1: 1. Made the commit message more clear 2. Add enumeration data type RTL_FLAG_MAX 3. Modified the locking interface used in r6040_get_regs() 4. Initialized mutex dynamically in a function r6040_get_regs() 5. Declared u32 msg_enable in st