Re: [PATCH] ethtool: add new emac_regs struct from driver, add new chip types.

2015-10-08 Thread Ben Hutchings
On Fri, 2015-09-25 at 08:15 +0400, Ivan Mikhaylov wrote: > * add new version of emac_regs struct from driver structure perspective > and passing size from actual struct size, not from memory area variable > which set in dts file. > * add three types of network chips for new struct : emac,

Re: [PATCH] ethtool: add new emac_regs struct from driver, add new chip types.

2015-10-08 Thread Ben Hutchings
On Fri, 2015-09-25 at 08:15 +0400, Ivan Mikhaylov wrote: > * add new version of emac_regs struct from driver structure perspective > and passing size from actual struct size, not from memory area variable > which set in dts file. > * add three types of network chips for new struct : emac,

Re: [PATCH] ethtool: add new emac_regs struct from driver, add new chip types.

2015-10-07 Thread Ivan Mikhaylov
On Fri, 25 Sep 2015 08:15:45 +0400 "Ivan Mikhaylov" wrote: ping > * add new version of emac_regs struct from driver structure > perspective and passing size from actual struct size, not from memory > area variable which set in dts file. > * add three types of network chips for new struct :

Re: [PATCH] ethtool: add new emac_regs struct from driver, add new chip types.

2015-10-07 Thread Ivan Mikhaylov
On Fri, 25 Sep 2015 08:15:45 +0400 "Ivan Mikhaylov" wrote: ping > * add new version of emac_regs struct from driver structure > perspective and passing size from actual struct size, not from memory > area variable which set in dts file. > * add three types of network chips for

Re: [PATCH] ethtool: add new emac_regs struct from driver, add new chip types.

2015-09-24 Thread Ivan Mikhaylov
* add new version of emac_regs struct from driver structure perspective and passing size from actual struct size, not from memory area variable which set in dts file. * add three types of network chips for new struct : emac, emac4, emac4sync. * add emac4sync processing in print_emac_regs. *

Re: [PATCH] ethtool: add new emac_regs struct from driver, add new chip types.

2015-09-24 Thread Ivan Mikhaylov
* add new version of emac_regs struct from driver structure perspective and passing size from actual struct size, not from memory area variable which set in dts file. * add three types of network chips for new struct : emac, emac4, emac4sync. * add emac4sync processing in print_emac_regs. *

[PATCH] ethtool: add new emac_regs struct from driver, add new chip types.

2015-09-23 Thread Ivan Mikhaylov
* add new version of emac_regs struct from driver structure perspective and passing size from actual struct size, not from memory area variable which set in dts file. * add three types of network chips for new struct : emac, emac4, emac4sync. * add emac4sync processing in print_emac_regs. *

[PATCH] ethtool: add new emac_regs struct from driver, add new chip types.

2015-09-23 Thread Ivan Mikhaylov
* add new version of emac_regs struct from driver structure perspective and passing size from actual struct size, not from memory area variable which set in dts file. * add three types of network chips for new struct : emac, emac4, emac4sync. * add emac4sync processing in print_emac_regs. *