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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 25A85C64E7A for ; Fri, 27 Nov 2020 13:08:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BA7B421D7A for ; Fri, 27 Nov 2020 13:08:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="e/9RMs/L" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730078AbgK0NIB (ORCPT ); Fri, 27 Nov 2020 08:08:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:57138 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730069AbgK0NIA (ORCPT ); Fri, 27 Nov 2020 08:08:00 -0500 Received: from localhost (82-217-20-185.cable.dynamic.v4.ziggo.nl [82.217.20.185]) (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 E987B21D7A; Fri, 27 Nov 2020 13:07:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1606482480; bh=yEWT8yD9oRORktPdkDenJyadykuE0kyiolVtHRsxdHM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=e/9RMs/Lk0qJsHgGqlYAZGfhW6KFi6eOV7v7iVF3ePVpFnnquSxjK1RhOq2MAuEkW IV5t58M2RC/DOyoaFuh/4L3lhM80uteriqBgjg0CBsA3pMWxJiKB2/kqZallMfq4ty KwAcpyjbizESECkuTvlATzYqGroK1lDPu9FldFKg= Date: Fri, 27 Nov 2020 14:07:58 +0100 From: Greg Kroah-Hartman To: Amelie DELAUNAY Cc: Rob Herring , Maxime Coquelin , Alexandre Torgue , Russell King , Heikki Krogerus , Badhri Jagan Sridharan , Jun Li , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, Fabrice Gasnier Subject: Re: [PATCH v5 3/5] usb: typec: stusb160x: fix power-opmode property with typec-power-opmode Message-ID: References: <20201106165805.31534-1-amelie.delaunay@st.com> <20201106165805.31534-4-amelie.delaunay@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Nov 27, 2020 at 02:01:29PM +0100, Amelie DELAUNAY wrote: > Hi Greg, > > gentle reminder for this patch, lost in the middle of a DT series (DT part > already in stm32-next). Odd, I don't see this anymore, can you resend just this one so I can apply it directly? thanks, greg k-h