Re: [GIT PULL] hwmon updates for v5.11

2020-12-15 Thread Paul Barker
On Tue, 15 Dec 2020 at 00:54, Guenter Roeck wrote: > > On Mon, Dec 14, 2020 at 10:06:23PM +, Paul Barker wrote: > > On Mon, 14 Dec 2020 at 21:32, Guenter Roeck wrote: > > > > > > Paul Barker (3): > > > dt-bindings: hwmon: pwm-fan: Support multip

Re: [GIT PULL] hwmon updates for v5.11

2020-12-14 Thread Paul Barker
emingly unintentional kerneldoc header > hwmon: (ibmpowernv) Silence strncpy() warning > > Lukas Bulwahn (1): > hwmon: (pmbus/q54sj108a2) Correct title underline length > > Naveen Krishna Chatradhi (2): > hwmon: (amd_energy) Add AMD family 19h model 01h x86 ma

Re: linux-next: build warning after merge of the hwmon-staging tree

2020-11-29 Thread Paul Barker
register_with_info > API") > Ah yes. I removed the code that used ctx but forgot to remove the assignment itself. I'm surprised it didn't generate a warning for me. I can fix it up tomorrow and send a v3 patch series. Thanks, -- Paul Barker Konsulko Group

Re: linux-next: manual merge of the net-next tree with the net tree

2020-09-11 Thread Paul Barker
prev_msg = ""; > + prev_mode = ""; > + } > + dev_info(dev->dev, > +"Port%d: using phy mode %s%s%s\n", > +i, > - phy_modes(dev->interface), > ++ phy_modes(p->interface), > +prev_msg, > +prev_mode); > > /* enable cpu port */ > ksz9477_port_setup(dev, i, true); Looks good to me wrt my patch "net: dsa: microchip: Improve phy mode message". Thanks, -- Paul Barker Konsulko Group