From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 4/8] ARMV7: Add support for the TWL6030 I2C power chip used in OMAP4 systems
Date: Tue, 03 Aug 2010 23:35:14 +0200 [thread overview]
Message-ID: <20100803213514.790B328F@gemini.denx.de> (raw)
In-Reply-To: <1279941255-26947-5-git-send-email-steve@sakoman.com>
Dear Steve Sakoman,
In message <1279941255-26947-5-git-send-email-steve@sakoman.com> you wrote:
> This patch add the basic infrastructure for the TWL6030 driver and enables
> support in the two existing OMAP4 boards, Panda and OMAP4430 SDP
>
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
> drivers/power/Makefile | 1 +
> drivers/power/twl6030.c | 77 +++++++++++++++++++++++++++++++++
> include/configs/omap4_panda.h | 3 +
> include/configs/omap4_sdp4430.h | 3 +
> include/twl6030.h | 90 +++++++++++++++++++++++++++++++++++++++
> 5 files changed, 174 insertions(+), 0 deletions(-)
> create mode 100644 drivers/power/twl6030.c
> create mode 100644 include/twl6030.h
>
> diff --git a/drivers/power/Makefile b/drivers/power/Makefile
> index dd06514..db53173 100644
> --- a/drivers/power/Makefile
> +++ b/drivers/power/Makefile
> @@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
> LIB := $(obj)libpower.a
>
> COBJS-$(CONFIG_TWL4030_POWER) += twl4030.o
> +COBJS-$(CONFIG_TWL6030_POWER) += twl6030.o
>
> COBJS := $(COBJS-y)
> SRCS := $(COBJS:.o=.c)
> diff --git a/drivers/power/twl6030.c b/drivers/power/twl6030.c
> new file mode 100644
> index 0000000..b47992b
> --- /dev/null
> +++ b/drivers/power/twl6030.c
> @@ -0,0 +1,77 @@
> +/*
> + * (C) Copyright 2010
> + * Texas Instruments, <www.ti.com>
> + *
> + * See file CREDITS for list of people who contributed to this
> + * project.
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License
> + * version 2 as published by the Free Software Foundation.
NAK.
We require the "or (at your option) any later version" clause.
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
next prev parent reply other threads:[~2010-08-03 21:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-24 3:14 [U-Boot] [PATCH v2 0/8] ARMV7: Enhance support for OMAP4 Steve Sakoman
2010-07-24 3:14 ` [U-Boot] [PATCH v2 1/8] ARMV7: Add pad mux " Steve Sakoman
2010-07-24 3:14 ` [U-Boot] [PATCH v2 2/8] ARMV7: Fix udelay " Steve Sakoman
2010-07-24 3:14 ` [U-Boot] [PATCH v2 3/8] ARMV7: Modify i2c driver for more reliable operation on OMAP4 Steve Sakoman
2010-07-24 5:56 ` Heiko Schocher
2010-07-24 3:14 ` [U-Boot] [PATCH v2 4/8] ARMV7: Add support for the TWL6030 I2C power chip used in OMAP4 systems Steve Sakoman
2010-08-03 21:35 ` Wolfgang Denk [this message]
2010-08-03 21:59 ` [U-Boot] [PATCH v3 " Steve Sakoman
2010-07-24 3:14 ` [U-Boot] [PATCH v2 5/8] ARMV7: Restructure omap3 musb driver to allow code sharing between OMAP3 and OMAP4 Steve Sakoman
2010-07-24 3:14 ` [U-Boot] [PATCH v2 6/8] ARMV7: Enable musb driver and usbtty on OMAP4430 SDP Steve Sakoman
2010-07-24 3:14 ` [U-Boot] [PATCH v2 7/8] ARMV7: Enable musb driver and usbtty on OMAP4 Panda Steve Sakoman
2010-07-24 3:14 ` [U-Boot] [PATCH v2 8/8] ARMV7: Update default environment for OMAP4 boards Steve Sakoman
2010-07-24 3:47 ` [U-Boot] [PATCH v2 0/8] ARMV7: Enhance support for OMAP4 Steve Sakoman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100803213514.790B328F@gemini.denx.de \
--to=wd@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox