aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/chrome
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-3/+2
2024-01-12Merge tag 'hid-for-linus-2024010801' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-59/+15
2024-01-09Merge tag 'tag-chrome-platform-for-v6.8' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 4-32/+64
2023-12-18platform/chrome/wilco_ec: Remove usage of the deprecated ida_simple_xx() APIGravatar Christophe JAILLET 2-5/+5
2023-12-15platform/chrome: cros_ec_vbc: Fix -Warray-bounds warningsGravatar Gustavo A. R. Silva 1-4/+8
2023-12-08tty: serdev: convert to u8 and size_tGravatar Jiri Slaby (SUSE) 1-3/+2
2023-12-06platform/chrome: cros_ec_ishtp: use helper functions for connectionGravatar Even Xu 1-59/+15
2023-11-21platform/chrome: cros_ec_debugfs: Fix permissions for panicinfoGravatar Avadhut Naik 1-1/+1
2023-11-13platform/chrome: sensorhub: Implement quickselect for median calculationGravatar Kuan-Wei Chiu 1-17/+45
2023-11-13platform/chrome: sensorhub: Fix typosGravatar Kuan-Wei Chiu 1-6/+6
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+28
2023-10-28platform/chrome: cros_ec_lpc: Separate host command and irq disableGravatar Lalith Rajendran 3-26/+116
2023-10-05platform/chrome: kunit: make EC protocol tests independentGravatar Tzung-Bi Shih 5-10/+7
2023-10-05platform/chrome: kunit: initialize lock for fake ec_devGravatar Tzung-Bi Shih 1-0/+1
2023-10-05platform/chrome: cros_ec: fix compilation warningGravatar Tzung-Bi Shih 1-0/+2
2023-10-04platform/chrome: cros_ec_proto: Mark outdata as constGravatar Stephen Boyd 1-1/+1
2023-10-04platform/chrome: cros_typec_vdm: Mark port_amode_ops constGravatar Stephen Boyd 2-2/+2
2023-10-04platform/chrome: cros_ec_typec: Use dev_err_probe() moreGravatar Stephen Boyd 1-4/+4
2023-10-04platform/chrome: cros_ec_typec: Use semi-colons instead of commasGravatar Stephen Boyd 1-5/+5
2023-10-02platform/chrome: cros_ec_typec: Add Displayport Alternatemode 2.1 SupportGravatar Utkarsh Patel 1-0/+28
2023-09-28platform/chrome/wilco_ec: telemetry: Convert to platform remove callback retu...Gravatar Uwe Kleine-König 1-4/+2
2023-09-28platform/chrome/wilco_ec: debugfs: Convert to platform remove callback return...Gravatar Uwe Kleine-König 1-4/+2
2023-09-28platform/chrome/wilco_ec: core: Convert to platform remove callback returning...Gravatar Uwe Kleine-König 1-3/+2
2023-09-28platform/chrome: cros_usbpd_notify: Convert to platform remove callback retur...Gravatar Uwe Kleine-König 1-8/+4
2023-09-28platform/chrome: cros_usbpd_logger: Convert to platform remove callback retur...Gravatar Uwe Kleine-König 1-4/+2
2023-09-28platform/chrome: cros_typec_switch: Convert to platform remove callback retur...Gravatar Uwe Kleine-König 1-3/+2
2023-09-28platform/chrome: cros_ec_vbc: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-09-28platform/chrome: cros_ec_sysfs: Convert to platform remove callback returning...Gravatar Uwe Kleine-König 1-4/+2
2023-09-28platform/chrome: cros_ec_lpc: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-09-28platform/chrome: cros_ec_lightbar: Convert to platform remove callback return...Gravatar Uwe Kleine-König 1-4/+2
2023-09-28platform/chrome: cros_ec_debugfs: Convert to platform remove callback returni...Gravatar Uwe Kleine-König 1-4/+2
2023-09-28platform/chrome: cros_ec_chardev: Convert to platform remove callback returni...Gravatar Uwe Kleine-König 1-4/+2
2023-09-25platform/chrome: wilco_ec: Annotate struct ec_event_queue with __counted_byGravatar Kees Cook 1-1/+1
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+27
2023-09-01Merge tag 'platform-drivers-x86-v6.6-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2023-08-26platform/chrome: cros_ec_typec: Configure Retimer cable typeGravatar Utkarsh Patel 1-1/+27
2023-08-10platform/chrome: chromeos_acpi: print hex string for ACPI_TYPE_BUFFERGravatar Tzung-Bi Shih 1-1/+30
2023-08-07platform/chrome: chromeos_acpi: support official HID GOOG0016Gravatar Tzung-Bi Shih 1-1/+1
2023-08-07platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeoutGravatar Rob Barnes 1-2/+2
2023-07-26platform: Explicitly include correct DT includesGravatar Rob Herring 1-0/+1
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2023-06-13platform/chrome: cros_ec_spi: Use %*ph for printing hexdump of a small bufferGravatar Andy Shevchenko 1-7/+1
2023-05-29usb: typec: mux: Remove alt mode parameters from the APIGravatar Heikki Krogerus 1-1/+1
2023-05-29platform/chrome: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 2-2/+2
2023-05-22platform/chrome: cros_ec_lpc: Move host command to prepare/completeGravatar Tim Van Patten 1-5/+7
2023-05-15platform/chrome: cros_ec: Report EC panic as ueventGravatar Rob Barnes 1-0/+3
2023-05-11platform/chrome: cros_typec_switch: Add Pin D supportGravatar Prashant Malani 1-3/+8
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+0
2023-04-24platform/chrome: wilco_ec: remove return value check of debugfs_create_dir()Gravatar Zhengkang Huang 1-2/+0
2023-04-24platform/chrome: cros_ec_debugfs: fix kernel-doc warningGravatar Tzung-Bi Shih 1-1/+1