Re: [PATCH 0/9] mfd: tps65917: Add support for for TPS65917 PMIC

2014-06-06 Thread Keerthy

Hi Mark/Lee Jones,

On Wednesday 28 May 2014 03:50 PM, Keerthy wrote:

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. Hence adapted palmas mfd
driver to support the tps65917 PMIC.

The register set for SMPSs and LDOs are changed and the ramp delay support
is also changed. Bit-field defenitions are changed.
Hence added driver data structures for mfd and regulator drivers
for palmas and added support for tps65917.

The patches are boot tested on DRA72-EVM.
The patches are boot tested on OMAP5-UEVM board.


A gentle ping on this rework.


Keerthy (9):
   mfd: Add DT bindings for tps65917 PMIC
   regulator: palmas: Add tps65917 compatible string
   mfd: palmas: Add tps65917 specific definitions and enums
   mfd: palmas: Add tps65917 support
   regulator: palmas: Shift the reg_info structure definition to the
 header file
   mfd: palmas: shift the palmas_sleep_requestor_info structure
 definition to the header file
   regulator: palmas: Add palmas_pmic_driver_data structure
   regulator: palmas: add driver data and modularize the probe
   regulator: palmas: Add tps65917 PMIC support

  Documentation/devicetree/bindings/mfd/palmas.txt   |2 +
  .../devicetree/bindings/regulator/palmas-pmic.txt  |1 +
  drivers/mfd/palmas.c   |  228 +++--
  drivers/regulator/palmas-regulator.c   | 1006 +++-
  include/linux/mfd/palmas.h |  837 
  5 files changed, 1770 insertions(+), 304 deletions(-)



Regards,
Keerthy
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/9] mfd: tps65917: Add support for for TPS65917 PMIC

2014-06-06 Thread Lee Jones
 Hi Mark/Lee Jones,
 
 On Wednesday 28 May 2014 03:50 PM, Keerthy wrote:
 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. Hence adapted palmas mfd
 driver to support the tps65917 PMIC.
 
 The register set for SMPSs and LDOs are changed and the ramp delay support
 is also changed. Bit-field defenitions are changed.
 Hence added driver data structures for mfd and regulator drivers
 for palmas and added support for tps65917.
 
 The patches are boot tested on DRA72-EVM.
 The patches are boot tested on OMAP5-UEVM board.
 
 A gentle ping on this rework.

There's no point in pinging on any patch during the merge-window.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/9] mfd: tps65917: Add support for for TPS65917 PMIC

2014-06-06 Thread Mark Brown
On Fri, Jun 06, 2014 at 04:29:03PM +0530, Keerthy wrote:

 A gentle ping on this rework.

Please don't send contentless pings.


signature.asc
Description: Digital signature


[PATCH 0/9] mfd: tps65917: Add support for for TPS65917 PMIC

2014-05-28 Thread 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. Hence adapted palmas mfd
driver to support the tps65917 PMIC.

The register set for SMPSs and LDOs are changed and the ramp delay support
is also changed. Bit-field defenitions are changed.
Hence added driver data structures for mfd and regulator drivers
for palmas and added support for tps65917.

The patches are boot tested on DRA72-EVM.
The patches are boot tested on OMAP5-UEVM board.

Keerthy (9):
  mfd: Add DT bindings for tps65917 PMIC
  regulator: palmas: Add tps65917 compatible string
  mfd: palmas: Add tps65917 specific definitions and enums
  mfd: palmas: Add tps65917 support
  regulator: palmas: Shift the reg_info structure definition to the
header file
  mfd: palmas: shift the palmas_sleep_requestor_info structure
definition to the header file
  regulator: palmas: Add palmas_pmic_driver_data structure
  regulator: palmas: add driver data and modularize the probe
  regulator: palmas: Add tps65917 PMIC support

 Documentation/devicetree/bindings/mfd/palmas.txt   |2 +
 .../devicetree/bindings/regulator/palmas-pmic.txt  |1 +
 drivers/mfd/palmas.c   |  228 +++--
 drivers/regulator/palmas-regulator.c   | 1006 +++-
 include/linux/mfd/palmas.h |  837 
 5 files changed, 1770 insertions(+), 304 deletions(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html