From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ivan T. Ivanov" Subject: [PATCH 0/7] usb: phy: msm: Fixes and cleanups Date: Mon, 24 Jun 2013 18:27:37 +0300 Message-ID: <1372087664-26396-1-git-send-email-iivanov@mm-sol.com> Return-path: Received: from ns.mm-sol.com ([212.124.72.66]:60546 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752054Ab3FXP2j (ORCPT ); Mon, 24 Jun 2013 11:28:39 -0400 Received: from intsrv.int.mm-sol.com (unknown [172.18.0.3]) by extserv.mm-sol.com (Postfix) with ESMTP id 88166C675 for ; Mon, 24 Jun 2013 18:28:37 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by intsrv.int.mm-sol.com (Postfix) with ESMTP id 672FAD22003 for ; Mon, 24 Jun 2013 18:28:37 +0300 (EEST) Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: linux-arm-msm@vger.kernel.org Cc: "Ivan T. Ivanov" From: "Ivan T. Ivanov" 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 dependent 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