summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-0/+28
|\
| * platform/chrome: cros_ec_typec: Add Displayport Alternatemode 2.1 SupportUtkarsh Patel2023-10-021-0/+28
* | platform/chrome: cros_ec_lpc: Separate host command and irq disableLalith Rajendran2023-10-283-26/+116
* | platform/chrome: kunit: make EC protocol tests independentTzung-Bi Shih2023-10-055-10/+7
* | platform/chrome: kunit: initialize lock for fake ec_devTzung-Bi Shih2023-10-051-0/+1
* | platform/chrome: cros_ec: fix compilation warningTzung-Bi Shih2023-10-051-0/+2
* | platform/chrome: cros_ec_proto: Mark outdata as constStephen Boyd2023-10-041-1/+1
* | platform/chrome: cros_typec_vdm: Mark port_amode_ops constStephen Boyd2023-10-042-2/+2
* | platform/chrome: cros_ec_typec: Use dev_err_probe() moreStephen Boyd2023-10-041-4/+4
* | platform/chrome: cros_ec_typec: Use semi-colons instead of commasStephen Boyd2023-10-041-5/+5
* | platform/chrome/wilco_ec: telemetry: Convert to platform remove callback retu...Uwe Kleine-König2023-09-281-4/+2
* | platform/chrome/wilco_ec: debugfs: Convert to platform remove callback return...Uwe Kleine-König2023-09-281-4/+2
* | platform/chrome/wilco_ec: core: Convert to platform remove callback returning...Uwe Kleine-König2023-09-281-3/+2
* | platform/chrome: cros_usbpd_notify: Convert to platform remove callback retur...Uwe Kleine-König2023-09-281-8/+4
* | platform/chrome: cros_usbpd_logger: Convert to platform remove callback retur...Uwe Kleine-König2023-09-281-4/+2
* | platform/chrome: cros_typec_switch: Convert to platform remove callback retur...Uwe Kleine-König2023-09-281-3/+2
* | platform/chrome: cros_ec_vbc: Convert to platform remove callback returning voidUwe Kleine-König2023-09-281-4/+2
* | platform/chrome: cros_ec_sysfs: Convert to platform remove callback returning...Uwe Kleine-König2023-09-281-4/+2
* | platform/chrome: cros_ec_lpc: Convert to platform remove callback returning voidUwe Kleine-König2023-09-281-4/+2
* | platform/chrome: cros_ec_lightbar: Convert to platform remove callback return...Uwe Kleine-König2023-09-281-4/+2
* | platform/chrome: cros_ec_debugfs: Convert to platform remove callback returni...Uwe Kleine-König2023-09-281-4/+2
* | platform/chrome: cros_ec_chardev: Convert to platform remove callback returni...Uwe Kleine-König2023-09-281-4/+2
* | platform/chrome: wilco_ec: Annotate struct ec_event_queue with __counted_byKees Cook2023-09-251-1/+1
|/
* Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-1/+27
|\
| * platform/chrome: cros_ec_typec: Configure Retimer cable typeUtkarsh Patel2023-08-261-1/+27
* | Merge tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-09-011-0/+1
|\ \
| * | platform: Explicitly include correct DT includesRob Herring2023-07-261-0/+1
| |/
* | platform/chrome: chromeos_acpi: print hex string for ACPI_TYPE_BUFFERTzung-Bi Shih2023-08-101-1/+30
* | platform/chrome: chromeos_acpi: support official HID GOOG0016Tzung-Bi Shih2023-08-071-1/+1
* | platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeoutRob Barnes2023-08-071-2/+2
|/
* 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