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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 15CB1C433E6 for ; Tue, 2 Feb 2021 15:21:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D1A6F64F5C for ; Tue, 2 Feb 2021 15:21:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235499AbhBBPVR (ORCPT ); Tue, 2 Feb 2021 10:21:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:39414 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235362AbhBBPQz (ORCPT ); Tue, 2 Feb 2021 10:16:55 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id E058A64E92; Tue, 2 Feb 2021 15:12:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612278730; bh=VRH2C0TY3lxQuEhgXygRxDPh4HvH/WNv/bFZptFtF3Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JzPHEWLj8euF7GFM34LeaQylk8IkT7ug59aHh6+3N4c1MzkYtIZLVmz6b0aI1g92w hqCz8Gv2uD0ocKjF2qMwmfGJaNku4vkzeapUPHfKK6mvGaLpV+uHcEHHqgEFIvrES8 JrYpJDWBN5cN3D/20zMAxZh2QR3uM6TGM8mZQ3dg= Date: Tue, 2 Feb 2021 16:11:50 +0100 From: Greg KH To: Benson Leung Cc: enric.balletbo@collabora.com, bleung@chromium.org, bleung@kernel.org, linux-usb@vger.kernel.org, pmalani@chromium.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] Immutable Branch between platform/chrome and USB for v5.12 merge window Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 02, 2021 at 12:06:03AM -0800, Benson Leung wrote: > Hi Greg, > > The following changes since commit 29b01295a829fba7399ee84afff4e64660e49f04: > > usb: typec: Add typec_partner_set_pd_revision (2021-02-01 15:31:34 +0100) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-ib-usb-typec-chrome-platform-cros-ec-typec-changes-for-5.12 Now pulled into my tree, thanks! greg k-h