Linux x86 Platform Driver Development
[Prev Page][Next Page]
- Re: [PATCH v2 13/24] platform/x86: ideapad-laptop: rework is_visible() logic, (continued)
- [PATCH v2 15/24] platform/x86: ideapad-laptop: check for touchpad support in _CFG, Barnabás Pőcze
- [PATCH v2 00/24] platform/x86: ideapad-laptop: cleanup, keyboard backlight and "always on USB charging" control support, reenable touchpad control,
Barnabás Pőcze
- [PATCH v2 01/24] platform/x86: ideapad-laptop: remove unnecessary dev_set_drvdata() call, Barnabás Pőcze
- [PATCH v2 02/24] platform/x86: ideapad-laptop: use appropriately typed variable to store the return value of ACPI methods, Barnabás Pőcze
- [PATCH v2 03/24] platform/x86: ideapad-laptop: sort includes lexicographically, Barnabás Pőcze
- [PATCH v2 05/24] platform/x86: ideapad-laptop: use for_each_set_bit() helper to simplify event processing, Barnabás Pőcze
- [PATCH v2 04/24] platform/x86: ideapad-laptop: use sysfs_emit(), Barnabás Pőcze
- [PATCH v2 06/24] platform/x86: ideapad-laptop: use msecs_to_jiffies() helper instead of hand-crafted formula, Barnabás Pőcze
- [PATCH v2 07/24] platform/x86: ideapad-laptop: use dev_{err,warn} or appropriate variant to display log messages, Barnabás Pőcze
- [PATCH v2 08/24] platform/x86: ideapad-laptop: convert ACPI helpers to return -EIO in case of failure, Barnabás Pőcze
- [PATCH v2 10/24] platform/x86: ideapad-laptop: misc. device attribute changes, Barnabás Pőcze
- [PATCH v2 09/24] platform/x86: ideapad-laptop: always propagate error codes from device attributes' show() callback, Barnabás Pőcze
- [PATCH v2 11/24] platform/x86: ideapad-laptop: group and separate (un)related constants into enums, Barnabás Pőcze
- [PATCH v2 12/24] platform/x86: ideapad-laptop: rework and create new ACPI helpers, Barnabás Pőcze
- Re: [PATCH v2 00/24] platform/x86: ideapad-laptop: cleanup, keyboard backlight and "always on USB charging" control support, reenable touchpad control, Andy Shevchenko
- [PATCH] platform/surface: aggregator: prevent information leak in ssam_cdev_request(),
Dan Carpenter
- [PATCH v3 3/3] ASoC: rt715:add micmute led state control supports,
Perry Yuan
- [PATCH v3 2/3] x86/platform/dell-privacy-wmi: add document for dell privacy driver,
Perry Yuan
- [PATCH v3 1/3] platform/x86: dell-privacy: Add support for Dell hardware privacy,
Perry Yuan
- [PATCH v3 0/3] Dell hardware privacy implementation for dell laptop, Perry Yuan
- [PATCH v9] platform/x86: thinkpad_acpi: Add platform profile support,
Mark Pearson
- [PATCH -next 0/2] platform/surface: aggregator_cdev: Fixes for CI analysis,
Maximilian Luz
- [PATCH][next] platform/surface: fix potential integer overflow on shift of a int,
Colin King
- re: platform/surface: Add Surface Aggregator user-space interface (static analysis issues),
Colin Ian King
- [PATCH] x86: efi: avoid BUILD_BUG_ON() for non-constant p4d_index,
Arnd Bergmann
- [PATCH fixes v4] platform/x86: ideapad-laptop: Disable touchpad_switch for ELAN0634,
Jiaxun Yang
- How to detect Cherry Trail vs Brasswell inside the kernel ?,
Hans de Goede
- [PATCH] thinkpad_acpi: fix: use scnprintf instead of snprintf.,
YANG LI
- [PATCH v2 0/2] IdeaPad platform profile support,
Jiaxun Yang
- [PATCH] platform/surface: mark PM functions as __maybe_unused,
Arnd Bergmann
- [PATCH fixes v3] platform/x86: ideapad-laptop: Disable touchpad_switch for ELAN0634,
Jiaxun Yang
- [PATCH fixes v2] platform/x86: ideapad-laptop: Disable touchpad_switch for ELAN0634, Jiaxun Yang
- [PATCH 0/2] IdeaPad platform profile support,
Jiaxun Yang
- [PATCH] platform/x86: ideapad-laptop: Add has_touchpad_switch,
Jiaxun Yang
- [PATCH] platform/x86: amd-pmc: Fix build issue for make ARCH=i386,
Shyam Sundar S K
- [PATCH] platform/x86: thinkpad_acpi: correct palmsensor error checking,
Mark Pearson
- [PATCH v8 1/3] Documentation: Add documentation for new platform_profile sysfs attribute,
Mark Pearson
- [Bug 32742] Keyboard backlight does not work on Toshiba Satellite M series laptops,
bugzilla-daemon
- [PATCH v2 1/2] platform/x86: dell-privacy: Add support for Dell hardware privacy,
Perry Yuan
Re: [PATCH v2 1/2] platform/x86: dell-privacy: Add support for Dell hardware privacy, Hans de Goede
<Possible follow-ups>
[PATCH v2 1/2] platform/x86: dell-privacy: Add support for Dell hardware privacy, Perry Yuan
[PATCH] platform/x86: intel-vbtn: Support for tablet mode on Dell Inspiron 7352,
Arnold Gozum
[PATCH] platform/x86: touchscreen_dmi: Add swap-x-y quirk for Goodix touchscreen on Estar Beauty HD tablet,
Hans de Goede
[PATCH] ACPI / scan: Don't create platform device for INT3515 ACPI nodes,
Heikki Krogerus
[PATCH AUTOSEL 5.10 007/217] platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360, Sasha Levin
[PATCH v3 0/9] Add support for Microsoft Surface System Aggregator Module,
Maximilian Luz
- [PATCH v3 4/9] platform/surface: aggregator: Add trace points, Maximilian Luz
- [PATCH v3 2/9] platform/surface: aggregator: Add control packet allocation caching, Maximilian Luz
- [PATCH v3 3/9] platform/surface: aggregator: Add event item allocation caching, Maximilian Luz
- [PATCH v3 1/9] platform/surface: Add Surface Aggregator subsystem, Maximilian Luz
- [PATCH v3 5/9] platform/surface: aggregator: Add error injection capabilities, Maximilian Luz
- [PATCH v3 8/9] platform/surface: Add Surface Aggregator user-space interface, Maximilian Luz
- [PATCH v3 9/9] platform/surface: Add Surface ACPI Notify driver, Maximilian Luz
- [PATCH v3 6/9] platform/surface: aggregator: Add dedicated bus and device type, Maximilian Luz
- [PATCH v3 7/9] docs: driver-api: Add Surface Aggregator subsystem documentation, Maximilian Luz
- Re: [PATCH v3 0/9] Add support for Microsoft Surface System Aggregator Module, Hans de Goede
tools/power/x86/intel-speed-select: Fixes for regression,
Srinivas Pandruvada
amd-pmc s2idle driver issues,
Alexander Monakov
[PATCH v7 1/3] Documentation: Add documentation for new platform_profile sysfs attribute,
Mark Pearson
[PATCH v2 3/3] thermal/core: Remove ms based delay fields,
Daniel Lezcano
Re: [PATCH v2 3/3] thermal/core: Remove ms based delay fields, Hans de Goede
RE: [PATCH v2 3/3] thermal/core: Remove ms based delay fields, Adam Thomson
[PATCH] platform/surface: SURFACE_PLATFORMS should depend on ACPI,
Geert Uytterhoeven
[PATCH -next] platform: intel-mid: device_libs: convert comma to semicolon,
Zheng Yongjun
[PATCH 20/24] platform/x86: ideapad-laptop: send notification about touchpad state change to sysfs, Barnabás Pőcze
[PATCH 19/24] platform/x86: ideapad-laptop: fix checkpatch warnings, more consistent style, Barnabás Pőcze
[PATCH 24/24] Documentation/ABI: sysfs-platform-ideapad-laptop: conservation_mode and usb_charging, Barnabás Pőcze
[PATCH 22/24] platform/x86: ideapad-laptop: add "always on USB charging" control support, Barnabás Pőcze
[PATCH 23/24] Documentation/ABI: sysfs-platform-ideapad-laptop: update device attribute paths, Barnabás Pőcze
[PATCH 21/24] platform/x86: ideapad-laptop: add keyboard backlight control support,
Barnabás Pőcze
[PATCH 17/24] platform/x86: ideapad-laptop: change 'cfg' debugfs file format, Barnabás Pőcze
[PATCH 16/24] platform/x86: ideapad-laptop: change 'status' debugfs file format, Barnabás Pőcze
[PATCH 15/24] platform/x86: ideapad-laptop: check for touchpad support in _CFG, Barnabás Pőcze
[PATCH 14/24] platform/x86: ideapad-laptop: check for Fn-lock support in HALS, Barnabás Pőcze
[PATCH 18/24] Revert "platform/x86: ideapad-laptop: Switch touchpad attribute to be RO", Barnabás Pőcze
[PATCH 13/24] platform/x86: ideapad-laptop: rework is_visible() logic, Barnabás Pőcze
[PATCH 00/24] platform/x86: ideapad-laptop: cleanup, keyboard backlight and "always on USB charging" control support, reenable touchpad control,
Barnabás Pőcze
- [PATCH 01/24] platform/x86: ideapad-laptop: remove unnecessary dev_set_drvdata() call, Barnabás Pőcze
- [PATCH 06/24] platform/x86: ideapad-laptop: use msecs_to_jiffies() helper instead of hand-crafted formula, Barnabás Pőcze
- [PATCH 02/24] platform/x86: ideapad-laptop: use appropriately typed variable to store the return value of ACPI methods, Barnabás Pőcze
- [PATCH 03/24] platform/x86: ideapad-laptop: sort includes lexicographically, Barnabás Pőcze
- [PATCH 04/24] platform/x86: ideapad-laptop: use sysfs_emit(), Barnabás Pőcze
- [PATCH 08/24] platform/x86: ideapad-laptop: convert ACPI helpers to return -EIO in case of failure, Barnabás Pőcze
- [PATCH 07/24] platform/x86: ideapad-laptop: use dev_{err,warn} or appropriate variant to display log messages, Barnabás Pőcze
- [PATCH 10/24] platform/x86: ideapad-laptop: misc. device attribute changes, Barnabás Pőcze
- [PATCH 12/24] platform/x86: ideapad-laptop: rework and create new ACPI helpers, Barnabás Pőcze
- [PATCH 09/24] platform/x86: ideapad-laptop: always propagate error codes from device attributes' show() callback, Barnabás Pőcze
- [PATCH 05/24] platform/x86: ideapad-laptop: use for_each_set_bit() helper to simplify event processing, Barnabás Pőcze
- [PATCH 11/24] platform/x86: ideapad-laptop: group and separate (un)related constants into enums, Barnabás Pőcze
- Re: [PATCH 00/24] platform/x86: ideapad-laptop: cleanup, keyboard backlight and "always on USB charging" control support, reenable touchpad control, Barnabás Pőcze
- Re: [PATCH 00/24] platform/x86: ideapad-laptop: cleanup, keyboard backlight and "always on USB charging" control support, reenable touchpad control, Hans de Goede
[PATCH v2 -next] platform: surface: fix non-PM_SLEEP build warnings,
Randy Dunlap
MOK variable config table: Kernel Panic in SEV-enabled VMs,
Hyunwook (Wooky) Baek
? Secret meetings and single girls are waiting for you. Answer me here: https://datinghome.page.link/free?k24 ?, ? Secret meetings and single girls are waiting for you. Answer me here: https://datinghome.page.link/free?k24 ?
[PATCH -next] platform: surface: fix non-PM_SLEEP build warnings,
Randy Dunlap
[PATCH v6 1/3] Documentation: Add documentation for new platform_profile sysfs attribute,
Mark Pearson
[PATCH -next] platform/x86: ISST: Mark mmio_range_devid_0 and mmio_range_devid_1 with static keyword,
Zou Wei
[PATCH] x86/platform: classmate-laptop: add WiFi media button,
Chris Chiu
[PATCH] platform/x86: intel-hid: add Rocket Lake ACPI device ID,
Alex Hung
Re: [PATCH] platform/x86: intel-hid: add Rocket Lake ACPI device ID, Hans de Goede
[GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.11-rc1,
Pandruvada, Srinivas
[PATCH v2 0/3] Intel Speed Select interface changes for 5.11,
Srinivas Pandruvada
[PATCH platform 0/2] platform/x86: mlx-platform: Fix item counter assignment,
Vadim Pasternak
[PATCH] platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting 1 on some HP x360 models, Hans de Goede
[PATCH] platform/x86: intel-hid: Do not create SW_TABLET_MODE input-dev when a KIOX010A ACPI dev is present,
Hans de Goede
dell-driver: Backlight access slow,
Paul Menzel
[PATCH] acer-wireless: send an EV_SYN/SYN_REPORT between state changes,
Chris Chiu
[PATCH 1/3] platform/x86: ISST: Check for unaligned mmio address,
Srinivas Pandruvada
[PATCH] platform/x86: mlx-platform: remove an unused variable,
Arnd Bergmann
[PATCH v2 0/9] Add support for Microsoft Surface System Aggregator Module,
Maximilian Luz
- [PATCH v2 2/9] platform/surface: aggregator: Add control packet allocation caching, Maximilian Luz
- [PATCH v2 3/9] platform/surface: aggregator: Add event item allocation caching, Maximilian Luz
- [PATCH v2 1/9] platform/surface: Add Surface Aggregator subsystem, Maximilian Luz
- [PATCH v2 5/9] platform/surface: aggregator: Add error injection capabilities, Maximilian Luz
- [PATCH v2 4/9] platform/surface: aggregator: Add trace points, Maximilian Luz
- [PATCH v2 8/9] platform/surface: Add Surface Aggregator user-space interface, Maximilian Luz
- [PATCH v2 6/9] platform/surface: aggregator: Add dedicated bus and device type, Maximilian Luz
- [PATCH v2 7/9] docs: driver-api: Add Surface Aggregator subsystem documentation, Maximilian Luz
- [PATCH v2 9/9] platform/surface: Add Surface ACPI Notify driver, Maximilian Luz
- Re: [PATCH v2 0/9] Add support for Microsoft Surface System Aggregator Module, Leon Romanovsky
[PATCH AUTOSEL 5.9 32/39] platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk for Thinkpad Yoga 11e 4th gen, Sasha Levin
[PATCH AUTOSEL 5.9 36/39] platform/x86: touchscreen_dmi: Add info for the Predia Basic tablet, Sasha Levin
[PATCH AUTOSEL 5.9 37/39] platform/x86: touchscreen_dmi: Add info for the Irbis TW118 tablet, Sasha Levin
[PATCH AUTOSEL 5.9 30/39] platform/x86: thinkpad_acpi: add P1 gen3 second fan support, Sasha Levin
[PATCH AUTOSEL 5.4 17/23] platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE on Yoga 11e, Sasha Levin
[PATCH AUTOSEL 5.4 18/23] platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk for Thinkpad Yoga 11e 4th gen, Sasha Levin
[PATCH AUTOSEL 5.4 21/23] platform/x86: touchscreen_dmi: Add info for the Irbis TW118 tablet, Sasha Levin
[PATCH AUTOSEL 4.19 12/14] platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk for Thinkpad Yoga 11e 4th gen, Sasha Levin
[PATCH AUTOSEL 4.19 14/14] platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PC, Sasha Levin
[PATCH AUTOSEL 4.14 9/9] platform/x86: acer-wmi: add automatic keyboard background light toggle key as KEY_LIGHTS_TOGGLE, Sasha Levin
[PATCH AUTOSEL 4.9 5/5] platform/x86: acer-wmi: add automatic keyboard background light toggle key as KEY_LIGHTS_TOGGLE, Sasha Levin
[PATCH AUTOSEL 4.4 3/3] platform/x86: acer-wmi: add automatic keyboard background light toggle key as KEY_LIGHTS_TOGGLE, Sasha Levin
[PATCH AUTOSEL 4.19 13/14] platform/x86: acer-wmi: add automatic keyboard background light toggle key as KEY_LIGHTS_TOGGLE, Sasha Levin
[PATCH AUTOSEL 4.19 11/14] platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE on Yoga 11e, Sasha Levin
[PATCH AUTOSEL 5.4 19/23] platform/x86: acer-wmi: add automatic keyboard background light toggle key as KEY_LIGHTS_TOGGLE, Sasha Levin
[PATCH AUTOSEL 5.4 20/23] platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PC, Sasha Levin
[PATCH AUTOSEL 5.9 33/39] platform/x86: thinkpad_acpi: Whitelist P15 firmware for dual fan control, Sasha Levin
[PATCH AUTOSEL 5.9 35/39] platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PC, Sasha Levin
[PATCH AUTOSEL 5.9 31/39] platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE on Yoga 11e, Sasha Levin
[PATCH AUTOSEL 5.9 34/39] platform/x86: acer-wmi: add automatic keyboard background light toggle key as KEY_LIGHTS_TOGGLE, Sasha Levin
[PATCH v2 1/2] platform/x86/drivers/acerhdf: Use module_param_cb to set/get polling interval,
Daniel Lezcano
[PATCH 1/2] platform/x86/drivers/acerhdf: Use module_param_cb to set/get polling interval,
Daniel Lezcano
[PATCH v5 1/3] Documentation: Add documentation for new platform_profile sysfs attribute,
Mark Pearson
[PATCH] x86/platform/uv: Fix an error code in uv_hubs_init(),
Dan Carpenter
[PATCH] platform/x86: dell-wmi-sysman: work around for BIOS bug,
Divya Bharathi
[PATCH 3/3] intel-hid: disable switches on Dell Latitute 7410 2in1, Elia Devito
[PATCH 2/3] intel-hid: add option to enable/disable switches, Elia Devito
[PATCH 1/3] intel-hid: add support for SW_TABLET_MODE,
Elia Devito
[PATCH] platform/x86: intel-vbtn: Allow switch events on Acer Switch Alpha 12,
Carlos Garnacho
[PATCH] x86/platform/uv: Fix/cleanup ABI documentation of /sys/firmware/sgi_uv/, Justin Ernst
[PATCH -next] x86/platform/uv: Mark some symbols with static keyword,
Zou Wei
[PATCH v2 0/5] x86/platform/uv: Move UV procfs leaves to sysfs,
Mike Travis
[PATCH] platform/x86: thinkpad_acpi: remove trailing semicolon in macro definition,
trix
[GIT PULL] platform-drivers-x86 for 5.10-2,
Hans de Goede
[PATCH] platform/x86: dell-smbios-base: fix error return code in dell_smbios_init(),
Luo Meng
[PATCH v4 1/3] Documentation: Add documentation for new platform_profile sysfs attribute,
Mark Pearson
Re: [PATCH] platform/x86: thinkpad_acpi: Whitelist P15 firmware for dual fan control, Hans de Goede
[PATCH v3 0/5] x86/platform/uv: Add uv_sysfs platform driver,
Justin Ernst
[PATCH 0/5] x86/platform/uv: Move UV procfs leaves to sysfs,
Mike Travis
[PATCH platform 0/2] platform/x86: mlx-platform: Remove PSU EEPROM configuration,
Vadim Pasternak
[PATCH] platform/x86: dell-smbios-base: Fix error return code in dell_smbios_init,
Qinglang Miao
[PATCH] platform/x86: thinkpad_acpi: Add palm sensor support,
Mark Pearson
[PATCH] platform/x86: touchscreen_dmi: Add info for the Irbis TW118 tablet,
Hans de Goede
[PATCH] xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LP,
Hans de Goede
[PATCH 1/3 v4] x86/platform/geode: Convert net5501 LED to GPIO machine descriptor,
Linus Walleij
[PATCH] platform/x86: acer-wmi: Add ACER_CAP_KBD_DOCK quirk for the Aspire Switch 10E SW3-016, Hans de Goede
[PATCH] platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PC,
Max Verevkin
[PATCH] platform/x86: thinkpad_acpi: Send tablet mode switch at wakeup time,
Benjamin Berg
[PATCH] platform/x86: toshiba_acpi: Fix the wrong variable assignment,
xiakaixu1987
[RFC] MAINTAINERS tag for cleanup robot,
trix
[Bug 210269] New: Tablet mode not correctly reported after wake-up from hibernate,
bugzilla-daemon
- [Bug 210269] Tablet mode not correctly reported after wake-up from hibernate, bugzilla-daemon
- [Bug 210269] Tablet mode not correctly reported after wake-up from hibernate, bugzilla-daemon
- [Bug 210269] Tablet mode not correctly reported after wake-up from hibernate, bugzilla-daemon
- [Bug 210269] Tablet mode not correctly reported after wake-up from hibernate, bugzilla-daemon
- [Bug 210269] Tablet mode not correctly reported after wake-up from hibernate, bugzilla-daemon
- [Bug 210269] Tablet mode not correctly reported after wake-up from hibernate, bugzilla-daemon
- [Bug 210269] Tablet mode not correctly reported after wake-up from hibernate, bugzilla-daemon
- [Bug 210269] Tablet mode not correctly reported after wake-up from hibernate, bugzilla-daemon
- [Bug 210269] Tablet mode not correctly reported after wake-up from hibernate, bugzilla-daemon
- [Bug 210269] Tablet mode not correctly reported after wake-up from hibernate, bugzilla-daemon
[PATCH v2 0/5] Add uv_sysfs platform driver,
Justin Ernst
[PATCH 0/5] Add uv_sysfs platform driver,
Justin Ernst
[PATCH] platform/x86: pmt: Fix a potential Oops on error in probe,
Dan Carpenter
[PATCH 0/9] Add support for Microsoft Surface System Aggregator Module,
Maximilian Luz
- [PATCH 3/9] platform/surface: aggregator: Add event item allocation caching, Maximilian Luz
- [PATCH 1/9] platform/surface: Add Surface Aggregator subsystem, Maximilian Luz
- [PATCH 2/9] platform/surface: aggregator: Add control packet allocation caching, Maximilian Luz
- [PATCH 4/9] platform/surface: aggregator: Add trace points, Maximilian Luz
- [PATCH 6/9] platform/surface: aggregator: Add dedicated bus and device type, Maximilian Luz
- [PATCH 5/9] platform/surface: aggregator: Add error injection capabilities, Maximilian Luz
- [PATCH 7/9] docs: driver-api: Add Surface Aggregator subsystem documentation, Maximilian Luz
- [PATCH 8/9] platform/surface: Add Surface Aggregator user-space interface, Maximilian Luz
- [PATCH 9/9] platform/surface: Add Surface ACPI Notify driver, Maximilian Luz
- Re: [PATCH 0/9] Add support for Microsoft Surface System Aggregator Module, Hans de Goede
[PATCH v3] ACPI: platform-profile: Add platform profile support,
Mark Pearson
[PATCH v2 1/3] Documentation: Add documentation for new platform_profile sysfs attribute,
Mark Pearson
[PATCH] platform/surface: gpe: Add support for 15" Intel version of Surface Laptop 3,
Maximilian Luz
Asus Zephyrus G14 GA401IH-HE003 problem with sound and fan,
Mamchyts Dmitry
[PATCH 0/3] Platform Profile support,
Mark Pearson
[Index of Archives]
[Linux Kernel Development]
[Linux USB Development]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]