|
|
Log in / Subscribe / Register

new memory_accessor interface and usage

From:  Kevin Hilman <khilman@deeprootsystems.com>
To:  linux-kernel@vger.kernel.org
Subject:  [PATCH v3 0/3] new memory_accessor interface and usage
Date:  Mon, 16 Mar 2009 14:36:16 -0700
Message-ID:  <1237239379-24186-1-git-send-email-khilman@deeprootsystems.com>
Cc:  David Brownell <dbrownell@users.sourceforge.net>, Kevin Hilman <khilman@deeprootsystems.com>
Archive‑link:  Article

This series adds an interface by which other kernel code can read/write
persistent memory such as I2C or SPI EEPROMs, or devices which provide
NVRAM.  Use cases include storage of board-specific configuration data
like Ethernet addresses and sensor calibrations, etc.

David Brownell (1):
  Implement the new memory_accessor interfaces for SPI EEPROMs:

Kevin Hilman (2):
  memory_accessor: new interface for reading/writing persistent memory
  Implement the new memory_accessor interface for I2C EEPROM

 drivers/misc/eeprom/at24.c |   67 +++++++++++++++++++++++++++++++++++--------
 drivers/misc/eeprom/at25.c |   58 +++++++++++++++++++++++++++++---------
 include/linux/i2c/at24.h   |    4 ++
 include/linux/memory.h     |   11 +++++++
 include/linux/spi/eeprom.h |    6 ++++
 5 files changed, 119 insertions(+), 27 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds