summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: pcengines-apuv2: use KEY_RESTART for front buttonEnrico Weigelt2019-07-291-1/+1
* platform/x86: intel_pmc_core: Add ICL-NNPI support to PMC CoreRajneesh Bhardwaj2019-07-251-0/+1
* Platform: OLPC: add SPI MODULE_DEVICE_TABLELubomir Rintel2019-07-251-0/+6
* platform/x86: pcengines-apuv2: Fix softdep statementJean Delvare2019-07-251-3/+1
* platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake2019-07-171-56/+62
* Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-163-6/+6
|\
| * docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-153-4/+4
| * docs: admin-guide: add laptops documentationMauro Carvalho Chehab2019-07-151-2/+2
| * docs: laptops: convert to ReSTMauro Carvalho Chehab2019-07-151-2/+2
* | Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-151-0/+1
|\ \ | |/ |/|
| * i2c: i801: Register optional lis3lv02d I2C device on Dell machinesPali Rohár2019-06-081-0/+1
* | Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-1439-496/+3191
|\ \
| * | platform/x86: Fix PCENGINES_APU2 Kconfig warningYueHaibing2019-07-121-1/+1
| * | platform/x86: mlx-platform: Fix error handling in mlxplat_init()Wei Yongjun2019-07-121-1/+1
| * | platform/x86: intel_pmc_core: Attach using APCI HID "INT33A1"Rajat Jain2019-07-083-33/+71
| * | platform/x86: intel_pmc_core: transform Pkg C-state residency from TSC ticks ...Harry Pan2019-07-031-1/+4
| * | platform/x86: asus-wmi: Use dev_get_drvdata()Fuqian Huang2019-07-031-2/+1
| * | platform/x86: mlx-platform: Add more reset cause attributesVadim Pasternak2019-07-031-0/+36
| * | platform/x86: mlx-platform: Modify DMI matching orderVadim Pasternak2019-07-031-36/+36
| * | platform/x86: mlx-platform: Add regmap structure for the next generation systemsVadim Pasternak2019-07-031-0/+20
| * | platform/x86: mlx-platform: Change API for i2c-mlxcpld driver activationVadim Pasternak2019-07-031-3/+27
| * | platform/x86: mlx-platform: Move regmap initialization before all drivers act...Vadim Pasternak2019-07-031-25/+33
| * | platform/x86: ISST: Restore state on resumeSrinivas Pandruvada2019-07-025-1/+258
| * | platform/x86: ISST: Add Intel Speed Select PUNIT MSR interfaceSrinivas Pandruvada2019-07-021-0/+59
| * | platform/x86: ISST: Add Intel Speed Select mailbox interface via MSRsSrinivas Pandruvada2019-07-022-0/+181
| * | platform/x86: ISST: Add Intel Speed Select mailbox interface via PCISrinivas Pandruvada2019-07-024-0/+288
| * | platform/x86: ISST: Add Intel Speed Select mmio interfaceSrinivas Pandruvada2019-07-024-0/+140
| * | platform/x86: ISST: Add IOCTL to Translate Linux logical CPU to PUNIT CPU numberSrinivas Pandruvada2019-07-021-0/+74
| * | platform/x86: ISST: Store per CPU informationSrinivas Pandruvada2019-07-022-1/+114
| * | platform/x86: ISST: Add common API to register and handle ioctlsSrinivas Pandruvada2019-07-026-0/+269
| * | platform/x86: intel_int0002_vgpio: Get rid of custom ICPU() macroAndy Shevchenko2019-06-291-15/+7
| * | platform/x86: pmc_atom: Add CB4063 Beckhoff Automation board to critclk_syste...Steffen Dirkwinkel2019-06-291-0/+8
| * | platform/x86: acer-wmi: Mark expected switch fall-throughsGustavo A. R. Silva2019-06-291-0/+4
| * | platform/x86: touchscreen_dmi: Update Hi10 Air filterChristian Oder2019-06-291-1/+2
| * | platform/x86: wmi: add Xiaomi WMI key driverMattias Jacobsson2019-06-293-0/+103
| * | platform/x86: wmi: add context argument to the probe functionMattias Jacobsson2019-06-177-7/+10
| * | platform/x86: wmi: add context pointer field to struct wmi_device_idMattias Jacobsson2019-06-171-0/+22
| * | platform/x86: asus-wmi: Do not disable keyboard backlight on unloadingYurii Pavlovskyi2019-06-171-0/+4
| * | platform/x86: asus-wmi: Switch fan boost modeYurii Pavlovskyi2019-06-171-8/+143
| * | platform/x86: asus-wmi: Enhance detection of thermal dataYurii Pavlovskyi2019-06-171-2/+5
| * | platform/x86: asus-wmi: Organize code into sectionsYurii Pavlovskyi2019-06-171-42/+47
| * | platform/x86: asus-wmi: Refactor error handlingYurii Pavlovskyi2019-06-171-5/+1
| * | platform/x86: asus-nb-wmi: Add microphone mute key codeYurii Pavlovskyi2019-06-171-1/+2
| * | platform/x86: asus-wmi: Support WMI event queueYurii Pavlovskyi2019-06-171-5/+68
| * | platform/x86: asus-wmi: Refactor WMI event handlingYurii Pavlovskyi2019-06-171-24/+42
| * | platform/x86: asus-wmi: Improve DSTS WMI method ID detectionYurii Pavlovskyi2019-06-171-3/+20
| * | platform/x86: wmi: Add function to get _UID of WMI deviceYurii Pavlovskyi2019-06-171-0/+19
| * | platform/x86: asus-wmi: Increase input buffer size of WMI methodsYurii Pavlovskyi2019-06-171-1/+9
| * | platform/x86: asus-wmi: Fix preserving keyboard backlight intensity on loadYurii Pavlovskyi2019-06-171-2/+1
| * | platform/x86: asus-wmi: Fix hwmon device cleanupYurii Pavlovskyi2019-06-171-3/+4