From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sun, 19 Jul 2009 11:19:44 +0200 Subject: [U-Boot] [PATCH 2/4] I2C Add initial support for TWL4030 In-Reply-To: <1244638432-30893-3-git-send-email-Tom.Rix@windriver.com> References: <1244638432-30893-1-git-send-email-Tom.Rix@windriver.com> <1244638432-30893-2-git-send-email-Tom.Rix@windriver.com> <1244638432-30893-3-git-send-email-Tom.Rix@windriver.com> Message-ID: <20090719091944.4B70C832E416@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Heiko, In message <1244638432-30893-3-git-send-email-Tom.Rix@windriver.com> Tom Rix wrote: > The TWL4030 supplies many peripheral for OMAP3 boards. These include > power management, usb and, keyboard. > > The product description is found here: > > http://focus.ti.com/docs/prod/folders/print/tps65950.html > > Product reference document, tps65950.pdf, is found here: > > http://www.ti.com/lit/gpn/tps65950 > > Signed-off-by: Tom Rix > --- > drivers/i2c/Makefile | 1 + > drivers/i2c/twl4030_i2c.c | 37 ++++++++ > include/twl4030.h | 221 +++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 259 insertions(+), 0 deletions(-) > create mode 100644 drivers/i2c/twl4030_i2c.c > create mode 100644 include/twl4030.h I think this is supposed to go through the i2c repo, but I haven't seen any comments yet. Can you please check the state of this patch? Thanks in advance. 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 Philosophy is a game with objectives and no rules. Mathematics is a game with rules and no objectives.