From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59FACC4332F for ; Mon, 13 Nov 2023 03:24:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233001AbjKMDYC (ORCPT ); Sun, 12 Nov 2023 22:24:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232876AbjKMDX6 (ORCPT ); Sun, 12 Nov 2023 22:23:58 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65BD51719 for ; Sun, 12 Nov 2023 19:23:55 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id E3829C433C9; Mon, 13 Nov 2023 03:23:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699845834; bh=T9GuBU6fhN6Mk0nmOnKVa20ANcbNsgJfnHQNCOAqe64=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=uTvo8eermytZMYIvwjm6dcjtw/9fbTHBezlj/7S+pOV+/heiJmhacHUeLMR+lzTtk 6tS4vp+9Ygzrbeqe2hthvlmVD/7Jg9I8qjkl83PStFhGflOnqiz/KmMup/s9oEE23T vXtwuCJMnya+Cv7xIYzgDfedhxpS8ztPW32vpWLSRivRZonvRkwNnHL0E/U3JR3che +gIbCtNaEeaxrh9NW6BgDtypiFT2cjGXAu28HcsBmdVtY13/b2Bbf0p6BEQ09BSujc zFd82wb4/qCtVoC/H6RnI1RGqiXpFbmj4FX0BVganRhD7lJuFw+ugbeWDqQJv74RBD IsqY13Me/7BFg== 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 C14DEE21ECD; Mon, 13 Nov 2023 03:23:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" 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: <169984583478.27851.15642181644607180001.git-patchwork-notify@kernel.org> Date: Mon, 13 Nov 2023 03:23:54 +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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to chrome-platform/linux.git (for-kernelci) 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