summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome
AgeCommit message (Expand)AuthorLines
2022-05-16platform/chrome: cros_ec_spi: drop BUG_ON() if `din` isn't large enoughTzung-Bi Shih-3/+6
2022-05-16platform/chrome: cros_ec_spi: drop unneeded BUG_ON()Tzung-Bi Shih-2/+0
2022-05-16platform/chrome: cros_ec_i2c: drop BUG_ON() in cros_ec_pkt_xfer_i2c()Tzung-Bi Shih-2/+8
2022-05-16platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_get_host_event()Tzung-Bi Shih-1/+2
2022-05-16platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_prepare_tx()Tzung-Bi Shih-2/+5
2022-05-16platform/chrome: correct cros_ec_prepare_tx() usageTzung-Bi Shih-2/+14
2022-05-16platform/chrome: cros_ec_proto: drop unneeded BUG_ON() in prepare_packet()Tzung-Bi Shih-1/+0
2022-05-13platform/chrome: Add ChromeOS ACPI device driverEnric Balletbo i Serra-0/+269
2022-05-10platform/chrome: cros_ec_typec: Check for EC driverAkihiko Odaki-0/+3
2022-05-03platform/chrome: cros_ec_lpcs: reserve the MEC LPC I/O ports firstDustin L. Howett-13/+26
2022-05-03platform/chrome: cros_ec_lpcs: detect the Framework LaptopDustin L. Howett-0/+8
2022-04-19platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctlsGuenter Roeck-10/+42
2022-04-18platform/chrome: cros_ec: append newline to all logsTzung-Bi Shih-4/+4
2022-04-18platform/chrome: cros_ec: sort header inclusion alphabeticallyTzung-Bi Shih-2/+2
2022-04-18platform/chrome: cros_ec: determine `wake_enabled` in cros_ec_suspend()Tzung-Bi Shih-3/+4
2022-04-18platform/chrome: cros_ec: remove unused variable `was_wake_device`Tzung-Bi Shih-1/+0
2022-04-18platform/chrome: cros_ec: fix error handling in cros_ec_register()Tzung-Bi Shih-6/+10
2022-04-02Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-152/+181
2022-03-31platform/chrome: cros_ec_debugfs: detach log reader wq from devmTzung-Bi Shih-6/+6
2022-03-31platform: chrome: Split trace include fileGwendal Grignou-97/+127
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+165
2022-02-15platform/chrome: cros_ec_typec: Update mux flags during partner removalPrashant Malani-0/+1
2022-02-15platform/chrome: cros_ec_typec: Configure muxes at start of port updatePrashant Malani-6/+6
2022-02-15platform/chrome: cros_ec_typec: Get mux state inside configure_muxPrashant Malani-32/+23
2022-02-15platform/chrome: cros_ec_typec: Move mux flag checksPrashant Malani-7/+7
2022-02-09spi: make remove callback a void functionUwe Kleine-König-3/+1
2022-02-09platform/chrome: cros_ec: Make cros_ec_unregister() return voidUwe Kleine-König-7/+11
2022-02-01platform/chrome: cros_ec_typec: Check for EC devicePrashant Malani-0/+6
2022-01-31platform/chrome: cros_ec_typec: Make try power role optionalPrashant Malani-7/+8
2022-01-10platform/chrome: Add driver for ChromeOS privacy-screenRajat Jain-0/+165
2021-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds-6/+8
2021-11-11HID: intel-ish-hid: fix module device-id handlingArnd Bergmann-11/+8
2021-11-09platform/chrome: chros_ec_ishtp: only load for matching devicesThomas Weißschuh-1/+6
2021-10-31platform/chrome: cros_ec_proto: Use ec_command for check_featuresPrashant Malani-17/+3
2021-10-31platform/chrome: cros_ec_proto: Use EC struct for featuresPrashant Malani-7/+8
2021-09-30platform/chrome: cros_ec_typec: Use cros_ec_command()Prashant Malani-50/+19
2021-09-30platform/chrome: cros_ec_proto: Add version for ec_commandPrashant Malani-1/+4
2021-09-30platform/chrome: cros_ec_proto: Make data pointers voidPrashant Malani-3/+3
2021-09-30platform/chrome: cros_usbpd_notify: Move ec_command()Prashant Malani-44/+45
2021-09-30platform/chrome: cros_usbpd_notify: Rename cros_ec_pd_command()Prashant Malani-11/+9
2021-09-30platform/chrome: cros_ec: Fix spelling mistake "responsed" -> "response"Colin Ian King-2/+2
2021-09-27platform/chrome: cros_ec_sensorhub: simplify getting .driver_dataWolfram Sang-4/+2
2021-09-24platform/chrome: cros-ec-typec: Cleanup use of check_featuresPrashant Malani-3/+2
2021-09-23platform/chrome: cros_ec_proto: Fix check_features ret valPrashant Malani-5/+7
2021-08-30platform/chrome: cros_ec_trace: Fix format warningsGwendal Grignou-3/+3
2021-08-23platform/chrome: cros_ec_typec: Use existing feature checkPrashant Malani-22/+5
2021-07-26platform/chrome: cros_ec_proto: Send command again when timeout occursPatryk Duda-0/+9
2021-07-26platform/chrome: sensorhub: Add trace events for sampleGwendal Grignou-1/+109
2021-06-30Merge branch 'for-5.14/intel-ish' into for-linusJiri Kosina-3/+1
2021-05-07Merge tag 'tag-chrome-platform-for-v5.13' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-17/+38