netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] lan78xx: Fixes to lan78xx driver
@ 2017-09-07  7:10 Nisar.Sayed
  2017-09-07 13:59 ` Andrew Lunn
  0 siblings, 1 reply; 5+ messages in thread
From: Nisar.Sayed @ 2017-09-07  7:10 UTC (permalink / raw)
  To: davem; +Cc: UNGLinuxDriver, netdev

From: Nisar Sayed <Nisar.Sayed@microchip.com>

This series of patches are for lan78xx driver.

These patches fixes potential issues associated with lan78xx driver

Nisar Sayed (3):
  Fix for eeprom read/write when device autosuspend
  Allow EEPROM write for less than MAX_EEPROM_SIZE
  Use default value loaded from EEPROM/OTP when resetting

 drivers/net/usb/lan78xx.c | 27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH net 0/3] lan78xx: Fixes to lan78xx driver
  2017-09-07  7:10 [PATCH net 0/3] lan78xx: Fixes to lan78xx driver Nisar.Sayed
@ 2017-09-07 13:59 ` Andrew Lunn
  2017-09-07 14:03   ` Woojung.Huh
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Lunn @ 2017-09-07 13:59 UTC (permalink / raw)
  To: Nisar.Sayed; +Cc: davem, UNGLinuxDriver, netdev

On Thu, Sep 07, 2017 at 07:10:51AM +0000, Nisar.Sayed@microchip.com wrote:
> From: Nisar Sayed <Nisar.Sayed@microchip.com>
> 
> This series of patches are for lan78xx driver.
> 
> These patches fixes potential issues associated with lan78xx driver

Hi Nisar

So this is version 2? Please include v2 in the subject line.

Also, briefly list what is different from the previous version.

   Andrew

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH net 0/3] lan78xx: Fixes to lan78xx driver
  2017-09-07 13:59 ` Andrew Lunn
@ 2017-09-07 14:03   ` Woojung.Huh
  2017-09-07 14:19     ` Andrew Lunn
  0 siblings, 1 reply; 5+ messages in thread
From: Woojung.Huh @ 2017-09-07 14:03 UTC (permalink / raw)
  To: andrew, Nisar.Sayed; +Cc: davem, UNGLinuxDriver, netdev

> On Thu, Sep 07, 2017 at 07:10:51AM +0000, Nisar.Sayed@microchip.com
> wrote:
> > From: Nisar Sayed <Nisar.Sayed@microchip.com>
> >
> > This series of patches are for lan78xx driver.
> >
> > These patches fixes potential issues associated with lan78xx driver
> 
> Hi Nisar
> 
> So this is version 2? Please include v2 in the subject line.
> 
> Also, briefly list what is different from the previous version.
Hi Andrew,

Because Nisar dropped of non-mdio patch in the series,
I suggested to treat as new patch than version 2.
In this case, it is still considered as version 2 than new series?

- Woojung

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH net 0/3] lan78xx: Fixes to lan78xx driver
  2017-09-07 14:03   ` Woojung.Huh
@ 2017-09-07 14:19     ` Andrew Lunn
  2017-09-07 14:26       ` Woojung.Huh
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Lunn @ 2017-09-07 14:19 UTC (permalink / raw)
  To: Woojung.Huh; +Cc: Nisar.Sayed, davem, UNGLinuxDriver, netdev

On Thu, Sep 07, 2017 at 02:03:38PM +0000, Woojung.Huh@microchip.com wrote:
> > On Thu, Sep 07, 2017 at 07:10:51AM +0000, Nisar.Sayed@microchip.com
> > wrote:
> > > From: Nisar Sayed <Nisar.Sayed@microchip.com>
> > >
> > > This series of patches are for lan78xx driver.
> > >
> > > These patches fixes potential issues associated with lan78xx driver
> > 
> > Hi Nisar
> > 
> > So this is version 2? Please include v2 in the subject line.
> > 
> > Also, briefly list what is different from the previous version.
> Hi Andrew,
> 
> Because Nisar dropped of non-mdio patch in the series,
> I suggested to treat as new patch than version 2.
> In this case, it is still considered as version 2 than new series?

Hi Woojung

So it is not a clear hard rule here. But we have seen these patches
before, and they have been modified based on my comments. So i would
say these are version 2. But a new series would also be O.K. What
really matters is that the cover note explains what is going on. That
some of the patches in the previous version have been dropped and will
be posted later, and what changes have been made to the remaining
patches.

   Andrew

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH net 0/3] lan78xx: Fixes to lan78xx driver
  2017-09-07 14:19     ` Andrew Lunn
@ 2017-09-07 14:26       ` Woojung.Huh
  0 siblings, 0 replies; 5+ messages in thread
From: Woojung.Huh @ 2017-09-07 14:26 UTC (permalink / raw)
  To: andrew; +Cc: Nisar.Sayed, davem, UNGLinuxDriver, netdev

> > > > This series of patches are for lan78xx driver.
> > > >
> > > > These patches fixes potential issues associated with lan78xx driver
> > >
> > > Hi Nisar
> > >
> > > So this is version 2? Please include v2 in the subject line.
> > >
> > > Also, briefly list what is different from the previous version.
> > Hi Andrew,
> >
> > Because Nisar dropped of non-mdio patch in the series,
> > I suggested to treat as new patch than version 2.
> > In this case, it is still considered as version 2 than new series?
> 
> Hi Woojung
> 
> So it is not a clear hard rule here. But we have seen these patches
> before, and they have been modified based on my comments. So i would
> say these are version 2. But a new series would also be O.K. What
> really matters is that the cover note explains what is going on. That
> some of the patches in the previous version have been dropped and will
> be posted later, and what changes have been made to the remaining
> patches.

Andrew,
Thanks for detail explanation and agree that cover page has more description.

Thanks.
Woojung

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-07 14:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-07  7:10 [PATCH net 0/3] lan78xx: Fixes to lan78xx driver Nisar.Sayed
2017-09-07 13:59 ` Andrew Lunn
2017-09-07 14:03   ` Woojung.Huh
2017-09-07 14:19     ` Andrew Lunn
2017-09-07 14:26       ` Woojung.Huh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).