summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/platform/uv: use default_groups in kobj_typeGreg Kroah-Hartman2021-12-301-2/+4
* platform/x86: x86-android-tablets: New driver for x86 Android tabletsHans de Goede2021-12-253-0/+339
* platform/x86: intel_pmc_core: fix memleak on registration failureJohan Hovold2021-12-231-1/+1
* platform/x86: pmc_atom: improve critclk_systems matching for Siemens PCsHenning Schild2021-12-231-21/+33
* watchdog: simatic-ipc-wdt: add new driver for Siemens Industrial PCsHenning Schild2021-12-233-0/+240
* leds: simatic-ipc-leds: add new driver for Siemens Industial PCsHenning Schild2021-12-235-0/+221
* platform/x86: simatic-ipc: add main driver for Siemens devicesHenning Schild2021-12-233-0/+191
* platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTELAndy Shevchenko2021-12-232-16/+1
* platform/x86: system76_acpi: Guard System76 EC specific functionalityTim Crawford2021-12-231-28/+30
* platform/x86: asus-wmi: Reshuffle headers for better maintenanceAndy Shevchenko2021-12-211-14/+14
* platform/x86: asus-wmi: Split MODULE_AUTHOR() on per author basisAndy Shevchenko2021-12-211-2/+2
* platform/x86: asus-wmi: Join string literals backAndy Shevchenko2021-12-211-4/+2
* platform/x86: think-lmi: Prevent underflow in index_store()Dan Carpenter2021-12-211-1/+1
* platform/x86: apple-gmux: use resource_size() with resWang Qing2021-12-211-1/+1
* platform/x86: amd-pmc: only use callbacks for suspendMario Limonciello2021-12-211-1/+2
* platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in mlxbf_pmc_map_co...Miaoqian Lin2021-12-211-2/+2
* platform/x86: amd-pmc: Add support for AMD Smart Trace BufferSanket Goswami2021-12-211-0/+120
* platform/x86: amd-pmc: Simplify error handling and store the pci_dev in amd_p...Sanket Goswami2021-12-211-15/+25
* platform/x86: thinkpad_acpi: support inhibit-chargeThomas Weißschuh2021-12-211-2/+62
* platform/x86: thinkpad_acpi: support force-dischargeThomas Weißschuh2021-12-211-4/+127
* power: supply: add helpers for charge_behaviour sysfsThomas Weißschuh2021-12-211-0/+55
* Merge tag 'platform-drivers-x86-int3472-1' into review-hansHans de Goede2021-12-1511-156/+421
|\
| * platform/x86: int3472: Deal with probe ordering issuesHans de Goede2021-12-132-0/+7
| * platform/x86: int3472: Pass tps68470_regulator_platform_data to the tps68470-...Hans de Goede2021-12-134-1/+199
| * platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regula...Hans de Goede2021-12-131-7/+28
| * platform/x86: int3472: Add get_sensor_adev_and_name() helperHans de Goede2021-12-133-18/+35
| * platform/x86: int3472: Split into 2 driversHans de Goede2021-12-137-120/+105
| * i2c: acpi: Add i2c_acpi_new_device_by_fwnode() functionHans de Goede2021-12-131-6/+11
| * i2c: acpi: Use acpi_dev_ready_for_enumeration() helperHans de Goede2021-12-131-1/+4
| * ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 deviceHans de Goede2021-12-131-4/+33
* | platform/x86: hp_accel: Use SIMPLE_DEV_PM_OPS() for PM opsAndy Shevchenko2021-12-071-23/+4
* | platform: surface: Propagate ACPI DependencyJarrett Schultz2021-12-072-1/+7
* | platform/x86: lenovo-yogabook-wmi: Add support for hall sensor on the backHans de Goede2021-12-071-1/+70
* | platform/x86: lenovo-yogabook-wmi: Add driver for Lenovo Yoga BookYauhen Kharuzhy2021-12-073-0/+353
* | platform/x86: wmi: Add no_notify_data flag to struct wmi_driverHans de Goede2021-12-061-4/+6
* | platform/x86: wmi: Fix driver->notify() vs ->probe() raceHans de Goede2021-12-061-1/+5
* | platform/x86: wmi: Replace read_takes_no_args with a flags fieldHans de Goede2021-12-061-4/+7
* | platform/x86/intel: hid: add quirk to support Surface Go 3Alex Hung2021-12-061-0/+7
* | platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptopsFabrizio Bertocci2021-12-021-1/+1
* | platform/x86: touchscreen_dmi: Add TrekStor SurfTab duo W1 touchscreen infoHans de Goede2021-12-021-0/+18
* | platform/x86: lg-laptop: Recognize more modelsMatan Ziv-Av2021-12-021-0/+12
* | platform/x86: asus-wmi: remove unneeded semicolonYang Li2021-12-021-1/+1
* | platform/x86: thinkpad_acpi: Add lid_logo_dot to the list of safe LEDsHans de Goede2021-12-021-2/+2
* | platform/x86: thinkpad_acpi: Add LED_RETAIN_AT_SHUTDOWN to led_class_devsHans de Goede2021-12-021-0/+1
* | platform/x86: thinkpad_acpi: Remove unused sensors_pdev_attrs_registered flagHans de Goede2021-11-251-2/+0
* | platform/x86: thinkpad_acpi: Fix the hwmon sysfs-attr showing up in the wrong...Hans de Goede2021-11-251-12/+12
* | platform/x86: thinkpad_acpi: tpacpi_attr_group contains driver attributes not...Hans de Goede2021-11-251-5/+25
* | platform/x86: thinkpad_acpi: Register tpacpi_pdriver after subdriver initHans de Goede2021-11-251-20/+21
* | platform/x86: thinkpad_acpi: Restore missing hotkey_tablet_mode and hotkey_ra...Hans de Goede2021-11-251-0/+2
* | platform/x86: thinkpad_acpi: Fix thermal_temp_input_attr sortingHans de Goede2021-11-251-8/+8