summaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorLines
2019-08-26platform/chrome: chromeos_laptop: drop checks of NULL-safe functionsWolfram Sang-7/+3
2019-08-26platform/x86: intel_cht_int33fe: Use new API to gain access to the role switchHeikki Krogerus-47/+10
2019-08-22platform/chrome: wilco_ec: Add batt_ppid_info command to telemetry driverNick Crews-21/+43
2019-08-22Merge tag 'tag-chrome-platform-fixes-for-v5.3-rc6' of git://git.kernel.org/pu...Linus Torvalds-2/+2
2019-08-21ACPI: PM: s2idle: Always set up EC GPE for system wakeupRafael J. Wysocki-10/+2
2019-08-16platform/x86: asus-wmi: Remove unnecessary blank linesAndy Shevchenko-13/+1
2019-08-16platform/x86: asus-wmi: Drop indentation level by inverting conditionalsAndy Shevchenko-24/+19
2019-08-16platform/x86: asus-wmi: Use clamp_val() instead of open coded variantAndy Shevchenko-6/+1
2019-08-16platform/x86: asus-wmi: Replace sscanf() with kstrtoint()Andy Shevchenko-15/+10
2019-08-16platform/x86: asus-wmi: Refactor charge_threshold_store()Andy Shevchenko-3/+5
2019-08-16platform/x86: asus-wmi: Add support for charge thresholdKristian Klausen-0/+48
2019-08-16platform/x86: asus-nb-wmi: Support ALS on the Zenbook UX430UNRKristian Klausen-0/+9
2019-08-16platform/x86: touchscreen_dmi: Add info for the Irbis TW90 tabletHans de Goede-0/+26
2019-08-16platform/x86: touchscreen_dmi: Add info for the Chuwi Surbook Mini tabletGiang Le-0/+24
2019-08-11Merge tag 'v5.3-rc4' into nextDmitry Torokhov-814/+5863
2019-08-12Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman-4/+9
2019-08-09intel-hid: Disable button array during suspend-to-idleRafael J. Wysocki-6/+7
2019-08-09intel-hid: intel-vbtn: Avoid leaking wakeup_mode setRafael J. Wysocki-8/+21
2019-08-02platform: x86: hp-wmi: convert platform driver to use dev_groupsGreg Kroah-Hartman-35/+12
2019-08-02spi: Reduce kthread priorityPeter Zijlstra-1/+1
2019-08-01platform/x86: intel_int0002_vgpio: Remove dev_err() usage after platform_get_...Stephen Boyd-3/+1
2019-08-01platform/x86: intel_bxtwc_tmu: Remove dev_err() usage after platform_get_irq()Stephen Boyd-4/+1
2019-08-01platform/mellanox: mlxreg-hotplug: Remove dev_err() usage after platform_get_...Stephen Boyd-4/+1
2019-08-01platform/x86: intel_pmc_ipc: Remove dev_err() usage after platform_get_irq()Stephen Boyd-3/+1
2019-07-30platform/x86: asus-wmi: fix CPU fan control on recent productsDaniel Drake-25/+100
2019-07-30platform/x86: asus-wmi: add a helper for device presenceDaniel Drake-20/+11
2019-07-30platform/x86: asus-wmi: cleanup AGFN fan handlingDaniel Drake-131/+107
2019-07-30platform/x86: pcengines-apuv2: wire up simswitch gpio as ledEnrico Weigelt-1/+4
2019-07-30platform/x86: pcengines-apuv2: add mpcie reset gpio exportFlorian Eckert-0/+8
2019-07-30platform/x86: i2c-multi-instantiate: Use struct_size() helperAndy Shevchenko-3/+1
2019-07-30platform/x86: dell-wmi: Use existing defined KBD_LED_* magic valuesRhys Kidd-7/+7
2019-07-30platform/x86: dell-wmi: Ignore keyboard backlight change KBD_LED_AUTO_TOKENRhys Kidd-0/+1
2019-07-30platform/x86: dell-wmi: Ignore keyboard backlight change KBD_LED_ON_TOKENRhys Kidd-0/+1
2019-07-30platform/x86: acer-wmi: Switch to acpi_dev_get_first_match_dev()Andy Shevchenko-42/+7
2019-07-30platform/x86: wmi: Remove acpi_has_method() callKelsey Skunberg-3/+1
2019-07-30platform/x86: ISST: Use dev_get_drvdataChuhong Yuan-6/+2
2019-07-30ACPI: PM: Set up EC GPE for system wakeup from drivers that need itRafael J. Wysocki-8/+32
2019-07-29platform/x86: thinkpad_acpi: Use kmemdup rather than duplicating its implemen...Fuqian Huang-10/+7
2019-07-29platform/x86: asus-wmi: Use kmemdup rather than duplicating its implementationFuqian Huang-2/+1
2019-07-29platform/x86: hp_accel: Add support for HP ZBook 17 G5Kai-Heng Feng-0/+1
2019-07-29platform/x86: pcengines-apuv2: use KEY_RESTART for front buttonEnrico Weigelt-1/+1
2019-07-29platform/chrome: cros_ec_ishtp: fix crash during suspendHyungwoo Yang-2/+2
2019-07-28platform/x86: surfacepro3_button: Fix device checkMaximilian Luz-0/+47
2019-07-25platform/x86: intel_pmc_core: Add ICL-NNPI support to PMC CoreRajneesh Bhardwaj-0/+1
2019-07-25Platform: OLPC: add SPI MODULE_DEVICE_TABLELubomir Rintel-0/+6
2019-07-25platform/x86: pcengines-apuv2: Fix softdep statementJean Delvare-3/+1
2019-07-17platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake-56/+62
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds-6/+6
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-0/+1
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab-4/+4