summaryrefslogtreecommitdiffstats
path: root/drivers/platform (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | platform/chrome: cros_ec_proto: ignore unnecessary wakeups on old ECsBrian Norris2020-07-311-6/+18
| * | | platform/chrome: cros_ec_sensorhub: Simplify legacy timestamp spreadingGwendal Grignou2020-07-311-61/+33
| * | | platform/chrome: cros_ec_proto: Do not export cros_ec_cmd_xfer()Enric Balletbo i Serra2020-07-231-3/+2
| * | | platform/chrome: cros_ec_typec: Unregister partner on errorPrashant Malani2020-07-201-41/+42
| * | | platform/chrome: cros_ec_sensorhub: Fix EC timestamp overflowGwendal Grignou2020-06-301-3/+1
| * | | platform/chrome: cros_ec_typec: Add PM supportPrashant Malani2020-06-301-0/+24
| * | | platform/chrome: cros_ec_typec: Use workqueue for port updatePrashant Malani2020-06-301-4/+17
| * | | platform/chrome: cros_ec_typec: Add a dependency on USB_ROLE_SWITCHEnric Balletbo i Serra2020-06-301-0/+1
| * | | platform/chrome: cros_ec_ishtp: Fix a double-unlock issueQiushi Wu2020-06-301-1/+3
| * | | platform/chrome: cros_ec_rpmsg: Document missing struct parametersEnric Balletbo i Serra2020-06-301-0/+3
| * | | platform/chrome: cros_ec_spi: Document missing function parametersEnric Balletbo i Serra2020-06-301-0/+4
| * | | platform/chrome: cros_ec_typec: Add TBT compat supportPrashant Malani2020-06-251-1/+69
| * | | platform/chrome: cros_ec_typec: Make configure_mux staticPrashant Malani2020-06-221-3/+3
| * | | platform/chrome: cros_ec_typec: Support DP alt modePrashant Malani2020-06-191-10/+80
| * | | platform/chrome: cros_ec_typec: Add USB mux controlPrashant Malani2020-06-191-3/+97
| * | | platform/chrome: cros_ec_typec: Register PD CTRL cmd v2Prashant Malani2020-06-191-7/+9
| * | | platform/chrome: cros_ec_typec: Register Type C switchesPrashant Malani2020-06-191-0/+47
| * | | platform/chrome: cros_ec_debugfs: Control uptime information requestGwendal Grignou2020-06-191-2/+22
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-3/+10
|\ \ \ \
| * | | | mlxbf-tmfifo: sparse tags for config accessMichael S. Tsirkin2020-08-051-3/+10
| | |/ / | |/| |
* | | | Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-072-20/+19
|\ \ \ \
| * | | | thermal: Rename set_mode() to change_mode()Andrzej Pietrasiewicz2020-06-291-3/+3
| * | | | thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz2020-06-291-3/+0
| * | | | thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz2020-06-291-0/+6
| * | | | thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-291-7/+10
| * | | | thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-291-12/+0
| * | | | thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz2020-06-291-7/+8
| * | | | thermal: Store thermal mode in a dedicated enumAndrzej Pietrasiewicz2020-06-291-2/+6
| | |/ / | |/| |
* | | | Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-061-2/+1
|\ \ \ \
| * \ \ \ Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2020-07-205-3/+17
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge tag 'iio-for-5.9a-take2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-07-171-2/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | iio: core: pass parent device as parameter during allocationAlexandru Ardelean2020-06-141-2/+1
* | | | | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-8/+3
|\ \ \ \ \
| * | | | | sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-151-4/+3
| * | | | | sched,spi: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-5/+1
| |/ / / /
* | | | | Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-062-42/+26
|\ \ \ \ \
| * | | | | MIPS: Loongson: Fix boot warning about hwmon_device_register()Zhi Li2020-07-161-20/+2
| * | | | | MIPS: Loongson: Reduce possible loop times and add log in do_thermal_timer()Tiezhu Yang2020-07-161-7/+6
| * | | | | MIPS: Loongson: Cleanup cpu_hwmon.cTiezhu Yang2020-07-161-15/+18
| * | | | | MIPS: Loongson64: Make acpi_registers_setup() staticWei Yongjun2020-07-081-1/+1
| |/ / / /
* | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-2/+2
|\ \ \ \ \
| * | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
| |/ / / /
* | | | | Merge tag 'regulator-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2020-08-041-0/+5
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'regulator/for-5.9' into regulator-nextMark Brown2020-07-311-0/+5
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge series "Add support for voltage regulator on ChromeOS EC." from Pi-Hsun...Mark Brown2020-06-161-0/+5
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | platform/chrome: cros_ec: Add command for regulator control.Pi-Hsun Shih2020-06-151-0/+5
| | | |/ /
| * | | | platform/x86: asus-wmi: allow BAT1 battery nameVasiliy Kupriakov2020-07-151-0/+1
| * | | | platform/x86: ISST: Add new PCI device idsSrinivas Pandruvada2020-07-153-0/+5
| * | | | platform/x86: thinkpad_acpi: Revert "Use strndup_user() in dispatch_proc_writ...Andy Shevchenko2020-07-151-3/+11
| |/ / /
* | | | platform/x86: asus-nb-wmi: Drop duplicate DMI quirk structuresAndy Shevchenko2020-08-021-14/+9