From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 850A1883A; Mon, 13 Nov 2023 03:42:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HR6BsHSG" Received: by smtp.kernel.org (Postfix) with ESMTPS id 0A2B3C433C7; Mon, 13 Nov 2023 03:42:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699846957; bh=O3cH1Fu2ItcqGrkgGUT5x/tZj005EiXhXeidtgeHun4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=HR6BsHSGZNoVasTuN9MY7ZHzwJlHPhgbyawvAQD7jJv+2caeTQ25+8cvcvX+pe3TF 5IrgjkPEXGhoEqnK/+ptHFOjyUUd1sbWtRjennBBL2acAdxykzHEM7ZBUHOt7LiukF B9kybCG1XZo2URx1H9kZQfRRWrf5ZpjRvtYW+XADGTe2VphhRnxVIeKjDc33I3l3rT bj8jbCJzMEA8szH07kqyXorX5OXinQjn7pXPIy+BJAVN55Tk1mJp/M0mhbeK+eI/GR 2GhBxOLQ0ZwIL65AQLaqSUR6CiyTb/p2QVoHQT0N8cxHO4If2ephHh3xR1v9KkUfY3 cnycQM4o0gylA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id E28A3E32711; Mon, 13 Nov 2023 03:42:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 0/9] media: cros-ec-cec: Add support for multiple ports From: patchwork-bot+chrome-platform@kernel.org Message-Id: <169984695692.27851.18059442227067632495.git-patchwork-notify@kernel.org> Date: Mon, 13 Nov 2023 03:42:36 +0000 References: <20230825024735.1443836-1-rekanorman@chromium.org> In-Reply-To: <20230825024735.1443836-1-rekanorman@chromium.org> To: Reka Norman Cc: hverkuil-cisco@xs4all.nl, dnojiri@chromium.org, narmstrong@baylibre.com, sadolfsson@google.com, bleung@chromium.org, groeck@chromium.org, mchehab@kernel.org, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Hello: This series was applied to chrome-platform/linux.git (for-next) by Hans Verkuil : On Fri, 25 Aug 2023 12:43:53 +1000 you wrote: > The Google Dibbi chromebox will have two HDMI ports with CEC enabled via > its EC. Currently, the cros-ec-cec driver and the host command interface > to the EC assume there is only one port. E.g. the commands have no > parameter to indicated which port to operate on. > > This series adds support for multiple ports. The driver is modified to > manage an array of ports, each with their own CEC adapter and notifier. > The host command interface is modified to support multiple ports. All > changes to interface are backwards compatible. > > [...] Here is the summary with links: - [v2,1/9] media: cros-ec-cec: Use cros_ec_cmd to send host commands https://git.kernel.org/chrome-platform/c/afca12e35e71 - [v2,2/9] media: cros-ec-cec: Manage an array of ports https://git.kernel.org/chrome-platform/c/4d0e179a4287 - [v2,3/9] media: cros-ec-cec: Support multiple ports in set/get host commands https://git.kernel.org/chrome-platform/c/e90bd1fe7cda - [v2,4/9] media: cros-ec-cec: Support multiple ports in write command https://git.kernel.org/chrome-platform/c/adbfc747ddfb - [v2,5/9] media: cros-ec-cec: Support multiple ports in MKBP cec_events https://git.kernel.org/chrome-platform/c/1cabf52639d1 - [v2,6/9] media: cros-ec-cec: Support receiving messages from multiple ports https://git.kernel.org/chrome-platform/c/425d20518c54 - [v2,7/9] media: cros-ec-cec: Allow specifying multiple HDMI connectors https://git.kernel.org/chrome-platform/c/e7885b9c6564 - [v2,8/9] media: cros-ec-cec: Get number of CEC ports from EC https://git.kernel.org/chrome-platform/c/5d227f02ceb9 - [v2,9/9] media: cros-ec-cec: Add Dibbi to the match table https://git.kernel.org/chrome-platform/c/8d3e6030e30f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html