summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* cdc-acm: add TIOCGICOUNTOliver Neukum2013-12-031-0/+24
* cdc-acm: add TIOCMIWAITOliver Neukum2013-12-032-12/+77
* usb: chipidea: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-031-1/+1
* usb: chipidea: host: Only disable the vbus regulator if it is not NULLFabio Estevam2013-12-031-1/+2
* xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou2013-12-024-33/+20
* xhci: replace xhci_read_64() with readq()Xenia Ragiadakou2013-12-025-23/+17
* xhci: replace xhci_writel() with writel()Xenia Ragiadakou2013-12-025-61/+47
* xhci: replace xhci_readl() with readl()Xenia Ragiadakou2013-12-026-118/+112
* xhci: remove conversion from generic to pci device in xhci_mem.cXenia Ragiadakou2013-12-021-10/+10
* xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints()Xenia Ragiadakou2013-12-021-2/+2
* xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints()Xenia Ragiadakou2013-12-021-2/+2
* xhci: remove unnecessary check in xhci_free_stream_info()Xenia Ragiadakou2013-12-021-2/+1
* xhci: fix SCT_FOR_CTX(p) macroXenia Ragiadakou2013-12-021-1/+1
* xhci: replace USB_MAXINTERFACES with config->desc.bNumInterfaceXenia Ragiadakou2013-12-021-1/+1
* xhci: fix incorrect type in assignment in xhci_address_device()Xenia Ragiadakou2013-12-021-3/+3
* xhci: fix sparse warning in xhci-trace.hXenia Ragiadakou2013-12-021-1/+1
* xhci: fix derivation of TRB's DMA address in xhci_log_event Trace Event ClassXenia Ragiadakou2013-12-021-2/+2
* xhci: fix incorrect type in assignment in handle_device_notification()Xenia Ragiadakou2013-12-021-1/+1
* xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bitXenia Ragiadakou2013-12-021-2/+3
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-2249-318/+989
|\
| * drm/sysfs: fix hotplug regression since lifetime changesDavid Herrmann2013-11-211-7/+33
| * drm/exynos: g2d: fix memory leak to userptrInki Dae2013-11-211-0/+2
| * Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie2013-11-213-9/+59
| |\
| | * drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom2013-11-202-7/+54
| | * drm/ttm: Don't move non-existing dataThomas Hellstrom2013-11-201-2/+5
| * | Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2013-11-218-67/+472
| |\ \
| | * | drm/vmwgfx: Make vmwgfx dma buffers prime awareThomas Hellstrom2013-11-181-20/+25
| | * | drm/vmwgfx: Make surfaces prime-awareThomas Hellstrom2013-11-182-15/+17
| | * | drm/vmwgfx: Hook up the prime ioctlsThomas Hellstrom2013-11-184-3/+157
| | * | drm/ttm: Add a minimal prime implementation for ttm base objectsThomas Hellstrom2013-11-181-6/+248
| | * | drm/vmwgfx: Fix false lockdep warningThomas Hellstrom2013-11-181-10/+6
| | * | drm/ttm: Allow execbuf util reserves without ticketThomas Hellstrom2013-11-181-13/+19
| | |/
| * | Merge tag 'drm-intel-fixes-2013-11-20' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-218-22/+79
| |\ \
| | * | drm/i915: Fix gen3 self-refresh watermarksDaniel Vetter2013-11-201-1/+1
| | * | drm/i915: Replicate BIOS eDP bpp clamping hack for hswDaniel Vetter2013-11-191-0/+20
| | * | drm/i915: Do not enable package C8 on unsupported hardwareChris Wilson2013-11-192-0/+16
| | * | drm/i915: Hold pc8 lock around toggling pc8.gpu_idleChris Wilson2013-11-191-2/+6
| | * | drm/i915: encoder->get_config is no longer optionalDaniel Vetter2013-11-181-4/+2
| | * | drm/i915/tv: add ->get_config callbackDaniel Vetter2013-11-181-0/+8
| | * | drm/i915: restore the early forcewake cleanupDaniel Vetter2013-11-171-12/+14
| | * | Partially revert "drm/i915: tune the RC6 threshold for stability"Daniel Vetter2013-11-161-1/+1
| | * | drm/i915: flush cursors harderDaniel Vetter2013-11-151-0/+4
| | * | i915: Use 120MHz LVDS SSC clock for gen5/gen6/gen7Duncan Laurie2013-11-151-1/+6
| | * | drm/i915/dp: set sink to power down mode on dp disableJani Nikula2013-11-141-1/+1
| * | | Merge branch 'drm-next-3.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-11-2128-213/+344
| |\ \ \
| | * | | drm/radeon: hook up backlight functions for CI and KV family.Samuel Li2013-11-191-0/+4
| | * | | drm/radeon/cik: Add macrotile mode array queryMichel Dänzer2013-11-184-1/+15
| | * | | drm/radeon/cik: Return backend map information to userspaceMichel Dänzer2013-11-181-1/+1
| | * | | drm/radeon: enable DPM by default in TN asicsAlex Deucher2013-11-151-1/+1
| | * | | drm/radeon: adjust TN dpm parameters for stability (v2)Alex Deucher2013-11-151-3/+3