From patchwork Sat Apr 2 01:18:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benson Leung X-Patchwork-Id: 12798898 Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 76C1310E9 for ; Sat, 2 Apr 2022 01:18:22 +0000 (UTC) Received: by mail-pl1-f175.google.com with SMTP id e5so3858358pls.4 for ; Fri, 01 Apr 2022 18:18:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:from:to:cc:subject:message-id:mime-version:content-disposition; bh=vmXDNGRwxvJV5bPtlpMkGelkiXgueKiUQe5KobqRJ/4=; b=NONBFM1nyA+/a7X1odEhyipKm4YHgfni3MSDXOxb6N8k5EUYH4qxjuoDq91WCTjCCD cOdWI2ICvv9C6sOLtkNw0eCSqL/I8XXSMfhyEuImA7vgv1rE328wNQIRD/YD0buKz0Bb P7Cx7V6CYDgfLMbHlTWyzbVut0ZPAfsrjYmHD7rc4+uwNldLB14weJKla4ntc8EwEuTH dkUJH/VlFeQpwqp3hk+XFt1y4V2pyinXZgLrV+EZ4Vyy4boyROI8ZGF6SGRAlcnyYi3u utaG2CJDL3dJHfhr3/svxdKf5SMbutxmype1xxxsy7mT21Pq/TuLLlrCbjcbd5C7/xdA uKbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition; bh=vmXDNGRwxvJV5bPtlpMkGelkiXgueKiUQe5KobqRJ/4=; b=AlN2FghrN4AntPyMqKajqG2jpFtP0pPyz6Q/8XuBL2NYKFUCHOGaGJgNFG6x2pDoJV PryVHk8bI0ZM0QZ1NnMgPY7MiCLS7J4eZoKsvWHQpRFrJehZhtR4ZXaZhF/S6tjkMNcq lka8J2pboIEqTFNyOnnXhqiQ9wBM7EyfvRyYp7A7Qu4vI2abTlfy4hv3toDItDqFRWtY 76qsKMz7/NLGGQKgYKdOVPWWN8omzvYbH3xWTpzjZiY/bHtibbCX6rXmYGEPvvZ4IuHF 3WSq7XLsxZrYiYyVMnLbCudxQ8j3QvdHwJulzMIAPDeVatg8AgnMPtX7coreE82xEQcL 3n5g== X-Gm-Message-State: AOAM533VwtYAlee5G8lOvYDCqvhYHXZRWU2UiRncXpE7lZVKghOiNEcV gto3nzcCyntNHsmp+7VIBEoDcw== X-Google-Smtp-Source: ABdhPJy+bnbcPBXRDI8Tq5oOepqEmiWjEb84NCjTl7AXKfF37y7W7ZWFY8F4nxzb2yiKOYPjDVi0AQ== X-Received: by 2002:a17:902:e851:b0:156:3cbd:22d0 with SMTP id t17-20020a170902e85100b001563cbd22d0mr18151216plg.33.1648862301431; Fri, 01 Apr 2022 18:18:21 -0700 (PDT) Received: from google.com ([2620:15c:202:201:b43e:b2a3:f165:61a1]) by smtp.gmail.com with ESMTPSA id ot17-20020a17090b3b5100b001c746bfba10sm15020578pjb.35.2022.04.01.18.18.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Apr 2022 18:18:19 -0700 (PDT) Date: Fri, 1 Apr 2022 18:18:13 -0700 From: Benson Leung To: torvalds@linux-foundation.org Cc: pmalani@chromium.org, bleung@chromium.org, bleung@google.com, bleung@kernel.org, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org, tzungbi@kernel.org Subject: [GIT PULL] chrome-platform changes for v5.18 Message-ID: Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Hi Linus, Here's chrome-platform's changes for v5.18-rc1. Of note, the last two commits of this PR had to be reworded (actually just the second to last one) since it hit linux-next for a minor commit message fixup. Content wise, the two are the same as they are on linux-next right now. Thanks, Benson The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-for-v5.18 for you to fetch changes up to 0e8eb5e8acbad19ac2e1856b2fb2320184299b33: platform/chrome: cros_ec_debugfs: detach log reader wq from devm (2022-03-31 16:56:48 -0700) ---------------------------------------------------------------- chrome platform changes for 5.18 cros_ec_typec: * platform/chrome: cros_ec_typec: Check for EC device - Fix a crash when using the cros_ec_typec driver on older hardware not capable of typec commands. * Make try power role optional. * Mux configuration reorganization series from Prashant. cros_ec_debugfs: * Fix use after free. Thanks Tzung-bi. sensorhub: * cros_ec_sensorhub fixup - Split trace include file misc: * Add new mailing list for chrome-platform development. chrome-platform@lists.linux.dev. Now with patchwork! ---------------------------------------------------------------- Benson Leung (1): MAINTAINERS: platform-chrome: Add new chrome-platform@lists.linux.dev list Gwendal Grignou (1): platform: chrome: Split trace include file Prashant Malani (6): platform/chrome: cros_ec_typec: Make try power role optional platform/chrome: cros_ec_typec: Check for EC device platform/chrome: cros_ec_typec: Move mux flag checks platform/chrome: cros_ec_typec: Get mux state inside configure_mux platform/chrome: cros_ec_typec: Configure muxes at start of port update platform/chrome: cros_ec_typec: Update mux flags during partner removal Tzung-Bi Shih (1): platform/chrome: cros_ec_debugfs: detach log reader wq from devm MAINTAINERS | 5 + drivers/platform/chrome/Makefile | 3 +- drivers/platform/chrome/cros_ec_debugfs.c | 12 +-- drivers/platform/chrome/cros_ec_sensorhub_ring.c | 3 +- drivers/platform/chrome/cros_ec_sensorhub_trace.h | 123 ++++++++++++++++++++++ drivers/platform/chrome/cros_ec_trace.h | 95 ----------------- drivers/platform/chrome/cros_ec_typec.c | 97 +++++++++-------- 7 files changed, 186 insertions(+), 152 deletions(-) create mode 100644 drivers/platform/chrome/cros_ec_sensorhub_trace.h