summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-031-1/+1
|\
| * usb: typec: mux: Remove alt mode parameters from the APIHeikki Krogerus2023-05-291-1/+1
* | platform/chrome: cros_ec_spi: Use %*ph for printing hexdump of a small bufferAndy Shevchenko2023-06-131-7/+1
* | platform/chrome: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-292-2/+2
* | platform/chrome: cros_ec_lpc: Move host command to prepare/completeTim Van Patten2023-05-221-5/+7
* | platform/chrome: cros_ec: Report EC panic as ueventRob Barnes2023-05-151-0/+3
* | platform/chrome: cros_typec_switch: Add Pin D supportPrashant Malani2023-05-111-3/+8
|/
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-2/+0
|\
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-1/+1
| |\
| * | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-172-2/+0
* | | platform/chrome: wilco_ec: remove return value check of debugfs_create_dir()Zhengkang Huang2023-04-241-2/+0
* | | platform/chrome: cros_ec_debugfs: fix kernel-doc warningTzung-Bi Shih2023-04-241-1/+1
* | | platform/chrome: cros_ec: Separate logic for getting panic infoRob Barnes2023-04-241-9/+33
* | | platform/chrome: cros_typec_switch: Add missing fwnode_handle_put()Liang He2023-04-241-0/+1
* | | platform/chrome: cros_ec: remove unneeded label and if-conditionTzung-Bi Shih2023-04-241-6/+4
| |/ |/|
* | platform/chrome: cros_ec_chardev: fix kernel data leak from ioctlTzung-Bi Shih2023-03-241-1/+1
|/
* 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