lkml.org 
[lkml]   [2014]   [May]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v3 0/4] tps65917: Drivers for TPS65917 PMIC
Date
The TPS65917 chip is a power management IC for Portable Navigation Systems
and Tablet Computing devices. It contains the following components:

- Regulators.
- GPADC.
- Over Temperature warning and Shut down.

This patch series adds support for TPS65917 mfd device. At this time only
the regulator functionality is made available.

The closest drivers are PALMAS series drivers.
The register set is changed. Bit-field defenitions are changed.
Hence based on the PALMAS drivers and created a new set of drivers
with code changes as required.

The patches are boot tested on DRA72-EVM.

Keerthy (4):
MFD: DT bindings for the TPS65917 family MFD
Regulators: Add TPS65917 Bindings
mfd: tps65917: Add driver for the TPS65917 PMIC
regulator: tps65917: Add Regulator driver for TPS65917 PMIC

Documentation/devicetree/bindings/mfd/tps65917.txt | 35 +
.../bindings/regulator/tps65917-pmic.txt | 67 +
drivers/mfd/Kconfig | 12 +
drivers/mfd/Makefile | 1 +
drivers/mfd/tps65917.c | 594 ++++++++
drivers/regulator/Kconfig | 12 +
drivers/regulator/Makefile | 1 +
drivers/regulator/tps65917-regulator.c | 809 +++++++++++
include/linux/mfd/tps65917.h | 1485 ++++++++++++++++++++
9 files changed, 3016 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mfd/tps65917.txt
create mode 100644 Documentation/devicetree/bindings/regulator/tps65917-pmic.txt
create mode 100644 drivers/mfd/tps65917.c
create mode 100644 drivers/regulator/tps65917-regulator.c
create mode 100644 include/linux/mfd/tps65917.h

--
1.7.9.5



\
 
 \ /
  Last update: 2014-05-22 06:41    [W:0.060 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site