summaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2019-06-22platform/x86: intel_pmc_ipc: adding error handlingJunxiao Chang1-1/+5
2019-06-22platform/chrome: cros_ec_proto: check for NULL transfer functionEnrico Granata1-0/+11
2019-05-16platform/x86: sony-laptop: Fix unintentional fall-throughGustavo A. R. Silva1-3/+5
2019-03-14platform/x86: Fix unmet dependency warning for SAMSUNG_Q10Sinan Kaya1-0/+1
2019-02-06platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan codesJoão Paulo Rechi Vita1-2/+0
2019-02-06platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCKJoão Paulo Rechi Vita1-0/+1
2019-01-26platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkeyJoão Paulo Rechi Vita1-1/+2
2018-11-27platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307Paul Gortmaker1-0/+1
2018-11-27platform/x86: intel_telemetry: report debugfs failureRajneesh Bhardwaj1-2/+6
2018-11-10platform/x86: acer-wmi: setup accelerometer when ACPI device was foundLee, Chun-Yi1-5/+4
2018-09-29platform/x86: alienware-wmi: Correct a memory leakMario Limonciello1-0/+1
2018-09-26platform/x86: toshiba_acpi: Fix defined but not used build warningsRandy Dunlap1-1/+2
2018-09-15platform/x86: asus-nb-wmi: Add keymap entry for lid flip action on UX360Aleh Filipovich1-0/+1
2018-09-15platform/x86: intel_punit_ipc: fix build errorsRandy Dunlap1-0/+1
2018-06-26platform/x86: asus-wmi: Fix NULL pointer dereferenceJoão Paulo Rechi Vita1-10/+13
2018-06-06platform/chrome: cros_ec_lpc: remove redundant pointer requestColin Ian King1-3/+0
2018-05-09platform/x86: asus-wireless: Fix NULL pointer dereferenceJoão Paulo Rechi Vita1-1/+3
2018-03-24platform/chrome: Use proper protocol transfer functionShawn Nematbakhsh1-3/+5
2018-03-24cros_ec: fix nul-termination for firmware build infoArnd Bergmann1-1/+1
2018-03-24platform/x86: asus-wmi: try to set als by defaultOleksij Rempel3-0/+26
2018-03-24platform/x86: intel-vbtn: add volume up and downMaarten Maathuis1-0/+4
2018-03-24platform/x86: asus-nb-wmi: Add wapf4 quirk for the X302UASanteri Toivonen1-0/+9
2018-02-25platform/x86: intel_mid_thermal: Fix suspend handlers unused warningBorislav Petkov1-0/+2
2018-02-25platform/x86: dell-laptop: Fix keyboard max lighting for Dell Latitude E6410Pali Rohár1-0/+17
2018-01-17platform/x86: wmi: Call acpi_wmi_init() laterRafael J. Wysocki1-1/+1
2017-12-25platform/x86: asus-wireless: send an EV_SYN/SYN_REPORT between state changesPeter Hutterer1-0/+1
2017-12-20platform/x86: hp_accel: Add quirk for HP ProBook 440 G4Osama Khan1-0/+1
2017-12-20platform/x86: intel_punit_ipc: Fix resource ioremap warningKuppuswamy Sathyanarayanan1-4/+4
2017-11-15platform/x86: hp-wmi: Do not shadow error valuesCarlo Caione1-10/+10
2017-11-15platform/x86: hp-wmi: Fix error value for hp_wmi_tablet_stateCarlo Caione1-1/+1
2017-11-15platform/x86: hp-wmi: Fix detection for dock and tablet modeCarlo Caione1-13/+27
2017-11-08platform/x86: intel_mid_thermal: Fix module autoloadJavier Martinez Canillas1-0/+1
2017-07-05platform/x86: ideapad-laptop: handle ACPI event 1Zach Ploskey1-0/+1
2017-04-21platform/x86: acer-wmi: setup accelerometer when machine has appropriate noti...Lee, Chun-Yi1-4/+18
2017-04-12platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDTJoão Paulo Rechi Vita1-4/+19
2017-04-12platform/x86: asus-wmi: Set specified XUSB2PR value for X550LBKai-Chuan Hsieh3-0/+43
2017-04-12platform/x86: acer-wmi: Only supports AMW0_GUID1 on acer familyLee, Chun-Yi1-0/+56
2017-02-26goldfish: Sanitize the broken interrupt handlerThomas Gleixner1-5/+8
2017-02-01platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOTAndy Shevchenko1-1/+1
2017-01-12platform/x86: fujitsu-laptop: use brightness_set_blocking for LED-setting cal...Micha? K?pie?1-21/+21
2017-01-09platform/x86: asus-nb-wmi.c: Add X45U quirkMarcos Paulo de Souza1-0/+9
2016-11-12Merge tag 'acpi-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-2/+2
2016-11-12Merge branch 'device-properties'Rafael J. Wysocki2-2/+2
2016-11-10ACPI / platform: Add support for build-in propertiesHeikki Krogerus2-2/+2
2016-10-19toshiba-wmi: Fix loading the driver on non Toshiba laptopsAzael Avalos1-7/+19
2016-10-19ideapad-laptop: Add another DMI entry for Yoga 900Mika Westerberg1-0/+7
2016-10-19Merge tag 'platform-drivers-x86-v4.9-2' of git://git.infradead.org/users/dvha...Linus Torvalds2-0/+8
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-1/+2
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2016-10-14Merge tag 'platform-drivers-x86-v4.9-1' of git://git.infradead.org/users/dvha...Linus Torvalds9-230/+300