• G
    Merge tag 'dwc3-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · 0f89fc3f
    Greg Kroah-Hartman 提交于
    USB dwc3 patches from Felipe:
    
    "usb: dwc3: patches for v3.8
    
    We can finaly drop HAVE_CLK dependency from exynos glue layer
    now that clk API provides no-op stubs when it's not linked
    into the kernel.
    
    We're also switching over event buffer allocation to devm_kzalloc()
    and moving the allocation out of dwc3_core_init() so that can be
    re-used when implementing PM support for v3.9.
    
    After the introduction of PLATFORM_DEVID_AUTO, we can also drop the
    homebrew platform device ID handling we had on dwc3 core and let
    driver core take care of that for us.
    
    Exynos glue layer learns about DeviceTree and drops platform_data
    support completely."
    0f89fc3f
core.c 15.1 KB