summaryrefslogtreecommitdiff
path: root/drivers/platform/chrome
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-5/+5
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-9/+8
8 daysMerge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2026-02-11Merge tag 'chrome-platform-v7.0' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-42/+110
2026-01-30platform/chrome: lightbar: Add support for large sequenceGwendal Grignou1-27/+61
2026-01-30platform/chrome: lightbar: Report number of segmentsGwendal Grignou1-0/+43
2026-01-30platform/chrome: cros_ec_lightbar: Fix response size initializationTzung-Bi Shih1-1/+1
2026-01-23platform/chrome: cros_ec_typec: Set no_mode_control flagAndrei Kuchynski1-0/+1
2026-01-21platform/chrome: cros_typec_switch: Use acpi_get_local_u64_address()Andy Shevchenko1-12/+3
2026-01-21platform/chrome: cros_typec_switch: Don't touch struct fwnode_handle::devAndy Shevchenko1-3/+3
2026-01-08platform/chrome: cros_hps_i2c: Discard pm_runtime_put() return valueRafael J. Wysocki1-1/+3
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