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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2FD96C433EF for ; Fri, 15 Jul 2022 12:53:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233433AbiGOMxX (ORCPT ); Fri, 15 Jul 2022 08:53:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35690 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232641AbiGOMxU (ORCPT ); Fri, 15 Jul 2022 08:53:20 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D69A746DA0; Fri, 15 Jul 2022 05:53:19 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 0AB26CE2F46; Fri, 15 Jul 2022 12:53:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B12ABC34115; Fri, 15 Jul 2022 12:53:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657889596; bh=4I+HlJAq7YGGFsm3wpnp3hqGcfvA9BI5lKkOCV4fJNg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Jrz/6BWXCLciF8U037ugdmSc7qnq2ESdoV3G5jwuyFPm5fuG4dWrWEb85kVXAUWb5 hj2+w1CiAKKXhFhx5Cf5MYczqG3UEdSEmC3DK4UpfqxEib2WN3i88WZ3dMesw9q3ab YOv870i9maehJ4CuCKgcoiynNEDL1Cv65nH+lb2g= Date: Fri, 15 Jul 2022 14:53:13 +0200 From: Greg KH To: Georgi Djakov Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] interconnect changes for 5.20 Message-ID: References: <20220715101021.30109-1-djakov@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220715101021.30109-1-djakov@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 15, 2022 at 01:10:21PM +0300, Georgi Djakov wrote: > Hello Greg, > > This is the pull request with interconnect changes for the 5.20-rc1 merge > window. It contains driver updates. The details are in the signed tag. > > All patches have been in linux-next during the last few days. No issues have > been reported so far. Please pull into char-misc-next. > > Thanks, > Georgi > > The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: > > Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.20-rc1 Pulled and pushed out, thanks. greg k-h