summaryrefslogtreecommitdiff
path: root/drivers/platform/chrome/cros_ec_lpc.c
Commit message (Expand)AuthorAgeFilesLines
* platform/chrome: cros_ec: Make cros_ec_unregister() return voidUwe Kleine-König2022-02-091-1/+3
* platform/chrome: cros_ec: Fix spelling mistake "responsed" -> "response"Colin Ian King2021-09-301-2/+2
* platform/chrome: cros_ec: Match implementation with headersEnric Balletbo i Serra2020-02-031-0/+1
* platform/chrome: cros_ec_lpc: Use platform_get_irq_optional() for optional IRQsEnric Balletbo i Serra2019-12-101-1/+1
* platform/chrome: cros_ec: handle MKBP more events flagEnrico Granata2019-11-211-4/+11
* platform/chrome: cros-ec: Record event timestamp in the hard irqGwendal Grignou2019-11-211-0/+2
* mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-021-2/+2
* mfd / platform: cros_ec: Handle chained ECs as platform devicesEnric Balletbo i Serra2019-09-021-1/+2
* platform/chrome: cros_ec_lpc: Choose Microchip EC at runtimeEnric Balletbo i Serra2019-06-201-74/+84
* platform/chrome: cros_ec_lpc: Merge cros_ec_lpc and cros_ec_lpc_regEnric Balletbo i Serra2019-06-201-1/+96
* platform/chrome: cros_ec: Make some symbols staticYueHaibing2019-06-051-1/+1
* platform/chrome: cros_ec_lpc: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-22/+12
* mfd / platform: cros_ec: Use devm_mfd_add_devicesEnric Balletbo i Serra2019-02-011-4/+0
* platform/chrome: Add a new interrupt path for cros_ec_lpcEnrico Granata2018-10-091-1/+14
* platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform.Enric Balletbo i Serra2018-09-071-1/+2
* platform/chrome: cros_ec_lpc: do not try DMI match when ACPI device foundDmitry Torokhov2018-05-221-6/+7
* platform/chrome: cros_ec_lpc: Add support for Google devices using custom cor...Salvatore Bellizzi2018-04-091-0/+12
* platform/chrome: cros_ec_lpc: wake up from s2idle on Chrome ECWenkai Du2018-04-091-0/+4
* platform/chrome: cros_ec_lpc: Add support for Google GlimmerThierry Escande2017-12-171-0/+7
* platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.Enric Balletbo i Serra2017-12-171-1/+33
* platform/chrome: cros_ec_lpc: remove redundant pointer requestColin Ian King2017-12-171-3/+0
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* cros_ec: Don't signal wake event for non-wake host eventsShawn Nematbakhsh2017-06-271-1/+2
* platform/chrome: cros_ec_lpc: Add MKBP events support over ACPIGwendal Grignou2017-06-231-0/+32
* platform/chrome: cros_ec_lpc: Add power management opsArchana Patni2017-06-231-0/+21
* platform/chrome: cros_ec_lpc: Add support for GOOG004 ACPI deviceGwendal Grignou2017-06-231-14/+9
* platform/chrome: cros_ec_lpc: Add support for mec1322 ECShawn Nematbakhsh2017-06-231-0/+5
* platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variantsShawn Nematbakhsh2017-06-231-50/+38
* platform/chrome: cros_ec_lpc - Add support for Google Pixel 2Javier Martinez Canillas2015-10-071-0/+7
* platform/chrome: cros_ec_lpc - Use existing function to check EC resultJavier Martinez Canillas2015-10-071-12/+2
* mfd: cros_ec: Support multiple EC in a systemGwendal Grignou2015-06-151-1/+0
* mfd: cros_ec: add bus-specific proto v3 codeStephen Barber2015-06-151-1/+72
* mfd: cros_ec: add proto v3 skeletonStephen Barber2015-06-151-0/+4
* mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas2015-06-151-4/+4
* mfd: cros_ec: Remove parent fieldGwendal Grignou2015-06-151-1/+0
* platform/chrome: cros_ec_lpc - Include linux/io.h header fileJavier Martinez Canillas2015-03-041-0/+1
* platform/chrome: fix platform_no_drv_owner.cocci warningskbuild test robot2015-03-041-1/+0
* platform/chrome: Add cros_ec_lpc driver for x86 devicesBill Richardson2015-02-261-0/+319