summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tag-chrome-platform-for-v5.9' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-08-118-116/+459
|\
| * platform/chrome: cros_ec_proto: check for missing EC_CMD_HOST_EVENT_GET_WAKE_...Brian Norris2020-07-311-0/+13
| * 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 '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 series "Add support for voltage regulator on ChromeOS EC." from Pi-Hsun...Mark Brown2020-06-151-0/+5
|\ \ | |/ |/|
| * platform/chrome: cros_ec: Add command for regulator control.Pi-Hsun Shih2020-06-151-0/+5
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
|/
* Merge tag 'tag-chrome-platform-for-v5.8' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-06-047-31/+145
|\
| * platform/chrome: cros_usbpd_logger: Add __printf annotation to append_str()Enric Balletbo i Serra2020-05-041-0/+1
| * platform/chrome: cros_ec_i2c: Appease the kernel-doc deityEnric Balletbo i Serra2020-05-041-1/+1
| * Merge remote-tracking branch 'origin/chrome-platform-5.7-fixes' into for-kern...Enric Balletbo i Serra2020-04-292-61/+92
| |\
| * | platform/chrome: typec: Fix ret value check errorPrashant Malani2020-04-211-1/+1
| * | platform/chrome: cros_ec_typec: Register port partnerPrashant Malani2020-04-151-0/+48
| * | platform/chrome: cros_ec_typec: Add struct for port dataPrashant Malani2020-04-151-17/+31
| * | platform/chrome: cros_ec_typec: Use notifier for updatesPrashant Malani2020-04-152-0/+24
| * | Merge remote-tracking branch 'origin/chrome-platform-5.7-fixes' into for-kern...Benson Leung2020-04-131-4/+4
| |\ \
| * | | platform/chrome: cros_ec_ishtp: free ishtp buffer before sending eventJett Rink2020-04-131-3/+10
| * | | platform/chrome: cros_ec_ishtp: skip old cros_ec responsesJett Rink2020-04-131-9/+23
| * | | platform/chrome: wilco_ec: Provide correct output format to 'h1_gpio' fileBernardo Perez Priego2020-04-131-1/+6
| * | | platform/chrome: chromeos_pstore: set user space log sizeSarthak Kukreti2020-04-131-0/+1
* | | | Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | pstore/ram: Introduce max_reason and convert dump_oopsKees Cook2020-05-301-1/+1
| |/ /
* | / platform/chrome: cros_ec_sensorhub: Allocate sensorhub resource before claimi...Gwendal Grignou2020-04-292-61/+92
| |/ |/|
* | platform/chrome: cros_ec_sensorhub: Add missing '\n' in log messagesChristophe JAILLET2020-04-131-3/+3
* | platform/chrome: cros_ec_sensorhub: Off by one in cros_sensorhub_send_sample()Dan Carpenter2020-04-131-1/+1
|/
* platform/chrome: cros_ec_spi: Wait for USECS, not NSECSBenson Leung2020-04-071-1/+1
* platform/chrome: cros_ec_sensorhub: Add median filterGwendal Grignou2020-03-281-27/+533
* platform/chrome: cros_ec_sensorhub: Add code to spread timestmapGwendal Grignou2020-03-281-8/+109
* platform/chrome: cros_ec_sensorhub: Add FIFO supportGwendal Grignou2020-03-283-28/+521
* platform/chrome: cros_ec_sensorhub: Add the number of sensors in sensorhubGwendal Grignou2020-03-281-1/+3
* platform/chrome: chromeos_laptop: make I2C API conversion completeWolfram Sang2020-03-271-1/+1