2011-04-27 15:51:02

by Jorge Eduardo Candelaria

[permalink] [raw]
Subject: PATCHv5 0/4] Initial TPS65910 PMIC driver

This is the initial version of the TPS65910 PMIC. This is a power management IC
for multimedia products.

It provides regulators that are able to supply power to
dual processor cores and other components. The chip provides other modules
including GPIO controller, RTC, etc.

This driver will be able to support subsequent chip versions of the TPS6591x
family.

Changes from v4:
- Added set_bits/clear_bits API to tps65910 core.
- Modified gpio and regulator driver to use above API.
- Corrected a call to irq_set_noprobe().

GIT: [PATCHv5 1/4] MFD: TPS65910: Add new mfd device for TPS65910
GIT: [PATCHv5 2/4] TPS65910: GPIO: Add GPIO driver
GIT: [PATCHv5 3/4] TPS65910: IRQ: Add interrupt controller
GIT: [PATCHv5 4/4] TPS65910: Add tps65910 regulator driver-