All of lore.kernel.org
 help / color / mirror / Atom feed
* [PM-WIP/voltdm_c][PATCH 00/11] OMAP4: Fixes for voltage scale
@ 2011-05-18  5:17 Nishanth Menon
  2011-05-18  5:17 ` [PM-WIP/voltdm_c][PATCH 01/11] OMAP3+: PM: SR: fix debugfs Nishanth Menon
                   ` (10 more replies)
  0 siblings, 11 replies; 32+ messages in thread
From: Nishanth Menon @ 2011-05-18  5:17 UTC (permalink / raw)
  To: kevin; +Cc: linux-omap, Nishanth Menon

Hi,
The following patches are on top of:
git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git
branch: pm-wip/voltdm_c

This contains a set of misc fixes and cleanups necessary for voltage scale
to function.

Tested on: SDP4430

Nishanth Menon (9):
  OMAP3+: PM: SR: fix debugfs
  OMAP3+: PM: voltage: add required debugfs interfaces
  OMAP3+: PM: VP: fix vstepmax
  OMAP4: PM: VC: support configuration of i2c clks
  OMAP4: PM: VC: fix highspeed i2c for SR
  OMAP4: PM: VC: fix channel bit offset for MPU
  OMAP4: PM: TWL6030: fix uv to voltage for >0x39
  OMAP4: PM: TWL6030: address 0V conversions
  OMAP4: PM: TWL6030: add cmd register

Patrick Titiano (2):
  OMAP4: PM: TWL6030: fix voltage conversion formula
  OMAP4: PM: TWL6030: fix ON/RET/OFF voltages

 arch/arm/mach-omap2/omap_twl.c         |   68 ++++++++++++++++++++++---------
 arch/arm/mach-omap2/prm-regbits-44xx.h |    8 ++++
 arch/arm/mach-omap2/smartreflex.c      |   21 +++++++++-
 arch/arm/mach-omap2/vc.c               |   55 +++++++++++++++----------
 arch/arm/mach-omap2/vc.h               |   37 ++++++++++++++++-
 arch/arm/mach-omap2/vc3xxx_data.c      |    2 +-
 arch/arm/mach-omap2/vc44xx_data.c      |   12 +++++-
 arch/arm/mach-omap2/voltage.c          |   66 +++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/voltage.h          |    9 ++++
 arch/arm/mach-omap2/vp.c               |    2 +-
 10 files changed, 232 insertions(+), 48 deletions(-)

Regards,
Nishanth Menon

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

end of thread, other threads:[~2011-05-25 18:33 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-18  5:17 [PM-WIP/voltdm_c][PATCH 00/11] OMAP4: Fixes for voltage scale Nishanth Menon
2011-05-18  5:17 ` [PM-WIP/voltdm_c][PATCH 01/11] OMAP3+: PM: SR: fix debugfs Nishanth Menon
2011-05-18  8:55   ` Kevin Hilman
2011-05-18  5:17 ` [PM-WIP/voltdm_c][PATCH 02/11] OMAP3+: PM: voltage: add required debugfs interfaces Nishanth Menon
2011-05-18  7:59   ` Tony Lindgren
2011-05-18  8:06     ` Menon, Nishanth
2011-05-18  8:34       ` Tony Lindgren
2011-05-18  8:41         ` Menon, Nishanth
2011-05-18  8:44   ` Kevin Hilman
2011-05-18  8:50     ` Menon, Nishanth
2011-05-18  5:17 ` [PM-WIP/voltdm_c][PATCH 03/11] OMAP3+: PM: VP: fix vstepmax Nishanth Menon
2011-05-18  8:58   ` Kevin Hilman
2011-05-18  5:17 ` [PM-WIP/voltdm_c][PATCH 04/11] OMAP4: PM: VC: support configuration of i2c clks Nishanth Menon
2011-05-18  8:53   ` Kevin Hilman
2011-05-18  8:57     ` Menon, Nishanth
2011-05-25 18:17       ` Kevin Hilman
2011-05-25 18:32         ` Menon, Nishanth
2011-05-18  5:17 ` [PM-WIP/voltdm_c][PATCH 05/11] OMAP4: PM: VC: fix highspeed i2c for SR Nishanth Menon
2011-05-18  8:59   ` Kevin Hilman
2011-05-18  5:17 ` [PM-WIP/voltdm_c][PATCH 06/11] OMAP4: PM: VC: fix channel bit offset for MPU Nishanth Menon
2011-05-18  9:34   ` Kevin Hilman
2011-05-18  9:47     ` Menon, Nishanth
2011-05-18 11:06       ` Kevin Hilman
2011-05-18 11:22         ` Menon, Nishanth
2011-05-18  5:17 ` [PM-WIP/voltdm_c][PATCH 07/11] OMAP4: PM: TWL6030: fix voltage conversion formula Nishanth Menon
2011-05-18  9:38   ` Kevin Hilman
2011-05-18  5:17 ` [PM-WIP/voltdm_c][PATCH 08/11] OMAP4: PM: TWL6030: fix uv to voltage for >0x39 Nishanth Menon
2011-05-18  9:41   ` Kevin Hilman
2011-05-18  5:17 ` [PM-WIP/voltdm_c][PATCH 09/11] OMAP4: PM: TWL6030: address 0V conversions Nishanth Menon
2011-05-18  5:17 ` [PM-WIP/voltdm_c][PATCH 10/11] OMAP4: PM: TWL6030: fix ON/RET/OFF voltages Nishanth Menon
2011-05-18 10:44   ` Kevin Hilman
2011-05-18  5:17 ` [PM-WIP/voltdm_c][PATCH 11/11] OMAP4: PM: TWL6030: add cmd register Nishanth Menon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.