summaryrefslogtreecommitdiff
path: root/drivers/platform/chrome/cros_ec_lpc.c
AgeCommit message (Expand)Author
2024-04-24platform/chrome: cros_ec_lpc: add quirks for the Framework Laptop (AMD)Dustin L. Howett
2024-04-24platform/chrome: cros_ec_lpc: add a "quirks" systemDustin L. Howett
2024-04-24platform/chrome: cros_ec_lpc: pass driver_data from DMI to the deviceDustin L. Howett
2024-04-24platform/chrome: cros_ec_lpc: introduce a priv struct for the lpc deviceDustin L. Howett
2023-10-28platform/chrome: cros_ec_lpc: Separate host command and irq disableLalith Rajendran
2023-09-28platform/chrome: cros_ec_lpc: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-07platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeoutRob Barnes
2023-05-22platform/chrome: cros_ec_lpc: Move host command to prepare/completeTim Van Patten
2023-05-15platform/chrome: cros_ec: Report EC panic as ueventRob Barnes
2023-01-11platform/chrome: cros_ec_lpc: initialize the buf variableTom Rix
2023-01-06platform/chrome: cros_ec: Shutdown on EC PanicRob Barnes
2023-01-06platform/chrome: cros_ec: Poll EC log on EC panicRob Barnes
2022-11-14platform/chrome: cros_ec_lpc: Force synchronous probeBrian Norris
2022-11-02platform/chrome: cros_ec_lpc: Mark PROBE_PREFER_ASYNCHRONOUSBrian Norris
2022-11-02platform/chrome: cros_ec_lpc: Move mec_init to device probeBrian Norris
2022-11-01platform/chrome: cros_ec_lpc_mec: remove cros_ec_lpc_mec_destroy()Tzung-Bi Shih
2022-05-16platform/chrome: correct cros_ec_prepare_tx() usageTzung-Bi Shih
2022-05-03platform/chrome: cros_ec_lpcs: reserve the MEC LPC I/O ports firstDustin L. Howett
2022-05-03platform/chrome: cros_ec_lpcs: detect the Framework LaptopDustin L. Howett
2022-02-09platform/chrome: cros_ec: Make cros_ec_unregister() return voidUwe Kleine-König
2021-09-30platform/chrome: cros_ec: Fix spelling mistake "responsed" -> "response"Colin Ian King
2020-02-03platform/chrome: cros_ec: Match implementation with headersEnric Balletbo i Serra
2019-12-10platform/chrome: cros_ec_lpc: Use platform_get_irq_optional() for optional IRQsEnric Balletbo i Serra
2019-11-21platform/chrome: cros_ec: handle MKBP more events flagEnrico Granata
2019-11-21platform/chrome: cros-ec: Record event timestamp in the hard irqGwendal Grignou
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra
2019-09-02mfd / platform: cros_ec: Handle chained ECs as platform devicesEnric Balletbo i Serra
2019-06-20platform/chrome: cros_ec_lpc: Choose Microchip EC at runtimeEnric Balletbo i Serra
2019-06-20platform/chrome: cros_ec_lpc: Merge cros_ec_lpc and cros_ec_lpc_regEnric Balletbo i Serra
2019-06-05platform/chrome: cros_ec: Make some symbols staticYueHaibing
2019-02-01platform/chrome: cros_ec_lpc: switch to SPDX identifierEnric Balletbo i Serra
2019-02-01mfd / platform: cros_ec: Use devm_mfd_add_devicesEnric Balletbo i Serra
2018-10-09platform/chrome: Add a new interrupt path for cros_ec_lpcEnrico Granata
2018-09-07platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform.Enric Balletbo i Serra
2018-05-22platform/chrome: cros_ec_lpc: do not try DMI match when ACPI device foundDmitry Torokhov
2018-04-09platform/chrome: cros_ec_lpc: Add support for Google devices using custom cor...Salvatore Bellizzi
2018-04-09platform/chrome: cros_ec_lpc: wake up from s2idle on Chrome ECWenkai Du
2017-12-17platform/chrome: cros_ec_lpc: Add support for Google GlimmerThierry Escande
2017-12-17platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.Enric Balletbo i Serra
2017-12-17platform/chrome: cros_ec_lpc: remove redundant pointer requestColin Ian King
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig
2017-06-27cros_ec: Don't signal wake event for non-wake host eventsShawn Nematbakhsh
2017-06-23platform/chrome: cros_ec_lpc: Add MKBP events support over ACPIGwendal Grignou
2017-06-23platform/chrome: cros_ec_lpc: Add power management opsArchana Patni
2017-06-23platform/chrome: cros_ec_lpc: Add support for GOOG004 ACPI deviceGwendal Grignou
2017-06-23platform/chrome: cros_ec_lpc: Add support for mec1322 ECShawn Nematbakhsh
2017-06-23platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variantsShawn Nematbakhsh
2015-10-07platform/chrome: cros_ec_lpc - Add support for Google Pixel 2Javier Martinez Canillas
2015-10-07platform/chrome: cros_ec_lpc - Use existing function to check EC resultJavier Martinez Canillas
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou