Re: [PATCH] optoe: driver to read/write SFP/QSFP EEPROMs

From: Don Bollinger
Date: Mon Jun 11 2018 - 14:50:26 EST


On Sun, Jun 10, 2018 at 09:56:00PM -0700, Randy Dunlap wrote:
> Hi,
>
> On 06/10/2018 09:25 PM, Don Bollinger wrote:
> > diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig
> > index 68a1ac929917..9a08e12756ee 100644
> > --- a/drivers/misc/eeprom/Kconfig
> > +++ b/drivers/misc/eeprom/Kconfig
> > @@ -111,4 +111,22 @@ config EEPROM_IDT_89HPESX
> > This driver can also be built as a module. If so, the module
> > will be called idt_89hpesx.
> >
> > +config EEPROM_OPTOE
> > + tristate "read/write access to SFP* & QSFP* EEPROMs"
> > + depends on I2C && SYSFS
> > + help
> > + If you say yes here you get support for read and write access to
> > + the EEPROM of SFP and QSFP type optical and copper transceivers.
> > + Includes all devices which conform to the sff-8436 and sff-8472
>
> This includes
> and then please s/sff/SFF/ (2 places).

Got it. I'll make the changes in the next version.

Don