| From: |
| Daniel Jeong <gshark.jeong@gmail.com> |
| To: |
| Liam Gridwood <lrg@ti.com>,
Mark Brown <broonie@opensource.wolfsonmicro.com> |
| Subject: |
| [PATCH 0/1] regulator: new driver for LP8755 |
| Date: |
| Mon, 3 Dec 2012 13:44:23 +0900 |
| Message-ID: |
| <1354509864-30001-1-git-send-email-gshark.jeong@gmail.com> |
| Cc: |
| Daniel Jeong <daniel.jeong@ti.com>, <linux-kernel@vger.kernel.org> |
| Archive-link: |
| Article, Thread
|
From: Daniel Jeong <daniel.jeong@ti.com>
This driver is a general version for lp8755 regulator driver of TI.
LP8755 :
The LP8755 is a high performance power management unit.It contains
six step-down DC-DC converters which can be filexibly bundled
together in multiphase converters as required by application.
www.ti.com
Daniel Jeong (1):
regulator: new driver for LP8755
drivers/regulator/Kconfig | 9 +
drivers/regulator/Makefile | 1 +
drivers/regulator/lp8755.c | 553 ++++++++++++++++++++++++++++++++++
include/linux/platform_data/lp8755.h | 72 +++++
4 files changed, 635 insertions(+), 0 deletions(-)
create mode 100644 drivers/regulator/lp8755.c
create mode 100644 include/linux/platform_data/lp8755.h
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/