public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC PATCH v2 0/2] ARMV7: OMAP4: Add support for twl6032
@ 2013-10-08 12:49 Oleg Kosheliev
  2013-10-08 12:49 ` [U-Boot] [RFC PATCH v2 1/2] ARMV7: OMAP4: Add struct for twl603x data Oleg Kosheliev
  2013-10-08 12:49 ` [U-Boot] [RFC PATCH v2 2/2] ARMV7: OMAP4: Add twl6032 support Oleg Kosheliev
  0 siblings, 2 replies; 5+ messages in thread
From: Oleg Kosheliev @ 2013-10-08 12:49 UTC (permalink / raw)
  To: u-boot

From: Oleg Kosheliev <oleg.kosheliev@globallogic.com>

TWL6032 is a companion Power Management IC (PMIC) of OMAP4470.
This chip is similar to TWL6030 but has slight difference
in some registers e.g. for GPADC.
In u-boot only TWL6030 is supported now, thus there is no ability to 
boot OMAP4470 with TWL6032 because u-boot hangs when attempts to get
the battery voltage from GPADC using false ctrl register address.
These patches add the detection of the TWL chip type and support
for TWL6032 chip in the battery charger driver.

Changes in v2:
	- removed typedef for twl603x_chip_type
	- printf replaced with puts

Oleg Kosheliev (2):
  ARMV7: OMAP4: Add struct for twl603x data
  ARMV7: OMAP4: Add twl6032 support

 drivers/power/twl6030.c |   77 +++++++++++++++++++++++++++++++++++++++++------
 include/twl6030.h       |   38 +++++++++++++++++++++++
 2 files changed, 105 insertions(+), 10 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-04 22:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08 12:49 [U-Boot] [RFC PATCH v2 0/2] ARMV7: OMAP4: Add support for twl6032 Oleg Kosheliev
2013-10-08 12:49 ` [U-Boot] [RFC PATCH v2 1/2] ARMV7: OMAP4: Add struct for twl603x data Oleg Kosheliev
2013-12-04 22:03   ` [U-Boot] [U-Boot, RFC, v2, " Tom Rini
2013-10-08 12:49 ` [U-Boot] [RFC PATCH v2 2/2] ARMV7: OMAP4: Add twl6032 support Oleg Kosheliev
2013-12-04 22:03   ` [U-Boot] [U-Boot,RFC,v2,2/2] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox