summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome
Commit message (Expand)AuthorAgeFilesLines
* platform/chrome: cros_ec_typec: Fix spelling mistakeColin Ian King2023-02-081-1/+1
* platform/chrome: cros_typec_vdm: Add Attention supportPrashant Malani2023-01-313-0/+49
* platform/chrome: cros_typec_vdm: Fix VDO copyPrashant Malani2023-01-241-1/+3
* platform/chrome: cros_ec_typec: allow deferred probe of switch handlesVictor Ding2023-01-241-8/+16
* platform/chrome: cros_ec_proto: remove big stub objects from stackTzung-Bi Shih2023-01-181-5/+5
* platform/chrome: cros_ec_uart: fix negative type promoted to highTzung-Bi Shih2023-01-181-2/+3
* platform/chrome: cros_ec: Use per-device lockdep keyChen-Yu Tsai2023-01-131-3/+11
* platform/chrome: fix kernel-doc warnings for panic notifierTzung-Bi Shih2023-01-131-0/+2
* platform/chrome: cros_ec_lpc: initialize the buf variableTom Rix2023-01-111-1/+1
* platform/chrome: cros_ec: Fix panic notifier registrationMarek Szyprowski2023-01-111-0/+1
* platform/chrome: cros_typec_switch: Check for retimer flagPrashant Malani2023-01-101-6/+8
* platform/chrome: cros_typec_switch: Use fwnode* prop checkPrashant Malani2023-01-101-1/+1
* platform/chrome: cros_typec_vdm: Add VDM send supportPrashant Malani2023-01-091-0/+24
* platform/chrome: cros_typec_vdm: Add VDM reply supportPrashant Malani2023-01-093-0/+48
* platform/chrome: cros_ec_typec: Add initial VDM supportPrashant Malani2023-01-094-1/+57
* platform/chrome: cros_ec_typec: Alter module name with hyphensPrashant Malani2023-01-092-2/+3
* platform/chrome: cros_ec_typec: Move structs to headerPrashant Malani2023-01-092-76/+87
* platform/chrome: cros_ec_typec: Update port DP VDOPrashant Malani2023-01-091-1/+1
* platform/chrome: cros_ec_typec: Set port alt mode drvdataPrashant Malani2023-01-091-0/+2
* platform/chrome: cros_ec_typec: Stash port driver infoPrashant Malani2023-01-091-0/+5
* platform/chrome: cros_ec: Shutdown on EC PanicRob Barnes2023-01-061-0/+3
* platform/chrome: cros_ec: Poll EC log on EC panicRob Barnes2023-01-062-0/+30
* platform/chrome: cros_ec_proto: Use asm instead of asm-genericAndy Shevchenko2023-01-051-1/+2
* platform/chrome: cros_ec_uart: fix race conditionRobert Zieba2023-01-051-1/+2
* platform/chrome: cros_ec_uart: Add DT enumeration supportBhanu Prakash Maiya2023-01-051-0/+8
* platform/chrome: cros_ec_uart: Add transport layerBhanu Prakash Maiya2022-12-283-0/+363
* platform/chrome: use sysfs_emit_at() instead of scnprintf()Tzung-Bi Shih2022-12-261-22/+14
* platform/chrome: use sysfs_emit() instead of scnprintf()ye xingchen2022-12-263-12/+9
* Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-161-1/+1
|\
| * platform/chrome: cros_ec_typec: Set parent of partner PD objectPrashant Malani2022-11-291-1/+1
* | Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-12-122-5/+2
|\ \
| * | ACPI: make remove callback of ACPI driver voidDawei Li2022-11-232-5/+2
| |/
* | platform/chrome: cros_ec_typec: zero out stale pointersVictor Ding2022-12-081-0/+3
* | platform/chrome: cros_usbpd_notify: Fix error handling in cros_usbpd_notify_i...Yuan Can2022-11-251-1/+5
* | platform/chrome: cros_ec: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-191-3/+2
* | platform/chrome: cros_ec_lpc: Force synchronous probeBrian Norris2022-11-141-1/+6
* | platform/chrome: cros_ec_spi: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
* | platform/chrome: cros_ec_lightbar: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
* | platform/chrome: cros_ec_debugfs: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
* | platform/chrome: cros_ec_lpc: Mark PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
* | platform/chrome: cros_ec_lpc: Move mec_init to device probeBrian Norris2022-11-021-3/+3
* | platform/chrome: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-021-1/+2
* | platform/chrome: cros_ec_lpc_mec: remove cros_ec_lpc_mec_destroy()Tzung-Bi Shih2022-11-014-21/+0
* | platform/chrome: cros_hps_i2c: make remove callback return voidDan Callaghan2022-10-191-3/+1
* | platform/chrome: add a driver for HPSDan Callaghan2022-10-183-0/+173
|/
* Merge tag 'tag-chrome-platform-for-v6.1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-10-059-22/+494
|\
| * platform/chrome: cros_ec: Notify the PM of wake events during resumeJameson Thies2022-09-191-1/+7
| * platform/chrome: cros_ec_typec: Register partner PDOsPrashant Malani2022-09-071-0/+55
| * platform/chrome: cros_typec_switch: Inline DRV_NAMEStephen Boyd2022-09-011-3/+1
| * platform/chrome: cros_typec_switch: Use PTR_ERR_OR_ZERO() to simplifyStephen Boyd2022-09-011-6/+2