linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce MEN Board Information EEPROM driver
@ 2014-10-16  8:14 Andreas Werner
  2014-10-16  8:15 ` [PATCH 1/2] drivers/misc/eeprom/men_eeprod: " Andreas Werner
  2014-10-16  8:15 ` [PATCH 2/2] Documentation/ABI/testing/men_eeprod: Added sysfs description for men_eeprod Andreas Werner
  0 siblings, 2 replies; 18+ messages in thread
From: Andreas Werner @ 2014-10-16  8:14 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, wsa, linux-i2c, johannes.thumshirn, andreas.werner

This patchset adds support for the MEN Board Information EEPROM.

The EEPROM is assembled on almost all of the MEN hardware boards and is the
main location to get information about the board.

The driver exports the EEPROM data like production date, board name and serial number
as read-only files as well as a user section for read-write access.

There is also a ABI documentation for sysfs description included.

Andreas Werner (2):
  drivers/misc/eeprom/men_eeprod: Introduce MEN Board Information EEPROM
    driver
  Documentation/ABI/testing/men_eeprod: Added sysfs description for
    men_eeprod

 .../ABI/testing/sysfs-bus-i2c-devices-men_eeprod   |  69 +++
 MAINTAINERS                                        |   6 +
 drivers/misc/eeprom/Kconfig                        |  10 +
 drivers/misc/eeprom/Makefile                       |   1 +
 drivers/misc/eeprom/men_eeprod.c                   | 560 +++++++++++++++++++++
 5 files changed, 646 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-i2c-devices-men_eeprod
 create mode 100644 drivers/misc/eeprom/men_eeprod.c

-- 
2.1.0

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

end of thread, other threads:[~2014-10-21  6:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-16  8:14 [PATCH 0/2] Introduce MEN Board Information EEPROM driver Andreas Werner
2014-10-16  8:15 ` [PATCH 1/2] drivers/misc/eeprom/men_eeprod: " Andreas Werner
     [not found]   ` <d169930cfe45d4c05c79f7dd00471d732441529d.1413416105.git.andreas.werner-csrFAY9JiS4@public.gmane.org>
2014-10-16  8:44     ` Greg KH
2014-10-16 10:11       ` Andreas Werner
2014-10-16  8:58     ` Wolfram Sang
2014-10-16  9:34       ` Greg KH
     [not found]         ` <20141016093414.GA25214-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2014-10-16  9:48           ` Wolfram Sang
2014-10-16 10:21       ` Andreas Werner
2014-10-16  9:59         ` Wolfram Sang
2014-10-16 11:44           ` Andreas Werner
2014-10-20  8:18             ` Wolfram Sang
2014-10-20  8:24               ` Wolfram Sang
2014-10-20 10:04                 ` Andreas Werner
2014-10-20  8:33             ` Andreas Werner
2014-10-20  9:11               ` Greg KH
     [not found]                 ` <20141020091141.GA15332-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2014-10-20 10:09                   ` Andreas Werner
2014-10-21  6:57                     ` Igor Grinberg
2014-10-16  8:15 ` [PATCH 2/2] Documentation/ABI/testing/men_eeprod: Added sysfs description for men_eeprod Andreas Werner

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).