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 X-Spam-Level: X-Spam-Status: No, score=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17B3FC4320E for ; Thu, 29 Jul 2021 05:58:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0432461052 for ; Thu, 29 Jul 2021 05:58:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234163AbhG2F6Q (ORCPT ); Thu, 29 Jul 2021 01:58:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:60900 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233965AbhG2F6O (ORCPT ); Thu, 29 Jul 2021 01:58:14 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8EB3460E09; Thu, 29 Jul 2021 05:58:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627538292; bh=3zZtzVKd3Sg12neQ5izdl/WbCuA721NzpfUrqqguHeA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SnubuooGCme8qAHwR+DZhaoPsx/5cbs8yuraGHGkpy408cjBcW7sgX0jXnN+LJNAE 5hTgyBSDJNbIXNnAFBBmtr64TPqtW1wrARuUzTgNj92ba38yvfGuX3upSDqJ6E+u5m o0umMCHDaitKCbuBZVVzgfgL4kwXEv2xeBQMl+7s= Date: Thu, 29 Jul 2021 07:58:06 +0200 From: Greg Kroah-Hartman To: Konrad Dybcio Cc: ~postmarketos/upstreaming@lists.sr.ht, martin.botka@somainline.org, angelogioacchino.delregno@somainline.org, marijn.suijten@somainline.org, jamipkettunen@somainline.org, Andy Gross , Bjorn Andersson , Rob Herring , Felipe Balbi , Manu Gautam , linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers: usb: dwc3-qcom: Add sdm660 compatible Message-ID: References: <20210728221921.52068-1-konrad.dybcio@somainline.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210728221921.52068-1-konrad.dybcio@somainline.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 29, 2021 at 12:19:21AM +0200, Konrad Dybcio wrote: > Add a new compatible for SDM660's DWC3. > > Signed-off-by: Konrad Dybcio Odd mailing list you sent this to, what tree do you expect this to go through? thanks, greg k-h