summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* firmware: qcom_scm: Add MDM9607 compatibleKonrad Dybcio2021-06-101-0/+3
* soc: qcom: rpmpd: Add MDM9607 RPM Power DomainsKonrad Dybcio2021-06-101-0/+22
* soc: qcom: smd-rpm: Add MSM8226 compatibleBartosz Dudziak2021-05-311-0/+1
* soc: qcom: socinfo: import PMIC IDs from pmic-spmiLuca Weiss2021-05-261-6/+18
* bus: qcom-ebi2: Fix incorrect documentation for '{slow,fast}_cfg'Lee Jones2021-05-261-2/+2
* soc: qcom: socinfo: Add more IDsLuca Weiss2021-05-251-0/+27
* soc: qcom: rpmhpd: Add SC8180XBjorn Andersson2021-05-251-0/+21
* soc: qcom: smd-rpm: Add SM6125 compatibleMartin Botka2021-05-251-0/+1
* soc: qcom: socinfo: Add remaining IPQ6018 family ID-sRobert Marko2021-05-251-0/+4
* soc: qcom: socinfo: Add missing SoC ID for SM6125Martin Botka2021-05-251-0/+1
* fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds2021-05-091-1/+1
* Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-05-0919-81/+332
|\
| * Merge tag 'amd-drm-fixes-5.13-2021-05-05' of https://gitlab.freedesktop.org/a...Dave Airlie2021-05-0714-45/+328
| |\
| | * drm/amdgpu: Use device specific BO size & stride check.Bas Nieuwenhuizen2021-05-051-6/+175
| | * drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.Bas Nieuwenhuizen2021-05-051-0/+4
| | * drm/amd/pm: initialize variableTom Rix2021-05-041-1/+1
| | * drm/radeon: Avoid power table parsing memory leaksKees Cook2021-05-041-5/+15
| | * drm/radeon: Fix off-by-one power_state index heap overwriteKees Cook2021-05-041-3/+3
| | * drm/amd/display: Fix two cursor duplication when using overlayRodrigo Siqueira2021-05-041-0/+51
| | * drm/amdgpu: add new MC firmware for Polaris12 32bit ASICEvan Quan2021-05-041-3/+10
| | * amdgpu: fix GEM obj leak in amdgpu_display_user_framebuffer_createSimon Ser2021-04-291-0/+1
| | * drm/amdgpu: Register VGA clients after init can no longer failKai-Heng Feng2021-04-291-15/+13
| | * drm/amdgpu: Handling of amdgpu_device_resume return value for graceful teardownPavan Kumar Ramayanam2021-04-291-0/+3
| | * drm/amdgpu: fix r initial valuesVictor Zhao2021-04-291-1/+1
| | * drm/amd/display: fix wrong statement in mst hpd debugfsMikita Lipski2021-04-281-1/+1
| | * amdgpu/pm: set pp_dpm_dcefclk to readonly on NAVI10 and newer gpusDarren Powell2021-04-281-0/+8
| | * amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLIDDarren Powell2021-04-282-2/+7
| | * drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König2021-04-283-8/+18
| | * drm/amd/display: Reject non-zero src_y and src_x for video planesHarry Wentland2021-04-281-0/+17
| * | Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...Dave Airlie2021-05-074-33/+1
| |\ \
| | * | fbmem: Mark proc_fb_seq_ops as __maybe_unusedGuenter Roeck2021-05-041-1/+1
| | * | drm/msm/dpu: Delete bonkers codeRob Clark2021-05-033-32/+0
| * | | Merge tag 'drm-intel-next-fixes-2021-04-30' of git://anongit.freedesktop.org/...Dave Airlie2021-05-071-3/+3
| |\ \ \
| | * \ \ Merge tag 'gvt-next-fixes-2021-04-29' of https://github.com/intel/gvt-linux i...Jani Nikula2021-04-291-3/+3
| | |\ \ \
| | | * | | drm/i915/gvt: Prevent divided by zero when calculating refresh rateColin Xu2021-04-291-3/+3
* | | | | | drm/i915/display: fix compiler warning about array overrunLinus Torvalds2021-05-081-1/+12
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-05-0810-485/+434
|\ \ \ \ \ \
| * | | | | | scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke2021-05-021-446/+375
| * | | | | | scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke2021-05-021-6/+3
| * | | | | | scsi: scsi_debug: Fix cmd_per_lun, set to max_queueDouglas Gilbert2021-05-021-8/+16
| * | | | | | scsi: ufs: core: Narrow down fast path in system suspend pathCan Guo2021-04-281-0/+1
| * | | | | | scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspendCan Guo2021-04-281-0/+2
| * | | | | | scsi: ufs: core: Do not put UFS power into LPM if link is brokenCan Guo2021-04-281-2/+2
| * | | | | | scsi: qla2xxx: Prevent PRLI in target modeAnastasia Kovaleva2021-04-281-0/+3
| * | | | | | scsi: qla2xxx: Add marginal path handling supportBikash Hazarika2021-04-281-0/+1
| * | | | | | scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundBodo Stroesser2021-04-281-2/+2
| * | | | | | scsi: ufs: core: Fix a typo in ufs-sysfs.cKeoseong Park2021-04-281-6/+6
| * | | | | | scsi: lpfc: Fix bad memory access during VPD DUMP mailbox commandJames Smart2021-04-262-13/+14
| * | | | | | scsi: lpfc: Fix DMA virtual address ptr assignment in bsgJames Smart2021-04-261-1/+1
| * | | | | | scsi: lpfc: Fix illegal memory access on Abort IOCBsJames Smart2021-04-261-2/+9