From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BC52A1D554 for ; Fri, 6 Oct 2023 15:46:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IrQlPwGv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F15CC433C8; Fri, 6 Oct 2023 15:46:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696607207; bh=ksSYkcdw/6cmeqtqG2iMHN+7nIEblCybrVsjoCbBp8k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IrQlPwGvGxCPQz4wOxg+XyD4dDq3MEvesVTQy6DxQgeM1nte2Qxop0OPxRfxOtK6l q8HC00ubJ6o2p43TooGK/qsFKzR/EHiDi/6vpZKOwR3xhuZNDOYLPsqQXedyUuBgZe LFIpcEhhgPIOaVV56PsmfX/bNblUjELgDHE4ZAkZbeuNTpjibXmuuVlICzwSrpS055 vncR/zjhGbfTwjUso5u3P4z6ioGrWVvSj5NuG8ziUNJdA+foBai9dfk57F3KstNqSJ aEL8ecNdGnj3zNSzII2W5IuvMCXJWOgN13Xc0sKni+uChidHEzUhQFfZCgyQHAO8yl KVmiRm7SG4jzw== Received: from johan by xi.lan with local (Exim 4.96) (envelope-from ) id 1qon2f-0006BE-36; Fri, 06 Oct 2023 17:47:06 +0200 Date: Fri, 6 Oct 2023 17:47:05 +0200 From: Johan Hovold To: Krishna Kurapati PSSNV Cc: Thinh Nguyen , Greg Kroah-Hartman , Bjorn Andersson , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, quic_ppratap@quicinc.com, quic_wcheng@quicinc.com, quic_jackp@quicinc.com Subject: Re: [PATCH v12 0/3] Add multiport support for DWC3 controllers Message-ID: References: <20231004165922.25642-1-quic_kriskura@quicinc.com> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Oct 05, 2023 at 02:32:54PM +0530, Krishna Kurapati PSSNV wrote: > On 10/5/2023 12:06 PM, Johan Hovold wrote: > > On Wed, Oct 04, 2023 at 10:29:19PM +0530, Krishna Kurapati wrote: > >> Krishna Kurapati (3): > >> usb: dwc3: core: Access XHCI address space temporarily to read port > >> info > >> usb: dwc3: core: Skip setting event buffers for host only controllers > >> usb: dwc3: qcom: Add helper function to request threaded IRQ > > > > NAK. > > > > These patches make very little sense on their own and can't really be > > evaluated without the context of the larger series. > > > > Just work on getting the multiport series in shape and include any acks > > you've received so far when submitting new revisions. > This may be partially true for first patch of this series, (where we > read num_ports), but the other two patches are self explanatory and are > applicable for non-mp controllers as well. Intention was to ensure we > make the next rebase easy. No, just send the whole series at once. > Will try to address all comments and send v12 again as a whole series > this week. I am actually blocked on [1]. Not able to repro the compile > error on my end. That's what stopped me from sending all at once. Looks like your buffer is too small for a u8 index. Should be easy to fix. Johan > [1]: https://lore.kernel.org/all/202309200156.CxQ3yaLY-lkp@intel.com/