summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-03ACPI: video: Drop "Samsung X360" acpi_backlight=native quirkHans de Goede1-15/+0
2022-09-03ACPI: video: Remove acpi_video_set_dmi_backlight_type()Hans de Goede2-26/+0
2022-09-03platform/x86: samsung-laptop: Move acpi_backlight=[vendor|native] quirks to A...Hans de Goede2-87/+54
2022-09-03platform/x86: asus-wmi: Move acpi_backlight=native quirks to ACPI video_detect.cHans de Goede4-18/+8
2022-09-03platform/x86: asus-wmi: Move acpi_backlight=vendor quirks to ACPI video_detect.cHans de Goede5-35/+41
2022-09-03platform/x86: asus-wmi: Drop DMI chassis-type check from backlight handlingHans de Goede1-7/+0
2022-09-03platform/x86: acer-wmi: Move backlight DMI quirks to acpi/video_detect.cHans de Goede2-66/+53
2022-09-03platform/x86: toshiba_acpi: Stop using acpi_video_set_dmi_backlight_type()Hans de Goede2-16/+19
2022-09-03platform/x86: apple-gmux: Stop calling acpi/video.h functionsHans de Goede1-3/+0
2022-09-03platform/x86: nvidia-wmi-ec-backlight: Use acpi_video_get_backlight_type()Hans de Goede2-11/+4
2022-09-03ACPI: video: Add Apple GMUX brightness control detectionHans de Goede1-0/+4
2022-09-03ACPI: video: Add Nvidia WMI EC brightness control detection (v3)Hans de Goede4-0/+42
2022-09-03ACPI: video: Refactor acpi_video_get_backlight_type() a bitHans de Goede1-16/+23
2022-09-03platform/x86: nvidia-wmi-ec-backlight: Move fw interface definitions to a hea...Hans de Goede1-67/+1
2022-09-03drm/radeon: Register ACPI video backlight when skipping radeon backlight regi...Hans de Goede1-1/+10
2022-09-03drm/amdgpu: Register ACPI video backlight when skipping amdgpu backlight regi...Hans de Goede2-2/+9
2022-09-03drm/nouveau: Register ACPI video backlight when nv_backlight registration fai...Hans de Goede3-0/+14
2022-09-03drm/i915: Call acpi_video_register_backlight() (v3)Hans de Goede3-1/+31
2022-09-02ACPI: video: Remove code to unregister acpi_video backlight when a native bac...Hans de Goede2-38/+0
2022-09-02ACPI: video: Make backlight class device registration a separate step (v2)Hans de Goede1-3/+47
2022-09-02ACPI: video: Simplify acpi_video_unregister_backlight()Hans de Goede1-8/+4
2022-09-02ACPI: video: Remove acpi_video_bus from list before tearing it downHans de Goede1-4/+4
2022-09-02ACPI: video: Drop backlight_device_get_by_type() call from acpi_video_get_bac...Hans de Goede1-2/+1
2022-09-02drm/nouveau: Don't register backlight when another backlight should be used (v2)Hans de Goede3-0/+13
2022-08-25drm/radeon: Don't register backlight when another backlight should be used (v3)Hans de Goede3-0/+21
2022-08-25drm/amdgpu: Don't register backlight when another backlight should be used (v3)Hans de Goede3-0/+21
2022-08-25drm/i915: Don't register backlight when another backlight should be used (v2)Hans de Goede1-0/+7
2022-08-17ACPI: video: Add acpi_video_backlight_use_native() helperHans de Goede1-4/+20
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-24/+59
2022-08-14Merge tag 'i2c-for-5.20-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds51-54/+99
2022-08-14Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds10-25/+1523
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-97/+117
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds5-4/+18
2022-08-13Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-23/+50
2022-08-13Merge tag 'rtc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds39-506/+1846
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds33-510/+1971
2022-08-12Merge tag 'for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds17-595/+334
2022-08-12Merge tag 'vfio-v6.0-rc1pt2' of https://github.com/awilliam/linux-vfioLinus Torvalds2-0/+2
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt2-15/+16
2022-08-12xen/pciback: Fix comment typoJason Wang1-1/+1
2022-08-12xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter1-2/+2
2022-08-12xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park1-3/+1
2022-08-12xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne1-6/+3
2022-08-12xen-blkback: fix persistent grants negotiationSeongJae Park1-8/+7
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane1-6/+47
2022-08-12Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-10/+27
2022-08-12Merge tag 'drm-next-2022-08-12-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-2/+3
2022-08-12RISC-V: Move counter info definition to sbi header fileAtish Patra1-14/+0
2022-08-12RISC-V: Fix SBI PMU calls for RV32Atish Patra1-0/+10
2022-08-12RISC-V: Update user page mapping only once during startAtish Patra2-1/+1