aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-02gpio: Use IS_ERR_OR_NULL() helper functionHongbo Li1-2/+2
2024-09-02drm/i915/fence: Mark debug_fence_free() with __maybe_unusedAndy Shevchenko1-2/+2
2024-09-02drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unusedAndy Shevchenko1-2/+2
2024-09-02drm/i915: Fix readout degamma_lut mismatch on ilk/snbVille Syrjälä1-5/+26
2024-09-02drm/i915: Do not attempt to load the GSC multiple timesDaniele Ceraolo Spurio2-1/+6
2024-09-02Merge tag 'tegra-for-6.12-firmware' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-15/+5
2024-09-02Merge tag 'tegra-for-6.12-soc' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-8/+4
2024-09-02Merge tag 'scmi-updates-6.12' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann35-501/+2899
2024-09-02Merge tag 'ffa-updates-6.12' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-57/+183
2024-09-02Merge tag 'versatile-soc-for-v6.12' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann4-7/+20
2024-09-02reset: eyeq: add platform driverThéo Lebrun3-0/+584
2024-09-02reset: reset-meson: Add support for Amlogic T7 SoC reset controllerZelong Dong1-0/+6
2024-09-02reset: core: add get_device()/put_device on rcdevClément Léger1-0/+2
2024-09-02reset: lpc18xx: simplify with devm_clk_get_enabled()Krzysztof Kozlowski1-25/+4
2024-09-02reset: lpc18xx: simplify with dev_err_probe()Krzysztof Kozlowski1-8/+6
2024-09-02reset: simplify locking with guard()Krzysztof Kozlowski1-11/+4
2024-09-02reset: k210: fix OF node leak in probe() error pathKrzysztof Kozlowski1-1/+2
2024-09-02reset: berlin: fix OF node leak in probe() error pathKrzysztof Kozlowski1-1/+2
2024-09-02Merge tag 'v6.12-rockchip-drivers-1' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann2-1/+71
2024-09-02gpiolib: legacy: Kill GPIOF_DIR_* definitionsAndy Shevchenko1-1/+1
2024-09-02gpiolib: legacy: Kill GPIOF_INIT_* definitionsAndy Shevchenko1-2/+1
2024-09-02Merge tag 'memory-controller-drv-6.12' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann15-620/+209
2024-09-02gpio: stmpe: Simplify with dev_err_probe()Shen Lichuan1-4/+3
2024-09-02firmware: turris-mox-rwtm: Deduplicate command execution codeMarek Behún1-59/+39
2024-09-02firmware: turris-mox-rwtm: Use ALIGN() instead of hardcodingMarek Behún1-1/+2
2024-09-02firmware: turris-mox-rwtm: Use EOPNOTSUPP instead of ENOSYSMarek Behún1-3/+3
2024-09-02firmware: turris-mox-rwtm: Use container_of() instead of hwrng .priv memberMarek Behún1-2/+1
2024-09-02firmware: turris-mox-rwtm: Use devm_mutex_init() instead of mutex_init()Marek Behún1-1/+4
2024-09-02firmware: turris-mox-rwtm: Drop redundant device pointerMarek Behún1-7/+11
2024-09-02firmware: turris-mox-rwtm: Use dev_err_probe() where possibleMarek Behún1-11/+5
2024-09-02firmware: turris-mox-rwtm: Convert rest to devm_* and get rid of driver .remo...Marek Behún1-14/+11
2024-09-02firmware: turris-mox-rwtm: Simplify debugfs codeMarek Behún1-33/+11
2024-09-02firmware: turris-mox-rwtm: Don't create own kobject typeMarek Behún1-78/+30
2024-09-02firmware: turris-mox-rwtm: Use sysfs_emit() instead of sprintf()Marek Behún1-1/+1
2024-09-02firmware: turris-mox-rwtm: Fix driver includesMarek Behún1-1/+6
2024-09-02firmware: turris-mox-rwtm: Hide signature related constants behind macrosMarek Behún1-14/+22
2024-09-02firmware: turris-mox-rwtm: Use the boolean type where appropriateMarek Behún1-7/+8
2024-09-02firmware: turris-mox-rwtm: Use ETH_ALEN instead of hardcoded 6Marek Behún1-1/+2
2024-09-02firmware: turris-mox-rwtm: Use macro constant instead of hardcoded 4096Marek Behún1-4/+7
2024-09-02dm integrity: Remove extra unlikely helperHongbo Li1-2/+2
2024-09-02dm: Convert to use ERR_CAST()Yuesong Li1-1/+1
2024-09-02net: microchip: vcap: Fix use-after-free error in kunit testJens Emil Schulz Østergaard1-12/+2
2024-09-02RDMA/bnxt_re: Add support for MR Relaxed OrderingKalesh AP2-0/+19
2024-09-02RDMA/bnxt_re: Avoid an extra hwrm per MR creationKalesh AP4-14/+36
2024-09-02RDMA/bnxt_re: Rename a variableKalesh AP3-7/+7
2024-09-02RDMA/bnxt_re: Update HW interface headersKalesh AP1-9/+27
2024-09-02pinctrl: qcom: x1e80100: Bypass PDC wakeup parent for nowStephan Gerhold1-1/+3
2024-09-02drm/imagination: Free pvr_vm_gpuva after unlinkMatt Coster1-0/+4
2024-09-02pinctrl: madera: Simplify with dev_err_probe()Yan Zhen1-6/+3
2024-09-02dmaengine: loongson1-apb-dma: Fix the build warning caused by the size of pde...Keguang Zhang1-2/+2