aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/chrome/cros_ec_lpc.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-02mfd / platform: cros_ec: Handle chained ECs as platform devicesGravatar Enric Balletbo i Serra 1-1/+2
2019-06-20platform/chrome: cros_ec_lpc: Choose Microchip EC at runtimeGravatar Enric Balletbo i Serra 1-74/+84
2019-06-20platform/chrome: cros_ec_lpc: Merge cros_ec_lpc and cros_ec_lpc_regGravatar Enric Balletbo i Serra 1-1/+96
2019-06-05platform/chrome: cros_ec: Make some symbols staticGravatar YueHaibing 1-1/+1
2019-02-01platform/chrome: cros_ec_lpc: switch to SPDX identifierGravatar Enric Balletbo i Serra 1-22/+12
2019-02-01mfd / platform: cros_ec: Use devm_mfd_add_devicesGravatar Enric Balletbo i Serra 1-4/+0
2018-10-09platform/chrome: Add a new interrupt path for cros_ec_lpcGravatar Enrico Granata 1-1/+14
2018-09-07platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform.Gravatar Enric Balletbo i Serra 1-1/+2
2018-05-22platform/chrome: cros_ec_lpc: do not try DMI match when ACPI device foundGravatar Dmitry Torokhov 1-6/+7
2018-04-09platform/chrome: cros_ec_lpc: Add support for Google devices using custom cor...Gravatar Salvatore Bellizzi 1-0/+12
2018-04-09platform/chrome: cros_ec_lpc: wake up from s2idle on Chrome ECGravatar Wenkai Du 1-0/+4
2017-12-17platform/chrome: cros_ec_lpc: Add support for Google GlimmerGravatar Thierry Escande 1-0/+7
2017-12-17platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.Gravatar Enric Balletbo i Serra 1-1/+33
2017-12-17platform/chrome: cros_ec_lpc: remove redundant pointer requestGravatar Colin Ian King 1-3/+0
2017-09-14dmi: Mark all struct dmi_system_id instances constGravatar Christoph Hellwig 1-1/+1
2017-06-27cros_ec: Don't signal wake event for non-wake host eventsGravatar Shawn Nematbakhsh 1-1/+2
2017-06-23platform/chrome: cros_ec_lpc: Add MKBP events support over ACPIGravatar Gwendal Grignou 1-0/+32
2017-06-23platform/chrome: cros_ec_lpc: Add power management opsGravatar Archana Patni 1-0/+21
2017-06-23platform/chrome: cros_ec_lpc: Add support for GOOG004 ACPI deviceGravatar Gwendal Grignou 1-14/+9
2017-06-23platform/chrome: cros_ec_lpc: Add support for mec1322 ECGravatar Shawn Nematbakhsh 1-0/+5
2017-06-23platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variantsGravatar Shawn Nematbakhsh 1-50/+38
2015-10-07platform/chrome: cros_ec_lpc - Add support for Google Pixel 2Gravatar Javier Martinez Canillas 1-0/+7
2015-10-07platform/chrome: cros_ec_lpc - Use existing function to check EC resultGravatar Javier Martinez Canillas 1-12/+2
2015-06-15mfd: cros_ec: Support multiple EC in a systemGravatar Gwendal Grignou 1-1/+0
2015-06-15mfd: cros_ec: add bus-specific proto v3 codeGravatar Stephen Barber 1-1/+72
2015-06-15mfd: cros_ec: add proto v3 skeletonGravatar Stephen Barber 1-0/+4
2015-06-15mfd: cros_ec: Use a zero-length array for command dataGravatar Javier Martinez Canillas 1-4/+4
2015-06-15mfd: cros_ec: Remove parent fieldGravatar Gwendal Grignou 1-1/+0
2015-03-04platform/chrome: cros_ec_lpc - Include linux/io.h header fileGravatar Javier Martinez Canillas 1-0/+1
2015-03-04platform/chrome: fix platform_no_drv_owner.cocci warningsGravatar kbuild test robot 1-1/+0
2015-02-26platform/chrome: Add cros_ec_lpc driver for x86 devicesGravatar Bill Richardson 1-0/+319