summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/cros_ec_lpc.c
Commit message (Expand)AuthorAgeFilesLines
* platform/chrome: cros_ec_lpc: add quirks for the Framework Laptop (AMD)Dustin L. Howett2024-04-241-1/+15
* platform/chrome: cros_ec_lpc: add a "quirks" systemDustin L. Howett2024-04-241-0/+31
* platform/chrome: cros_ec_lpc: pass driver_data from DMI to the deviceDustin L. Howett2024-04-241-2/+7
* platform/chrome: cros_ec_lpc: introduce a priv struct for the lpc deviceDustin L. Howett2024-04-241-4/+21
* platform/chrome: cros_ec_lpc: Separate host command and irq disableLalith Rajendran2023-10-281-4/+18
* platform/chrome: cros_ec_lpc: Convert to platform remove callback returning voidUwe Kleine-König2023-09-281-4/+2
* platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeoutRob Barnes2023-08-071-2/+2
* platform/chrome: cros_ec_lpc: Move host command to prepare/completeTim Van Patten2023-05-221-5/+7
* platform/chrome: cros_ec: Report EC panic as ueventRob Barnes2023-05-151-0/+3
* platform/chrome: cros_ec_lpc: initialize the buf variableTom Rix2023-01-111-1/+1
* platform/chrome: cros_ec: Shutdown on EC PanicRob Barnes2023-01-061-0/+3
* platform/chrome: cros_ec: Poll EC log on EC panicRob Barnes2023-01-061-0/+7
* platform/chrome: cros_ec_lpc: Force synchronous probeBrian Norris2022-11-141-1/+6
* platform/chrome: cros_ec_lpc: Mark PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
* platform/chrome: cros_ec_lpc: Move mec_init to device probeBrian Norris2022-11-021-3/+3
* platform/chrome: cros_ec_lpc_mec: remove cros_ec_lpc_mec_destroy()Tzung-Bi Shih2022-11-011-3/+0
* platform/chrome: correct cros_ec_prepare_tx() usageTzung-Bi Shih2022-05-161-0/+2
* platform/chrome: cros_ec_lpcs: reserve the MEC LPC I/O ports firstDustin L. Howett2022-05-031-13/+26
* platform/chrome: cros_ec_lpcs: detect the Framework LaptopDustin L. Howett2022-05-031-0/+8
* 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