On Tue, Jul 07, 2015 at 08:38:15PM -0700, Guenter Roeck wrote:Makes sense. Let's do it in a separate patch, though.
From: "Aleksey S. Kazantsev" <ioctl@xxxxxxxxx>
MV88E6320 and MV88E6321 are largely compatible to MV886352,
but are members of a different chip family.
Signed-off-by: Aleksey S. Kazantsev <ioctl@xxxxxxxxx>
Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
One thing we might want to consider, is moving the temperate sensor
code into mv88e6xxx. It seems likely future devices will also have the
same sensor, so moving it to the shared code would make sense. We can
then keep all mv88e6xxx_XXXX_family() stuff in a single file.
I don't see this as a blocker for this patchset, but now might be the
right time to do this.