aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/chrome
AgeCommit message (Expand)AuthorFilesLines
2026-06-02platform/chrome: Prevent build for big-endian systemsThomas Weißschuh1-0/+1
2026-06-02platform/chrome: Remove superfluous dependencies from CROS_ECThomas Weißschuh1-1/+0
2026-05-28platform/chrome: cros_ec_chardev: Introduce rwsem for protecting ec_devTzung-Bi Shih1-5/+34
2026-05-28platform/chrome: cros_ec_chardev: Add event relayerTzung-Bi Shih1-3/+29
2026-05-28platform/chrome: cros_ec_chardev: Move data to chardev_pdataTzung-Bi Shih1-16/+20
2026-05-28platform/chrome: cros_ec_chardev: Introduce chardev_dataTzung-Bi Shih1-12/+39
2026-05-20platform/chrome: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)2-2/+2
2026-05-13platform/chrome: wilco_ec: event: Check ACPI_COMPANION()Rafael J. Wysocki1-2/+6
2026-05-13platform/chrome: chromeos_tbmc: Check ACPI_COMPANION()Rafael J. Wysocki1-1/+5
2026-05-13platform/chrome: chromeos_privacy_screen: Check ACPI_COMPANION()Rafael J. Wysocki1-0/+3
2026-05-11platform/chrome: cros_kbd_led_backlight: Drop CONFIG_MFD_CROS_EC_DEV ifdefferyThomas Weißschuh1-7/+0
2026-05-11platform/chrome: cros_kbd_led_backlight: Pass keyboard_led as parameterThomas Weißschuh1-6/+6
2026-05-11platform/chrome: cros_kbd_led_backlight: Drop max_brightness from driver dataThomas Weißschuh1-8/+1
2026-05-11platform/chrome: Resolve kb_wake_angle visibility raceTzung-Bi Shih2-3/+8
2026-05-06platform/chrome: cros_ec_typec: Init mutex in Thunderbolt registrationTzung-Bi Shih1-0/+1
2026-03-20platform/chrome: cros_usbpd_logger: Simplify with devmKrzysztof Kozlowski1-11/+7
2026-03-06platform/chrome: wilco_ec: event: Convert to a platform driverRafael J. Wysocki1-32/+34
2026-03-06platform/chrome: wilco_ec: event: Register ACPI notify handlerRafael J. Wysocki1-3/+14
2026-03-06platform/chrome: chromeos_tbmc: Convert to a platform driverRafael J. Wysocki1-24/+23
2026-03-06platform/chrome: chromeos_tbmc: Register ACPI notify handlerRafael J. Wysocki1-2/+14
2026-03-06platform/chrome: chromeos_tbmc: Drop wakeup source on removeRafael J. Wysocki1-0/+6
2026-03-06platform/chrome: Convert ChromeOS privacy-screen driver to platformRafael J. Wysocki1-23/+18
2026-02-23platform/chrome: lightbar: Optimize command sizeGwendal Grignou1-0/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-9/+8
2026-02-17Merge 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-23platform/chrome: Fix typo in CROS_USBPD_NOTIFY help textKeenan Salandy1-1/+1