]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
Add support for Maxim's DS4510 I2C device
authorPeter Tyser <ptyser@xes-inc.com>
Wed, 17 Dec 2008 22:36:22 +0000 (16:36 -0600)
committerWolfgang Denk <wd@denx.de>
Sat, 24 Jan 2009 00:47:50 +0000 (01:47 +0100)
commita7c9310457e85b4598abe5b304108edf11332e2f
tree24a13a1a1e37eccd2186da96bb3a8ac263a92209
parentb6fc6fd49a84543e1324e1620b9f301ff7c1f27f
Add support for Maxim's DS4510 I2C device

Initial support for the DS4510, a CPU supervisor with
integrated EEPROM, SRAM, and 4 programmable non-volatile
GPIO pins. The CONFIG_DS4510 define enables support
for the device while the CONFIG_CMD_DS4510 define
enables the ds4510 command. The additional
CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
CONFIG_DS4510_RST defines add additional sub-commands
to the ds4510 command when defined.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
README
drivers/misc/Makefile
drivers/misc/ds4510.c [new file with mode: 0644]
include/ds4510.h [new file with mode: 0644]