summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: touchscreen_dmi: Add info for the Archos 101 Cesium Educ tabletThomas GENTY2023-07-111-0/+22
* platform/x86: dell-ddv: Improve error handlingArmin Wolf2023-07-111-3/+4
* platform/x86/amd: pmf: Add new ACPI ID AMDI0103Shyam Sundar S K2023-07-111-0/+3
* platform/x86/amd: pmc: Add new ACPI ID AMDI000AShyam Sundar S K2023-07-111-0/+3
* platform/x86/amd: pmc: Apply nvme quirk to HP 15s-eq2xxxMario Limonciello2023-07-111-0/+9
* platform/x86: Move s2idle quirk from thinkpad-acpi to amd-pmcMario Limonciello2023-07-115-167/+218
* platform/x86: int3472/discrete: set variable skl_int3472_regulator_second_sen...Tom Rix2023-07-101-1/+1
* platform/x86/intel/tpmi: Prevent overflow for cap_offsetSrinivas Pandruvada2023-07-101-3/+1
* platform/x86: wmi: Replace open coded guid_parse_and_compare()Andy Shevchenko2023-07-101-5/+1
* platform/x86: wmi: Break possible infinite loop when parsing GUIDAndy Shevchenko2023-07-101-10/+12
* Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-031-1/+1
|\
| * usb: typec: mux: Remove alt mode parameters from the APIHeikki Krogerus2023-05-291-1/+1
* | Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2023-07-031-3/+4
|\ \
| * | leds: simatic-ipc-leds-gpio: Split up into multiple driversHenning Schild2023-06-081-3/+4
* | | Merge tag 'platform-drivers-x86-v6.5-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-06-3051-928/+3844
|\ \ \
| * | | platform/x86:intel/pmc: Add Meteor Lake IOE-M PMC related mapsXi Pardee2023-06-202-0/+151
| * | | platform/x86:intel/pmc: Add Meteor Lake IOE-P PMC related mapsXi Pardee2023-06-202-0/+343
| * | | platform/x86:intel/pmc: Use SSRAM to discover pwrm base address of primary PMCXi Pardee2023-06-201-6/+13
| * | | platform/x86:intel/pmc: Discover PMC devicesDavid E. Box2023-06-205-14/+180
| * | | platform/x86:intel/pmc: Enable debugfs multiple PMC supportXi Pardee2023-06-201-66/+129
| * | | platform/x86:intel/pmc: Add support to handle multiple PMCsXi Pardee2023-06-208-141/+205
| * | | platform/x86:intel/pmc: Combine core_init() and core_configure()Xi Pardee2023-06-208-58/+85
| * | | platform/x86:intel/pmc: Update maps for Meteor Lake P/M platformsXi Pardee2023-06-202-10/+466
| * | | platform/x86/intel: tpmi: Remove hardcoded unit and offsetSrinivas Pandruvada2023-06-201-3/+5
| * | | platform/x86: int3472: discrete: Log a warning if the pin-numbers don't matchHans de Goede2023-06-201-1/+7
| * | | platform/x86: int3472: discrete: Use FIELD_GET() on the GPIO _DSM return valueHans de Goede2023-06-201-3/+7
| * | | platform/x86: int3472: discrete: Add alternative "AVDD" regulator supply nameHans de Goede2023-06-202-1/+2
| * | | platform/x86: int3472: discrete: Add support for 1 GPIO regulator shared betw...Hans de Goede2023-06-202-7/+41
| * | | platform/x86: int3472: discrete: Remove sensor_config-sHans de Goede2023-06-203-61/+31
| * | | platform/x86: int3472: discrete: Drop GPIO remapping supportHans de Goede2023-06-202-40/+3
| * | | platform/x86: apple-gmux: don't use be32_to_cpu and cpu_to_be32Orlando Chamberlain2023-06-161-2/+2
| * | | platform/x86/dell/dell-rbtn: Fix resources leaking on error pathMichal Wilczynski2023-06-141-6/+7
| * | | platform/x86: ISST: Fix usage counterSrinivas Pandruvada2023-06-131-0/+2
| * | | platform/x86: ISST: Reset default callback on unregisterSrinivas Pandruvada2023-06-131-0/+1
| * | | platform/x86: int3472: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König2023-06-131-1/+1
| * | | platform/x86: asus-tf103c-dock: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König2023-06-131-1/+1
| * | | platform/surface: surface3_power: Switch back to use struct i2c_driver's .pro...Uwe Kleine-König2023-06-131-1/+1
| * | | platform/x86/intel/pmc/mtl: Put devices in D3 during resumeDavid E. Box2023-06-131-7/+20
| * | | platform/x86/intel/pmc: Add resume callbackDavid E. Box2023-06-132-2/+15
| * | | platform/x86: thinkpad_acpi: Fix lkp-tests warnings for platform profilesMark Pearson2023-06-131-2/+4
| * | | platform/x86: hp-wmi: Add thermal profile for Victus 16-d1xxxSungHwan Jung2023-06-081-1/+95
| * | | platform/x86: think-lmi: Don't display unnecessary authentication settingsMark Pearson2023-06-081-0/+5
| * | | platform/x86: think-lmi: Correct NVME index defaultMark Pearson2023-06-081-0/+4
| * | | platform/x86: think-lmi: Correct NVME password handlingMark Pearson2023-06-081-2/+2
| * | | platform/x86: think-lmi: Update password fields to use BITMark Pearson2023-06-081-5/+5
| * | | platform/x86: think-lmi: Update password attribute commentsMark Pearson2023-06-081-4/+4
| * | | platform/x86: think-lmi: Correct System password interfaceMark Pearson2023-06-081-3/+3
| * | | platform/x86: think-lmi: Enable opcode support on BIOS settingsMark Pearson2023-06-081-1/+27
| * | | platform/x86: think-lmi: mutex protection around multiple WMI callsMark Pearson2023-06-081-0/+10
| * | | platform/x86:intel/pmc: Remove Meteor Lake S platform supportXi Pardee2023-06-081-1/+0