Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757042Ab3GYSiW (ORCPT ); Thu, 25 Jul 2013 14:38:22 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:4227 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756360Ab3GYSiU (ORCPT ); Thu, 25 Jul 2013 14:38:20 -0400 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Thu, 25 Jul 2013 11:38:20 -0700 From: Tuomas Tynkkynen To: CC: , , , , , Tuomas Tynkkynen Subject: [PATCH v3 0/9] Tegra USB cleanup series Date: Thu, 25 Jul 2013 21:38:00 +0300 Message-ID: <1374777489-13093-1-git-send-email-ttynkkynen@nvidia.com> X-Mailer: git-send-email 1.8.1.5 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1653 Lines: 42 Hi, Here's a V3 of the few cleanup patches for the Tegra USB drivers, to be applied on top of Mikko's two patch sets. It mostly deals with removing all usage of platform data and using standard helpers and enums instead of Tegra-specific ones. v3 diff: Rebased on v3 of Mikko's regulator patch (just a whitespace change) Added Stephen's Reviewed & Tested-bys & Ack to Patch 4 v2 diff: Patch 5: Do the usb_add_phy_dev as the very last thing in .probe Patch 9: Default to host mode if the property didn't exist Tuomas Tynkkynen (9): usb: phy: tegra: Remove unnecessary 'dev' field usb: host: tegra: Remove leftover code usb: tegra: host: Remove references to plat data ARM: tegra: Remove USB platform data usb: phy: tegra: Register as an USB PHY. usb: host: tegra: Locate a PHY via standard API usb: phy: tegra: Remove custom PHY locating APIs usb: phy: tegra: Use DT helpers for phy_type usb: phy: tegra: Use DT helpers for dr_mode arch/arm/mach-tegra/tegra.c | 38 +----------- drivers/usb/host/ehci-tegra.c | 37 ++---------- drivers/usb/phy/phy-tegra-usb.c | 102 ++++++++++++++++---------------- include/linux/platform_data/tegra_usb.h | 32 ---------- include/linux/usb/tegra_usb_phy.h | 16 +---- 5 files changed, 59 insertions(+), 166 deletions(-) delete mode 100644 include/linux/platform_data/tegra_usb.h -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/