All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] usb: phy: msm: Fixes and cleanups
@ 2013-07-09 15:47 Ivan T. Ivanov
  2013-07-09 15:47 ` [PATCH v2 1/7] usb: phy: msm: Move mach depndend code to platform data Ivan T. Ivanov
                   ` (5 more replies)
  0 siblings, 6 replies; 27+ messages in thread
From: Ivan T. Ivanov @ 2013-07-09 15:47 UTC (permalink / raw)
  To: balbi, gregkh; +Cc: linux-usb, linux-kernel, linux-arm-msm, Ivan T. Ivanov

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

Changes since first version.
* Extend commit messages a little bit.

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 (7):
  usb: phy: msm: Move mach depndend code to platform data
  usb: phy: msm: Migrate to Managed Device Resource allocation
  usb: phy: msm: Move regulator usage to managed 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
  usb: phy: msm: Lindent the code

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

-- 
1.7.9.5

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

end of thread, other threads:[~2013-07-27  6:54 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09 15:47 [PATCH v2 0/7] usb: phy: msm: Fixes and cleanups Ivan T. Ivanov
2013-07-09 15:47 ` [PATCH v2 1/7] usb: phy: msm: Move mach depndend code to platform data Ivan T. Ivanov
2013-07-24 12:34   ` Felipe Balbi
2013-07-24 12:34     ` Felipe Balbi
2013-07-24 12:36     ` Felipe Balbi
2013-07-24 12:36       ` Felipe Balbi
     [not found] ` <1373384833-18077-1-git-send-email-iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2013-07-09 15:47   ` [PATCH v2 2/7] usb: phy: msm: Migrate to Managed Device Resource allocation Ivan T. Ivanov
2013-07-09 15:47     ` Ivan T. Ivanov
     [not found]     ` <1373384833-18077-3-git-send-email-iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2013-07-24 12:38       ` Felipe Balbi
2013-07-24 12:38         ` Felipe Balbi
2013-07-25 13:42         ` Ivan T. Ivanov
2013-07-25 13:42           ` Ivan T. Ivanov
2013-07-09 15:47   ` [PATCH v2 6/7] usb: phy: msm: Fix WARNING: Prefer seq_puts to seq_printf Ivan T. Ivanov
2013-07-09 15:47     ` Ivan T. Ivanov
2013-07-16 11:25   ` [PATCH v2 0/7] usb: phy: msm: Fixes and cleanups Ivan T. Ivanov
2013-07-16 11:25     ` Ivan T. Ivanov
2013-07-09 15:47 ` [PATCH v2 3/7] usb: phy: msm: Move regulator usage to managed resource allocation Ivan T. Ivanov
2013-07-24 12:39   ` Felipe Balbi
2013-07-24 12:39     ` Felipe Balbi
2013-07-25 13:43     ` Ivan T. Ivanov
2013-07-26 12:31       ` Ivan T. Ivanov
2013-07-26 20:28         ` Felipe Balbi
2013-07-26 20:28           ` Felipe Balbi
2013-07-27  6:54           ` Ivan T. Ivanov
2013-07-09 15:47 ` [PATCH v2 4/7] usb: phy: msm: Remove unnecessarily check for valid regulators Ivan T. Ivanov
2013-07-09 15:47 ` [PATCH v2 5/7] usb: phy: msm: Fix WARNING: quoted string split across lines Ivan T. Ivanov
2013-07-09 15:47 ` [PATCH v2 7/7] usb: phy: msm: Lindent the code 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.