summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-23USB: Force disconnect Huawei 4G modem during suspendDaniel Drake4-1/+29
2017-10-23usb: misc: usbtest: remove duplicate & operationJaejoong Kim1-1/+1
2017-10-23usb: host: modify description for MTK xHCI configChunfeng Yun1-2/+2
2017-10-23usb: xhci-mtk: add optional mcu and dma bus clocksChunfeng Yun2-19/+62
2017-10-23usb: xhci-mtk: remove dummy wakeup debounce clocksChunfeng Yun2-35/+0
2017-10-23usb: xhci-mtk: support option to disable usb3 portsChunfeng Yun2-3/+16
2017-10-23usb: xhci-mtk: check clock stability of U3_MACChunfeng Yun1-0/+4
2017-10-23usb: xhci-mtk: use ports count from xhci in xhci_mtk_sch_init()Chunfeng Yun2-4/+2
2017-10-23usb: xhci-mtk: use dma_set_mask_and_coherent() in probe functionChunfeng Yun1-6/+1
2017-10-17usb: Apply hardware LPM attributes to 3.1 deviceLu Baolu1-1/+2
2017-10-17usb: phy: Convert timers to use timer_setup()Kees Cook1-10/+7
2017-10-17usb/gadget/snps_udc_core: Convert timers to use timer_setup()Kees Cook1-13/+6
2017-10-17xhci: Convert timers to use timer_setup()Kees Cook3-9/+6
2017-10-17usb: typec: wcove: fix uninitialized usbc_irq1 and usbc_irq2Colin Ian King1-2/+2
2017-10-17usb: typec: tcpm: reset the port on removalHeikki Krogerus1-0/+1
2017-10-17usb: isp1301-omap: Convert timers to use timer_setup()Kees Cook1-3/+5
2017-10-16Merge 4.14-rc5 into usb-nextGreg Kroah-Hartman80-333/+558
2017-10-15Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-80/+114
2017-10-15Merge tag 'usb-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds15-27/+86
2017-10-15Merge tag 'dmaengine-fix-4.14-rc5' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds3-19/+40
2017-10-14Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-10-14Merge tag 'drm-fixes-for-v4.14-rc5' of git://people.freedesktop.org/~airlied/...Linus Torvalds19-50/+119
2017-10-14Merge tag 'drm-intel-fixes-2017-10-11' of git://anongit.freedesktop.org/drm/d...Dave Airlie6-19/+26
2017-10-14Merge branch 'msm-fixes-4.14-rc4' of git://people.freedesktop.org/~robclark/l...Dave Airlie7-25/+35
2017-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+15
2017-10-14tty: fall back to N_NULL if switching to N_TTY fails during hangupJohannes Weiner1-6/+5
2017-10-14mm: only display online cpus of the numa nodeZhen Lei1-2/+10
2017-10-13Merge tag 'pci-v4.14-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-16/+8
2017-10-13Merge tag 'iommu-fixes-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+8
2017-10-13Merge tag 'devicetree-fixes-for-4.14-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-4/+8
2017-10-13iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel1-0/+1
2017-10-13Merge tag 'imx-drm-fixes-2017-10-12' of git://git.pengutronix.de/git/pza/linu...Dave Airlie3-0/+44
2017-10-13Merge tag 'devprop-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-20/+28
2017-10-12drm/msm: fix _NO_IMPLICIT fencing caseRob Clark2-17/+18
2017-10-12drm/msm: fix error path cleanupRob Clark1-1/+2
2017-10-12device property: preserve usecount for node passed to of_fwnode_graph_get_por...Niklas Söderlund1-1/+1
2017-10-12drivers: of: increase MAX_RESERVED_REGIONS to 32Stewart Smith1-1/+1
2017-10-12of: do not leak console optionsSergey Senozhatsky1-2/+6
2017-10-12drm/msm/mdp5: Remove extra pm_runtime_put call in mdp5_crtc_cursor_set()Archit Taneja1-2/+0
2017-10-12drm/msm/dsi: Use correct pm_runtime_put variant during host_initArchit Taneja1-1/+1
2017-10-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-8/+11
2017-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-5/+25
2017-10-12drm/msm: fix return value check in _msm_gem_kernel_new()Wei Yongjun1-2/+2
2017-10-12drm/msm: use proper memory barriers for updating tail/headRob Clark1-2/+10
2017-10-12drm/msm/mdp5: add missing max size for 8x74 v1Rob Clark1-0/+2
2017-10-12drm/amdgpu: fix placement flags in amdgpu_ttm_bindChristian König1-1/+1
2017-10-12Merge tag 'fixes-for-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman9-20/+62
2017-10-12iommu/exynos: Remove initconst attribute to avoid potential kernel oopsMarek Szyprowski1-1/+1
2017-10-11ACPI: properties: Fix __acpi_node_get_property_reference() return codesSakari Ailus1-4/+6
2017-10-11ACPI: properties: Align return codes of __acpi_node_get_property_reference()Sakari Ailus2-10/+13