summaryrefslogtreecommitdiffstats
path: root/drivers/platform (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v6.11-6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-09-052-2/+5
|\
| * platform/x86/amd: pmf: Make ASUS GA403 quirk genericLuke D. Jones2024-09-031-1/+1
| * platform/x86: dell-smbios: Fix error path in dell_smbios_init()Aleksandr Mishin2024-08-301-1/+4
* | Merge tag 'platform-drivers-x86-v6.11-5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-08-284-2/+23
|\|
| * platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F DMI match less...Hans de Goede2024-08-261-1/+0
| * platform/x86: asus-wmi: Fix spurious rfkill on UX8406MAMathieu Fenniak2024-08-262-1/+20
| * platform/x86/amd/pmc: Extend support for PMC features on new AMD platformShyam Sundar S K2024-08-231-0/+2
| * platform/x86/amd/pmc: Fix SMU command submission path on new AMD platformShyam Sundar S K2024-08-231-0/+1
* | Merge tag 'acpi-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-08-242-0/+9
|\ \
| * | platform/x86: dell-uart-backlight: Use acpi_video_get_backlight_type()Hans de Goede2024-08-192-0/+9
* | | Merge tag 'platform-drivers-x86-v6.11-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-08-224-10/+70
|\ \ \ | |/ / |/| / | |/
| * platform/x86: ISST: Fix return value on last invalid resourceSrinivas Pandruvada2024-08-201-2/+1
| * platform/surface: aggregator: Fix warning when controller is destroyed in probeMaximilian Luz2024-08-131-1/+2
| * platform/surface: aggregator_registry: Add support for Surface Laptop 6Maximilian Luz2024-08-131-0/+19
| * platform/surface: aggregator_registry: Add fan and thermal sensor support for...Maximilian Luz2024-08-131-1/+3
| * platform/surface: aggregator_registry: Add support for Surface Laptop Studio 2Maximilian Luz2024-08-131-4/+23
| * platform/surface: aggregator_registry: Add support for Surface Laptop Go 3Maximilian Luz2024-08-131-0/+3
| * platform/surface: aggregator_registry: Add Support for Surface Pro 10Maximilian Luz2024-08-131-1/+4
| * platform/x86: asus-wmi: Add quirk for ROG Ally XLuke D. Jones2024-08-131-1/+15
* | Merge tag 'platform-drivers-x86-v6.11-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-08-125-95/+155
|\|
| * platform/x86: ideapad-laptop: add a mutex to synchronize VPC commandsGergo Koteles2024-08-081-17/+47
| * platform/x86: ideapad-laptop: move ymc_trigger_ec from lenovo-ymcGergo Koteles2024-08-084-58/+56
| * platform/x86: ideapad-laptop: introduce a generic notification chainGergo Koteles2024-08-082-0/+42
| * platform/x86/amd/pmf: Fix to Update HPD Data When ALS is DisabledShyam Sundar S K2024-08-081-21/+11
* | Merge tag 'arm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-094-31/+103
|\ \
| * | platform: cznic: turris-omnia-mcu: Make GPIO code optionalMarek Behún2024-08-074-18/+37
| * | platform: cznic: turris-omnia-mcu: Make poweroff and wakeup code optionalMarek Behún2024-08-074-7/+23
| * | platform: cznic: turris-omnia-mcu: Make TRNG code optionalMarek Behún2024-08-073-3/+19
| * | platform: cznic: turris-omnia-mcu: Make watchdog code optionalMarek Behún2024-08-073-4/+25
* | | Merge tag 'platform-drivers-x86-v6.11-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-08-066-2/+24
|\ \ \ | | |/ | |/|
| * | platform/x86/intel/ifs: Initialize union ifs_status to zeroKuppuswamy Sathyanarayanan2024-07-311-1/+1
| * | platform/x86/amd/pmf: Add new ACPI ID AMDI0107Shyam Sundar S K2024-07-301-0/+3
| * | platform/x86/amd/pmc: Send OS_HINT command for new AMD platformShyam Sundar S K2024-07-302-0/+3
| * | platform/x86/amd: pmf: Add quirk for ROG Ally XLuke D. Jones2024-07-301-1/+8
| * | platform/x86: intel-vbtn: Protect ACPI notify handler against recursionHans de Goede2024-07-301-0/+9
| |/
* | Merge tag 'chrome-platform-fixes-for-v6.11-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2024-07-301-0/+2
|\ \
| * | platform/chrome: cros_ec_proto: Lock device when updating MKBP versionPatryk Duda2024-07-301-0/+2
* | | minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds2024-07-291-1/+0
| |/ |/|
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-252-8/+5
|\ \
| * | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-032-8/+5
* | | Merge tag 'mips_6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2024-07-201-0/+3
|\ \ \
| * | | platform: mips: cpu_hwmon: Disable driver on unsupported hardwareJiaxun Yang2024-06-211-0/+3
| |/ /
* | | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-201-0/+1
|\ \ \
| * | | platform/goldfish: goldfish_pipe: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-031-0/+1
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-07-191-5/+5
|\ \ \ \
| * | | | virtio: rename find_vqs_info() op to find_vqs()Jiri Pirko2024-07-171-1/+1
| * | | | virtio: convert find_vqs() op implementations to find_vqs_info()Jiri Pirko2024-07-171-6/+6
| |/ / /
* | | | Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-07-181-1/+1
|\ \ \ \
| * | | | Merge v6.10-rc6 into drm-nextDaniel Vetter2024-07-0518-56/+56
| |\| | |
| * | | | Merge drm/drm-next into drm-intel-nextJani Nikula2024-06-1992-1463/+5377
| |\ \ \ \ | | | |/ / | | |/| |