aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-12/+6
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-5/+5
2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds9-648/+15
2018-01-18Merge branches 'acpi-pm' and 'pm-sleep'Rafael J. Wysocki1-1/+3
2018-01-11platform/x86: surfacepro3: Support for wakeup from suspend-to-idleRafael J. Wysocki1-1/+3
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-12/+6
2018-01-08platform/x86: wmi: Call acpi_wmi_init() laterRafael J. Wysocki1-1/+1
2017-12-15cros_ec: Move cros_ec_dev module to drivers/mfdThierry Escande8-650/+0
2017-12-15cros_ec: Split cros_ec_devs moduleThierry Escande7-6/+23
2017-12-11platform/x86: dell-wmi: check for kmalloc() errorsDan Carpenter1-0/+2
2017-12-11platform/x86: asus-wireless: send an EV_SYN/SYN_REPORT between state changesPeter Hutterer1-0/+1
2017-12-11platform/x86: dell-laptop: Fix keyboard max lighting for Dell Latitude E6410Pali Rohár1-0/+17
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro3-5/+5
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-11-23Merge tag 'platform-drivers-x86-v4.15-2' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds4-3/+41
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-11-21platform/x86: dell-laptop: fix error return code in dell_init()weiyongjun (A)1-1/+3
2017-11-20platform/x86: dell-smbios-wmi: Disable userspace interface if missing hotfixMario Limonciello3-2/+38
2017-11-18clean up x86 platform driver default valuesLinus Torvalds1-11/+0
2017-11-18Merge tag 'platform-drivers-x86-v4.15-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds32-542/+2168
2017-11-18platform/x86: silead_dmi: Add silead, home-button property to some tabletsHans de Goede1-0/+4
2017-11-16platform/x86: dell-laptop: Allocate buffer before rfkill useMario Limonciello1-4/+5
2017-11-16platform/x86: dell-*wmi*: Relay failed initial probe to dependent driversMario Limonciello4-5/+30
2017-11-16platform/x86: dell-wmi-descriptor: check if memory was allocatedMario Limonciello1-0/+5
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+3
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+0
2017-11-13platform/x86: Revert intel_pmc_ipc: Use MFD framework to create dependent devicesAndy Shevchenko1-139/+259
2017-11-08platform/x86: dell-smbios-wmi: release mutex lock on WMI call failureMario Limonciello1-2/+5
2017-11-08platform/x86: wmi: release mutex on module acquistion failureMario Limonciello1-2/+4
2017-11-08platform/x86: dell-smbios: fix string overflowArnd Bergmann1-8/+4
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding1-2/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-11-05platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devicesKuppuswamy Sathyanarayanan1-259/+139
2017-11-05platform/x86: intel_punit_ipc: Fix resource ioremap warningKuppuswamy Sathyanarayanan1-4/+4
2017-11-05platform/x86: dell-smo8800: remove redundant assignments to byte_dataColin Ian King1-2/+1
2017-11-05platform/x86: hp-wmi: Fix tablet mode detection for convertiblesStefan Brüns1-1/+1
2017-11-05platform/x86: intel_ips: Convert timers to use timer_setup()Kees Cook1-8/+7
2017-11-05platform/x86: sony-laptop: Drop variable assignment in sony_nc_setup_rfkill()Markus Elfring1-1/+1
2017-11-05platform/x86: sony-laptop: Fix error handling in sony_nc_setup_rfkill()Markus Elfring1-6/+8
2017-11-03platform/x86: dell-smbios-wmi: introduce userspace interfaceMario Limonciello2-41/+45
2017-11-03platform/x86: wmi: create userspace interface for driversMario Limonciello1-2/+187
2017-11-03platform/x86: dell-smbios: Add filtering supportMario Limonciello2-0/+203
2017-11-03platform/x86: dell-smbios-smm: test for WSMTMario Limonciello2-0/+35
2017-11-03platform/x86: dell-smbios-wmi: Add new WMI dispatcher driverMario Limonciello3-0/+251
2017-11-03platform/x86: dell-smbios: Introduce dispatcher for SMM callsMario Limonciello7-248/+392
2017-11-03platform/x86: dell-smbios: Add a sysfs interface for SMBIOS tokensMario Limonciello1-1/+212
2017-11-03platform/x86: dell-smbios: only run if proper oem string is detectedMario Limonciello1-0/+7
2017-11-03platform/x86: wmi: Don't allow drivers to get each other's GUIDsMario Limonciello1-17/+0