summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.9-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-222-316/+470
|\
| * i2c: muxes: pca954x: Allow sharing reset GPIOChris Packham2024-03-201-8/+38
| * Merge tag 'i2c-host-6.9-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Wolfram Sang2024-03-201-308/+432
| |\
| | * i2c: nomadik: sort includesThéo Lebrun2024-03-121-8/+8
| | * i2c: nomadik: support Mobileye EyeQ5 I2C controllerThéo Lebrun2024-03-121-4/+86
| | * i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetreeThéo Lebrun2024-03-121-1/+8
| | * i2c: nomadik: replace jiffies by ktime for FIFO flushing timeoutThéo Lebrun2024-03-121-3/+3
| | * i2c: nomadik: support short xfer timeouts using waitqueue & hrtimerThéo Lebrun2024-03-121-22/+48
| | * i2c: nomadik: use bitops helpersThéo Lebrun2024-03-121-73/+88
| | * i2c: nomadik: simplify IRQ masking logicThéo Lebrun2024-03-121-12/+6
| | * i2c: nomadik: rename private struct pointers from dev to privThéo Lebrun2024-03-081-214/+214
* | | Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-2183-278/+556
|\ \ \
| * \ \ Merge tag 'amd-drm-fixes-6.9-2024-03-21' of https://gitlab.freedesktop.org/ag...Dave Airlie2024-03-2264-215/+456
| |\ \ \
| | * | | drm/amdgpu/pm: Don't use OD table on ArcturusMa Jun2024-03-201-28/+5
| | * | | drm/amdgpu: drop setting buffer funcs in sdma442Le Ma2024-03-201-22/+1
| | * | | drm/amd/display: Fix noise issue on HDMI AV muteLeo Ma2024-03-201-1/+11
| | * | | drm/amd/display: Revert Remove pixle rate limit for subvpWenjing Liu2024-03-201-0/+1
| | * | | Revert "drm/amdgpu/vpe: don't emit cond exec command under collaborate mode"Lang Yu2024-03-201-3/+0
| | * | | Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device...Ma Jun2024-03-201-10/+6
| | * | | drm/amd/display: Add a dc_state NULL check in dc_state_releaseAllen Pan2024-03-201-1/+2
| | * | | drm/amd/display: Return the correct HDCP error codeRodrigo Siqueira2024-03-201-0/+3
| | * | | drm/amd/display: Implement wait_for_odm_update_pending_completeWenjing Liu2024-03-2011-4/+90
| | * | | drm/amd/display: Lock all enabled otg pipes even with no planesWenjing Liu2024-03-203-1/+26
| | * | | drm/amd/display: Amend coasting vtotal for replay low hzChunTao Tso2024-03-207-10/+18
| | * | | drm/amd/display: Fix idle check for shared firmware stateNicholas Kazlauskas2024-03-201-9/+3
| | * | | drm/amd/display: Update odm when ODM combine is changed on an otg master pipe...Wenjing Liu2024-03-202-20/+28
| | * | | drm/amd/display: Init DPPCLK from SMU on dcn32Dillon Varone2024-03-205-8/+41
| | * | | drm/amd/display: Add monitor patch for specific eDPRyan Lin2024-03-201-2/+4
| | * | | drm/amd/display: Allow dirty rects to be sent to dmub when abm is activeJosip Pavic2024-03-201-0/+3
| | * | | drm/amd/display: Override min required DCFCLK in dml1_validateSohaib Nadeem2024-03-203-0/+10
| | * | | drm/amdgpu: Bypass display ta if display hw is not availableHawking Zhang2024-03-201-0/+18
| | * | | drm/amdgpu: correct the KGQ fallback messagePrike Liang2024-03-201-1/+1
| | * | | drm/amdgpu/pm: Check the validity of overdiver power limitMa Jun2024-03-205-26/+37
| | * | | drm/amdgpu/pm: Fix NULL pointer dereference when get power limitMa Jun2024-03-205-31/+41
| | * | | drm/amdgpu: Skip access PF-only registers on gfx10/gfxhub2_1 under SRIOVZhenGuo Yin2024-03-202-2/+9
| | * | | drm/amdgpu: Init zone device and drm client after mode-1 reset on reloadAhmad Rehman2024-03-202-2/+5
| | * | | drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flagPhilip Yang2024-03-201-0/+1
| | * | | drm/amdgpu/vcn: enable vcn1 fw load for VCN 4_0_6Saleemkhan Jamadar2024-03-2010-38/+52
| | * | | drm/amd/display: Enable DML2 debug flagsAurabindo Pillai2024-03-201-0/+3
| | * | | drm/amd/display: Change default size for dummy plane in DML2Swapnil Patel2024-03-201-3/+15
| | * | | drm/amdgpu: Reset IH OVERFLOW_EN bit for IH 7.0Friedrich Vock2024-03-201-0/+6
| | * | | drm/amdgpu: fix mmhub client id out-of-bounds accessLang Yu2024-03-201-4/+3
| | * | | drm/amdgpu: fix use-after-free bugVitaly Prosyak2024-03-201-4/+16
| | * | | drm/amdgpu: Handle duplicate BOs during process restoreMukul Joshi2024-03-201-4/+10
| | * | | drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` foundMario Limonciello2024-03-201-8/+14
| * | | | Merge tag 'drm-misc-next-fixes-2024-03-21' of https://gitlab.freedesktop.org/...Dave Airlie2024-03-223-3/+2
| |\ \ \ \
| | * | | | nouveau/gsp: don't check devinit disable on GSP.Dave Airlie2024-03-191-1/+0
| | * | | | drm/tests: Build KMS helpers when DRM_KUNIT_TEST_HELPERS is enabledKarolina Stolarek2024-03-151-1/+1
| | * | | | drm/sun4i: hdmi: Fix u64 div on 32bit archMaxime Ripard2024-03-141-1/+1
| * | | | | Merge tag 'drm-misc-next-fixes-2024-03-14' of https://gitlab.freedesktop.org/...Dave Airlie2024-03-1911-27/+47
| |\| | | |