summaryrefslogtreecommitdiff
path: root/drivers/platform/chrome
AgeCommit message (Expand)AuthorFilesLines
2025-11-14platform/chrome: sensorhub: Support devices without FIFO_INT_ENABLEDiogo Ivo1-0/+11
2025-11-10platform/chrome: cros_ec_ishtp: Fix UAF after unbinding driverTzung-Bi Shih1-0/+1
2025-10-31platform/chrome: cros_ec_lightbar: Check if ec supports suspend commandsBrady Norander1-4/+12
2025-10-13platform/chrome: cros_usbpd_notify: defer probe when parent EC driver isn't r...Jameson Thies1-2/+15
2025-09-14platform/chrome: cros_ec: Add a flag to track registration stateTzung-Bi Shih2-0/+22
2025-09-14platform/chrome: cros_ec: Separate initialization from cros_ec_register()Tzung-Bi Shih1-27/+30
2025-09-14platform/chrome: Centralize common cros_ec_device initializationTzung-Bi Shih7-26/+9
2025-09-14platform/chrome: Centralize cros_ec_device allocationTzung-Bi Shih8-7/+22
2025-08-13platform/chrome: wilco_ec: Remove redundant semicolonsLiao Yuanhong1-1/+1
2025-08-13platform/chrome: cros_ec: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-3/+2
2025-08-11platform/chrome: cros_ec_chardev: Decouple fops from struct cros_ec_devTzung-Bi Shih1-22/+22
2025-08-11platform/chrome: cros_ec_chardev: Remove redundant struct fieldTzung-Bi Shih1-17/+11
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-07-24platform/chrome: Fix typo in CROS_USBPD_NOTIFY help textKeenan Salandy1-1/+1
2025-07-23platform/chrome: cros_ec_typec: Check ec platform device pointerTomasz Michalec1-1/+1
2025-07-23platform/chrome: cros_ec: Unregister notifier in cros_ec_unregister()Tzung-Bi Shih1-0/+3
2025-07-11platform/chrome: cros_ec_typec: Add role swap opsAbhishek Pandit-Subedi1-1/+84
2025-07-01platform/chrome: chromeos_laptop: Replace open coded variant of DEFINE_RES_IRQ()Andy Shevchenko1-3/+3
2025-07-01platform/chrome: chromeos_laptop: Remove duplicate checkAndy Shevchenko1-2/+1
2025-06-24platform/chrome: cros_ec_sensorhub: Retries when a sensor is not readyGwendal Grignou1-4/+19
2025-06-23platform/chrome: chromeos_pstore: Add ecc_size module parameterNaoya Tezuka1-0/+7
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-11platform/chrome: cros_ec_typec: Defer probe on missing EC parentTomasz Michalec1-2/+2
2025-05-07platform/chrome: kunit: Avoid -Wflex-array-member-not-at-endGustavo A. R. Silva1-1/+4
2025-04-29platform/chrome: cros_ec_typec: Set Pin Assignment E in DP PORT VDOBenson Leung1-2/+4
2025-04-25platform/chrome: of_hw_prober: Support touchscreen probing on SquirtleChen-Yu Tsai1-0/+16
2025-04-25platform/chrome: of_hw_prober: Support trackpad probing on Corsola familyChen-Yu Tsai1-0/+13
2025-04-15platform/chrome: cros_kbd_led_backlight: Fix build dependenciesTzung-Bi Shih1-1/+2
2025-04-15platform/chrome: cros_kbd_led_backlight: Remove CROS_EC dependencyTzung-Bi Shih1-1/+1
2025-04-07platform/chrome: cros_ec_proto: Allow to build as moduleSlawomir Rosek3-2/+6
2025-04-07platform/chrome: cros_ec_debugfs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-32/+20
2025-04-07platform/chrome: cros_kbd_led_backlight: Avoid -Wflex-array-member-not-at-end...Gustavo A. R. Silva1-16/+8
2025-04-07platform/chrome: cros_ec_proto: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-13/+8
2025-04-07platform/chrome: of_hw_prober: Support Google SpherionLaura Nao1-0/+4
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-03-17platform/chrome: cros_ec_lpc: prepare for hw_protection_shutdown removalAhmad Fatoum1-1/+1
2025-02-21platform/chrome: cros_ec_typec: Add support for setting USB mode via sysfsAndrei Kuchynski2-0/+29
2025-02-05platform/chrome: cros_ec_sysfs: Expose AP_MODE_ENTRY feature stateAndrei Kuchynski1-1/+14
2025-02-05platform/chrome: cros_ec_sysfs: Expose PD mux statusAndrei Kuchynski1-0/+58
2025-02-03platform/chrome: cros_ec_lpc: Match on Framework ACPI deviceDaniel Schaefer1-8/+14
2025-01-28Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-14/+468
2025-01-22Merge tag 'chrome-platform-v6.14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-148/+244
2025-01-22Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-15platform/chrome: cros_ec_lpc: Handle EC without CRS sectionGwendal Grignou1-5/+1
2025-01-13platform/chrome: cros_usbpd_logger: Use str_enabled_disabled() helperThorsten Blum1-2/+3
2025-01-13Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman1-2/+2
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2025-01-08platform/chrome: cros_ec_lpc: Support direct EC register memory accessGwendal Grignou1-21/+100
2025-01-08platform/chrome: cros_ec_lpc: Merge lpc_driver_ops into ec private structureGwendal Grignou1-45/+41
2025-01-06platform/chrome: Update ChromeOS EC command tracingGwendal Grignou1-0/+10