aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-07s390/vfio-ap: handle hardware checkstop state on queue reset operationJason J. Herne1-17/+18
2024-03-07firmware: cirrus: cs_dsp: Initialize debugfs_root to invalidRichard Fitzgerald1-1/+6
2024-03-07macintosh/via-pmu-backlight: Include <linux/backlight.h>Thomas Zimmermann1-0/+1
2024-03-07fbdev/chipsfb: Include <linux/backlight.h>Thomas Zimmermann1-0/+1
2024-03-07Merge drm/drm-next into drm-misc-next-fixesThomas Zimmermann172-4638/+15696
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li7-25/+8
2024-03-07net: pds_core: Fix possible double free in error handling pathYongzhi Liu1-8/+4
2024-03-07drm/etnaviv: Restore some id valuesChristian Gmeiner2-1/+10
2024-03-07RDMA/mana_ib: Use virtual address in dma regions for MRsKonstantin Taranov6-20/+45
2024-03-07RDMA/mana_ib: Fix bug in creation of dma regionsKonstantin Taranov1-1/+1
2024-03-07RDMA/hns: Append SCC context to the raw dump of QPCwenglianfa5-3/+55
2024-03-07backlight: pandora_bl: Drop unneeded ENOMEM error messageKrzysztof Kozlowski1-3/+1
2024-03-07backlight: lm3630a_bl: Simplify probe return on gpio request errorKrzysztof Kozlowski1-4/+2
2024-03-07backlight: lm3630a_bl: Handle deferred probeKrzysztof Kozlowski1-4/+3
2024-03-07backlight: as3711_bl: Handle deferred probeKrzysztof Kozlowski1-4/+2
2024-03-07backlight: bd6107: Handle deferred probeKrzysztof Kozlowski1-6/+3
2024-03-07backlight: l4f00242t03: Simplify with dev_err_probe()Krzysztof Kozlowski1-20/+14
2024-03-07backlight: gpio: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2024-03-07backlight: lp8788: Fully initialize backlight_properties during probeDaniel Thompson1-0/+1
2024-03-07backlight: lm3639: Fully initialize backlight_properties during probeDaniel Thompson1-0/+1
2024-03-07backlight: da9052: Fully initialize backlight_properties during probeDaniel Thompson1-0/+1
2024-03-07backlight: lm3630a: Use backlight_get_brightness helper in update_statusLuca Weiss1-6/+8
2024-03-07backlight: lm3630a: Don't set bl->props.brightness in get_brightnessLuca Weiss1-10/+4
2024-03-07backlight: lm3630a: Initialize backlight_properties on initLuca Weiss1-0/+1
2024-03-07backlight: mp3309c: Fully initialize backlight_properties during probeDaniel Thompson1-0/+1
2024-03-07backlight: mp3309c: Utilise temporary variable for struct deviceAndy Shevchenko1-18/+12
2024-03-07backlight: mp3309c: Use dev_err_probe() instead of dev_err()Andy Shevchenko1-11/+7
2024-03-07backlight: mp3309c: Make use of device propertiesAndy Shevchenko1-26/+18
2024-03-07backlight: hx8357: Utilise temporary variable for struct deviceAndy Shevchenko1-4/+3
2024-03-07backlight: hx8357: Make use of dev_err_probe()Andy Shevchenko1-8/+4
2024-03-07backlight: hx8357: Move OF table closer to its consumerAndy Shevchenko1-13/+13
2024-03-07backlight: hx8357: Make use of device propertiesAndy Shevchenko1-6/+8
2024-03-07backlight: mp3309c: Use pwm_apply_might_sleep()Sean Young1-2/+2
2024-03-07backlight: ktz8866: Correct the check for of_property_read_u32Jianhua Lu1-3/+3
2024-03-07backlight: hx8357: Fix potential NULL pointer dereferenceAndy Shevchenko1-4/+6
2024-03-07leds: ncp5623: Add MS suffix to time definesAbdel Alkuor1-5/+5
2024-03-07leds: Add NCP5623 multi-led driverAbdel Alkuor3-0/+283
2024-03-07leds: mlxreg: Drop an excess struct mlxreg_led_data memberRandy Dunlap1-1/+0
2024-03-07leds: leds-mlxcpld: Fix struct mlxcpld_led_priv member nameRandy Dunlap1-1/+1
2024-03-07leds: lm3601x: Fix struct lm3601_led kernel-doc warningsRandy Dunlap1-2/+1
2024-03-07leds: sgm3140: Add missing timer cleanup and flash gpio controlOndrej Jirman1-0/+3
2024-03-07leds: expresswire: Don't depend on NEW_LEDSDuje Mihanović1-0/+6
2024-03-07Revert "leds: Only descend into leds directory when CONFIG_NEW_LEDS is set"Duje Mihanović1-1/+1
2024-03-07leds: aw2013: Unlock mutex before destroying itGeorge Stark1-0/+1
2024-03-07leds: qcom-lpg: Add QCOM_PBS dependencyArnd Bergmann1-0/+1
2024-03-07leds: rgb: leds-group-multicolor: Allow LEDs to stay on in suspendAren Moynihan1-2/+6
2024-03-07leds: trigger: netdev: Fix kernel panic on interface rename trig notifyChristian Marangi1-2/+2
2024-03-07leds: qcom-lpg: Add PM660L configuration and compatibleMarijn Suijten1-0/+18
2024-03-07leds: spi-byte: Use devm_led_classdev_register_ext()Stefan Kalscheuer1-5/+6
2024-03-07leds: pca963x: Add support for suspend and resumeAmitesh Singh1-0/+28