lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1431433432-17409-1-git-send-email-ramneek.mehresh@freescale.com>
Date:	Tue, 12 May 2015 17:53:50 +0530
From:	Ramneek Mehresh <ramneek.mehresh@...escale.com>
To:	<linux-kernel@...r.kernel.org>
CC:	<linux-usb@...r.kernel.org>, <stern@...land.harvard.edu>,
	<gregkh@...uxfoundation.org>,
	Ramneek Mehresh <ramneek.mehresh@...escale.com>
Subject: [PATCH 0/2]: Make FSL EHCI drv as separate module

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ