Re: [PATCH 0/5] net: dsa: microchip: Further regmap cleanups

2019-06-28 Thread Marek Vasut
On 6/28/19 5:31 PM, Vivien Didelot wrote: > Hi Marek, > > On Thu, 27 Jun 2019 23:55:51 +0200, Marek Vasut wrote: >> This patchset cleans up KSZ9477 switch driver by replacing various >> ad-hoc polling implementations and register RMW with regmap functions. >> >> Each polling function is replaced

Re: [PATCH 0/5] net: dsa: microchip: Further regmap cleanups

2019-06-28 Thread Vivien Didelot
Hi Marek, On Thu, 27 Jun 2019 23:55:51 +0200, Marek Vasut wrote: > This patchset cleans up KSZ9477 switch driver by replacing various > ad-hoc polling implementations and register RMW with regmap functions. > > Each polling function is replaced separately to make it easier to review > and possib

Re: [PATCH 0/5] net: dsa: microchip: Further regmap cleanups

2019-06-27 Thread David Miller
From: Marek Vasut Date: Thu, 27 Jun 2019 23:55:51 +0200 > This patchset cleans up KSZ9477 switch driver by replacing various > ad-hoc polling implementations and register RMW with regmap functions. > > Each polling function is replaced separately to make it easier to review > and possibly bisect