aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-25usbip: vhci_hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+2
2015-01-25renesas_usbhs: mod_host: use HUB_CHAR_*Sergei Shtylyov1-1/+2
2015-01-25musb_virthub: use HUB_CHAR_*Sergei Shtylyov1-3/+4
2015-01-25dummy_hcd: use HUB_CHAR_*Sergei Shtylyov1-2/+6
2015-01-25dwc2: hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+3
2015-01-25u132-hcd: use HUB_CHAR_*Sergei Shtylyov1-5/+5
2015-01-25sl811-hcd: use HUB_CHAR_*Sergei Shtylyov1-3/+3
2015-01-25r8a66597-hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+2
2015-01-25oxu210hp-hcd: use HUB_CHAR_*Sergei Shtylyov1-3/+3
2015-01-25ohci-s3c2410: use HUB_CHAR_*Sergei Shtylyov1-3/+3
2015-01-25ohci-hub: use HUB_CHAR_*Sergei Shtylyov1-5/+5
2015-01-25ohci-at91: use HUB_CHAR_*Sergei Shtylyov1-2/+4
2015-01-25max3421-hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+2
2015-01-25isp1760-hcd: use HUB_CHAR_*Sergei Shtylyov1-3/+3
2015-01-25isp1362-hcd: use HUB_CHAR_*Sergei Shtylyov1-2/+6
2015-01-25isp116x-hcd: use HUB_CHAR_*Sergei Shtylyov1-1/+4
2015-01-25imx21-hcd: use HUB_CHAR_*Sergei Shtylyov1-3/+2
2015-01-25fusbh200-hcd: use HUB_CHAR_*Sergei Shtylyov1-2/+2
2015-01-25fotg210-hcd: use HUB_CHAR_*Sergei Shtylyov1-2/+2
2015-01-25fhci-hub: use HUB_CHAR_*Sergei Shtylyov1-1/+1
2015-01-25ehci-hub: use HUB_CHAR_*Sergei Shtylyov1-4/+4
2015-01-25xhci: Silence "xHCI xhci_drop_endpoint called with disabled ep ..." messagesHans de Goede1-2/+4
2015-01-25xhci: Print hcc params, version and quirks on initHans de Goede2-0/+6
2015-01-25USB: don't cancel queued resets when unbinding driversAlan Stern4-58/+12
2015-01-25usb: Fix typo in `struct usb_host_interface' commentChris Rorvick1-1/+1
2015-01-25USB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platformAndreas Herrmann3-4/+4
2015-01-25fhci-hub: kill 'len' variable in fhci_hub_control()Sergei Shtylyov1-4/+0
2015-01-25fhci-hub: no need to overwrite byte 3 of the Hub DescriptorSergei Shtylyov1-3/+2
2015-01-25uwb: lc-dev: Remove unused functionRickard Strandqvist1-7/+0
2015-01-25drm/exynos: fimd: check error status for drm_iommu_attach_deviceAjay Kumar1-2/+15
2015-01-25drm/exynos: create exynos_check_plane()Gustavo Padovan3-20/+36
2015-01-25drm/exynos: remove mode_set() ops from exynos_crtcGustavo Padovan1-3/+0
2015-01-25drm/exynos: don't duplicate drm_display_mode in fimd contextGustavo Padovan2-16/+1
2015-01-25drm/exynos: remove struct exynos_drm_managerGustavo Padovan7-244/+211
2015-01-25drm/exynos: remove drm_dev from struct exynos_drm_managerGustavo Padovan6-12/+13
2015-01-25drm/exynos: move 'type' from manager to crtc structGustavo Padovan6-14/+17
2015-01-25drm/exynos: remove pipe member of struct exynos_drm_managerGustavo Padovan5-6/+4
2015-01-25drm/exynos: add pipe param to exynos_drm_crtc_create()Gustavo Padovan5-8/+8
2015-01-25drm/exynos: rename base object of struct exynos_drm_crtc to 'base'Gustavo Padovan2-6/+5
2015-01-25drm/exynos: remove exynos_drm_crtc_mode_set_commit()Gustavo Padovan1-7/+1
2015-01-25drm/exynos: call exynos_update_plane() directly on page flipsGustavo Padovan1-2/+6
2015-01-25drm/exynos: unify plane update on exynos_update_plane()Gustavo Padovan3-16/+8
2015-01-25drm/exynos: remove exynos_plane_commit() wrapperGustavo Padovan3-12/+8
2015-01-25drm/exynos: don't do any DPMS operation while updating planesGustavo Padovan1-1/+7
2015-01-25drm/exynos: Don't touch DPMS when updating overlay planesGustavo Padovan1-1/+0
2015-01-25drm/exynos/vidi: remove useless ops->commit()Gustavo Padovan1-12/+0
2015-01-25drm/exynos/fimd: don't initialize 'ret' variable in fimd_probe()Gustavo Padovan1-1/+1
2015-01-25drm/exynos: remove struct exynos_drm_overlayGustavo Padovan6-117/+112
2015-01-25drm/exynos: remove exynos_drm_crtc_plane_* wrappersGustavo Padovan2-37/+15
2015-01-25drm/exynos: expose struct exynos_drm_crtcGustavo Padovan2-30/+30