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 F1A0AE75428 for ; Tue, 3 Oct 2023 06:51:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230304AbjJCGvR (ORCPT ); Tue, 3 Oct 2023 02:51:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58546 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229453AbjJCGvQ (ORCPT ); Tue, 3 Oct 2023 02:51:16 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D92FB0 for ; Mon, 2 Oct 2023 23:51:13 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99AF4C433C7; Tue, 3 Oct 2023 06:51:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696315873; bh=JlKz8TnjKZB3qADozNp3jxhS6lFpcAtZkkpuPxyVPAs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dsB1b3ReOL2s0+k/5c4ftz8IQrp5C0DPi6B96/rPdrtzF3aEnfvABRIYnXQdo75un ZmYp1Fq27VVjh63hY8aGkVZ7HwR/WmSLbpv6LqKiXgieOyZIgTafH2SJjQaHLvfEkw 8Dbt2E3vhlFM1x0uv3UdNqxol45aCztkCKx/Zk8w= Date: Tue, 3 Oct 2023 08:50:32 +0200 From: Greg KH To: Tomer Maimon Cc: peter.chen@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, xu.yang_2@nxp.com, peng.fan@nxp.com, avifishman70@gmail.com, tali.perry1@gmail.com, joel@jms.id.au, venture@google.com, yuenn@google.com, benjaminfair@google.com, j.neuschaefer@gmx.net, openbmc@lists.ozlabs.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH RESEND v3 0/3] usb: ChipIdea: add Nuvoton NPCM UDC support Message-ID: <2023100323-reunite-upfront-8922@gregkh> References: <20231002161350.64229-1-tmaimon77@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231002161350.64229-1-tmaimon77@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 02, 2023 at 07:13:47PM +0300, Tomer Maimon wrote: > This patch set add USB device controller for the NPCM Baseboard > Management Controllers (BMC). > > NPCM UDC driver is a part of the USB ChipIdea driver. > > Adding CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flag to modify the vbus_active > parameter to active in case the ChipIdea USB IP role is device-only and > there is no otgsc register. > > BMC NPCM7XX and BMC NPCM8XX has ten identical NPCM UDC modules, > > The NPCM UDC were tested on NPCM845 evaluation board. > > Addressed comments from: > - Krzysztof Kozlowski : https://www.spinics.net/lists/kernel/msg4951321.html Why is this a RESEND?