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

Reply via email to