summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | drm/amd/display: Add missing WA and MCLK validationRodrigo Siqueira2023-04-273-2/+19
| | * | | | | | | drm/amd/display: Block optimize on consecutive FAMS enablesWesley Chalmers2023-04-272-3/+22
| | * | | | | | | drm/amd/display: Do not set drr on pipe commitWesley Chalmers2023-04-272-0/+13
| | * | | | | | | drm/amd/display: set variable dccg314_init storage-class-specifier to staticTom Rix2023-04-181-1/+1
| | * | | | | | | drm/amd/display: Use pointer in the memcpyRodrigo Siqueira2023-04-181-1/+1
| | * | | | | | | drm/amd/display: Remove wrong assignment of DP link rateRodrigo Siqueira2023-04-181-1/+0
| | * | | | | | | drm/amd/display: Set dp_rate to dm_dp_rate_na by defaultRodrigo Siqueira2023-04-181-2/+1
| | * | | | | | | drm/amd/display: Set maximum VStartup if is DCN201Rodrigo Siqueira2023-04-181-0/+2
| | * | | | | | | drm/amd/display: Adjust code identation and other minor detailsRodrigo Siqueira2023-04-182-105/+109
| | * | | | | | | drm/amd/display: Add missing mclk updateRodrigo Siqueira2023-04-181-0/+5
| | * | | | | | | drm/amd/display: Update bouding box values for DCN32Rodrigo Siqueira2023-04-181-3/+3
| | * | | | | | | drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"Chong Li2023-04-181-15/+17
| | * | | | | | | drm/amd/pm: change pmfw_decoded_link_width, speed variables to globalsTom Rix2023-04-182-2/+5
| | * | | | | | | drm/amdgpu/vcn: fix mmsch ctx table sizeJane Jian2023-04-181-1/+1
* | | | | | | | | Merge tag 'linux-watchdog-6.4-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2023-05-0547-355/+827
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | watchdog: dw_wdt: Simplify clk managementChristophe JAILLET2023-04-291-33/+11
| * | | | | | | | | watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe()Christophe JAILLET2023-04-291-2/+5
| * | | | | | | | | watchdog: starfive: Fix the warning of starfive_wdt_matchXingyu Wu2023-04-291-1/+1
| * | | | | | | | | watchdog: starfive: Fix the probe return error if PM and early_enable are bot...Xingyu Wu2023-04-291-1/+1
| * | | | | | | | | watchdog: menz069_wdt: fix timeout settingJohannes Thumshirn2023-04-221-1/+1
| * | | | | | | | | watchdog: menz069_wdt: fix watchdog initialisationJohannes Thumshirn2023-04-221-10/+6
| * | | | | | | | | watchdog: loongson1_wdt: Implement restart handlerKeguang Zhang2023-04-221-1/+18
| * | | | | | | | | drivers: watchdog: Add StarFive Watchdog driverXingyu Wu2023-04-223-0/+620
| * | | | | | | | | watchdog: avoid usage of iterator after loopJakob Koschel2023-04-221-2/+1
| * | | | | | | | | watchdog: s3c2410: remove unused freq_to_wdt and s3c2410wdt_is_running functionsTom Rix2023-04-221-10/+0
| * | | | | | | | | watchdog: aspeed: Drop of_match_ptr for ID tableKrzysztof Kozlowski2023-04-221-1/+1
| * | | | | | | | | watchdog: sp5100_tco: Immediately trigger upon starting.Gregory Oakes2023-04-221-0/+4
| * | | | | | | | | watchdog: rt2880-wdt: prefer unsigned int over unsignedSergio Paracuellos2023-04-221-2/+2
| * | | | | | | | | watchdog: rt2880-wdt: avoid static global declarationsSergio Paracuellos2023-04-221-39/+50
| * | | | | | | | | watchdog: loongson1: Use devm_clk_get_enabled() helperChristophe JAILLET2023-04-221-16/+1
| * | | | | | | | | watchdog: ixp4xx: Use devm_clk_get_enabled() helperChristophe JAILLET2023-04-221-15/+3
| * | | | | | | | | watchdog: s3c2410_wdt: Simplify using dev_err_probe()Uwe Kleine-König2023-04-221-19/+11
| * | | | | | | | | watchdog: s3c2410: Make s3c2410_get_wdt_drv_data() return an intUwe Kleine-König2023-04-221-10/+12
| * | | | | | | | | watchdog: wm8350: Simplify using devm_watchdog_register_device()Uwe Kleine-König2023-04-221-8/+1
| * | | | | | | | | watchdog: rn5t618: Simplify using devm_watchdog_register_device()Uwe Kleine-König2023-04-221-11/+1
| * | | | | | | | | watchdog: bcm47xx: Simplify using devm_watchdog_register_device()Uwe Kleine-König2023-04-221-11/+1
| * | | | | | | | | watchdog: sbsa: Test WDOG_HW_RUNNING bit in suspend and resumeWang Wensheng2023-04-221-2/+2
| * | | | | | | | | watchdog: stmp3xxx_rtc: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-3/+2
| * | | | | | | | | watchdog: st_lpc: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-4/+2
| * | | | | | | | | watchdog: shwdt: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-4/+2
| * | | | | | | | | watchdog: sch311x: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-3/+2
| * | | | | | | | | watchdog: sa1100: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-4/+2
| * | | | | | | | | watchdog: rti: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-4/+2
| * | | | | | | | | watchdog: riowd: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-4/+2
| * | | | | | | | | watchdog: renesas: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-4/+2
| * | | | | | | | | watchdog: rdc321x: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-4/+2
| * | | | | | | | | watchdog: rc32434: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-3/+2
| * | | | | | | | | watchdog: orion: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-3/+2
| * | | | | | | | | watchdog: omap: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-4/+2
| * | | | | | | | | watchdog: nv_tco: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-4/+2