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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 D2E9AC43603 for ; Wed, 4 Dec 2019 17:19:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A864C2081B for ; Wed, 4 Dec 2019 17:19:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575479948; bh=LpkBJRqlGFpEhqibsZPnh433kIeVDQm45qfIiUzRROc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=LhMDGcf/b9pJAoW5aHuSIL90SZ3VBFFBYLFm6AuJ5kUofOjySzSNjyrnZDoOR+Urv xcJxMqcAz/GhKviSlpNLHO5By5H3lCEa1le3ne+A0xfrngj85Ndtz5QEGSvKe7hbab vBBVsUrYkkpviIou96egrXlggTb01lJUrzasBkAU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728142AbfLDRTE (ORCPT ); Wed, 4 Dec 2019 12:19:04 -0500 Received: from mail.kernel.org ([198.145.29.99]:57132 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726934AbfLDRTE (ORCPT ); Wed, 4 Dec 2019 12:19:04 -0500 Received: from localhost (unknown [217.68.49.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 536602073B; Wed, 4 Dec 2019 17:19:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575479943; bh=LpkBJRqlGFpEhqibsZPnh433kIeVDQm45qfIiUzRROc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IpppSis9yCeWRnPBBb5/AA2PW8ICGTMFwwU9u3NCkIf/JkvBcPrL7pO3mjloI3cF5 xOxC14/h5bsmKIemliWM4tfhMsb/f3C/9+nwl50Qq6BDFkc8Ca2b9HAtjE2BhwG+m3 z4gkvjMBJCuRb4qN3AKA4NWaJcKwqb5BbwKE46jw= Date: Wed, 4 Dec 2019 18:19:01 +0100 From: Greg Kroah-Hartman To: Alexandre Torgue Cc: Kishon Vijay Abraham I , Yoshihiro Shimoda , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: Re: [PATCH] phy: core: Add consumer device link support Message-ID: <20191204171901.GD3627415@kroah.com> References: <20191104143713.11137-1-alexandre.torgue@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Wed, Dec 04, 2019 at 04:33:14PM +0100, Alexandre Torgue wrote: > Hi, > > Gentle ping, in case you missed this. It's the middle of the merge window, we can't add anything to our trees at this point in time, sorry. greg k-h