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 9BF5BC27C76 for ; Wed, 25 Jan 2023 14:34:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235651AbjAYOee (ORCPT ); Wed, 25 Jan 2023 09:34:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235595AbjAYOea (ORCPT ); Wed, 25 Jan 2023 09:34:30 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D4CA83E092; Wed, 25 Jan 2023 06:34:29 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 905E8B819B2; Wed, 25 Jan 2023 14:34:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B57A8C433D2; Wed, 25 Jan 2023 14:34:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674657267; bh=/rDP5UhwKBQYCpfhWtHHSqGm5SlvzBbl+sQ26EEgxMo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gwNt9WwmTGTPrf5qkSpugw8IdJ7YSqXadQ+oHswh9HaeTC2csIIeMBVCQGLQf7ZbO KgE1zCMW6XA2oQY/X0n0IB6TBGRYUTeX8F+HZMoVm3hyuEwQhpjLvNejIjYHsOXp19 K821lD7Fic+ef6mKT576LvxvGZnUZ+kj93GI7KTc= Date: Wed, 25 Jan 2023 15:34:24 +0100 From: Greg Kroah-Hartman To: Anand Moon Cc: Rob Herring , Krzysztof Kozlowski , Icenowy Zheng , linux-amlogic@lists.infradead.org, Matthias Kaehlcke , Alexander Stein , Johan Hovold , Krzysztof Kozlowski , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/9] dt-bindings: usb: Add device id for Genesys Logic hub controller Message-ID: References: <20230121175639.12818-1-linux.amoon@gmail.com> <20230121175639.12818-2-linux.amoon@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230121175639.12818-2-linux.amoon@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 21, 2023 at 05:56:29PM +0000, Anand Moon wrote: > Add usb hub device id for Genesys Logic, Inc. GL852G Hub USB 2.0 > root hub. > > Acked-by: Krzysztof Kozlowski > Signed-off-by: Anand Moon > --- > v3: - add Ack of Krzysztof > v2: - drop the vendor name from compatible string. > - drop the -OTG and -QFN76 suffix from commit message. > - drop the GL3523 USB 3.1 root hub device id. I only see 4 of the 9 patches sent to the linux-usb list and cc: me, so I'm totally confused. I'll drop them all from my review queue now and expect a full series to show up if they are needed to be merged through the USB tree thanks, greg k-h