aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-03-07backlight: lm3630a_bl: Simplify probe return on gpio request errorKrzysztof Kozlowski
2024-03-07backlight: lm3630a_bl: Handle deferred probeKrzysztof Kozlowski
2024-03-07backlight: as3711_bl: Handle deferred probeKrzysztof Kozlowski
2024-03-07backlight: bd6107: Handle deferred probeKrzysztof Kozlowski
2024-03-07backlight: l4f00242t03: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-03-07backlight: gpio: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-03-07backlight: lp8788: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: lm3639: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: da9052: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: lm3630a: Use backlight_get_brightness helper in update_statusLuca Weiss
2024-03-07backlight: lm3630a: Don't set bl->props.brightness in get_brightnessLuca Weiss
2024-03-07backlight: lm3630a: Initialize backlight_properties on initLuca Weiss
2024-03-07backlight: mp3309c: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: mp3309c: Utilise temporary variable for struct deviceAndy Shevchenko
2024-03-07backlight: mp3309c: Use dev_err_probe() instead of dev_err()Andy Shevchenko
2024-03-07backlight: mp3309c: Make use of device propertiesAndy Shevchenko
2024-03-07backlight: hx8357: Utilise temporary variable for struct deviceAndy Shevchenko
2024-03-07backlight: hx8357: Make use of dev_err_probe()Andy Shevchenko
2024-03-07backlight: hx8357: Move OF table closer to its consumerAndy Shevchenko
2024-03-07backlight: hx8357: Make use of device propertiesAndy Shevchenko
2024-03-07backlight: mp3309c: Use pwm_apply_might_sleep()Sean Young
2024-03-07backlight: ktz8866: Correct the check for of_property_read_u32Jianhua Lu
2024-03-07backlight: hx8357: Fix potential NULL pointer dereferenceAndy Shevchenko
2024-03-07leds: expresswire: Don't use "proxy" headersAndy Shevchenko
2024-03-07leds: ktd2692: Add GPIOLIB dependencyArnd Bergmann
2024-03-07backlight: ktd2801: Make timing struct staticDuje Mihanović
2024-03-07backlight: Add Kinetic KTD2801 Backlight supportDuje Mihanović
2024-03-07leds: ktd2692: Convert to use ExpressWire libraryDuje Mihanović
2024-03-07leds: Introduce ExpressWire libraryDuje Mihanović
2024-01-21Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-01-20Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-01-20media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)Aurelien Jarno
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-20Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-01-20Merge tag 'fbdev-for-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-19Revert "firmware/sysfb: Clear screen_info state after consuming it"Helge Deller
2024-01-19Merge tag 'devicetree-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-01-19Merge tag 'spi-fix-v6.8-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-01-19Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2024-01-19Merge tag 'for-v6.8-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds
2024-01-19clk: qcom: gcc-x1e80100: Replace of_device.h with explicit includesStephen Rothwell
2024-01-19thermal: loongson2: Replace of_device.h with explicit includesRob Herring
2024-01-19net: can: Use device_get_match_data()Rob Herring
2024-01-19dmaengine: dw-edma: increase size of 'name' in debugfs codeVinod Koul
2024-01-19dmaengine: fsl-qdma: increase size of 'irq_name'Vinod Koul
2024-01-19dmaengine: shdma: increase size of 'dev_id'Vinod Koul
2024-01-19dmaengine: xilinx: xdma: Fix kernel-doc warningsJan Kuliga
2024-01-19dmaengine: usb-dmac: Avoid format-overflow warningLad Prabhakar
2024-01-19dmaengine: sh: rz-dmac: Avoid format-overflow warningLad Prabhakar
2024-01-19dmaengine: imx-sdma: fix Excess kernel-doc warningsRandy Dunlap