summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-11-03cxl/pci: Change CXL AER support check to use native AERTerry Bowman1-2/+2
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds18-35/+11
2023-11-02Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2023-11-02Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds29-181/+1784
2023-11-02Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-0/+9
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds45-2475/+31
2023-11-02Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds95-609/+3880
2023-11-02Merge tag 'vfio-v6.7-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds11-105/+487
2023-11-02Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Linus Torvalds1-10/+76
2023-11-02Merge tag 'pmdomain-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds58-884/+1730
2023-11-02Merge tag 'mmc-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds20-176/+328
2023-11-02Merge tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-107/+320
2023-11-02Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds13-172/+186
2023-11-02Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds37-838/+1892
2023-11-01Merge tag 'for-linus-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-37/+437
2023-11-01Merge tag 'parisc-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-47/+38
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds18-248/+718
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1374-21687/+293238
2023-11-01leds: lp5521: Add an error check in lp5521_post_init_deviceSu Hui1-0/+2
2023-11-01leds: gpio: Update headersAndy Shevchenko1-1/+5
2023-11-01leds: gpio: Remove unneeded assignmentAndy Shevchenko1-1/+1
2023-11-01leds: gpio: Move temporary variable for struct device to gpio_led_probe()Andy Shevchenko1-11/+8
2023-11-01leds: gpio: Refactor code to use devm_gpiod_get_index_optional()Andy Shevchenko1-4/+4
2023-11-01leds: gpio: Utilise PTR_ERR_OR_ZERO()Andy Shevchenko1-10/+7
2023-11-01leds: gpio: Keep driver firmware interface agnosticAndy Shevchenko1-3/+3
2023-11-01leds: core: Refactor led_update_brightness() to use standard patternAndy Shevchenko1-6/+6
2023-11-01leds: turris-omnia: Fix brightness setting and trigger activatingMarek Behún1-17/+20
2023-11-01leds: sc27xx: Move mutex_init() downChunyan Zhang1-3/+2
2023-11-01leds: trigger: netdev: Move size check in set_device_nameChristian Marangi1-3/+3
2023-11-01leds: Add ktd202x driverAndré Apitzsch3-0/+639
2023-11-01leds: core: Add more colors from DT bindings to led_colorsOndrej Jirman1-0/+5
2023-11-01leds: tca6507: Don't use fixed GPIO baseAndy Shevchenko1-7/+1
2023-11-01leds: lp3952: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01leds: lm392x: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01leds: aw200xx: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01leds: lm3601x: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01leds: triggers: gpio: Rewrite to use trigger-sourcesLinus Walleij2-101/+41
2023-11-01leds: pca955x: Cleanup OF/ID table terminatorsBiju Das1-20/+20
2023-11-01leds: pca955x: Convert enum->pointer for data in the match tablesBiju Das1-31/+18
2023-11-01leds: lp3952: Replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-11-01leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'Christophe JAILLET1-2/+2
2023-11-01leds: pwm: Don't disable the PWM when the LED should be offUwe Kleine-König1-1/+1
2023-11-01leds: turris-omnia: Add support for enabling/disabling HW gamma correctionMarek Behún1-17/+120
2023-11-01leds: turris-omnia: Support HW controlled mode via private triggerMarek Behún2-8/+91
2023-11-01leds: turris-omnia: Make set_brightness() more efficientMarek Behún1-18/+78
2023-11-01leds: turris-omnia: Do not use SMBUS callsMarek Behún1-12/+42
2023-11-01leds: lp55xx: Use gpiod_set_value_cansleep()Stefan Eichenberger1-2/+2
2023-11-01leds: mt6370: Annotate struct mt6370_priv with __counted_byKees Cook2-2/+2
2023-11-01leds: mt6360: Annotate struct mt6360_priv with __counted_byKees Cook1-1/+1
2023-11-01leds: Convert all platform drivers to return voidUwe Kleine-König26-97/+53