[PATCH 0/2] eeprom: eeprom_93xx46: Add support for microchip 93LC46B eeprom

Aswath Govindraju posted 2 patches 4 years, 4 months ago
There is a newer version of this series
.../devicetree/bindings/misc/eeprom-93xx46.txt    |  1 +
drivers/misc/eeprom/eeprom_93xx46.c               | 15 +++++++++++++++
include/linux/eeprom_93xx46.h                     |  2 ++
3 files changed, 18 insertions(+)
[PATCH 0/2] eeprom: eeprom_93xx46: Add support for microchip 93LC46B eeprom
Posted by Aswath Govindraju 4 years, 4 months ago
This series of patches adds support for microchip 93LC46B eeprom by
 - Adding a new compatible string
 - Adding a quirk to send extra bit after the address to ignore the
   zero bit sent before data, during a read transfer.

Aswath Govindraju (2):
  Documentation: devicetree: Add new compatible string for eeprom
    microchip 93LC46B
  misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom

 .../devicetree/bindings/misc/eeprom-93xx46.txt    |  1 +
 drivers/misc/eeprom/eeprom_93xx46.c               | 15 +++++++++++++++
 include/linux/eeprom_93xx46.h                     |  2 ++
 3 files changed, 18 insertions(+)

-- 
2.17.1