[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250312195951.1579682-1-jthies@google.com>
Date: Wed, 12 Mar 2025 19:59:09 +0000
From: Jameson Thies <jthies@...gle.com>
To: tzungbi@...nel.org, ukaszb@...omium.org, bleung@...omium.org,
heikki.krogerus@...ux.intel.com, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, groeck@...omium.org, swboyd@...omium.org,
akuchynski@...omium.org
Cc: devicetree@...r.kernel.org, chrome-platform@...ts.linux.dev,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org,
Jameson Thies <jthies@...gle.com>
Subject: [PATCH v1 0/3] Load cros_ec_ucsi from OF and ACPI definitions
The ChromeOS UCSI driver (cros_ec_ucsi) currently gets added as
subdevice of cros_ec_dev. But without it being defined by an ACPI
node or in the OF device tree, the typec connectors are not correctly
associated with other part of the device tree. This series updates the
cros_ec_ucsi driver to load based on device definitions in ACPI and OF.
It also changes the cros_ec_dev driver to block adding cros_ec_ucsi
as a subdevice if it is defined in the device tree.
Jameson Thies (3):
dt-bindings: Add cros-ec-ucsi to cros-ec-typec device tree
documentation
usb: typec: cros_ec_ucsi: Load driver from OF and ACPI definitions
mfd: cros_ec: Don't add cros_ec_ucsi if it is defined in OF or ACPI
.../bindings/chrome/google,cros-ec-typec.yaml | 13 +++++--
drivers/mfd/cros_ec_dev.c | 39 ++++++++++++++++---
drivers/usb/typec/ucsi/cros_ec_ucsi.c | 26 ++++++++++++-
3 files changed, 68 insertions(+), 10 deletions(-)
base-commit: 9fc83373f0ffb8834da48b1446a5c2fef9525bb1
--
2.49.0.rc0.332.g42c0ae87b1-goog
Powered by blists - more mailing lists