summaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorLines
2017-06-03platform/x86: fujitsu-laptop: use device-specific data in remaining module codeMichał Kępień-59/+64
2017-06-03platform/x86: fujitsu-laptop: use device-specific data in LED-related codeMichał Kępień-50/+52
2017-06-03platform/x86: fujitsu-laptop: explicitly pass ACPI device to call_fext_func()Michał Kępień-39/+42
2017-06-03platform/x86: fujitsu-laptop: track the last instantiated FUJ02E3 ACPI deviceMichał Kępień-0/+4
2017-06-03platform/x86: fujitsu-laptop: allocate fujitsu_laptop in acpi_fujitsu_laptop_...Michał Kępień-12/+8
2017-06-03platform/x86: fujitsu-laptop: use device-specific data in backlight codeMichał Kępień-37/+38
2017-06-03platform/x86: fujitsu-laptop: allocate fujitsu_bl in acpi_fujitsu_bl_add()Michał Kępień-11/+9
2017-06-03platform/x86: fujitsu-laptop: distinguish current uses of device-specific dataMichał Kępień-24/+24
2017-05-31platform/x86: intel_cht_int33fe: Set supplied-from property on max17047 devHans de Goede-0/+8
2017-05-26platform/x86: intel_pmc_ipc: Mark ipc_data_readb() as __maybe_unusedMatthias Kaehlcke-1/+1
2017-05-25goldfish_pipe: use GFP_ATOMIC under spin lockWei Yongjun-1/+1
2017-05-25goldfish_pipe: make pipe_dev staticColin Ian King-1/+1
2017-05-23platform/x86: ideapad-laptop: Squelch ACPI event 1Hao Wei Tee-1/+7
2017-05-23platform/x86: ideapad-laptop: hide unused 'touchpad_store'Arnd Bergmann-4/+4
2017-05-15platform/x86: topstar-laptop: Add new device idGuillaume Douézan-Grard-0/+1
2017-05-15platform/x86: peaq-wmi: Add new peaq-wmi driverHans de Goede-0/+108
2017-05-15platform/x86: thinkpad_acpi: Add a comment about 0 in module_param_call()Andy Shevchenko-0/+1
2017-05-15platform/x86: thinkpad_acpi: Join string literals backAndy Shevchenko-117/+65
2017-05-15platform/x86: silead_dmi: Add touchscreen info for GP-electronic T701Hans de Goede-0/+22
2017-05-15platform/x86: toshiba_acpi: use memdup_user_nulGeliang Tang-8/+3
2017-05-15platform/x86: ideapad-laptop: Switch touchpad attribute to be ROAndy Shevchenko-1/+2
2017-05-15platform/x86: ideapad-laptop: Add sysfs interface for touchpad stateRitesh Raj Sarraf-0/+33
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-353/+648
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-2/+3
2017-05-04Merge tag 'platform-drivers-x86-v4.12-1' of git://git.infradead.org/linux-pla...Linus Torvalds-1260/+1523
2017-05-03Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-1/+1
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1/+30
2017-05-01Merge tag 'leds_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds-0/+223
2017-04-28platform/x86: Make SILEAD_DMI depend on TOUCHSCREEN_SILEADDarren Hart (VMware)-1/+1
2017-04-28platform/x86: asus-wmi: try to set als by defaultOleksij Rempel-0/+26
2017-04-28platform/x86: asus-wmi: fix cpufv sysfs file permissionJérémy Lefaure-2/+2
2017-04-28platform/x86: acer-wmi: setup accelerometer when ACPI device was foundLee, Chun-Yi-5/+4
2017-04-28platform/x86: ideapad-laptop: Add IdeaPad V310-15ISK to no_hw_rfkillAndy Shevchenko-0/+7
2017-04-28platform/x86: intel_pmc_ipc: use gcr mem base for S0ix counter readKuppuswamy Sathyanarayanan-7/+3
2017-04-28platform/x86: intel_pmc_ipc: Fix iTCO_wdt GCS memory mapping failureKuppuswamy Sathyanarayanan-12/+17
2017-04-28platform/x86: intel_pmc_ipc: Add pmc gcr read/write/update api'sKuppuswamy Sathyanarayanan-0/+115
2017-04-28platform/x86: intel_pmc_ipc: fix gcr offsetKuppuswamy Sathyanarayanan-1/+1
2017-04-28platform/x86: dell-laptop: Add keyboard backlight timeout AC settingsPali Rohár-6/+53
2017-04-28platform/x86: dell-laptop: Handle return error form dell_get_intensity.Arvind Yadav-0/+6
2017-04-28platform/x86: hp-wireless: reuse module_acpi_driverAndy Shevchenko-18/+1
2017-04-27mfd: intel_soc_pmic: Fix a mess with compilation unitsAndy Shevchenko-1/+1
2017-04-26goldfish_pipe: fix build warning about using too much stack.Greg Kroah-Hartman-3/+3
2017-04-26goldfish_pipe: An implementation of more parallel pipeJin Qian-329/+641
2017-04-25platform/x86: intel-vbtn: add volume up and downMaarten Maathuis-0/+4
2017-04-21platform/x86: INT33FE: add i2c dependencyTobias Regnery-1/+1
2017-04-20platform/x86: hp-wmi: Cleanup exit pathsDarren Hart (VMware)-30/+33
2017-04-20platform/x86: hp-wmi: Do not shadow errors in sysfs show functionsDarren Hart (VMware)-6/+6
2017-04-20platform/x86: hp-wmi: Use DEVICE_ATTR_(RO|RW) helper macrosDarren Hart (VMware)-18/+18
2017-04-20platform/x86: hp-wmi: Refactor dock and tablet state fetchersDarren Hart (VMware)-19/+14
2017-04-20platform/x86: hp-wmi: Cleanup wireless get_(hw|sw)state functionsDarren Hart (VMware)-16/+8