summaryrefslogtreecommitdiff
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v5.4-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-09-1620-298/+572
|\
| * platform/x86: asus-wmi: Refactor charge threshold to use the battery hooking APIKristian Klausen2019-09-101-49/+99
| * platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOCKristian Klausen2019-09-091-3/+3
| * platform/x86: ISST: Allow additional TRL MSRsSrinivas Pandruvada2019-09-091-0/+2
| * platform/x86: intel_int0002_vgpio: Use device_init_wakeupHans de Goede2019-09-071-1/+9
| * platform/x86: intel_int0002_vgpio: Fix wakeups not working on Cherry TrailHans de Goede2019-09-071-0/+1
| * platform/x86: compal-laptop: Initialize "value" in ec_read_u8()Yizhuo2019-09-071-1/+1
| * platform/x86: touchscreen_dmi: Add info for the Trekstor Primebook C11B 2-in-1Hans de Goede2019-09-071-0/+8
| * platform/x86: thinkpad_acpi: Add ThinkPad PrivacyGuardAlexander Schremmer2019-09-071-0/+105
| * platform/x86: pmc_atom: Add Siemens SIMATIC IPC227E to critclk_systems DMI tableJan Kiszka2019-09-071-0/+7
| * platform/x86: intel_pmc_core_pltdrv: Module removal warning fixM. Vefa Bicakci2019-09-071-0/+8
| * platform/x86: intel_pmc_core: Do not ioremap RAMM. Vefa Bicakci2019-09-071-2/+6
| * platform/x86: asus-wmi: Fix condition in charge_threshold_store()Dan Carpenter2019-09-071-1/+1
| * platform/x86: asus-wmi: Remove unnecessary blank linesAndy Shevchenko2019-08-161-13/+1
| * platform/x86: asus-wmi: Drop indentation level by inverting conditionalsAndy Shevchenko2019-08-161-24/+19
| * platform/x86: asus-wmi: Use clamp_val() instead of open coded variantAndy Shevchenko2019-08-161-6/+1
| * platform/x86: asus-wmi: Replace sscanf() with kstrtoint()Andy Shevchenko2019-08-161-15/+10
| * platform/x86: asus-wmi: Refactor charge_threshold_store()Andy Shevchenko2019-08-161-3/+5
| * platform/x86: asus-wmi: Add support for charge thresholdKristian Klausen2019-08-161-0/+48
| * platform/x86: asus-nb-wmi: Support ALS on the Zenbook UX430UNRKristian Klausen2019-08-161-0/+9
| * platform/x86: touchscreen_dmi: Add info for the Irbis TW90 tabletHans de Goede2019-08-161-0/+26
| * platform/x86: touchscreen_dmi: Add info for the Chuwi Surbook Mini tabletGiang Le2019-08-161-0/+24
| * platform/x86: intel_int0002_vgpio: Remove dev_err() usage after platform_get_...Stephen Boyd2019-08-011-3/+1
| * platform/x86: intel_bxtwc_tmu: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-011-4/+1
| * platform/mellanox: mlxreg-hotplug: Remove dev_err() usage after platform_get_...Stephen Boyd2019-08-011-4/+1
| * platform/x86: intel_pmc_ipc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-011-3/+1
| * platform/x86: asus-wmi: fix CPU fan control on recent productsDaniel Drake2019-07-301-25/+100
| * platform/x86: asus-wmi: add a helper for device presenceDaniel Drake2019-07-301-20/+11
| * platform/x86: asus-wmi: cleanup AGFN fan handlingDaniel Drake2019-07-301-131/+107
| * platform/x86: pcengines-apuv2: wire up simswitch gpio as ledEnrico Weigelt2019-07-301-1/+4
| * platform/x86: pcengines-apuv2: add mpcie reset gpio exportFlorian Eckert2019-07-301-0/+8
| * platform/x86: i2c-multi-instantiate: Use struct_size() helperAndy Shevchenko2019-07-301-3/+1
| * platform/x86: dell-wmi: Use existing defined KBD_LED_* magic valuesRhys Kidd2019-07-301-7/+7
| * platform/x86: dell-wmi: Ignore keyboard backlight change KBD_LED_AUTO_TOKENRhys Kidd2019-07-301-0/+1
| * platform/x86: dell-wmi: Ignore keyboard backlight change KBD_LED_ON_TOKENRhys Kidd2019-07-301-0/+1
| * platform/x86: acer-wmi: Switch to acpi_dev_get_first_match_dev()Andy Shevchenko2019-07-301-42/+7
| * platform/x86: wmi: Remove acpi_has_method() callKelsey Skunberg2019-07-301-3/+1
| * platform/x86: ISST: Use dev_get_drvdataChuhong Yuan2019-07-301-6/+2
| * platform/x86: thinkpad_acpi: Use kmemdup rather than duplicating its implemen...Fuqian Huang2019-07-291-10/+7
| * platform/x86: asus-wmi: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-291-2/+1
| * platform/x86: hp_accel: Add support for HP ZBook 17 G5Kai-Heng Feng2019-07-291-0/+1
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-162-12/+12
|\ \
| * | x86/intel: Aggregate big core mobile namingPeter Zijlstra2019-08-282-8/+8
| * | x86/intel: Aggregate big core client namingPeter Zijlstra2019-08-282-4/+4
* | | Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-09-161-3/+8
|\ \ \
| * | | gpio: Initialize the irqchip valid_mask with a callbackLinus Walleij2019-09-111-3/+8
| |/ /
* | | Merge branch 'spi-5.4' into spi-nextMark Brown2019-09-151-1/+1
|\ \ \ | |/ / |/| |
| * | spi: Reduce kthread priorityPeter Zijlstra2019-08-021-1/+1
* | | Merge tag 'tag-chrome-platform-fixes-for-v5.3-rc6' of git://git.kernel.org/pu...Linus Torvalds2019-08-221-2/+2
|\ \ \ | |_|/ |/| |
| * | platform/chrome: cros_ec_ishtp: fix crash during suspendHyungwoo Yang2019-07-291-2/+2
| |/