[PATCH v2 0/7] usb: phy: msm: Fixes and cleanups

From: Ivan T. Ivanov
Date: Tue Jul 09 2013 - 11:49:04 EST


From: "Ivan T. Ivanov" <iivanov@xxxxxxxxxx>

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/