Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932430AbbELMM7 (ORCPT ); Tue, 12 May 2015 08:12:59 -0400 Received: from mail-bn1bn0101.outbound.protection.outlook.com ([157.56.110.101]:33552 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751302AbbELMMz (ORCPT ); Tue, 12 May 2015 08:12:55 -0400 Authentication-Results: spf=fail (sender IP is 192.88.158.2) smtp.mailfrom=freescale.com; freescale.mail.onmicrosoft.com; dkim=none (message not signed) header.d=none; From: Ramneek Mehresh To: CC: , , , Ramneek Mehresh Subject: [PATCH 0/2]: Make FSL EHCI drv as separate module Date: Tue, 12 May 2015 17:53:50 +0530 Message-ID: <1431433432-17409-1-git-send-email-ramneek.mehresh@freescale.com> X-Mailer: git-send-email 1.8.3.1 X-EOPAttributedMessage: 0 X-Microsoft-Exchange-Diagnostics: 1;BL2FFO11FD019;1:pqYwh4we8PfGkbinZjOWXq74OuJAcBasRDprhixvglssrhU8VZC9yYrATPe8vh1IHGA1ON9ixi6AesE6BMFDsLPd7nRWiqjN92kV9pi8DTVzxf2B6gC8Id+rn8c/q3M7RlppeF+A7K8z0es9pmOwimz1tUeI3bYMOewcrbSiqOzJrektahBzQLDITLOkmnxaEiUZzTITYmw1i0KPsyNeX079I+3BsV6x+AWIfh3MI281lCjNRp9qbqV4QCXRTJ1PXC07bc2R0m4QoZBfKnj/mfZjq90Jq1CDbRp2pvfUw6YiV0XZjgqm15oLTtISARxeVAPgh0lJkc6Z44xfM+o9KQ== X-Forefront-Antispam-Report: CIP:192.88.158.2;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10019020)(6009001)(339900001)(189002)(199003)(77096005)(229853001)(47776003)(110136002)(107886002)(76506005)(104016003)(189998001)(6806004)(48376002)(46102003)(106466001)(5001960100002)(86362001)(85426001)(105606002)(50466002)(2351001)(33646002)(92566002)(36756003)(50986999)(50226001)(87936001)(77156002)(62966003)(4001430100001)(217873001);DIR:OUT;SFP:1102;SCL:1;SRVR:BY2PR0301MB1575;H:az84smr01.freescale.net;FPR:;SPF:Fail;MLV:sfv;MX:1;A:1;LANG:en; MIME-Version: 1.0 Content-Type: text/plain X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY2PR0301MB1575; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:BY2PR0301MB1575;BCL:0;PCL:0;RULEID:;SRVR:BY2PR0301MB1575; X-Forefront-PRVS: 0574D4712B X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 12 May 2015 12:12:52.5463 (UTC) X-MS-Exchange-CrossTenant-Id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=710a03f5-10f6-4d38-9ff4-a80b81da590d;Ip=[192.88.158.2];Helo=[az84smr01.freescale.net] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2PR0301MB1575 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 993 Lines: 27 This patch set makes fsl ehci driver as a separate module from existing ehci-hcd driver. For this, following is done: - make ehci-fsl.c as a seperate entity by compiling it separately - make use of module_init()/module_exit(), and makeing ehci-fsl.c as tristate - using overrides structure to override "reset" and "extra_priv_size" Ramneek Mehresh (2): drivers:usb:fsl:Make fsl ehci drv an independent module drivers:usb:fsl: Use overrides structure for fsl hc driver drivers/usb/host/Kconfig | 2 +- drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-fsl.c | 164 +++++++++++++++++++------------------------- drivers/usb/host/ehci-hcd.c | 5 -- 4 files changed, 72 insertions(+), 100 deletions(-) -- 1.8.3.1 -- 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/