aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-11platform/chrome: wilco_ec: Include asm/unaligned instead of linux/ pathStephen Boyd1-1/+1
2020-02-03platform/chrome: cros_ec: Match implementation with headersEnric Balletbo i Serra7-0/+30
2020-01-22platform/chrome: cros_ec: Drop unaligned.h includeStephen Boyd1-1/+0
2020-01-22platform/chrome: wilco_ec: Allow wilco to be compiled in COMPILE_TESTStephen Boyd1-1/+2
2020-01-22platform/chrome: wilco_ec: Add newlines to printksStephen Boyd4-10/+10
2020-01-10Merge branch 'chrome-platform-5.5-fixes' into for-kernelciBenson Leung1-8/+20
2020-01-10platform/chrome: wilco_ec: Fix keyboard backlight probingDaniel Campello1-8/+20
2020-01-10platform/chrome: wilco_ec: Fix unregistration orderDaniel Campello1-1/+1
2020-01-07cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra7-7/+0
2019-12-19platform/chrome: cros_ec_ishtp: Make init_lock staticBen Dooks (Codethink)1-1/+1
2019-12-16platform/chrome: chromeos_laptop: Convert to i2c_new_scanned_deviceWolfram Sang1-8/+10
2019-12-10platform/chrome: cros_ec_lpc: Use platform_get_irq_optional() for optional IRQsEnric Balletbo i Serra1-1/+1
2019-12-10platform/chrome: cros_ec_proto: Add response tracingRaul E Rangel3-7/+49
2019-12-10platform/chrome: cros_ec_trace: Match trace commands with EC commandsEnric Balletbo i Serra1-7/+66
2019-12-03Merge tag 'tag-chrome-platform-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds16-84/+912
2019-12-02platform/chrome: wilco_ec: fix use after free issueWen Yang1-1/+1
2019-11-27platform/chrome: cros_ec: Add Kconfig default for cros-ec-sensorhubEnric Balletbo i Serra1-1/+2
2019-11-21Merge tag 'tag-ib-chrome-mfd-iio-input-5.5' into chrome-platform-5.5Enric Balletbo i Serra8-63/+561
2019-11-21platform/chrome: cros_ec: handle MKBP more events flagEnrico Granata5-58/+98
2019-11-21platform/chrome: cros_ec: Do not attempt to register a non-positive IRQ numberGwendal Grignou1-1/+1
2019-11-21platform/chrome: cros-ec: Record event timestamp in the hard irqGwendal Grignou3-5/+31
2019-11-21iio / platform: cros_ec: Add cros-ec-sensorhub driverGwendal Grignou3-0/+212
2019-11-21mfd / platform: cros_ec: Add sensor_count and make check_features publicGwendal Grignou1-0/+117
2019-11-21platform/chrome: cros_ec: Put docs with the codeGwendal Grignou2-0/+103
2019-11-20platform/chrome: cros_usbpd_logger: add missed destroy_workqueue in removeChuhong Yuan1-0/+1
2019-11-20platform/chrome: cros_ec: Fix Kconfig indentationKrzysztof Kozlowski1-3/+3
2019-11-19platform/chrome: wilco_ec: Add keyboard backlight LED supportDaniel Campello4-6/+203
2019-11-19platform/chrome: wilco_ec: Add charging config driverNick Crews1-1/+14
2019-10-21ASoC: cros_ec_codec: support WoVTzung-Bi Shih1-0/+1
2019-10-18platform/chrome: cros_ec: add common commands for EC codecTzung-Bi Shih1-0/+1
2019-10-18ASoC: cros_ec_codec: extract DMIC EC command from I2S RXTzung-Bi Shih1-0/+1
2019-10-18ASoC: cros_ec_codec: refactor I2S RXTzung-Bi Shih1-1/+1
2019-10-11platform/chrome: wilco_ec: Add Dell's USB PowerShare Policy controlDaniel Campello1-0/+91
2019-10-01platform/chrome: wilco_ec: Add debugfs test_event fileDaniel Campello1-10/+37
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds20-66/+894
2019-09-15Merge branch 'spi-5.4' into spi-nextMark Brown1-1/+1
2019-09-12platform/chrome: cros_usbpd_logger: null check create_singlethread_workqueueNavid Emamdoost1-0/+3
2019-09-12platform/chrome: cros_ec_chardev: Add a poll handler to receive MKBP eventsEnric Balletbo i Serra1-5/+172
2019-09-12platform/chrome: cros_ec_rpmsg: Fix race with host command when probe failedPi-Hsun Shih1-5/+28
2019-09-12platform/chrome: chromeos_tbmc: Report wake eventsRavi Chandra Sadineni1-0/+2
2019-09-07Merge tag 'tag-chrome-platform-fixes-for-v5.3-rc6' into for-nextBenson Leung1-2/+2
2019-09-02Merge tag 'ib-mfd-extcon-hid-i2c-iio-input-media-chrome-power-pwm-rtc-sound-v5.4' into chrome-platform/for-nextEnric Balletbo i Serra17-34/+629
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra15-22/+31
2019-09-02mfd / platform: cros_ec: Rename config to a better nameEnric Balletbo i Serra1-11/+21
2019-09-02mfd / platform: cros_ec: Miscellaneous character device to talk with the ECEnric Balletbo i Serra3-0/+263
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra3-4/+298
2019-09-02mfd / platform: cros_ec: Handle chained ECs as platform devicesEnric Balletbo i Serra4-1/+20
2019-08-27platform/chrome: cros_ec_rpmsg: Add host command AP sleep state supportYilun Lin1-0/+20
2019-08-26platform/chrome: chromeos_laptop: drop checks of NULL-safe functionsWolfram Sang1-7/+3
2019-08-22platform/chrome: wilco_ec: Add batt_ppid_info command to telemetry driverNick Crews1-21/+43