Re: [RFC PATCH 2/5] net: dsa: mv88e6xxx: rename smi read/write functions

From: Rasmus Villemoes
Date: Mon May 06 2019 - 01:58:09 EST


On 03/05/2019 23.57, Vivien Didelot wrote:
> Hi Rasmus,
>
> On Wed, 1 May 2019 19:32:11 +0000, Rasmus Villemoes <rasmus.villemoes@xxxxxxxxx> wrote:
>
>> -static int mv88e6xxx_smi_single_chip_read(struct mv88e6xxx_chip *chip,
>> - int addr, int reg, u16 *val)
>> +static int mv88e6xxx_smi_direct_read(struct mv88e6xxx_chip *chip,
>> + int addr, int reg, u16 *val)
>
> I have a preparatory patch which does almost exactly that. I'm sending it
> to simplify this patchset.

OK, I'll hold off sending a v2 until I see how 1/5 and 2/5 are obsoleted
by your patch(es).

> Also please use my Gmail address as described by get_maintainer.pl please.

Sorry, I must have been running 'git send-email' (which invokes
get_maintainer via a --to-cmd script) from the 4.19 tree I'm currently
targeting. Will try to remember.

Thanks,
Rasmus