summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * | | platform/x86: dell-laptop: disable kbd backlight on Inspiron 10xxPacien TRAN-GIRARD2019-10-151-0/+26
| * | | platform/x86: huawei-wmi: Add debugfs supportAyman Bagabas2019-10-151-0/+97
| * | | platform/x86: huawei-wmi: Add fn-lock supportAyman Bagabas2019-10-151-0/+85
| * | | platform/x86: huawei-wmi: Add battery charging thresholdsAyman Bagabas2019-10-152-0/+213
| * | | platform/x86: huawei-wmi: Implement huawei wmi managementAyman Bagabas2019-10-151-37/+180
| * | | platform/x86: huawei-wmi: Add quirks and module parametersAyman Bagabas2019-10-151-0/+73
| * | | platform/x86: huawei-wmi: Move to platform driverAyman Bagabas2019-10-152-77/+156
| |/ /
* | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\ \ \
| * | | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
| |/ /
* | | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-271-2/+1
|\ \ \
| * \ \ Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman2019-10-273-14/+2
| |\ \ \ | | | |/ | | |/|
| * | | platform: goldfish: Allow goldfish drivers for archs with IOMEM and DMAAnup Patel2019-10-101-2/+1
| | |/ | |/|
* | | Merge tag 'sound-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-11-261-1/+4
|\ \ \
| * \ \ Merge branch 'asoc-5.5' into asoc-nextMark Brown2019-11-221-1/+4
| |\ \ \ | | |_|/ | |/| |
| | * | ASoC: cros_ec_codec: support WoVTzung-Bi Shih2019-10-211-0/+1
| | * | platform/chrome: cros_ec: add common commands for EC codecTzung-Bi Shih2019-10-181-0/+1
| | * | ASoC: cros_ec_codec: extract DMIC EC command from I2S RXTzung-Bi Shih2019-10-181-0/+1
| | * | ASoC: cros_ec_codec: refactor I2S RXTzung-Bi Shih2019-10-181-1/+1
| | |/
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-253-7/+7
|\ \ \
| * | | platform/x86: intel_oaktrail: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-5/+5
| * | | platform/x86: asus-laptop: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
| * | | platform/x86: eeepc-laptop: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
* | | | Merge tag 'mips_5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-11-252-3/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | MIPS: Loongson: Fix return value of loongson_hwmon_initTiezhu Yang2019-11-041-1/+1
| * | | MIPS: Loongson64: Move files to the top-level directoryJiaxun Yang2019-11-011-2/+2
| * | | MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen2019-10-071-0/+15
| | |/ | |/|
* | | platform/x86: i2c-multi-instantiate: Fail the probe if no IRQ providedAndy Shevchenko2019-10-141-0/+1
* | | platform/x86: intel_punit_ipc: Avoid error message when retrieving IRQAndy Shevchenko2019-10-101-2/+1
* | | platform/x86: classmate-laptop: remove unused variableyu kuai2019-10-101-12/+0
|/ /
* | Merge tag 'platform-drivers-x86-v5.4-2' of git://git.infradead.org/linux-plat...Linus Torvalds2019-09-243-1/+9
|\ \
| * | platform/x86: i2c-multi-instantiate: Derive the device name from parentHeikki Krogerus2019-09-201-1/+1
| * | platform/x86: pmc_atom: Add Siemens SIMATIC IPC277E to critclk_systems DMI tableSrikanth Krishnakar2019-09-201-0/+7
| * | platform/x86: asus-wmi: Make it depend on ACPI battery APIAndy Shevchenko2019-09-151-0/+1
* | | Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-1920-66/+894
|\ \ \
| * | | platform/chrome: cros_usbpd_logger: null check create_singlethread_workqueueNavid Emamdoost2019-09-121-0/+3
| * | | platform/chrome: cros_ec_chardev: Add a poll handler to receive MKBP eventsEnric Balletbo i Serra2019-09-121-5/+172
| * | | platform/chrome: cros_ec_rpmsg: Fix race with host command when probe failedPi-Hsun Shih2019-09-121-5/+28
| * | | platform/chrome: chromeos_tbmc: Report wake eventsRavi Chandra Sadineni2019-09-121-0/+2
| * | | Merge tag 'tag-chrome-platform-fixes-for-v5.3-rc6' into for-nextBenson Leung2019-09-071-2/+2
| |\ \ \
| * \ \ \ Merge tag 'ib-mfd-extcon-hid-i2c-iio-input-media-chrome-power-pwm-rtc-sound-v...Enric Balletbo i Serra2019-09-0217-34/+629
| |\ \ \ \
| | * | | | mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-0215-22/+31
| | * | | | mfd / platform: cros_ec: Rename config to a better nameEnric Balletbo i Serra2019-09-021-11/+21
| | * | | | mfd / platform: cros_ec: Miscellaneous character device to talk with the ECEnric Balletbo i Serra2019-09-023-0/+263
| | * | | | mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra2019-09-023-4/+298
| | * | | | mfd / platform: cros_ec: Handle chained ECs as platform devicesEnric Balletbo i Serra2019-09-024-1/+20
| * | | | | platform/chrome: cros_ec_rpmsg: Add host command AP sleep state supportYilun Lin2019-08-271-0/+20
| * | | | | platform/chrome: chromeos_laptop: drop checks of NULL-safe functionsWolfram Sang2019-08-261-7/+3
| * | | | | platform/chrome: wilco_ec: Add batt_ppid_info command to telemetry driverNick Crews2019-08-221-21/+43
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-09-191-0/+47
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v5.3-rc4' into nextDmitry Torokhov2019-08-1164-814/+5863
| |\ \ \ \ \