Re: [PATCH 0/3] sh_eth: optimize MDIO code

2015-12-08 Thread David Miller
From: Sergei Shtylyov Date: Tue, 08 Dec 2015 00:39:03 +0300 >Here's a set of 3 patches against DaveM's 'net-next.git' repo > which gets rid of ~35 LoCs in the MDIO bitbang methods. Series applied, thanks! -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a m

[PATCH 0/3] sh_eth: optimize MDIO code

2015-12-07 Thread Sergei Shtylyov
Hello. Here's a set of 3 patches against DaveM's 'net-next.git' repo which gets rid of ~35 LoCs in the MDIO bitbang methods. [1/3] sh_eth: remove mask fields from 'struct bb_info' [2/3] sh_eth: factor out common code from MDIO bitbang methods [3/3] sh_eth: get rid of bb_{set|clr|read}() MBR,