summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'phy-attrs-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Tomi Valkeinen2020-09-181-0/+4
|\
| * phy: cadence-torrent: Set Torrent PHY attributesSwapnil Jakhade2020-09-161-0/+4
* | Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-1734-340/+230
|\ \
| * | dmabuf: fix common struct sg_table related issuesMarek Szyprowski2020-09-102-11/+9
| * | drm: rcar-du: fix common struct sg_table related issuesMarek Szyprowski2020-09-102-6/+5
| * | drm: host1x: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-14/+8
| * | xen: gntdev: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-7/+6
| * | drm: xen: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-1/+1
| * | drm: vmwgfx: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-13/+4
| * | drm: virtio: fix common struct sg_table related issuesMarek Szyprowski2020-09-102-22/+26
| * | drm: v3d: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-7/+6
| * | drm: tegra: fix common struct sg_table related issuesMarek Szyprowski2020-09-102-27/+15
| * | drm: rockchip: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-13/+10
| * | drm: rockchip: use common helper for a scatterlist contiguity checkMarek Szyprowski2020-09-101-18/+1
| * | drm: panfrost: fix common struct sg_table related issuesMarek Szyprowski2020-09-102-6/+5
| * | drm: omapdrm: use common helper for extracting pages arrayMarek Szyprowski2020-09-101-10/+4
| * | drm: msm: fix common struct sg_table related issuesMarek Szyprowski2020-09-103-17/+13
| * | drm: mediatek: use common helper for extracting pages arrayMarek Szyprowski2020-09-101-7/+2
| * | drm: mediatek: use common helper for a scatterlist contiguity checkMarek Szyprowski2020-09-101-22/+6
| * | drm: lima: fix common struct sg_table related issuesMarek Szyprowski2020-09-102-6/+10
| * | drm: i915: fix common struct sg_table related issuesMarek Szyprowski2020-09-102-12/+6
| * | drm: exynos: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-5/+5
| * | drm: exynos: use common helper for a scatterlist contiguity checkMarek Szyprowski2020-09-101-20/+3
| * | drm: etnaviv: fix common struct sg_table related issuesMarek Szyprowski2020-09-102-18/+9
| * | drm: armada: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-13/+11
| * | drm: core: fix common struct sg_table related issuesMarek Szyprowski2020-09-103-11/+16
| * | drm: prime: use sgtable iterators in drm_prime_sg_to_page_addr_arrays()Marek Szyprowski2020-09-101-34/+15
| * | drm: prime: add common helper to check scatterlist contiguityMarek Szyprowski2020-09-102-20/+34
| |/
* | Merge v5.9-rc5 into drm-nextDaniel Vetter2020-09-14123-594/+971
|\ \
| * \ Merge tag 'usb-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-09-1311-81/+87
| |\ \
| | * \ Merge tag 'usb-serial-5.9-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-09-083-8/+16
| | |\ \
| | | * | USB: serial: option: support dynamic Quectel USB compositionsBjørn Mork2020-08-311-8/+12
| | | * | USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modulesAleksander Morgado2020-08-311-0/+2
| | | * | USB: serial: ftdi_sio: add IDs for Xsens Mti USB converterPatrick Riphagen2020-08-242-0/+2
| | | |/
| | * | usb: typec: intel_pmc_mux: Do not configure SBU and HSL Orientation in Altern...Utkarsh Patel2020-09-071-8/+0
| | * | usb: typec: intel_pmc_mux: Do not configure Altmode HPD HighUtkarsh Patel2020-09-071-4/+0
| | * | usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao2020-09-041-0/+5
| | * | Revert "usb: dwc3: meson-g12a: fix shared reset control use"Amjad Ouled-Ameur2020-09-041-9/+6
| | * | usb: typec: ucsi: acpi: Check the _DEP dependenciesHeikki Krogerus2020-09-041-0/+4
| | * | usb: typec: intel_pmc_mux: Un-register the USB role switchMadhusudanarao Amara2020-09-041-0/+2
| | * | usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman2020-09-041-49/+42
| | * | Merge tag 'thunderbolt-for-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2020-09-013-3/+12
| | |\ \
| | | * | thunderbolt: Use maximum USB3 link rate when reclaiming if link is not upMika Westerberg2020-08-251-2/+10
| | | * | thunderbolt: Disable ports that are not implementedNikunj A. Dadhania2020-08-252-1/+2
| * | | | Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-1323-99/+169
| |\ \ \ \
| | * | | | iio: adc: mcp3422: fix locking on error pathAngelo Compagnucci2020-09-011-1/+3
| | * | | | iio: adc: mcp3422: fix locking scopeAngelo Compagnucci2020-08-311-5/+7
| | * | | | iio: adc: meson-saradc: Use the parent device to look up the calib dataMartin Blumenstingl2020-08-311-1/+1
| | * | | | iio:adc:max1118 Fix alignment of timestamp and data leak issuesJonathan Cameron2020-08-311-3/+7
| | * | | | iio:adc:ina2xx Fix timestamp alignment issue.Jonathan Cameron2020-08-311-4/+7