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 E2A5AC04A68 for ; Wed, 27 Jul 2022 20:28:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233176AbiG0U2k (ORCPT ); Wed, 27 Jul 2022 16:28:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232985AbiG0U2f (ORCPT ); Wed, 27 Jul 2022 16:28:35 -0400 Received: from mail-pj1-x1032.google.com (mail-pj1-x1032.google.com [IPv6:2607:f8b0:4864:20::1032]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CCD31501B3 for ; Wed, 27 Jul 2022 13:28:34 -0700 (PDT) Received: by mail-pj1-x1032.google.com with SMTP id h21-20020a17090aa89500b001f31a61b91dso509411pjq.4 for ; Wed, 27 Jul 2022 13:28:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=XvciCU2AYsWe5MRwhd2wBflTqlUl2ihwI9A0kzIcY+c=; b=MeVdO4IUegy5Bajb8c9ArRN1S99Z2vAWNDzHzQ5kSjaQZLakofVSxUKrdAz7PXNDdB +NBceYGM4SeyT3TRCNEGE+mHfBexu6T4X3xteDM9FGFtaWKFaTV3r6mSc4xiT8KxxGkq sHKp/gQturtMAnw6R0BDj1xLY8N7YFCnSChqg= 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:references :mime-version:content-disposition:in-reply-to; bh=XvciCU2AYsWe5MRwhd2wBflTqlUl2ihwI9A0kzIcY+c=; b=jvjSnsfOulDrvxjrPGtHQFnUtzhczqI6MMn5k2puWQiwWM1+lJIEBpuXdqJcg8MF/5 P1x0n6T9GE+3NGWHpaaNjPZDyagjuCk1WitrZ33EqBBIkTjNbf03pi8vNNsG94G/ReUT fJJoHCLEvZZSzDGRarpeHCwJN/5ZbNsR+9VpdL/VpLFGwHGc4f+ycdZVgAixccM6RbTn U6ahTNIx6AzIfkCf9jPvX+8qiZT5jgzzfrn2UTdfCNgP8HNFsfaXsvM3RzjJqNZBHujV 72cQs2fLkMZwmS89R5t8iBgPvta06pN61KwumRnJM5LBwo1cgd8r6PKyaC8fFdUGgV2/ kxcQ== X-Gm-Message-State: AJIora+M20rzTP9WtXH4p2Vk4Orht/HuriushBZL4vC/XvX1SUbNwNPQ 805o/v31wU58PashioDqfvExRg== X-Google-Smtp-Source: AGRyM1uTuunb9fRvJraTJHxm5+wbgxHDPckpbi1E/dm4a6K47mogRY79H0wWQOrfmN0nyVlAfp4W8w== X-Received: by 2002:a17:902:7442:b0:16d:b480:31eb with SMTP id e2-20020a170902744200b0016db48031ebmr3961943plt.157.1658953714191; Wed, 27 Jul 2022 13:28:34 -0700 (PDT) Received: from localhost ([2620:15c:11a:202:472c:7351:bacf:5228]) by smtp.gmail.com with UTF8SMTPSA id y12-20020aa79aec000000b005252a06750esm14239779pfp.182.2022.07.27.13.28.33 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 27 Jul 2022 13:28:33 -0700 (PDT) Date: Wed, 27 Jul 2022 13:28:32 -0700 From: Matthias Kaehlcke To: Krzysztof Kozlowski Cc: Alexander Stein , Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , linux-usb@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 1/3] dt-bindings: usb: Add binding for TI USB8041 hub controller Message-ID: References: <20220727093801.687361-1-alexander.stein@ew.tq-group.com> <5d442d08-0991-9912-d5f7-cb2092c3c0f3@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5d442d08-0991-9912-d5f7-cb2092c3c0f3@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Alexander, On Wed, Jul 27, 2022 at 11:56:55AM +0200, Krzysztof Kozlowski wrote: > On 27/07/2022 11:37, Alexander Stein wrote: > > The TI USB8041 is a USB 3.0 hub controller with 4 ports. > > > > This initial version of the binding only describes USB related aspects > > of the USB8041, it does not cover the option of connecting the controller > > as an i2c slave. > > > > Signed-off-by: Alexander Stein > > > Reviewed-by: Krzysztof Kozlowski I noticed that you didn't include the binding changes in v4. Please make sure to include them until the patch has landed in a maintainer tree. Thanks Matthias