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

Wolfgang Denk wd at denx.de
Wed Jan 19 08:40:46 CET 2011


Dear Stefano Babic,

In message <1295012124-15551-5-git-send-email-sbabic at 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 <sbabic at denx.de>
> ---
>  drivers/misc/Makefile   |    1 +
>  drivers/misc/mc9sdz60.c |   51 ++++++++++++++++++++++++++++
>  include/mc9sdz60.h      |   84 +++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 136 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/misc/mc9sdz60.c
>  create mode 100644 include/mc9sdz60.h
> 
> diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
> index a76bd4e..311c373 100644
> --- a/drivers/misc/Makefile
> +++ b/drivers/misc/Makefile
> @@ -32,6 +32,7 @@ COBJS-$(CONFIG_GPIO_LED) += gpio_led.o
>  COBJS-$(CONFIG_NS87308) += ns87308.o
>  COBJS-$(CONFIG_STATUS_LED) += status_led.o
>  COBJS-$(CONFIG_TWL4030_LED) += twl4030_led.o
> +COBJS-$(CONFIG_FSL_MC9SDZ60) += mc9sdz60.o
>  COBJS-$(CONFIG_FSL_PMIC) += fsl_pmic.o
>  COBJS-$(CONFIG_PDSP188x) += pdsp188x.o

I know it's not your fault, but could you please sort this list?

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
What the gods would destroy they first submit to  an  IEEE  standards
committee.


More information about the U-Boot mailing list