[U-Boot] [PATCH v6 2/3] Add support for Maxim's DS4510 I2C device

Wolfgang Denk wd at denx.de
Sat Jan 24 01:48:01 CET 2009


Dear Peter Tyser,

In message <66c064c1d9cdb0c59faa039f15ad175bfc50d254.1229551661.git.ptyser at xes-inc.com> you wrote:
> 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 at xes-inc.com>
> ---
>  README                |    4 +
>  drivers/misc/Makefile |    1 +
>  drivers/misc/ds4510.c |  424 +++++++++++++++++++++++++++++++++++++++++++++++++
>  include/ds4510.h      |   75 +++++++++
>  4 files changed, 504 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/misc/ds4510.c
>  create mode 100644 include/ds4510.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The only person who always got his work done by Friday
                                                 was Robinson Crusoe.


More information about the U-Boot mailing list