Re: [PATCH v2 0/2] Factor out register bit twiddling in the Renesas Ethernet drivers

2016-02-10 Thread David Miller
From: Sergei Shtylyov Date: Wed, 10 Feb 2016 01:36:55 +0300 >Here's a set of 2 patches against DaveM's 'net-next.git' repo. We factor > out > the often repeated pattern of reading a register, AND'ing and/or OR'ing some > bits, and then writing the value

[PATCH v2 0/2] Factor out register bit twiddling in the Renesas Ethernet drivers

2016-02-09 Thread Sergei Shtylyov
Hello. Here's a set of 2 patches against DaveM's 'net-next.git' repo. We factor out the often repeated pattern of reading a register, AND'ing and/or OR'ing some bits, and then writing the value back. [1/2] ravb: factor out register bit twiddling code [2/2] sh_eth: factor out register bit