aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-09-16backlight: rt4831: Include <linux/mod_devicetable.h>Thomas Zimmermann1-0/+1
2025-09-16backlight: rave-sp: Include <linux/of.h> and <linux/mod_devicetable.h>Thomas Zimmermann1-0/+2
2025-09-16backlight: led_bl: Include <linux/of.h>Thomas Zimmermann1-0/+1
2025-09-16backlight: ktd2801: Include <linux/mod_devicetable.h>Thomas Zimmermann1-0/+1
2025-09-16backlight: jornada720: Include <linux/io.h>Thomas Zimmermann1-0/+1
2025-09-16backlight: da9052_bl: Include <linux/mod_devicetable.h>Thomas Zimmermann1-0/+1
2025-09-16backlight: as3711_bl: Include <linux/of.h>Thomas Zimmermann1-0/+1
2025-09-16backlight: apple_dwi_bl: Include <linux/mod_devicetable.h>Thomas Zimmermann1-0/+1
2025-09-16backlight: Include <linux/of.h>Thomas Zimmermann1-0/+1
2025-09-16ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err messageColin Ian King1-1/+1
2025-09-16nvdimm: Use str_plural() to simplify the codeXichao Zhao2-2/+2
2025-09-16video: backlight: lp855x_bl: Set correct EPROM start for LP8556Svyatoslav Ryhel1-1/+1
2025-09-16leds: led-class: Add Device Tree support to led_get()Hans de Goede1-2/+15
2025-09-16drm/xe: Fix a NULL vs IS_ERR() in xe_vm_add_compute_exec_queue()Dan Carpenter1-2/+2
2025-09-16backlight: led_bl: Use devm_kcalloc() for array space allocationQianfeng Rong1-2/+2
2025-09-16i3c: master: adi: fix header locationAlexandre Belloni1-1/+1
2025-09-16rtc: spacemit: support the SpacemiT P1 RTCAlex Elder3-0/+178
2025-09-16rtc: optee: add alarm related rtc ops to optee rtc driverClément Le Goffic1-21/+413
2025-09-16rtc: optee: remove unnecessary memory operationsClément Le Goffic1-17/+12
2025-09-16rtc: optee: fix memory leak on driver removalClément Le Goffic1-0/+1
2025-09-16rtc: x1205: Fix Xicor X1205 vendor prefixRob Herring (Arm)1-1/+1
2025-09-16rtc: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang1-1/+0
2025-09-16rtc: efi: Remove wakeup functionalityArd Biesheuvel1-74/+2
2025-09-16rtc: pcf2127: clear minute/second interruptJosua Mayer1-1/+3
2025-09-16rtc: s3c: Drop support for S3C2410Krzysztof Kozlowski2-50/+2
2025-09-16rtc: s3c: Drop unused definesKrzysztof Kozlowski1-16/+0
2025-09-16ipmi: Add Loongson-2K BMC supportBinbin Zhou5-0/+208
2025-09-16i3c: dw: Add shutdown support to dw_i3c_master driverManikanta Guntupalli1-0/+23
2025-09-16i3c: renesas: Simplify return statement in 'renesas_i3c_daa'Wolfram Sang1-1/+1
2025-09-16i3c: master: svc: Recycle unused IBI slotStanley Chu1-0/+1
2025-09-16i3c: master: svc: Use manual response for IBI eventsStanley Chu1-5/+25
2025-09-16i3c: master: Add driver for Analog Devices I3C Controller IPJorge Marques3-0/+1031
2025-09-16i3c: Fix default I2C adapter timeout valueJarkko Nikula1-1/+1
2025-09-16i3c: mipi-i3c-hci: Convert remaining DBG() prints to dev_dbg()Jarkko Nikula7-56/+73
2025-09-16i3c: mipi-i3c-hci: Remove function enter DBG() printoutsJarkko Nikula1-16/+0
2025-09-16i3c: mipi-i3c-hci: Uniform ring number printoutsJarkko Nikula1-2/+2
2025-09-16i3c: mipi-i3c-hci: Remove nonexistent ring interruptJarkko Nikula1-5/+0
2025-09-16i3c: mipi-i3c-hci: Change interrupt status prints to dev_dbg()Jarkko Nikula3-5/+7
2025-09-16i3c: mipi-i3c-hci: Use own DMA bounce buffer management for I2C transfersJarkko Nikula1-5/+1
2025-09-16i3c: mipi-i3c-hci: Use physical device pointer with DMA APIJarkko Nikula1-13/+33
2025-09-16i3c: mipi-i3c-hci: Use core helpers for DMA mapping and bounce bufferingJarkko Nikula3-52/+12
2025-09-16i3c: master: Add helpers for DMA mapping and bounce buffer handlingJarkko Nikula1-0/+74
2025-09-16i3c: mipi-i3c-hci-pci: Add support for Intel Wildcat Lake-U I3CJarkko Nikula1-0/+3
2025-09-16drm/xe/sysfs: Add cleanup action in xe_device_sysfs_initZongyao Bai1-2/+6
2025-09-16s390/dcssblk: Add DAX supportGerald Schaefer2-16/+31
2025-09-16input: misc: Add support for MAX7360 rotaryMathieu Dubois-Briand3-0/+203
2025-09-16input: keyboard: Add support for MAX7360 keypadMathieu Dubois-Briand3-0/+321
2025-09-16gpio: max7360: Add MAX7360 gpio supportMathieu Dubois-Briand3-0/+270
2025-09-16gpio: regmap: Allow to provide init_valid_mask callbackMathieu Dubois-Briand1-0/+1
2025-09-16gpio: regmap: Allow to allocate regmap-irq deviceMathieu Dubois-Briand1-2/+27