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 8EA53C27C76 for ; Wed, 25 Jan 2023 14:25:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235397AbjAYOZ3 (ORCPT ); Wed, 25 Jan 2023 09:25:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235400AbjAYOZB (ORCPT ); Wed, 25 Jan 2023 09:25:01 -0500 Received: from mail-vs1-xe30.google.com (mail-vs1-xe30.google.com [IPv6:2607:f8b0:4864:20::e30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19803561B4; Wed, 25 Jan 2023 06:24:52 -0800 (PST) Received: by mail-vs1-xe30.google.com with SMTP id n190so19899676vsc.11; Wed, 25 Jan 2023 06:24:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=MUqrk3GP/3DhSmWkuOs8ye3NG8xp7aQ+gekfrX4lQc0=; b=ZdftSwjj1akDmWaqauSggV71jW2O+HXguAfnqr6NnF30jtnzzC1QbrFAJEAxUiPUC2 2EwQgfL9avUaF/FtKblPe7764ZyUIxLYHv0Ujvu8Reailrj99ot/mgUfGb4JG+v+cjR4 0SImZT+cU08V9+a3xPMyJcCz1utBX6387Ol+k6GkHKtU7qt2s1EUL5cyxY60aQxvl5PP NTajtuHRDbtB+MutOWPhxu48bOLX/7lEAGsvYdGQG6IChaxsLzMCRDLMl6IfJwMZhk2k X2oYHLmyalFzic/odZzxSnfPTqtwyXgzb5ywVXsjjqXFZIGwDRlVlf/79YqGj3LiA/01 nFng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=MUqrk3GP/3DhSmWkuOs8ye3NG8xp7aQ+gekfrX4lQc0=; b=26CmU8Bz0R0Dzk4J1iQHF3ipxJ75CZeDMwkngwl0pwvYBplikURH6JXeFO4GroUD/G cVWMSD3X74Oukm9kQrSb+LQcs9/uGjEqNqI0fQ2G23GdeLMMnt7TeiF6oqJixIQ8XrZU 5jAroi8FZY0RJRqKbbg1UxyPeEZkyM2jaWhcsGMudmC2xCxjgV9K303FErkGa5Q79eUJ 6o4Pn5drQA3zKvdEIFZ7/fSw/fmvnz5njbDaburoChdGfEjMalae4/m6dAKpgWTPYmFe 3Em3ZxmunvctB80bRDvDriWjV0XbbF1ADfxR4pwmEzAoNxXo9M3vyD/LC7XP1a/YEKeF I1Pw== X-Gm-Message-State: AFqh2ko6VXP1Lx74oyFRskDZjehz0q5SDjNYBEIZ3Mj34mD7Dm8VRjjh pMuYCuwoUyZaygtOnF3NVLHJQiJDwNG2Wkd7Dp211+TL X-Google-Smtp-Source: AMrXdXtp+1+l0V7eBzDbpTKwsXlca8z4HTN//sBpr4Dtwdc6Xx/uxZgT00JsWeAYoFgKAlb6wawZbQI7lVXyFEiKCm4= X-Received: by 2002:a67:d097:0:b0:3d0:cb3d:ad47 with SMTP id s23-20020a67d097000000b003d0cb3dad47mr5095413vsi.76.1674656691211; Wed, 25 Jan 2023 06:24:51 -0800 (PST) MIME-Version: 1.0 References: <20230125072605.1121-1-linux.amoon@gmail.com> <20230125072605.1121-5-linux.amoon@gmail.com> In-Reply-To: From: Anand Moon Date: Wed, 25 Jan 2023 19:54:33 +0530 Message-ID: Subject: Re: [PATCH RESEND linux-next v4 4/4] dt-bindings: usb: Fix properties for VL817 hub controller To: Krzysztof Kozlowski Cc: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , linux-amlogic@lists.infradead.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Krzysztof, On Wed, 25 Jan 2023 at 15:27, Krzysztof Kozlowski wrote: > > On 25/01/2023 10:43, Anand Moon wrote: > > Hi Krzysztof, > > > > On Wed, 25 Jan 2023 at 13:10, Krzysztof Kozlowski > > wrote: > >> > >> On 25/01/2023 08:26, Anand Moon wrote: > >>> Cleanup by removing unneeded quotes from refs and > >>> add maxItems to reset-gpios and fix the required list. > >>> > >>> Fixes: 31360c28dfdd ("dt-bindings: usb: Add binding for Via lab VL817 hub controller") > >>> Reviewed-by: Krzysztof Kozlowski > >> > >> NAK. > >> > >> You ignored my feedback. Please help me understand how my tag appeared here. > >> > > I have followed your feedback and modified the below patch > > I thought you review these changes see below. > > > > [0] https://lore.kernel.org/all/df1c8545-01d0-3821-0c19-07a369e40472@linaro.org/ > > This was entirely different patch. You cannot take reviews from > something else and apply to other patch. > > Best regards, > Krzysztof > ok, I will keep this in my mind. Thanks -Anand 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 280F6C54E94 for ; Wed, 25 Jan 2023 14:25:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jXvBZh4x7PpUS79U7Y3Fi1bL7Imub9rwdIHQEguwbzU=; b=4vHw+QLmNyTMTp 5++TpjWNlUSjTekoHDfCP6HsxnSSa4YRYprrhzQ9HQEkFs+x0FpokE582Fd9e7OHjihg9a2AELsTw l7AWwS5FWDb7nkUdqMzfsu+fhjoHqxnXSUD+QBQ8SpaDFLjXNPijxcsZzQv3T8SaH507dEOnPJ/Wd MHb3B2CS2TlHSnnxs9GYYJc+LbOfbTzo8n51loNyX3gdsw+IGueBODORkVGNRyLkB4AUFbDPMxPNO 8Q/KcwCxJXyzHWU50YEvuuBJDzd4kHG/c6Nl+l/rB5Oel76G2HpQCsS9Oi1TQY9/jhWvHkFaKHB67 l6d57yhBrJKy/avrUaMg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKghs-007Wxn-RJ; Wed, 25 Jan 2023 14:24:56 +0000 Received: from mail-vs1-xe2d.google.com ([2607:f8b0:4864:20::e2d]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKghq-007Wvs-Ej for linux-amlogic@lists.infradead.org; Wed, 25 Jan 2023 14:24:55 +0000 Received: by mail-vs1-xe2d.google.com with SMTP id j185so19862169vsc.13 for ; Wed, 25 Jan 2023 06:24:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=MUqrk3GP/3DhSmWkuOs8ye3NG8xp7aQ+gekfrX4lQc0=; b=ZdftSwjj1akDmWaqauSggV71jW2O+HXguAfnqr6NnF30jtnzzC1QbrFAJEAxUiPUC2 2EwQgfL9avUaF/FtKblPe7764ZyUIxLYHv0Ujvu8Reailrj99ot/mgUfGb4JG+v+cjR4 0SImZT+cU08V9+a3xPMyJcCz1utBX6387Ol+k6GkHKtU7qt2s1EUL5cyxY60aQxvl5PP NTajtuHRDbtB+MutOWPhxu48bOLX/7lEAGsvYdGQG6IChaxsLzMCRDLMl6IfJwMZhk2k X2oYHLmyalFzic/odZzxSnfPTqtwyXgzb5ywVXsjjqXFZIGwDRlVlf/79YqGj3LiA/01 nFng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=MUqrk3GP/3DhSmWkuOs8ye3NG8xp7aQ+gekfrX4lQc0=; b=iOynGhxHLSslx58TNAIWQbmyO/x/oGGxyqXaedaf0+9sJD/Wab/m44pa7/TSF9aOh9 o1u3VYZCLBnILwi5YkagIHCv56oolXyBV9TP6KraWgSWmkws0pj5o7GkhKyccxe3P4JO cxn/6OS9DGdovygcSECYhi8ST2nrq2dAuAfJeHJDu9EyCwKtP4aZvNcrGth1/XV3gbIU qX/+ZRvUWJ339JZHGmgZzBjesWT3+pYJOc10vJ6G2WaCw+7fcrrNDeHs0RPCoi9BUvXJ UBQqsDn5Y7/F4hQW9gMwy4Sa2xinK5KzX0C30tas176XlFGjpE3O2MTTJNMsRJnk+GvY zYXw== X-Gm-Message-State: AFqh2kp9hpUw8lQEokPTnjtV6G+ytXKccNz0frTn5ohcmZqR/bRamJcO 88cvrfZ8BJcmebXO8UQo4WJTuT4ZbejRd7/DQog= X-Google-Smtp-Source: AMrXdXtp+1+l0V7eBzDbpTKwsXlca8z4HTN//sBpr4Dtwdc6Xx/uxZgT00JsWeAYoFgKAlb6wawZbQI7lVXyFEiKCm4= X-Received: by 2002:a67:d097:0:b0:3d0:cb3d:ad47 with SMTP id s23-20020a67d097000000b003d0cb3dad47mr5095413vsi.76.1674656691211; Wed, 25 Jan 2023 06:24:51 -0800 (PST) MIME-Version: 1.0 References: <20230125072605.1121-1-linux.amoon@gmail.com> <20230125072605.1121-5-linux.amoon@gmail.com> In-Reply-To: From: Anand Moon Date: Wed, 25 Jan 2023 19:54:33 +0530 Message-ID: Subject: Re: [PATCH RESEND linux-next v4 4/4] dt-bindings: usb: Fix properties for VL817 hub controller To: Krzysztof Kozlowski Cc: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , linux-amlogic@lists.infradead.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230125_062454_514146_880B0151 X-CRM114-Status: GOOD ( 16.17 ) X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org Hi Krzysztof, On Wed, 25 Jan 2023 at 15:27, Krzysztof Kozlowski wrote: > > On 25/01/2023 10:43, Anand Moon wrote: > > Hi Krzysztof, > > > > On Wed, 25 Jan 2023 at 13:10, Krzysztof Kozlowski > > wrote: > >> > >> On 25/01/2023 08:26, Anand Moon wrote: > >>> Cleanup by removing unneeded quotes from refs and > >>> add maxItems to reset-gpios and fix the required list. > >>> > >>> Fixes: 31360c28dfdd ("dt-bindings: usb: Add binding for Via lab VL817 hub controller") > >>> Reviewed-by: Krzysztof Kozlowski > >> > >> NAK. > >> > >> You ignored my feedback. Please help me understand how my tag appeared here. > >> > > I have followed your feedback and modified the below patch > > I thought you review these changes see below. > > > > [0] https://lore.kernel.org/all/df1c8545-01d0-3821-0c19-07a369e40472@linaro.org/ > > This was entirely different patch. You cannot take reviews from > something else and apply to other patch. > > Best regards, > Krzysztof > ok, I will keep this in my mind. Thanks -Anand _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic