summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome (follow)
Commit message (Expand)AuthorAgeFilesLines
* platform/chrome: cros_ec_spi: drop BUG_ON() if `din` isn't large enoughTzung-Bi Shih2022-05-161-3/+6
* platform/chrome: cros_ec_spi: drop unneeded BUG_ON()Tzung-Bi Shih2022-05-161-2/+0
* platform/chrome: cros_ec_i2c: drop BUG_ON() in cros_ec_pkt_xfer_i2c()Tzung-Bi Shih2022-05-161-2/+8
* platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_get_host_event()Tzung-Bi Shih2022-05-161-1/+2
* platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_prepare_tx()Tzung-Bi Shih2022-05-161-2/+5
* platform/chrome: correct cros_ec_prepare_tx() usageTzung-Bi Shih2022-05-166-2/+14
* platform/chrome: cros_ec_proto: drop unneeded BUG_ON() in prepare_packet()Tzung-Bi Shih2022-05-161-1/+0
* platform/chrome: Add ChromeOS ACPI device driverEnric Balletbo i Serra2022-05-133-0/+269
* platform/chrome: cros_ec_typec: Check for EC driverAkihiko Odaki2022-05-111-0/+3
* platform/chrome: cros_ec_lpcs: reserve the MEC LPC I/O ports firstDustin L. Howett2022-05-031-13/+26
* platform/chrome: cros_ec_lpcs: detect the Framework LaptopDustin L. Howett2022-05-031-0/+8
* platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctlsGuenter Roeck2022-04-192-10/+42
* platform/chrome: cros_ec: append newline to all logsTzung-Bi Shih2022-04-181-4/+4
* platform/chrome: cros_ec: sort header inclusion alphabeticallyTzung-Bi Shih2022-04-181-2/+2
* platform/chrome: cros_ec: determine `wake_enabled` in cros_ec_suspend()Tzung-Bi Shih2022-04-181-3/+4
* platform/chrome: cros_ec: remove unused variable `was_wake_device`Tzung-Bi Shih2022-04-181-1/+0
* platform/chrome: cros_ec: fix error handling in cros_ec_register()Tzung-Bi Shih2022-04-181-6/+10
* Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-04-026-152/+181
|\
| * platform/chrome: cros_ec_debugfs: detach log reader wq from devmTzung-Bi Shih2022-04-011-6/+6
| * platform: chrome: Split trace include fileGwendal Grignou2022-04-014-97/+127
| * platform/chrome: cros_ec_typec: Update mux flags during partner removalPrashant Malani2022-02-151-0/+1
| * platform/chrome: cros_ec_typec: Configure muxes at start of port updatePrashant Malani2022-02-151-6/+6
| * platform/chrome: cros_ec_typec: Get mux state inside configure_muxPrashant Malani2022-02-151-32/+23
| * platform/chrome: cros_ec_typec: Move mux flag checksPrashant Malani2022-02-151-7/+7
| * platform/chrome: cros_ec_typec: Check for EC devicePrashant Malani2022-02-011-0/+6
| * platform/chrome: cros_ec_typec: Make try power role optionalPrashant Malani2022-01-311-7/+8
* | Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-253-0/+165
|\ \
| * | platform/chrome: Add driver for ChromeOS privacy-screenRajat Jain2022-01-103-0/+165
| |/
* | spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* | platform/chrome: cros_ec: Make cros_ec_unregister() return voidUwe Kleine-König2022-02-095-7/+11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-11-241-6/+8
|\
| * HID: intel-ish-hid: fix module device-id handlingArnd Bergmann2021-11-111-11/+8
| * platform/chrome: chros_ec_ishtp: only load for matching devicesThomas Weißschuh2021-11-091-1/+6
* | platform/chrome: cros_ec_proto: Use ec_command for check_featuresPrashant Malani2021-10-311-17/+3
* | platform/chrome: cros_ec_proto: Use EC struct for featuresPrashant Malani2021-10-311-7/+8
* | platform/chrome: cros_ec_typec: Use cros_ec_command()Prashant Malani2021-09-301-50/+19
* | platform/chrome: cros_ec_proto: Add version for ec_commandPrashant Malani2021-09-302-1/+4
* | platform/chrome: cros_ec_proto: Make data pointers voidPrashant Malani2021-09-302-3/+3
* | platform/chrome: cros_usbpd_notify: Move ec_command()Prashant Malani2021-09-302-44/+45
* | platform/chrome: cros_usbpd_notify: Rename cros_ec_pd_command()Prashant Malani2021-09-301-11/+9
* | platform/chrome: cros_ec: Fix spelling mistake "responsed" -> "response"Colin Ian King2021-09-301-2/+2
* | platform/chrome: cros_ec_sensorhub: simplify getting .driver_dataWolfram Sang2021-09-271-4/+2
* | platform/chrome: cros-ec-typec: Cleanup use of check_featuresPrashant Malani2021-09-241-3/+2
* | platform/chrome: cros_ec_proto: Fix check_features ret valPrashant Malani2021-09-231-5/+7
|/
* platform/chrome: cros_ec_trace: Fix format warningsGwendal Grignou2021-08-311-3/+3
* platform/chrome: cros_ec_typec: Use existing feature checkPrashant Malani2021-08-231-22/+5
* platform/chrome: cros_ec_proto: Send command again when timeout occursPatryk Duda2021-07-271-0/+9
* platform/chrome: sensorhub: Add trace events for sampleGwendal Grignou2021-07-263-1/+109
* Merge branch 'for-5.14/intel-ish' into for-linusJiri Kosina2021-06-301-3/+1
|\
| * HID: intel-ish-hid: Make remove callback return voidUwe Kleine-König2021-03-081-3/+1