lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 16 Mar 2009 14:36:16 -0700
From:	Kevin Hilman <khilman@...prootsystems.com>
To:	linux-kernel@...r.kernel.org
Cc:	David Brownell <dbrownell@...rs.sourceforge.net>,
	Kevin Hilman <khilman@...prootsystems.com>
Subject: [PATCH v3 0/3] new memory_accessor interface and usage

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ