aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/cros_ec_lpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-09platform/chrome: Add a new interrupt path for cros_ec_lpcEnrico Granata1-1/+14
2018-09-07platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform.Enric Balletbo i Serra1-1/+2
2018-05-22platform/chrome: cros_ec_lpc: do not try DMI match when ACPI device foundDmitry Torokhov1-6/+7
2018-04-09platform/chrome: cros_ec_lpc: Add support for Google devices using custom coreboot firmwareSalvatore Bellizzi1-0/+12
2018-04-09platform/chrome: cros_ec_lpc: wake up from s2idle on Chrome ECWenkai Du1-0/+4
2017-12-17platform/chrome: cros_ec_lpc: Add support for Google GlimmerThierry Escande1-0/+7
2017-12-17platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.Enric Balletbo i Serra1-1/+33
2017-12-17platform/chrome: cros_ec_lpc: remove redundant pointer requestColin Ian King1-3/+0
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-06-27cros_ec: Don't signal wake event for non-wake host eventsShawn Nematbakhsh1-1/+2
2017-06-23platform/chrome: cros_ec_lpc: Add MKBP events support over ACPIGwendal Grignou1-0/+32
2017-06-23platform/chrome: cros_ec_lpc: Add power management opsArchana Patni1-0/+21
2017-06-23platform/chrome: cros_ec_lpc: Add support for GOOG004 ACPI deviceGwendal Grignou1-14/+9
2017-06-23platform/chrome: cros_ec_lpc: Add support for mec1322 ECShawn Nematbakhsh1-0/+5
2017-06-23platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variantsShawn Nematbakhsh1-50/+38
2015-10-07platform/chrome: cros_ec_lpc - Add support for Google Pixel 2Javier Martinez Canillas1-0/+7
2015-10-07platform/chrome: cros_ec_lpc - Use existing function to check EC resultJavier Martinez Canillas1-12/+2
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou1-1/+0
2015-06-15mfd: cros_ec: add bus-specific proto v3 codeStephen Barber1-1/+72
2015-06-15mfd: cros_ec: add proto v3 skeletonStephen Barber1-0/+4
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas1-4/+4
2015-06-15mfd: cros_ec: Remove parent fieldGwendal Grignou1-1/+0
2015-03-04platform/chrome: cros_ec_lpc - Include linux/io.h header fileJavier Martinez Canillas1-0/+1
2015-03-04platform/chrome: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2015-02-26platform/chrome: Add cros_ec_lpc driver for x86 devicesBill Richardson1-0/+319