summaryrefslogtreecommitdiffstats
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-17platform/x86: wmi: Add function to get _UID of WMI deviceYurii Pavlovskyi2-0/+20
2019-06-17platform/x86: asus-wmi: Increase input buffer size of WMI methodsYurii Pavlovskyi1-1/+9
2019-06-17platform/x86: asus-wmi: Fix preserving keyboard backlight intensity on loadYurii Pavlovskyi1-2/+1
2019-06-17platform/x86: asus-wmi: Fix hwmon device cleanupYurii Pavlovskyi1-3/+4
2019-06-17platform/x86: intel_telemetry: no need to check return value of debugfs_creat...Greg Kroah-Hartman1-62/+16
2019-06-17platform/x86: intel_pmc: no need to check return value of debugfs_create func...Greg Kroah-Hartman1-15/+3
2019-06-17platform/x86: pmc_atom: no need to check return value of debugfs_create funct...Greg Kroah-Hartman1-33/+10
2019-06-17platform/x86: samsung-laptop: no need to check return value of debugfs_create...Greg Kroah-Hartman1-66/+23
2019-06-17platform/x86: ideapad-laptop: no need to check return value of debugfs_create...Greg Kroah-Hartman1-29/+7
2019-06-17platform/x86: dell-laptop: no need to check return value of debugfs_create fu...Greg Kroah-Hartman1-3/+2
2019-06-17platform/x86: asus-wmi: no need to check return value of debugfs_create funct...Greg Kroah-Hartman1-36/+11
2019-06-17platform/x86: acer-wmi: no need to check return value of debugfs_create funct...Greg Kroah-Hartman1-24/+5
2019-06-12platform/x86: hp_accel: Add support for HP ProBook 450 G0Colin Sindle1-0/+1
2019-06-12platform/x86: pcengines-apuv2: Make two symbols staticYueHaibing1-2/+2
2019-06-12platform/x86: intel_menlow: avoid null pointer deference errorYoung Xiao1-2/+6
2019-06-12platform/x86: Remove left-over BACKLIGHT_LCD_SUPPORTKrzysztof Kozlowski1-2/+0
2019-06-12platform/x86: touchscreen_dmi: Add info for the CHUWI Hi10 Plus tablet.Daniel Smith1-0/+25
2019-06-12platform/mellanox: mlxreg-hotplug: Add devm_free_irq call to remove flowVadim Pasternak1-0/+1
2019-06-12platform/x86: mlx-platform: Fix parent device in i2c-mux-reg device registrationVadim Pasternak1-1/+1
2019-06-12platform/x86: intel-vbtn: Report switch events when event wakes deviceMathew King1-2/+14
2019-06-12platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from ...Hans de Goede3-1/+10
2019-06-12Platform: OLPC: Add a config menu category for XO 1.75Lubomir Rintel1-1/+13
2019-06-12Platform: OLPC: Require CONFIG_POWER_SUPPLY for XO-1.75 ECLubomir Rintel1-0/+1
2019-06-12Platform: OLPC: Fix olpc_xo175_ec_cmd() return valueLubomir Rintel1-0/+1
2019-06-11Platform: OLPC: Make olpc_dt_compatible_match() static __initLubomir Rintel1-1/+1
2019-06-11Platform: OLPC: Add INPUT dependenciesYueHaibing1-0/+1
2019-06-11Platform: OLPC: Fix build error without CONFIG_SPIYueHaibing1-1/+1
2019-05-20power: supply: olpc_battery: Allow building the driver on non-x86Lubomir Rintel1-1/+1
2019-05-20Platform: OLPC: Add a regulator for the DCONLubomir Rintel2-0/+68
2019-05-20Platform: OLPC: Add XO-1.75 EC driverLubomir Rintel7-4/+774
2019-05-20Platform: OLPC: Use BIT() and GENMASK() for event masksLubomir Rintel1-11/+12
2019-05-20Platform: OLPC: Avoid a warning if the EC didn't register yetLubomir Rintel1-2/+5
2019-05-20Platform: OLPC: Move EC-specific functionality out from x86Lubomir Rintel5-137/+145
2019-05-20Platform: OLPC: Remove an unused includeLubomir Rintel1-1/+0