summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-06-26usb: early/ehci-dbgp: make it explicitly non-modularPaul Gortmaker1-2/+2
2016-06-26xhci: get rid of platform dataHeikki Krogerus1-4/+1
2016-06-26usb: dwc3: host: use build-in property instead of platform dataHeikki Krogerus1-9/+9
2016-06-26xhci: plat: adapt to unified device property interfaceHeikki Krogerus1-3/+2
2016-06-26xhci: rename and simplify last_trb_on_last_seg() helperMathias Nyman1-40/+25
2016-06-26xhci: remove enqueue_is_link() helperMathias Nyman1-7/+1
2016-06-26xhci: rework inc_deq() and fix off by one error.Mathias Nyman1-36/+32
2016-06-26xhci: use and add separate function for checking for link trbsMathias Nyman1-11/+13
2016-06-26xhci: clean up event ring checks from inc_enq()Mathias Nyman1-36/+28
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman4-40/+155
2016-06-26xhci: align the last trb before link if it is easily splittable.Mathias Nyman1-0/+27
2016-06-26xhci: don't rely on precalculated value of needed trbs in the enqueue loopMathias Nyman1-46/+29
2016-06-26xhci: use boolean to indicate last trb in td remainder calculationMathias Nyman1-7/+6
2016-06-26xhci: properly prepare zero packet TD after normal bulk TD.Mathias Nyman1-23/+15
2016-06-26xhci: rename ep_ring variable in queue_bulk_tx(), no functional changeMathias Nyman1-11/+10
2016-06-20Revert "usb: ohci-at91: Forcibly suspend ports while USB suspend"Greg Kroah-Hartman1-79/+1
2016-06-20Merge 4.7-rc4 into usb-nextGreg Kroah-Hartman364-2252/+3592
2016-06-19Merge tag 'dmaengine-fix-4.7-rc4' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2-29/+63
2016-06-18Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+1
2016-06-18Merge tag 'usb-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds38-416/+537
2016-06-18Merge tag 'staging-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-103/+228
2016-06-18Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-11/+13
2016-06-18Merge tag 'char-misc-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-15/+32
2016-06-17Merge tag 'acpi-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-137/+9
2016-06-17Merge tag 'pm-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds4-26/+26
2016-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-1/+6
2016-06-17isa: Call isa_bus_init before dependent ISA bus drivers registerWilliam Breathitt Gray1-1/+1
2016-06-17watchdog: ebc-c384_wdt: Allow build for X86_64William Breathitt Gray1-1/+1
2016-06-17iio: stx104: Allow build for X86_64William Breathitt Gray1-1/+1
2016-06-17gpio: Allow PC/104 devices on X86_64William Breathitt Gray1-4/+4
2016-06-17isa: Allow ISA-style drivers on modern systemsWilliam Breathitt Gray1-1/+1
2016-06-17usbip: rate limit get_frame_number messageGreg Kroah-Hartman1-1/+1
2016-06-18Merge branch 'acpica-fixes'Rafael J. Wysocki1-137/+9
2016-06-18Merge branches 'pm-opp' and 'pm-cpufreq-fixes'Rafael J. Wysocki4702-125979/+303968
2016-06-17Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of si...Hans de Goede1-1/+1
2016-06-17Revert "Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)"Hans de Goede1-1/+2
2016-06-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2016-06-17Merge tag 'iommu-fixes-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+14
2016-06-17Merge tag 'for-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/j.an...Linus Torvalds2-3/+37
2016-06-17iommu/vt-d: Enable QI on all IOMMUs before setting root entryJoerg Roedel1-5/+12
2016-06-16Merge tag 'pwm/for-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+4
2016-06-16PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_tableViresh Kumar3-6/+24
2016-06-16memory: omap-gpmc: Fix omap gpmc EXTRADELAY timingOcquidant, Sebastien1-1/+1
2016-06-16coresight: Handle build path errorSuzuki K Poulose1-3/+6
2016-06-16coresight: Fix erroneous memset in tmc_read_unprepare_etrSuzuki K Poulose1-6/+3
2016-06-16coresight: Fix tmc_read_unprepare_etrSuzuki K Poulose1-1/+1
2016-06-16coresight: Fix NULL pointer dereference in _coresight_build_pathSuzuki K Poulose1-3/+3
2016-06-16Merge tag 'extcon-fixes-for-4.7-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+2
2016-06-15Merge tag 'drm-fixes-for-v4.7-rc4' of git://people.freedesktop.org/~airlied/l...Linus Torvalds30-164/+393
2016-06-15Merge tag 'platform-drivers-x86-v4.7-2' of git://git.infradead.org/users/dvha...Linus Torvalds3-30/+69