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 6FBB1CCA47C for ; Thu, 7 Jul 2022 00:17:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234678AbiGGAR5 (ORCPT ); Wed, 6 Jul 2022 20:17:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234613AbiGGAR4 (ORCPT ); Wed, 6 Jul 2022 20:17:56 -0400 Received: from mail-oa1-x30.google.com (mail-oa1-x30.google.com [IPv6:2001:4860:4864:20::30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B0C0F2DAA1 for ; Wed, 6 Jul 2022 17:17:55 -0700 (PDT) Received: by mail-oa1-x30.google.com with SMTP id 586e51a60fabf-10bd4812c29so17641096fac.11 for ; Wed, 06 Jul 2022 17:17:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=A9KMWBQbXLx/bx1xZ0Ut5YH6Gehkg3o6EpAfQEv3oiQ=; b=aFZdN/uwvv5by+9RhHiClMYZnVo6UGSzcXWWtCAt5r2fbdoUTBbHZ9NDK6Jj0z1pNd T38kEws2G5cAXs85Wvufk9YgEiWLP8NOvEtr1Snrb9gDrm/lX9iG4ufe56aRHSMlmDW1 eNHW9MDnS+MOypb2lP2JCNoRd/AhNVVaO2PaE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=A9KMWBQbXLx/bx1xZ0Ut5YH6Gehkg3o6EpAfQEv3oiQ=; b=1ao3RoGJPD3YZi18E1hP7WH0UXlME84i2c0qYDfLlGYETOLxrLcdUTCzrQZ/Fih5j7 vas+xVp8CgdsFMrhJBr2duGx41LChVFtU+P86hAJ4SDngm3utPRsVIc0XS1zG0OJRgIQ 2a335TKrTaA2biJ6brgmnNJ48xbPcVKw6aSYvrJz3lc2ZtnX3g1s8iU5UtfVtWIPgFn9 Z8ey3J6f71M5kts1AEvUlJoN0SoLy1CypLzml+lxeZXzQ3ifueopEl0L0Lubvk76elSH wozHATjmPwzBvEtOePDlWnqg3PNO5vJ3oo2Ew/oBqhgQvWCBE+8VnRUcgZrRm+xpoPdC LxoA== X-Gm-Message-State: AJIora/cER8uf5f0Almq1P7WsFlHB9rPU9xYKc7UH86R1Jpexsl49vXk vMIJn2zn2uDBOZUdMaEafyWh/F4STQIvnTdsMaZQuw== X-Google-Smtp-Source: AGRyM1vRIZqEOwogKZJcIXv6VDYldqs4L085Qun9gEFdF2cBslF60GMIX99hLqqjzW1HACZsMRx+6b3IRlXWzJ9eHZs= X-Received: by 2002:a05:6870:b381:b0:fe:2004:b3b5 with SMTP id w1-20020a056870b38100b000fe2004b3b5mr961649oap.63.1657153075078; Wed, 06 Jul 2022 17:17:55 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 6 Jul 2022 20:17:54 -0400 MIME-Version: 1.0 In-Reply-To: References: <20220622173605.1168416-1-pmalani@chromium.org> <20220622173605.1168416-6-pmalani@chromium.org> From: Stephen Boyd User-Agent: alot/0.10 Date: Wed, 6 Jul 2022 20:17:54 -0400 Message-ID: Subject: Re: [PATCH v5 5/9] drm/bridge: anx7625: Add typec_mux_set callback function To: Prashant Malani Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, bleung@chromium.org, heikki.krogerus@linux.intel.com, Pin-Yen Lin , AngeloGioacchino Del Regno , =?UTF-8?B?TsOtY29sYXMgRiAuIFIgLiBBIC4gUHJhZG8=?= , Allen Chen , Andrzej Hajda , Daniel Vetter , David Airlie , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Greg Kroah-Hartman , Hsin-Yi Wang , Jernej Skrabec , Jonas Karlman , =?UTF-8?B?Sm9zw6kgRXhww7NzaXRv?= , Krzysztof Kozlowski , Laurent Pinchart , Maxime Ripard , Neil Armstrong , Robert Foss , Rob Herring , Sam Ravnborg , Thomas Zimmermann , Xin Ji Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Prashant Malani (2022-07-06 11:26:19) > > Stephen, any pending concerns? No more pending concerns. > If not,I will post a v6 series with the suggested changes: > - Drop typec-switch binding; instead add a new top-level port with > end-points for each Type-C connector's switch. > - Drop it6505 patches. > - Squash anx7625 driver patches into one patch. > - Add a comment mentioning that we aren't registering the orientation-switch. Ok. I'll take a look on v6.