]> git.ipfire.org Git - people/ms/u-boot.git/commit
Add basic support for Freescale's mc9sdz60
authorStefano Babic <sbabic@denx.de>
Wed, 19 Jan 2011 22:46:29 +0000 (22:46 +0000)
committerAlbert Aribaud <albert.aribaud@free.fr>
Tue, 1 Feb 2011 23:54:43 +0000 (00:54 +0100)
commit01bb24b6427eb77d8626e0366dc2aebaaab8b40b
treea7b7035f723d8ed94f09464e6539918621e3a537
parent81687212ee0b4fcb11f7d6700275b062c8f8d2b4
Add basic support for Freescale's mc9sdz60

The patch adds helper funtions for basic access to the registers
of the MC9sdz60 chip (multifunctional device with RTC and CAN) via
I2C interface.

Signed-off-by: Stefano Babic <sbabic@denx.de>
drivers/misc/Makefile
drivers/misc/mc9sdz60.c [new file with mode: 0644]
include/mc9sdz60.h [new file with mode: 0644]