All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] usb: phy: msm: Fixes and cleanups
@ 2013-07-29  7:04 Ivan T. Ivanov
  2013-07-29  7:04   ` Ivan T. Ivanov
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Ivan T. Ivanov @ 2013-07-29  7:04 UTC (permalink / raw)
  To: balbi, gregkh; +Cc: linux-usb, linux-kernel, Ivan T. Ivanov

From: "Ivan T. Ivanov" <iivanov@mm-sol.com>

v2
--
* Fix compilation issue in patch 1
* Separate regulator changes
* Merge devm_ related changes to one commit
* Drop Lindent patch

v1
--
Following patches make initial cleanup of usb phy found in the Qualcomm
chipsets. Changes include:
* Build time error fix.
* Move driver to Managed Device Resource allocation.
* Checkpatch warnings and error fixes
* Removed usage of global regulators variables.

Ivan T. Ivanov (6):
  usb: phy: msm: Move mach depndend code to platform data
  usb: phy: msm: move global regulators variables to driver state
  usb: phy: msm: Migrate to Managed Device Resource allocation
  usb: phy: msm: Remove unnecessarily check for valid regulators.
  usb: phy: msm: Fix WARNING: quoted string split across lines
  usb: phy: msm: Fix WARNING: Prefer seq_puts to seq_printf

 arch/arm/mach-msm/board-msm7x30.c |   35 ++++
 arch/arm/mach-msm/board-qsd8x50.c |   35 ++++
 drivers/usb/phy/phy-msm-usb.c     |  342 +++++++++++++------------------------
 include/linux/usb/msm_hsusb.h     |    6 +
 4 files changed, 198 insertions(+), 220 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-08-12  8:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29  7:04 [PATCH v2 0/6] usb: phy: msm: Fixes and cleanups Ivan T. Ivanov
2013-07-29  7:04 ` [PATCH v2 1/6] usb: phy: msm: Move mach depndend code to platform data Ivan T. Ivanov
2013-07-29  7:04   ` Ivan T. Ivanov
2013-07-29 12:23   ` Felipe Balbi
2013-07-29 12:23     ` Felipe Balbi
2013-07-29 19:02     ` Ivan T. Ivanov
2013-07-29 19:02       ` Ivan T. Ivanov
2013-07-29 17:43   ` David Brown
2013-07-29 17:43     ` David Brown
2013-07-29  7:04 ` [PATCH v2 2/6] usb: phy: msm: move global regulators variables to driver state Ivan T. Ivanov
2013-07-29  7:04 ` [PATCH v2 3/6] usb: phy: msm: Migrate to Managed Device Resource allocation Ivan T. Ivanov
2013-07-29 12:25   ` Felipe Balbi
2013-08-12  8:52     ` Ivan T. Ivanov
2013-07-29  7:04 ` [PATCH v2 4/6] usb: phy: msm: Remove unnecessarily check for valid regulators Ivan T. Ivanov
2013-07-29  7:04 ` [PATCH v2 5/6] usb: phy: msm: Fix WARNING: quoted string split across lines Ivan T. Ivanov
2013-07-29  7:04 ` [PATCH v2 6/6] usb: phy: msm: Fix WARNING: Prefer seq_puts to seq_printf Ivan T. Ivanov

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.