aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Merge tag 'platform-drivers-x86-v5.4-1' of git://git.infradead.org/linux-plat...Gravatar Linus Torvalds 20-298/+572
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-12/+12
2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-3/+8
2019-09-15Merge branch 'spi-5.4' into spi-nextGravatar Mark Brown 1-1/+1
2019-09-11gpio: Initialize the irqchip valid_mask with a callbackGravatar Linus Walleij 1-3/+8
2019-09-10platform/x86: asus-wmi: Refactor charge threshold to use the battery hooking APIGravatar Kristian Klausen 1-49/+99
2019-09-09platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOCGravatar Kristian Klausen 1-3/+3
2019-09-09platform/x86: ISST: Allow additional TRL MSRsGravatar Srinivas Pandruvada 1-0/+2
2019-09-07platform/x86: intel_int0002_vgpio: Use device_init_wakeupGravatar Hans de Goede 1-1/+9
2019-09-07platform/x86: intel_int0002_vgpio: Fix wakeups not working on Cherry TrailGravatar Hans de Goede 1-0/+1
2019-09-07platform/x86: compal-laptop: Initialize "value" in ec_read_u8()Gravatar Yizhuo 1-1/+1
2019-09-07platform/x86: touchscreen_dmi: Add info for the Trekstor Primebook C11B 2-in-1Gravatar Hans de Goede 1-0/+8
2019-09-07platform/x86: thinkpad_acpi: Add ThinkPad PrivacyGuardGravatar Alexander Schremmer 1-0/+105
2019-09-07platform/x86: pmc_atom: Add Siemens SIMATIC IPC227E to critclk_systems DMI tableGravatar Jan Kiszka 1-0/+7
2019-09-07platform/x86: intel_pmc_core_pltdrv: Module removal warning fixGravatar M. Vefa Bicakci 1-0/+8
2019-09-07platform/x86: intel_pmc_core: Do not ioremap RAMGravatar M. Vefa Bicakci 1-2/+6
2019-09-07platform/x86: asus-wmi: Fix condition in charge_threshold_store()Gravatar Dan Carpenter 1-1/+1
2019-08-28x86/intel: Aggregate big core mobile namingGravatar Peter Zijlstra 2-8/+8
2019-08-28x86/intel: Aggregate big core client namingGravatar Peter Zijlstra 2-4/+4
2019-08-22Merge tag 'tag-chrome-platform-fixes-for-v5.3-rc6' of git://git.kernel.org/pu...Gravatar Linus Torvalds 1-2/+2
2019-08-16platform/x86: asus-wmi: Remove unnecessary blank linesGravatar Andy Shevchenko 1-13/+1
2019-08-16platform/x86: asus-wmi: Drop indentation level by inverting conditionalsGravatar Andy Shevchenko 1-24/+19
2019-08-16platform/x86: asus-wmi: Use clamp_val() instead of open coded variantGravatar Andy Shevchenko 1-6/+1
2019-08-16platform/x86: asus-wmi: Replace sscanf() with kstrtoint()Gravatar Andy Shevchenko 1-15/+10
2019-08-16platform/x86: asus-wmi: Refactor charge_threshold_store()Gravatar Andy Shevchenko 1-3/+5
2019-08-16platform/x86: asus-wmi: Add support for charge thresholdGravatar Kristian Klausen 1-0/+48
2019-08-16platform/x86: asus-nb-wmi: Support ALS on the Zenbook UX430UNRGravatar Kristian Klausen 1-0/+9
2019-08-16platform/x86: touchscreen_dmi: Add info for the Irbis TW90 tabletGravatar Hans de Goede 1-0/+26
2019-08-16platform/x86: touchscreen_dmi: Add info for the Chuwi Surbook Mini tabletGravatar Giang Le 1-0/+24
2019-08-02spi: Reduce kthread priorityGravatar Peter Zijlstra 1-1/+1
2019-08-01platform/x86: intel_int0002_vgpio: Remove dev_err() usage after platform_get_...Gravatar Stephen Boyd 1-3/+1
2019-08-01platform/x86: intel_bxtwc_tmu: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-4/+1
2019-08-01platform/mellanox: mlxreg-hotplug: Remove dev_err() usage after platform_get_...Gravatar Stephen Boyd 1-4/+1
2019-08-01platform/x86: intel_pmc_ipc: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
2019-07-30platform/x86: asus-wmi: fix CPU fan control on recent productsGravatar Daniel Drake 1-25/+100
2019-07-30platform/x86: asus-wmi: add a helper for device presenceGravatar Daniel Drake 1-20/+11
2019-07-30platform/x86: asus-wmi: cleanup AGFN fan handlingGravatar Daniel Drake 1-131/+107
2019-07-30platform/x86: pcengines-apuv2: wire up simswitch gpio as ledGravatar Enrico Weigelt 1-1/+4
2019-07-30platform/x86: pcengines-apuv2: add mpcie reset gpio exportGravatar Florian Eckert 1-0/+8
2019-07-30platform/x86: i2c-multi-instantiate: Use struct_size() helperGravatar Andy Shevchenko 1-3/+1
2019-07-30platform/x86: dell-wmi: Use existing defined KBD_LED_* magic valuesGravatar Rhys Kidd 1-7/+7
2019-07-30platform/x86: dell-wmi: Ignore keyboard backlight change KBD_LED_AUTO_TOKENGravatar Rhys Kidd 1-0/+1
2019-07-30platform/x86: dell-wmi: Ignore keyboard backlight change KBD_LED_ON_TOKENGravatar Rhys Kidd 1-0/+1
2019-07-30platform/x86: acer-wmi: Switch to acpi_dev_get_first_match_dev()Gravatar Andy Shevchenko 1-42/+7
2019-07-30platform/x86: wmi: Remove acpi_has_method() callGravatar Kelsey Skunberg 1-3/+1
2019-07-30platform/x86: ISST: Use dev_get_drvdataGravatar Chuhong Yuan 1-6/+2
2019-07-29platform/x86: thinkpad_acpi: Use kmemdup rather than duplicating its implemen...Gravatar Fuqian Huang 1-10/+7
2019-07-29platform/x86: asus-wmi: Use kmemdup rather than duplicating its implementationGravatar Fuqian Huang 1-2/+1
2019-07-29platform/x86: hp_accel: Add support for HP ZBook 17 G5Gravatar Kai-Heng Feng 1-0/+1
2019-07-29platform/x86: pcengines-apuv2: use KEY_RESTART for front buttonGravatar Enrico Weigelt 1-1/+1