aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-02cpufreq: intel_pstate: Do not update global.turbo_disabled after initializationRafael J. Wysocki1-43/+8
2024-04-02cpufreq: intel_pstate: Fold intel_pstate_max_within_limits() into callerRafael J. Wysocki1-9/+4
2024-04-02cpufreq: intel_pstate: Use __ro_after_init for three variablesRafael J. Wysocki1-3/+3
2024-04-02cpufreq: intel_pstate: Get rid of unnecessary READ_ONCE() annotationsRafael J. Wysocki1-22/+5
2024-04-02cpufreq: intel_pstate: Wait for canceled delayed work to completeRafael J. Wysocki1-2/+6
2024-04-02cpufreq: intel_pstate: Simplify spinlock lockingRafael J. Wysocki1-8/+4
2024-04-02cpufreq: intel_pstate: Drop redundant locking from intel_pstate_driver_cleanup()Rafael J. Wysocki1-2/+0
2024-04-02mmc: Merge branch fixes into nextUlf Hansson1-1/+15
2024-04-02mmc: sdio: store owner from modules with sdio_register_driver()Krzysztof Kozlowski1-3/+6
2024-04-02mmc: sdhci-pci-gli: Use pci_set_power_state(), not direct PMCSR writesBjorn Helgaas1-16/+4
2024-04-02mmc: sdhci-pci-gli: Use PCI AER definitions, not hard-coded valuesBjorn Helgaas1-12/+14
2024-04-02mmc: debugfs: add card entry for quirksRouven Czerwinski1-0/+1
2024-04-02mmc: debugfs: convert permissions to octalRouven Czerwinski1-3/+3
2024-04-02mmc: sdhci-msm: pervent access to suspended controllerMantas Pucka1-1/+15
2024-04-02mmc: davinci: Don't strip remove function when driver is builtinUwe Kleine-König1-2/+2
2024-04-02mmc: sdhci-of-dwcmshc: Implement SDHCI CQE supportSergey Khimich2-2/+190
2024-04-02mmc: cqhci: Add cqhci set_tran_desc() callbackSergey Khimich2-3/+12
2024-04-02mmc: sdhci_am654: Update comments in sdhci_am654_set_clockJudith Mendez1-2/+2
2024-04-02mmc: sdhci_am654: Fix itapdly/otapdly array typeJudith Mendez1-2/+2
2024-04-02mmc: sdhci_am654: Fix ITAPDLY for HS400 timingJudith Mendez1-0/+9
2024-04-02mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clockJudith Mendez1-3/+9
2024-04-02mmc: sdhci_am654: Add OTAP/ITAP delay enableJudith Mendez1-14/+26
2024-04-02mmc: sdhci_am654: Write ITAPDLY for DDR52 timingJudith Mendez1-0/+1
2024-04-02mmc: sdhci_am654: Add tuning algorithm for delay chainJudith Mendez1-20/+92
2024-04-02mmc: core: Convert sprintf/snprintf to sysfs_emitLi Zhijian1-4/+4
2024-04-02mmc: dw_mmc-hi3798cv200: Remove unneeded assignmentMuhammad Usama Anjum1-1/+0
2024-04-02mmc: dw_mmc-hi3798mv200: Remove unneeded assignmentMuhammad Usama Anjum1-1/+0
2024-04-02mmc: sdhci-sprd: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-04-02mmc: sdhci-s3c: Replace deprecated of_get_named_gpio()Andy Shevchenko1-3/+1
2024-04-02mmc: mtk-sd: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-04-02mmc: core: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-04-02drm/i915/psr: Do not write ALPM configuration for PSR1 or DP2.0 Panel ReplayJouni Högander1-1/+2
2024-04-02drm/i915/psr: Enable ALPM on source side for eDP Panel replayJouni Högander1-4/+43
2024-04-02drm/i915/psr: Silence period and lfps half cycleJouni Högander2-2/+82
2024-04-02drm/i915/psr: Calculate aux less wake timeJouni Högander1-0/+60
2024-04-02drm/i915/psr: Add missing ALPM AUX-Less register definitionsJouni Högander1-4/+8
2024-04-02clk: renesas: r8a779h0: Add SCIF clocksGeert Uytterhoeven1-0/+4
2024-04-02gpio: cros-ec: provide ID table for avoiding fallback matchTzung-Bi Shih1-0/+8
2024-04-02gpiolib: use dev_err() when gpiod_configure_flags failedPeng Fan1-1/+1
2024-04-02drm/ast: Automatically clean up poll helperThomas Zimmermann2-1/+30
2024-04-02drm/ast: Implement polling for VGA and SIL164 connectorsThomas Zimmermann2-2/+33
2024-04-02drm/ast: Use drm_connector_helper_get_modes()Thomas Zimmermann1-40/+2
2024-04-02drm/ast: Acquire I/O-register lock in DDC codeThomas Zimmermann2-26/+28
2024-04-02drm/ast: Rename struct i2c_algo_bit_data callbacks and their parametersThomas Zimmermann1-14/+14
2024-04-02drm/ast: Store AST device in struct ast_ddcThomas Zimmermann2-7/+7
2024-04-02drm/ast: Pass AST device to ast_ddc_create()Thomas Zimmermann3-4/+8
2024-04-02drm/ast: Rename struct ast_i2c_chan to struct ast_ddcThomas Zimmermann3-47/+52
2024-04-02drm/ast: Move DDC code to ast_ddc.{c,h}Thomas Zimmermann5-15/+32
2024-04-02drm/ast: Allocate instance of struct ast_i2c_chan with managed helpersThomas Zimmermann1-7/+2
2024-04-02drm/ast: Remove struct ast_{vga,sil165}_connectorThomas Zimmermann2-36/+10