summaryrefslogtreecommitdiff
path: root/drivers/platform/chrome
AgeCommit message (Expand)AuthorFilesLines
2025-01-27Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-14/+468
2025-01-21Merge tag 'chrome-platform-v6.14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-148/+244
2025-01-21Merge 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
2024-12-30platform/chrome: cros_ec_lpc: Only check for events on MKBP notifiesRob Barnes1-1/+1
2024-12-30platform/chrome: cros_ec_vbc: Constify 'struct bin_attribute'Thomas Weißschuh1-5/+5
2024-12-30platform/chrome: cros_kbd_led_backlight: Remove OF matchTzung-Bi Shih1-51/+11
2024-12-30platform/chrome: cros_ec_proto: remove unnecessary retriesDawid Niedzwiecki1-9/+0
2024-12-30platform/chrome: cros_ec: jump to RW before probingDawid Niedzwiecki8-6/+72
2024-12-30platform/chrome: cros_kbd_led_backlight: remove unneeded if-statementTzung-Bi Shih1-10/+7
2024-12-26Merge tag 'chrome-platform-for-6.13-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+2
2024-12-25platform/chrome: cros_ec_lpc: fix product identity for early Framework LaptopsDustin L. Howett1-2/+2
2024-12-24platform/chrome: cros_ec_typec: Disable tbt on portAbhishek Pandit-Subedi1-0/+1
2024-12-24platform/chrome: cros_ec_typec: Thunderbolt supportAbhishek Pandit-Subedi4-11/+115
2024-12-24platform/chrome: cros_ec_typec: Displayport supportAbhishek Pandit-Subedi6-3/+343
2024-12-24platform/chrome: cros_ec_typec: Update partner altmode activeAbhishek Pandit-Subedi1-0/+9
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-27platform/chrome: Introduce device tree hardware proberChen-Yu Tsai3-0/+166
2024-11-19Merge tag 'chrome-platform-for-6.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-16/+17
2024-10-28platform/chrome: Switch back to struct platform_driver::remove()Uwe Kleine-König13-14/+14
2024-10-14platform/chrome: cros_ec_typec: fix missing fwnode reference decrementJavier Carrasco1-0/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-09-30platform/chrome: Drop explicit initialization of struct i2c_device_id::driver...Uwe Kleine-König2-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro4-4/+0
2024-08-23platform/chrome: chromeos_laptop: Use kmemdup_arrayYu Jiaoliang1-4/+3
2024-08-09platform/chrome: cros_ec_typec: add remove driver hookThadeu Lima de Souza Cascardo1-0/+10
2024-08-07platform/chrome: cros_ec_lpc: switch primary DMI data for Framework LaptopDustin L. Howett1-9/+27
2024-07-30Merge tag 'chrome-platform-fixes-for-v6.11-rc2' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+2
2024-07-30platform/chrome: cros_ec_proto: Lock device when updating MKBP versionPatryk Duda1-0/+2
2024-07-17Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2-3/+39
2024-07-01platform/chrome: cros_ec_proto: Introduce cros_ec_get_cmd_versions()Thomas Weißschuh1-0/+35
2024-06-14platform/chrome: cros_kbd_led_backlight: allow binding through MFDThomas Weißschuh2-3/+39
2024-06-14platform/chrome: cros_ec_lpc: Handle zero length read/writeBen Walsh1-3/+3
2024-06-13platform/chrome: cros_ec_lpc: Fix error code in cros_ec_lpc_mec_read_bytes()Dan Carpenter1-2/+2
2024-06-12platform/chrome: cros_ec_debugfs: fix wrong EC message versionTzung-Bi Shih1-0/+1
2024-06-12platform/chrome: cros_ec_proto: update Kunit test for get_next_data_v3Tzung-Bi Shih1-4/+4
2024-06-11platform/chrome: cros_ec_proto: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-06platform/chrome: cros_ec_lpc: Add quirks for Framework LaptopBen Walsh1-0/+7
2024-06-06platform/chrome: cros_ec_lpc: Add a new quirk for AML mutexBen Walsh1-0/+19
2024-06-06platform/chrome: cros_ec_lpc: Add a new quirk for ACPI idBen Walsh1-12/+38
2024-06-06platform/chrome: cros_ec_lpc: MEC access can use an AML mutexBen Walsh2-2/+85
2024-06-06platform/chrome: cros_ec_lpc: MEC access can return error codeBen Walsh4-56/+112
2024-06-05platform/chrome: cros_ec_proto: Upgrade get_next_event to v3Daisuke Nojiri1-9/+18
2024-06-03platform/chrome: cros_ec_proto: Introduce cros_ec_cmd_readmem()Thomas Weißschuh1-0/+27