summaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2019-08-16platform/x86: asus-wmi: Replace sscanf() with kstrtoint()Andy Shevchenko1-15/+10
2019-08-16platform/x86: asus-wmi: Refactor charge_threshold_store()Andy Shevchenko1-3/+5
2019-08-16platform/x86: asus-wmi: Add support for charge thresholdKristian Klausen1-0/+48
2019-08-16platform/x86: asus-nb-wmi: Support ALS on the Zenbook UX430UNRKristian Klausen1-0/+9
2019-08-16platform/x86: touchscreen_dmi: Add info for the Irbis TW90 tabletHans de Goede1-0/+26
2019-08-16platform/x86: touchscreen_dmi: Add info for the Chuwi Surbook Mini tabletGiang Le1-0/+24
2019-08-11Merge tag 'v5.3-rc4' into nextDmitry Torokhov64-814/+5863
2019-08-12Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman3-4/+9
2019-08-09intel-hid: Disable button array during suspend-to-idleRafael J. Wysocki1-6/+7
2019-08-09intel-hid: intel-vbtn: Avoid leaking wakeup_mode setRafael J. Wysocki2-8/+21
2019-08-02platform: x86: hp-wmi: convert platform driver to use dev_groupsGreg Kroah-Hartman1-35/+12
2019-08-02spi: Reduce kthread priorityPeter Zijlstra1-1/+1
2019-08-01platform/x86: intel_int0002_vgpio: Remove dev_err() usage after platform_get_...Stephen Boyd1-3/+1
2019-08-01platform/x86: intel_bxtwc_tmu: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-4/+1
2019-08-01platform/mellanox: mlxreg-hotplug: Remove dev_err() usage after platform_get_...Stephen Boyd1-4/+1
2019-08-01platform/x86: intel_pmc_ipc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-30platform/x86: asus-wmi: fix CPU fan control on recent productsDaniel Drake1-25/+100
2019-07-30platform/x86: asus-wmi: add a helper for device presenceDaniel Drake1-20/+11
2019-07-30platform/x86: asus-wmi: cleanup AGFN fan handlingDaniel Drake1-131/+107
2019-07-30platform/x86: pcengines-apuv2: wire up simswitch gpio as ledEnrico Weigelt1-1/+4
2019-07-30platform/x86: pcengines-apuv2: add mpcie reset gpio exportFlorian Eckert1-0/+8
2019-07-30platform/x86: i2c-multi-instantiate: Use struct_size() helperAndy Shevchenko1-3/+1
2019-07-30platform/x86: dell-wmi: Use existing defined KBD_LED_* magic valuesRhys Kidd1-7/+7
2019-07-30platform/x86: dell-wmi: Ignore keyboard backlight change KBD_LED_AUTO_TOKENRhys Kidd1-0/+1
2019-07-30platform/x86: dell-wmi: Ignore keyboard backlight change KBD_LED_ON_TOKENRhys Kidd1-0/+1
2019-07-30platform/x86: acer-wmi: Switch to acpi_dev_get_first_match_dev()Andy Shevchenko1-42/+7
2019-07-30platform/x86: wmi: Remove acpi_has_method() callKelsey Skunberg1-3/+1
2019-07-30platform/x86: ISST: Use dev_get_drvdataChuhong Yuan1-6/+2
2019-07-30ACPI: PM: Set up EC GPE for system wakeup from drivers that need itRafael J. Wysocki2-8/+32
2019-07-29platform/x86: thinkpad_acpi: Use kmemdup rather than duplicating its implemen...Fuqian Huang1-10/+7
2019-07-29platform/x86: asus-wmi: Use kmemdup rather than duplicating its implementationFuqian Huang1-2/+1
2019-07-29platform/x86: hp_accel: Add support for HP ZBook 17 G5Kai-Heng Feng1-0/+1
2019-07-29platform/x86: pcengines-apuv2: use KEY_RESTART for front buttonEnrico Weigelt1-1/+1
2019-07-29platform/chrome: cros_ec_ishtp: fix crash during suspendHyungwoo Yang1-2/+2
2019-07-28platform/x86: surfacepro3_button: Fix device checkMaximilian Luz1-0/+47
2019-07-25platform/x86: intel_pmc_core: Add ICL-NNPI support to PMC CoreRajneesh Bhardwaj1-0/+1
2019-07-25Platform: OLPC: add SPI MODULE_DEVICE_TABLELubomir Rintel1-0/+6
2019-07-25platform/x86: pcengines-apuv2: Fix softdep statementJean Delvare1-3/+1
2019-07-17platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake1-56/+62
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds3-6/+6
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-0/+1
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab3-4/+4
2019-07-15docs: admin-guide: add laptops documentationMauro Carvalho Chehab1-2/+2
2019-07-15docs: laptops: convert to ReSTMauro Carvalho Chehab1-2/+2
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds39-496/+3191
2019-07-12platform/x86: Fix PCENGINES_APU2 Kconfig warningYueHaibing1-1/+1
2019-07-12platform/x86: mlx-platform: Fix error handling in mlxplat_init()Wei Yongjun1-1/+1
2019-07-11Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds21-257/+2405
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-3/+0