mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] TPS65917: Drivers for TPS65917 PMIC
@ 2014-04-28  5:28 Keerthy
  2014-04-28  5:28 ` [PATCH 1/2] MFD: TPS65917: Add driver for the " Keerthy
  2014-04-28  5:28 ` [PATCH 2/2] Regulators: TPS65917: Add Regulator driver for " Keerthy
  0 siblings, 2 replies; 4+ messages in thread
From: Keerthy @ 2014-04-28  5:28 UTC (permalink / raw)
  To: linux-kernel, devicetree
  Cc: sameo, lee.jones, grant.likely, robh+dt, lgirdwood, broonie, Keerthy

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 DRA7-EVM.

Keerthy (2):
  MFD: TPS65917: Add driver for the TPS65917 PMIC
  Regulators: TPS65917: Add Regulator driver for TPS65917 PMIC

 drivers/mfd/Kconfig                    |   10 +
 drivers/mfd/Makefile                   |    1 +
 drivers/mfd/tps65917.c                 |  542 ++++++++++++
 drivers/regulator/Kconfig              |   12 +
 drivers/regulator/Makefile             |    1 +
 drivers/regulator/tps65917-regulator.c |  903 +++++++++++++++++++
 include/linux/mfd/tps65917.h           | 1508 ++++++++++++++++++++++++++++++++
 7 files changed, 2977 insertions(+)
 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


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

end of thread, other threads:[~2014-04-28  9:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-28  5:28 [PATCH 0/2] TPS65917: Drivers for TPS65917 PMIC Keerthy
2014-04-28  5:28 ` [PATCH 1/2] MFD: TPS65917: Add driver for the " Keerthy
2014-04-28  5:28 ` [PATCH 2/2] Regulators: TPS65917: Add Regulator driver for " Keerthy
2014-04-28  9:03   ` Mark Brown

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

Powered by JetHome