aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/wilco_ec (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-11platform/chrome: wilco_ec: Include asm/unaligned instead of linux/ pathStephen Boyd1-1/+1
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
2019-12-02platform/chrome: wilco_ec: fix use after free issueWen Yang1-1/+1
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-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-08-22platform/chrome: wilco_ec: Add batt_ppid_info command to telemetry driverNick Crews1-21/+43
2019-07-11Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds9-30/+1372
2019-06-25platform/chrome: wilco_ec: Add circular buffer as event queueNick Crews1-109/+149
2019-06-20platform/chrome: cros_ec_lpc: Choose Microchip EC at runtimeEnric Balletbo i Serra1-1/+1
2019-06-18platform/chrome: wilco_ec: Fix unreleased lock in event_read()Nick Crews1-1/+1
2019-06-05platform/chrome: wilco_ec: Add version sysfs entriesRaul E Rangel1-0/+79
2019-06-05platform/chrome: wilco_ec: Add telemetry char device interfaceNick Crews5-1/+473
2019-06-03platform/chrome: wilco_ec: Add event handlingNick Crews3-0/+552
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20platform/chrome: wilco_ec: Remove 256 byte transfersNick Crews3-27/+8
2019-05-20platform/chrome: wilco_ec: Add Boot on AC supportNick Crews3-1/+87
2019-05-20platform/chrome: wilco_ec: Add property helper libraryNick Crews2-1/+133
2019-04-16platform/chrome: wilco_ec: Add h1_gpio status to debugfsNick Crews1-0/+47
2019-04-15platform/chrome: wilco_ec: Standardize mailbox interfaceNick Crews2-66/+29
2019-03-18platform/chrome: Fix locking pattern in wilco_ec_mailbox()Nick Crews1-1/+1
2019-03-05platform/chrome: fix wilco-ec dependenciesArnd Bergmann1-1/+1
2019-02-21platform/chrome: wilco_ec: Add RTC driverNick Crews1-0/+18
2019-02-21platform/chrome: wilco_ec: Add support for raw commands in debugfsNick Crews4-0/+264
2019-02-21platform/chrome: Add new driver for Wilco ECNick Crews4-0/+355