[PATCH v3 0/3] new memory_accessor interface and usage

From: Kevin Hilman
Date: Mon Mar 16 2009 - 17:36:36 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/