Re: [U-Boot] [PATCH 5/7] Add basic support for Freescale's mc9sdz60

2011-01-18 Thread Wolfgang Denk
Dear Stefano Babic, In message <1295012124-15551-5-git-send-email-sba...@denx.de> you wrote: > 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 > --- > drivers/

[U-Boot] [PATCH 5/7] Add basic support for Freescale's mc9sdz60

2011-01-14 Thread Stefano Babic
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 --- drivers/misc/Makefile |1 + drivers/misc/mc9sdz60.c | 51 include/mc9sdz60.h