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 96E90C46467 for ; Wed, 18 Jan 2023 17:22:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229496AbjARRWd (ORCPT ); Wed, 18 Jan 2023 12:22:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230266AbjARRWU (ORCPT ); Wed, 18 Jan 2023 12:22:20 -0500 Received: from mail-il1-x133.google.com (mail-il1-x133.google.com [IPv6:2607:f8b0:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 683AA58670 for ; Wed, 18 Jan 2023 09:22:12 -0800 (PST) Received: by mail-il1-x133.google.com with SMTP id d10so17341225ilc.12 for ; Wed, 18 Jan 2023 09:22:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=YHkgikre77EHT3/g6r0NFQCicXfNDncfTKLPLwU0O5Q=; b=mQVPzVOy2HAK3snoqJ5SuOs+TGigKX0JzcM1I1ffephUlCut6a4watbrK58DAtqW+O P2HRiFijPyWn9GdB6MvCLt9VxuyXmA/G1XQkqssjC+2RJwT2f8A6EGONwN81bkZx5bmp +zQylD+L4yXp6WDODprc2dRr9Q2DFYgySgNMg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=YHkgikre77EHT3/g6r0NFQCicXfNDncfTKLPLwU0O5Q=; b=axRhi78b7C4T29J7hVF2Ann0Hbepr6rc8k6741Jh5xP82HXIWKIS9XNIkLq3s3MMRI TTMp3gdUsQ+VXzRtCqy4fnBsN5pTMKhoUMoMN5lEHP76KxcCfoLYdXPhB9IRKOuIbanB wLsXEYXJ3hhvfAM14DZcLMgskAsNhP0Y7VJpJ5ruHO9DtMvG4VCtpJVVAQwav3aBgdXX sv28tCWXZbmu61vUEi7TmdPA+weTJOtaJy/BT5jzYgUfHquFppSVWIvU+STn/0Kvo5/U KfEFUQ2mtysGikdW7cCIA+fLBO/+imwNtobXRl6cEdt8hj4EzQAKpZENgPitUHbjyZIQ nY6A== X-Gm-Message-State: AFqh2krpX1N2jX0G1/aerKjpV8IsPbJ9HEj5CxXtq8YXwQR1WiMUmTtU IYe5HYjWaMCbdWjxxRLQDdetsQ== X-Google-Smtp-Source: AMrXdXtMjhW5fHNPeVRbpUj2TtE21JZN3FT5gzC4TId5LfCuRZEk9efrLRfrVPrpMeR7hh+KOEpAZQ== X-Received: by 2002:a05:6e02:1d86:b0:30d:c671:48c5 with SMTP id h6-20020a056e021d8600b0030dc67148c5mr8273983ila.16.1674062531845; Wed, 18 Jan 2023 09:22:11 -0800 (PST) Received: from localhost (30.23.70.34.bc.googleusercontent.com. [34.70.23.30]) by smtp.gmail.com with UTF8SMTPSA id z1-20020a027a41000000b003760a908bfasm10644139jad.169.2023.01.18.09.22.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 18 Jan 2023 09:22:11 -0800 (PST) Date: Wed, 18 Jan 2023 17:22:11 +0000 From: Matthias Kaehlcke To: Anand Moon Cc: Greg Kroah-Hartman , linux-amlogic@lists.infradead.org, Alexander Stein , Johan Hovold , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 8/9] usb: misc: onboard_usb_hub: add VIA LAB VL817 hub support Message-ID: References: <20230118044418.875-1-linux.amoon@gmail.com> <20230118044418.875-9-linux.amoon@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230118044418.875-9-linux.amoon@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 18, 2023 at 04:44:16AM +0000, Anand Moon wrote: > VIA LAB VL817 is a 4-port USB 3.1 hub and USB 2.0 root hub > that has a reset pin to toggle and a 5.0V core supply exported > though an integrated LDO is available for powering it. > > Add the support for this hub, for controlling the reset pin and > the core power supply. > > Add USB device id's for USB 2.0 and USB 3.0 root hub. > > Signed-off-by: Anand Moon Acked-by: Matthias Kaehlcke